摘要: 1.Git for Winodws 1.*的版本 https://github.com/msysgit/msysgit/releases 2.*的版本 https://github.com/git-for-windows/git/releases 如果使用git svn的功能,务必使用1.*的版本 阅读全文
posted @ 2014-07-18 10:23 ChuckLu 阅读(519) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/jeryler/article/details/7876376修改zedGraphControl的ContextMenuBuilder事件即可!zedGraphControl2.ContextMenuBuilder += MyContextMenuBuild... 阅读全文
posted @ 2014-07-14 08:55 ChuckLu 阅读(1307) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/zwq194/archive/2012/10/30/2746393.html [原创]采用SocketAsyncEventArgs实现异步UDP收发 http://www.cnblogs.com/CuteNet/archive/2008/11/16/13 阅读全文
posted @ 2014-07-11 17:42 ChuckLu 阅读(684) 评论(0) 推荐(0)
摘要: \Bin 建立产品的工作目录,存放项目中所有可执行文件的当前版本; \Lib 与项目有关的库文件; \SQL 存放数据库的SQL文件(只针对数据库程序的开发); \Res 包括应用程序的所有共享资源,如ICON(图表)、资源文件等; \Pic 图片 \Include 公用的窗体或Unit; \Con 阅读全文
posted @ 2014-07-11 10:50 ChuckLu 阅读(1243) 评论(0) 推荐(0)
摘要: https://superuser.com/questions/117902/find-out-which-process-is-locking-a-file-or-folder-in-windows 使用系统的资源监视器 在win7开始菜单--运行中,输入资源监视器 打开之后,选择CPU,在关联句 阅读全文
posted @ 2014-07-10 17:31 ChuckLu 阅读(1088) 评论(0) 推荐(0)
摘要: 这个问题需要研究,需要使用zedgraph.masterpane.panelist其他人做的效果--先预留一个官网的链接http://zedgraph.dariowiz.com/index1134.html?title=MasterPane:_Handling_Multiple_Graphs另外一个... 阅读全文
posted @ 2014-07-09 14:43 ChuckLu 阅读(2199) 评论(1) 推荐(0)
摘要: Difference between […]Async and Begin[…] .net asynchronous APIsNote that most *Async methods (with corresponding *Completed events) are using the Even... 阅读全文
posted @ 2014-07-08 10:38 ChuckLu 阅读(4413) 评论(0) 推荐(0)
摘要: Ubuntu为了系统安全,root帐号的密码是随机的,如果临时需要提升至root权限以执行一些命令,需要使用sudo命令。产线上有几台使用Ubuntu的机器,因为使用者不固定,并且执行程序时需要使 用到root权限,所以需要将这几台机器配置为自动登录到root账户。查阅了相关资料后,可以通过 以下两 阅读全文
posted @ 2014-07-07 20:08 ChuckLu 阅读(2673) 评论(0) 推荐(0)
摘要: ZedGraph的在线文档http://zedgraph.sourceforge.net/documentation/default.html官网的源代码http://sourceforge.net/projects/zedgraph/?source=directoryzedgraph的demo在线... 阅读全文
posted @ 2014-07-07 09:54 ChuckLu 阅读(7944) 评论(1) 推荐(1)
摘要: 使用github搭建个人博客(作者 阮一峰) http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html http://blog.csdn.net/poem_of_sunshine/article/details/29369785 阅读全文
posted @ 2014-07-04 09:16 ChuckLu 阅读(713) 评论(0) 推荐(0)