上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 401 下一页
摘要: Why is lock(this) {…} bad? https://stackoverflow.com/questions/251391/why-is-lockthis-bad It is bad form to use this in lock statements because it is 阅读全文
posted @ 2018-12-05 10:13 ChuckLu 阅读(522) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-write-queries-on-xml-in-namespaces 阅读全文
posted @ 2018-12-04 17:42 ChuckLu 阅读(217) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2555668/how-to-programmatically-get-sites-list-and-virtual-dirs-in-iis-7 Check out this post - seems to be a brand 阅读全文
posted @ 2018-12-04 11:01 ChuckLu 阅读(298) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Cross-site_scripting Definition Cross-site scripting (XSS) is a type of computer security vulnerability typically found 阅读全文
posted @ 2018-12-03 15:07 ChuckLu 阅读(827) 评论(0) 推荐(0)
摘要: sonarqube的扫描结果提示 https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/exceptions/creating-and-throwing-exceptions https://stackoverflow.co 阅读全文
posted @ 2018-11-29 10:10 ChuckLu 阅读(369) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices 阅读全文
posted @ 2018-11-28 16:09 ChuckLu 阅读(258) 评论(0) 推荐(0)
摘要: https://developercommunity.visualstudio.com/content/problem/378265/filecopy-did-not-throw-the-correct-exception.html path too long 阅读全文
posted @ 2018-11-28 14:54 ChuckLu 阅读(830) 评论(0) 推荐(0)
摘要: https://andrewlock.net/creating-parameterised-tests-in-xunit-with-inlinedata-classdata-and-memberdata/ MemberData 让测试类继承VersionList 阅读全文
posted @ 2018-11-28 11:02 ChuckLu 阅读(1200) 评论(0) 推荐(0)
摘要: 1.https://xunit.github.io/docs/capturing-output 里面似乎提到2个方法,第二个方法还需要在配置文件中添加appSetting 这里采用第一种方法, 1.添加一个新的字段,并且通过构造函数初始化,这里的构造函数照着写就可以,不需要手动调用构造函数来传值 2 阅读全文
posted @ 2018-11-27 17:26 ChuckLu 阅读(2865) 评论(0) 推荐(1)
摘要: https://xunit.github.io/docs/getting-started-desktop.html In this article, we will demonstrate getting started with xUnit.net, showing you how to writ 阅读全文
posted @ 2018-11-27 14:29 ChuckLu 阅读(218) 评论(0) 推荐(0)
上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 401 下一页