上一页 1 ··· 278 279 280 281 282 283 284 285 286 ··· 401 下一页
摘要: 在使用域账号的时候,如果需要配置账户和密码,那么最好记录下来,否则将来找不到就很尴尬了。 我遇到的问题是,因为在另外一台电脑配置了域账号,用来联网,提供网络给visual studio 1.Firefox 这个代理的账号需要附加域名 2.Chrome 3.NuGet代理 C:\Users\clu\A 阅读全文
posted @ 2018-06-11 11:02 ChuckLu 阅读(1207) 评论(0) 推荐(0)
摘要: PS C:\Users\clu\Desktop> [System.Net.Dns] | Get-Member -Static | Format-Table -AutoSize TypeName: System.Net.Dns Name MemberType Definition BeginGetHo 阅读全文
posted @ 2018-06-08 13:55 ChuckLu 阅读(269) 评论(0) 推荐(0)
摘要: 跳跃的舞者,舞蹈链(Dancing Links)算法——求解精确覆盖问题 算法实践——舞蹈链(Dancing Links)算法求解数独 https://arxiv.org/pdf/cs/0011047v1.pdf 阅读全文
posted @ 2018-06-07 20:31 ChuckLu 阅读(212) 评论(0) 推荐(0)
摘要: 遇到如下错误 Arithmetic overflow error converting expression to data type numeric. https://stackoverflow.com/questions/33835741/round-function-and-arithmeti 阅读全文
posted @ 2018-06-05 11:27 ChuckLu 阅读(255) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/sql/t-sql/functions/rand-transact-sql?view=sql-server-2017 在某一个区间内生成随机数 https://stackoverflow.com/questions/7878287/g 阅读全文
posted @ 2018-06-05 10:24 ChuckLu 阅读(7798) 评论(1) 推荐(1)
摘要: Define class with itself as generic implementation. Why/how does this work? 问题: I've normally been creating Prism Events used by the EventAggregator l 阅读全文
posted @ 2018-06-01 10:55 ChuckLu 阅读(294) 评论(0) 推荐(0)
摘要: https://github.com/nsubstitute/NSubstitute http://nsubstitute.github.io/help/creating-a-substitute/ NSubstitute完全手册索引 What's the default value will NS 阅读全文
posted @ 2018-05-31 19:30 ChuckLu 阅读(240) 评论(0) 推荐(0)
摘要: What is mocking? Mocking is a process used in unit testing when the unit being tested has external dependencies. The purpose of mocking is to focus on 阅读全文
posted @ 2018-05-31 19:12 ChuckLu 阅读(249) 评论(0) 推荐(0)
摘要: Test double - Wikipedia In computer programming and computer science, programmers and developers employ a technique called automated unit testing to e 阅读全文
posted @ 2018-05-31 18:28 ChuckLu 阅读(253) 评论(0) 推荐(0)
摘要: 通过这种方式绑定数据 $("#modalTarget").data("target", paras); 然后取出数据, data: JSON.stringify($("#modalTarget").data("target")), data-dismiss https://stackoverflow 阅读全文
posted @ 2018-05-31 14:13 ChuckLu 阅读(524) 评论(0) 推荐(0)
上一页 1 ··· 278 279 280 281 282 283 284 285 286 ··· 401 下一页