上一页 1 ··· 339 340 341 342 343 344 345 346 347 ··· 391 下一页
摘要: 1.首先查看下当前的版本[root@localhost ~]# git --versiongit version 1.8.2.12.尝试进行升级[root@localhost ~]# yum update gitLoaded plugins: fastestmirrorLoading mirror ... 阅读全文
posted @ 2015-10-18 21:00 ChuckLu 阅读(2718) 评论(0) 推荐(0) 编辑
摘要: 1.尝试用yum安装git失败[root@localhost usr]# yum install gitLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile* addons: mirrors.aliyun.co... 阅读全文
posted @ 2015-10-18 20:39 ChuckLu 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 1.查看版本http://jingyan.baidu.com/article/215817f7e360bd1edb142362.html[root@localhost usr]# lsb_release -aLSB Version: :core-3.1-amd64:core-3.1-ia32:... 阅读全文
posted @ 2015-10-18 20:38 ChuckLu 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 定义了一个函数,函数有一个参数是Color类型的可选参数,想要设置其默认值为Color.Blackhttp://stackoverflow.com/questions/2804395/c-sharp-4-0-can-i-use-a-color-as-an-optional-parameter-wit... 阅读全文
posted @ 2015-10-16 10:31 ChuckLu 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 今天编程的时候,想要用this来处理构造函数,想了半天没有想起来后来找了自己以前记录的http://www.cnblogs.com/chucklu/p/4842766.htmlpublic Cube(int s) { SetSide(s); } public Cube() : ... 阅读全文
posted @ 2015-10-14 09:14 ChuckLu 阅读(383) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1355398/monitor-vs-waithandle-based-thread-sync A problem with Monitor.Pulse/Wait is that the signal may get lost. 阅读全文
posted @ 2015-10-14 08:49 ChuckLu 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 截图工具https://github.com/ShareX/ShareXhttps://github.com/aspnet/EntityFrameworkhttps://github.com/mono/monohttps://github.com/dotnet/corefxhttps://githu... 阅读全文
posted @ 2015-10-13 08:52 ChuckLu 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Const.MaxLengthOfBufferd的长度固定为0x2000 也就是8192private bool SendMessage(int messageType, string ip, string port, int length, byte[] messageBytes) ... 阅读全文
posted @ 2015-09-30 10:55 ChuckLu 阅读(11272) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lyl6796910/p/3958768.html 阅读全文
posted @ 2015-09-29 18:40 ChuckLu 阅读(272) 评论(0) 推荐(0) 编辑
摘要: word文档左侧显示目录 word2007 选择word的视图,然后选择文档结构图 View-->Navigation pane word中插入当前文档名称或者文档编辑时间 https://stackoverflow.com/questions/3921275/add-a-filename-fiel 阅读全文
posted @ 2015-09-29 18:16 ChuckLu 阅读(424) 评论(0) 推荐(0) 编辑
上一页 1 ··· 339 340 341 342 343 344 345 346 347 ··· 391 下一页