摘要: http://www.codeproject.com/Articles/28309/Design-pattern-FAQ-Part-1-Training http://www.javacamp.org/designPattern/ 这个非常给力 http://www.dofactory.com/Pa 阅读全文
posted @ 2014-06-27 14:51 ChuckLu 阅读(209) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cml2030/article/details/2172854 http://blog.163.com/weizhiyong_111/blog/static/28597099200981145347563/ 阅读全文
posted @ 2014-06-26 19:57 ChuckLu 阅读(275) 评论(0) 推荐(0) 编辑
摘要: ManualResetEvent.WaitOne 方法 https://msdn.microsoft.com/en-us/library/system.threading.manualresetevent.waitone(v=vs.110).aspx 设定超时的事件 http://www.cnblo 阅读全文
posted @ 2014-06-26 15:16 ChuckLu 阅读(468) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/c2303191/articles/826571.html 阅读全文
posted @ 2014-06-26 09:14 ChuckLu 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1.安装Java环境 2.下载Gitblit压缩包 http://gitblit.com/ Current Release 1.9.1 (2020-04-05) 3.解压后进行配置 编辑gitblit-1.8.0\data\gitblit.properties文件 git.repositoriesF 阅读全文
posted @ 2014-06-25 18:54 ChuckLu 阅读(5085) 评论(0) 推荐(0) 编辑
摘要: 1.SQLServer2008数据库sa账户登录127.0.0.1失败 http://blog.sina.com.cn/s/blog_546a30270102weh2.html 2.SqlServer配置管理器中的sql服务 远程过程调用失败 3.无法通过windows authentication 阅读全文
posted @ 2014-06-25 10:21 ChuckLu 阅读(9591) 评论(0) 推荐(0) 编辑
摘要: http://home.cnblogs.com/group/topic/40730.html datagridview定位到最后一行的方法 this.dataGridView2.CurrentCell = this.dataGridView2.Rows[this.dataGridView2.Rows 阅读全文
posted @ 2014-06-24 15:24 ChuckLu 阅读(300) 评论(0) 推荐(0) 编辑
摘要: http://chucklu.github.io/Blog/2014/12/24/git-svn.html 如何使用git和TortoiseGit来操作svn的版本库 1.首先clone svn的版本库,使用此命令git svn clone https:// ,如果是比较大的版本库的话,会耗时比较久 阅读全文
posted @ 2014-06-24 14:13 ChuckLu 阅读(888) 评论(0) 推荐(0) 编辑
摘要: 想要下载svn结果网上出来都是tortoisesvn正确的链接是源代码http://subversion.apache.org/安装包http://www.collab.net/downloads/subversion/ 阅读全文
posted @ 2014-06-24 13:14 ChuckLu 阅读(238) 评论(0) 推荐(0) 编辑
摘要: private void tspBtnExportExcel_Click(object sender, EventArgs e) { //暂时用来导出图片 string filePath = System.Environment.Curren... 阅读全文
posted @ 2014-06-23 15:33 ChuckLu 阅读(1536) 评论(2) 推荐(0) 编辑