上一页 1 ··· 265 266 267 268 269 270 271 272 273 ··· 401 下一页
摘要: 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 阅读(524) 评论(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 阅读(1524) 评论(0) 推荐(0)
摘要: https://www.atlassian.com/devops 阅读全文
posted @ 2019-01-09 13:46 ChuckLu 阅读(227) 评论(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 阅读(3672) 评论(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 阅读(762) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/5970879/git-rebase-error-cannot-stat-file-permission-denied 退出visual studio之后仍然不行 尝试退出everything,发现可以了。 问题分析,第一次进行 阅读全文
posted @ 2019-01-08 15:41 ChuckLu 阅读(3011) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/16938151/uniqueidentifier-in-sql-becomes-lower-case-in-c-sharp If you using Entity Framework, uniqueidentifier dat 阅读全文
posted @ 2019-01-07 15:22 ChuckLu 阅读(440) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2252979/windows-batch-call-more-than-one-command-in-a-for-loop Using & is fine for short commands, but that single 阅读全文
posted @ 2019-01-04 10:01 ChuckLu 阅读(268) 评论(0) 推荐(0)
摘要: How can I delete using INNER JOIN with SQL Server? You need to specify what table you are deleting from, here is a version with an alias: DELETE w FRO 阅读全文
posted @ 2019-01-02 18:19 ChuckLu 阅读(509) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/szx1999/article/details/50073857 7. 写日志会影响系统性能吗? 写日志必然是会消耗一定资源的,而RollingFileAppender也不是线程安全的。为了减小log4net影响系统性能的嫌疑,我们加入lockingMod 阅读全文
posted @ 2019-01-02 10:41 ChuckLu 阅读(1012) 评论(0) 推荐(1)
上一页 1 ··· 265 266 267 268 269 270 271 272 273 ··· 401 下一页