摘要: 在tfs自动编译过程中,偶尔会报错无法复制文件。判断是由于多线程编译导致对文件并发读写冲突。 解决链接如下: https://blog.csdn.net/peiyu_peiyu/article/details/40514665 https://www.c-sharpcorner.com/Upload 阅读全文
posted @ 2018-03-28 17:28 yidane 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary>注册表操作类</summary> 2 RegInstance = { 3 Instance: null, 4 CreateInstance: function () { 5 if (RegInstance.Instance === null) { 6 var obj = 阅读全文
posted @ 2013-07-29 15:38 yidane 阅读(582) 评论(0) 推荐(0) 编辑