上一页 1 ··· 263 264 265 266 267 268 269 270 271 ··· 399 下一页
摘要: What's the difference between using “let” and “var”? ECMAScript 6 introduced the let statement. I've heard that it's described as a local variable, bu 阅读全文
posted @ 2019-01-13 12:20 ChuckLu 阅读(301) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/3010840/loop-through-an-array-in-javascript?page=1&tab=votes#tab-top 答案1 Use a sequential for loop: @zipcodeman su 阅读全文
posted @ 2019-01-12 14:35 ChuckLu 阅读(349) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/4775722/check-if-object-is-an-array One of the weird behaviour and spec in Javascript is the typeof Array is Objec 阅读全文
posted @ 2019-01-12 14:29 ChuckLu 阅读(132) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-startup-class-detection Create an ASP.NET Web App using OWIN Startup 阅读全文
posted @ 2019-01-11 15:25 ChuckLu 阅读(173) 评论(0) 推荐(0)
摘要: 在winform中的OnPaint事件中,AppDomain.CurrentDomain.BaseDirectory得到的是下面这个路径 C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE Appl 阅读全文
posted @ 2019-01-10 10:54 ChuckLu 阅读(1169) 评论(0) 推荐(0)
摘要: source code of Kestrel of documentation https://github.com/aspnet/KestrelHttpServer https://github.com/aspnet/AspNetCore/tree/master/src/Servers/Kestr 阅读全文
posted @ 2019-01-09 17:49 ChuckLu 阅读(515) 评论(0) 推荐(0)
摘要: notepad++ 替换空行 Remove empty lines and spaces in Notepad++? 回答1 To get rid of leading space(s) and all empty lines (even if the empty line contains spa 阅读全文
posted @ 2019-01-09 15:33 ChuckLu 阅读(1481) 评论(0) 推荐(0)
摘要: https://www.atlassian.com/devops 阅读全文
posted @ 2019-01-09 13:46 ChuckLu 阅读(226) 评论(0) 推荐(0)
摘要: base64的原理, http://www.cnblogs.com/diligenceday/p/6002382.html http://www.cnblogs.com/chengxiaohui/articles/3951129.html base64的码表只有64个字符, 如果要表达64个字符的话 阅读全文
posted @ 2019-01-08 18:40 ChuckLu 阅读(3655) 评论(0) 推荐(0)
摘要: 5.2 PBKDF2 PBKDF2 applies a pseudorandom function (see Appendix B.1 for an example) to derive keys. The length of the derived key is essentially unbou 阅读全文
posted @ 2019-01-08 17:56 ChuckLu 阅读(720) 评论(0) 推荐(0)
上一页 1 ··· 263 264 265 266 267 268 269 270 271 ··· 399 下一页