上一页 1 ··· 382 383 384 385 386 387 388 389 390 ··· 400 下一页
摘要: 错误代码一 //单独单开exe的时候,是没有问题的//此代码的问题在于,打开两个或多个独立的VS程序后,并且这些VS打开的项目的名字相同的话,会有多个进程主模块名字相同,但是进程ID不同的程序 导致无法启动实例【一个程序都打不开】 Process current = Process.GetCurre 阅读全文
posted @ 2015-01-08 17:08 ChuckLu 阅读(412) 评论(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 阅读(4151) 评论(2) 推荐(1)
摘要: 假设检出项目的时候,都使用trunk来进行检出 按照项目来创建目录结构 TestPrj版本库 适合一次只检出一个项目的需求 这个版本库的名字无所谓,随便起就好了。因为检出某一个项目的trunk的时候,TortoiseSVN会默认生成trunk所属项目的名字作为检出文件夹下的新建文件夹的名字 检出的效 阅读全文
posted @ 2015-01-06 09:43 ChuckLu 阅读(6961) 评论(0) 推荐(0)
摘要: 本来是知道x86和x64的区别的。今天突然在VS2008上看到一个win32的选项,一下子懵了,这是什么玩意。百度之,发现[答案](http://zhidao.baidu.com/link?url=ENKnJOAOyONuOBLiaEqZPD38cmuD4uPatIDy9cfwEEctWKZnizp... 阅读全文
posted @ 2015-01-03 15:05 ChuckLu 阅读(18157) 评论(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 阅读(419) 评论(0) 推荐(0)
摘要: "System.Diagnostics.Process" .aspx) 属性 public bool EnableRaisingEvents { get; set; }//获取或设置在进程终止时是否应激发 Exited 事件。 事件 public event EventHandler Exited 阅读全文
posted @ 2015-01-01 20:15 ChuckLu 阅读(3855) 评论(3) 推荐(1)
摘要: http://blog.jobbole.com/20069/ git的权限控制,可以借助第三方的工具来实现 也快成使用git的子模块http://www.cnblogs.com/aga-j/archive/2011/06/10/2078019.html why git is bett... 阅读全文
posted @ 2014-12-18 21:56 ChuckLu 阅读(350) 评论(0) 推荐(0)
摘要: svn的分支使用新建一个项目的时候,选择建立自带trunk,branches和tags文件夹的。其中trunk作为主开发。有需要的时候,从trunk创建分支到对应的branches下面,新建分支名字branch1,branch2还可以从trunk发布tag,到对应的tags下面,比如v1.0,v2.... 阅读全文
posted @ 2014-12-17 18:46 ChuckLu 阅读(263) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/1113819/arrays-heap-and-stack-and-value-typesYour array is allocated on the heap, and the ints are not boxed.The so... 阅读全文
posted @ 2014-12-15 20:38 ChuckLu 阅读(239) 评论(0) 推荐(0)
上一页 1 ··· 382 383 384 385 386 387 388 389 390 ··· 400 下一页