- CWnd* pBtn5->ShowWindow(0);
voidCChangeSizeView::OnButton4(){ //TODO:Addyourcontrolnotificationhandlercodehere CWnd*pBtn5=this->GetDlgItem(IDC_BUTTON5); pBtn5->ShowWindow(0);}voidCChangeSizeView::OnButton6(){ //TODO:Addyourcontrolnotificationhandl......
- CtfShow信息收集1-20攻略
CtfShow信息收集1-20关攻略简单更新一下CTF关于信息收集的题目,总共20道,网站地址:https://ctf.show/challenges第一关我们可以看到提示:开发注释没有及时删除,所以直接右键查看源代码提交,过关!!!第二关第二关我们会发现右击什么也没法显示,提示内容为一切前端验证都为纸老虎,我......
- How to AK ABC306
HowtoAKABC306A题意:吧字符串的每个字符连续输出两遍,记得不要快读,不要忘记输入$n$纪念QinzhA题WA掉B题意:给定长度为$64$的数组$A$,输出$\sum_{i=0}^{63}A_i2^i$暴力模拟即可注意要开unsignedlonglong纪念我WA了$2$次,第一次用的int,第二次......
- How to enable auto restart of a docker container on system reboot ?
Howtoenableautorestartofadockercontaineronsystemreboot ?https://amalgjose.com/2021/02/12/how-to-enable-auto-restart-of-a-docker-container-on-system-reboot/#:~:text=How%20to%20enable%20auto%20restart%20of%20a%20docker,Ensure%20the%20docker%20co......
- How Do ASP.NET Core Services Validate JWT Signature Signed by AAD?
TableofcontentsBackgroundConfigurationHandleAuthenticationValidateTokenSummaryBackgroundIfweneedtouseJWTBearertokensissuedbyAAD(toeitherauserorserviceprincipal)forauthentication,usuallywecanaddbelowcodeto ConfigureSe......
- How to work around rustup-init failure
Howtoworkaroundrustup-initfailure(JinQing’sColumn,Mar.,2022)rustup-init.exemayfailifsomeanti-virussoftwareisrunningwithrealtimeprotection.Theerrormessageislikethisaftermanyretries:error:couldnotrenamecomponentfilefrom......
- How to Render Django Form Manually
DealingwithuserinputisaverycommontaskinanyWebapplicationorWebsite.ThestandardwaytodoitisthroughHTMLforms,wheretheuserinputsomedata,submitittotheserver,andthentheserverdoessomethingwithit.Now,thechancesareth......
- How many ways of selecting/referring to a column in data.table?
Loaddemodatalibrary(data.table)flights=fread("https://raw.githubusercontent.com/Rdatatable/data.table/master/vignettes/flights14.csv")flightsSelectonesinglecolumnSupposeIwanttoselectthefirstcolumnyear.flights[,1]#retu......
- 自行制作 nerd font
前言NerdFonts是一个使用大量字体图标来解决程序员在开发过程中缺少合适字体的问题的项目。它可以从流行的字体图标库中将大量外部字体引入待开发的项目中。NerdFonts官方提供的FuraMono字体将r修改成了FiraMono的变种形式,个人不太喜欢,于是考虑自行打包。同时,由于版权原因......
- showDirectoryPicker
importaxiosfrom"axios";importqsfrom"qs"constshow=asyncfunction(){constresult=[];constfiles=awaitshowDirectoryPicker();console.log(files);constiterator=files.entries();letfileItem=null;leti......