摘要: http://www.albahari.com/threading/ 阅读全文
posted @ 2014-07-21 15:49 ChuckLu 阅读(313) 评论(0) 推荐(0)
摘要: 异步编程模型(APM)基于事件的异步编程模式基于任务的异步模式Async Await编程关于C#,可以看看Learning Hard的博客 阅读全文
posted @ 2014-07-20 11:10 ChuckLu 阅读(270) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/chenyujing1234/article/details/7555369 关键技术 基窗体,实质上相当于面向对象编程中提到的基类,而继承窗体则是子类或派生类。 继承窗体实质上就是派生自基窗体的一个过程。称为可视化继承。 说明:为了使用"继承选择器"对话框 阅读全文
posted @ 2014-07-18 16:03 ChuckLu 阅读(1490) 评论(0) 推荐(0)
摘要: 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 阅读(517) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/jeryler/article/details/7876376修改zedGraphControl的ContextMenuBuilder事件即可!zedGraphControl2.ContextMenuBuilder += MyContextMenuBuild... 阅读全文
posted @ 2014-07-14 08:55 ChuckLu 阅读(1303) 评论(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 阅读(681) 评论(0) 推荐(0)
摘要: \Bin 建立产品的工作目录,存放项目中所有可执行文件的当前版本; \Lib 与项目有关的库文件; \SQL 存放数据库的SQL文件(只针对数据库程序的开发); \Res 包括应用程序的所有共享资源,如ICON(图表)、资源文件等; \Pic 图片 \Include 公用的窗体或Unit; \Con 阅读全文
posted @ 2014-07-11 10:50 ChuckLu 阅读(1233) 评论(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 阅读(1074) 评论(0) 推荐(0)
摘要: 这个问题需要研究,需要使用zedgraph.masterpane.panelist其他人做的效果--先预留一个官网的链接http://zedgraph.dariowiz.com/index1134.html?title=MasterPane:_Handling_Multiple_Graphs另外一个... 阅读全文
posted @ 2014-07-09 14:43 ChuckLu 阅读(2195) 评论(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 阅读(4404) 评论(0) 推荐(0)