上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 391 下一页
摘要: https://andrewlock.net/creating-parameterised-tests-in-xunit-with-inlinedata-classdata-and-memberdata/ MemberData 让测试类继承VersionList 阅读全文
posted @ 2018-11-28 11:02 ChuckLu 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: 1.https://xunit.github.io/docs/capturing-output 里面似乎提到2个方法,第二个方法还需要在配置文件中添加appSetting 这里采用第一种方法, 1.添加一个新的字段,并且通过构造函数初始化,这里的构造函数照着写就可以,不需要手动调用构造函数来传值 2 阅读全文
posted @ 2018-11-27 17:26 ChuckLu 阅读(2564) 评论(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 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 搜索文档的技巧 在confluence中进行搜索的时候,也需要使用通配符。比如搜索cmscontext,需要这么搜索cmscontex*,如果搜索的话,cmscontext.geturl是会被过滤掉的。标点被截断 https://confluence.atlassian.com/conf66/con 阅读全文
posted @ 2018-11-26 17:15 ChuckLu 阅读(2852) 评论(0) 推荐(0) 编辑
摘要: It's likely that you linked some assemblies that are not Any CPU, but include native code (or are compiled as x86), which cause the entire process to 阅读全文
posted @ 2018-11-26 14:46 ChuckLu 阅读(199) 评论(0) 推荐(0) 编辑
摘要: How to See if Process is 32-bit or 64-bit in Windows 10 OPTION ONE To See if Process is 32-bit or 64-bit in Processes tab in Task Manager 1 Open Task 阅读全文
posted @ 2018-11-26 14:44 ChuckLu 阅读(805) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registryview?view=netframework-4.7 On the 64-bit version of Windows, portions of the regis 阅读全文
posted @ 2018-11-26 14:12 ChuckLu 阅读(417) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/a/41200059/3782855 https://github.com/304NotModified/Fody.Stamp .NET Revision Task for MSBuild https://stackoverflow.com/a/5 阅读全文
posted @ 2018-11-21 18:06 ChuckLu 阅读(213) 评论(0) 推荐(0) 编辑
摘要: IsReference property in data contract It determines how objects are serialized, by default, IsReference=false. Setting IsReference = true allows the s 阅读全文
posted @ 2018-11-20 13:35 ChuckLu 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://docs.kentico.com/k11/custom-development/user-internals-and-api/checking-permissions-using-the-api 在page load的时候,检查权限,如果没权限,就403终止 阅读全文
posted @ 2018-11-15 10:59 ChuckLu 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 391 下一页