上一页 1 ··· 381 382 383 384 385 386 387 388 389 ··· 399 下一页
摘要: http://cnn237111.blog.51cto.com/2359144/1343004 GC.Collect如何影响垃圾回收主要是//GC.Collect();//GC.WaitForPendingFinalizers();http://q.cnblogs.com/q/35019/ C# ... 阅读全文
posted @ 2015-01-12 09:59 ChuckLu 阅读(471) 评论(0) 推荐(0)
摘要: 下面的代码,会发现事件没有被注册 class Program { static void Main(string[] args) { EventCheck check = new EventCheck(); check.O... 阅读全文
posted @ 2015-01-12 09:16 ChuckLu 阅读(938) 评论(2) 推荐(0)
摘要: Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for more information.Counting objects: 9231,... 阅读全文
posted @ 2015-01-10 15:48 ChuckLu 阅读(5322) 评论(0) 推荐(0)
摘要: Handling and Raising Events包括函数名的写法 https://msdn.microsoft.com/en-us/library/edzehd2t.aspx 观察者设计模式 注意查看相关主题的资料 http://msdn.microsoft.com/en-us/library 阅读全文
posted @ 2015-01-09 22:00 ChuckLu 阅读(248) 评论(0) 推荐(0)
摘要: 错误代码一 //单独单开exe的时候,是没有问题的//此代码的问题在于,打开两个或多个独立的VS程序后,并且这些VS打开的项目的名字相同的话,会有多个进程主模块名字相同,但是进程ID不同的程序 导致无法启动实例【一个程序都打不开】 Process current = Process.GetCurre 阅读全文
posted @ 2015-01-08 17:08 ChuckLu 阅读(405) 评论(1) 推荐(0)
摘要: http://stackoverflow.com/questions/184084/how-to-force-c-sharp-net-app-to-run-only-one-instance-in-windows using System.Threading; [DllImport("user32. 阅读全文
posted @ 2015-01-08 11:35 ChuckLu 阅读(4142) 评论(2) 推荐(1)
摘要: 假设检出项目的时候,都使用trunk来进行检出 按照项目来创建目录结构 TestPrj版本库 适合一次只检出一个项目的需求 这个版本库的名字无所谓,随便起就好了。因为检出某一个项目的trunk的时候,TortoiseSVN会默认生成trunk所属项目的名字作为检出文件夹下的新建文件夹的名字 检出的效 阅读全文
posted @ 2015-01-06 09:43 ChuckLu 阅读(6960) 评论(0) 推荐(0)
摘要: 本来是知道x86和x64的区别的。今天突然在VS2008上看到一个win32的选项,一下子懵了,这是什么玩意。百度之,发现[答案](http://zhidao.baidu.com/link?url=ENKnJOAOyONuOBLiaEqZPD38cmuD4uPatIDy9cfwEEctWKZnizp... 阅读全文
posted @ 2015-01-03 15:05 ChuckLu 阅读(18133) 评论(0) 推荐(2)
摘要: [.NET Framework 3.5对操作系统的要求](http://msdn.microsoft.com/zh-cn/library/bb882520(v=vs.90).aspx)[.NET Framework 4 对操作系统的要求](http://msdn.microsoft.com/zh-... 阅读全文
posted @ 2015-01-02 14:11 ChuckLu 阅读(506) 评论(0) 推荐(1)
摘要: "System.IO" .aspx) "System.IO.Directory" .aspx) 目录 "System.IO.Path" .aspx) 文件路径(包含目录和文件名) "System.IO.FileInfo" .aspx) 提供创建、复制、删除、移动和打开文件的属性和实例方法,并且帮助创 阅读全文
posted @ 2015-01-02 13:00 ChuckLu 阅读(418) 评论(0) 推荐(0)
上一页 1 ··· 381 382 383 384 385 386 387 388 389 ··· 399 下一页