上一页 1 ··· 328 329 330 331 332 333 334 335 336 ··· 391 下一页
摘要: http://www.albahari.com/threading/part2.aspx#_Mutex A Mutex is like a C# lock, but it can work across multiple processes. In other words, Mutex can be 阅读全文
posted @ 2016-03-07 10:40 ChuckLu 阅读(283) 评论(0) 推荐(0) 编辑
摘要: http://www.albahari.com/threading/part2.aspx#_Semaphore A semaphore is like a nightclub: it has a certain capacity, enforced by a bouncer. Once it’s f 阅读全文
posted @ 2016-03-07 10:29 ChuckLu 阅读(345) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/9647641/resharper-warns-static-field-in-generic-type It's fine to have a static field in a generic type, so long as 阅读全文
posted @ 2016-03-02 15:27 ChuckLu 阅读(528) 评论(0) 推荐(0) 编辑
摘要: FileStream vs/differences StreamWriter? http://stackoverflow.com/questions/4963667/filestream-vs-differences-streamwriter What is different between Fi 阅读全文
posted @ 2016-03-02 10:41 ChuckLu 阅读(291) 评论(0) 推荐(0) 编辑
摘要: http://csharpindepth.com/Articles/General/Unicode.aspx Scope of this page This is a big topic. Don't expect this page to do more than scratch the surf 阅读全文
posted @ 2016-03-01 17:31 ChuckLu 阅读(294) 评论(0) 推荐(0) 编辑
摘要: C:\Users\Administrator>tracert 10.0.0.1 通过最多 30 个跃点跟踪到 10.0.0.1 的路由 1 <1 毫秒 1 ms 3 ms 192.168.1.1 2 <1 毫秒 1 ms 1 ms 10.0.0.1 跟踪完成。 C:\Users\Administra 阅读全文
posted @ 2016-03-01 13:26 ChuckLu 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lee576/article/details/5812347 http://bbs.csdn.net/topics/190070614 http://www.cnblogs.com/ebread/p/SQLServer.html 阅读全文
posted @ 2016-02-27 13:36 ChuckLu 阅读(421) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1389821/array-copy-vs-buffer-blockcopy Since the parameters to Buffer.BlockCopy are byte-based rather than index-ba 阅读全文
posted @ 2016-02-26 09:33 ChuckLu 阅读(1949) 评论(0) 推荐(0) 编辑
摘要: 情况描述: 公司的svn版本库,包含了多个项目,每个项目对应于1个文件夹 假设版本库名字为Main,其下的项目用 A项目,对应文件夹A B项目,对应文件夹B 通过git svn clone获取了svn的整个版本库Main 这样得到的是整个Main的提交历史 之后,在A上面开发了一段时间,并且git 阅读全文
posted @ 2016-02-19 14:50 ChuckLu 阅读(1932) 评论(0) 推荐(0) 编辑
摘要: https://lostechies.com/johnteague/2014/04/04/using-git-subtrees-to-split-a-repository/ We are in a position where we needed to create a new back-end后端 阅读全文
posted @ 2016-02-19 10:59 ChuckLu 阅读(404) 评论(0) 推荐(0) 编辑
上一页 1 ··· 328 329 330 331 332 333 334 335 336 ··· 391 下一页