10 2015 档案

摘要:http://stackoverflow.com/questions/3156744/git-svn-rebase-checksum-mismatchThis solutionwas the only one that worked for me:See what was the revision ... 阅读全文
posted @ 2015-10-30 09:10 ChuckLu 阅读(1149) 评论(0) 推荐(0) 编辑
摘要:xcopy /Y "..\..\..\SolutionItems\zbmyuncore.db" "..\ZITaker"复制zbmyuncore.db文件的时候出错,找了半天原因最后发现,是因为这个文件的属性,本身是隐藏的。另外一种复制了0个文件xcopy /D /Y "..\..\..\Solut... 阅读全文
posted @ 2015-10-26 13:49 ChuckLu 阅读(1768) 评论(0) 推荐(0) 编辑
摘要:在进行代码整理的时候,遇到了冲突现在chucklu_master分支指向这个commitSHA-1: 88fa1ee9263402626d85b5a4362e1b620935953f* remove hotkey from config if action could not be found, f... 阅读全文
posted @ 2015-10-25 04:41 ChuckLu 阅读(948) 评论(0) 推荐(0) 编辑
摘要:https://github.com/Epix37/Hearthstone-Deck-Tracker以上面版本库的master分支为例父节点1SHA-1: a21142968282ae49720cf30a0f18290b2ce74b3a* remove hotkey from config if a... 阅读全文
posted @ 2015-10-25 04:21 ChuckLu 阅读(13916) 评论(0) 推荐(1) 编辑
摘要:空格用'\ '表示,输入的时候,是不需要单引号的total 338drwxr-xr-x 9 Administ Administ 4096 Aug 24 23:53 HDTHelperdrwxr-xr-x 1 Administ Administ 4096 Oct 25 03... 阅读全文
posted @ 2015-10-25 03:38 ChuckLu 阅读(2888) 评论(0) 推荐(0) 编辑
摘要:CruiseControl.net使用CruiseControl.NET进行自动化构建总结http://blog.csdn.net/chenbin520/article/details/10112331http://cruisecontrolnet.org/ 阅读全文
posted @ 2015-10-23 14:22 ChuckLu 阅读(180) 评论(0) 推荐(0) 编辑
摘要:外来的和尚会念经 皆大欢喜的加薪http://www.cnblogs.com/justnow/p/4903436.html 阅读全文
posted @ 2015-10-23 12:04 ChuckLu 阅读(160) 评论(0) 推荐(0) 编辑
摘要:http://www.codeproject.com/Articles/17729/Add-docking-and-floating-support-easely-and-quickl 阅读全文
posted @ 2015-10-22 15:51 ChuckLu 阅读(195) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/fw0124/article/details/7452695由于TCP连 接是全双工的,因此每个方向都必须单独进行关闭。这原则是当一方完成它的数据发送任务后就能发送一个FIN来终止这个方向的连接。收到一个 FIN只意味着这一方向上没有数据流动,一个TCP连接... 阅读全文
posted @ 2015-10-22 14:30 ChuckLu 阅读(306) 评论(0) 推荐(0) 编辑
摘要:http://www.tcpipguide.com/free/t_TCPConnectionEstablishmentProcessTheThreeWayHandsh-3.htmsynchronous for SYNAcknowledgement for ACK第一次第一次握手:建立连接时,客户端发... 阅读全文
posted @ 2015-10-22 13:37 ChuckLu 阅读(366) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html 选择网卡 在菜单栏中的Capture-->Interfaces中也可以选择 设置时间的格式 对某一个tcp端口进行数据抓包,点击绿色的开始按钮后,需要再点击右侧的apply 阅读全文
posted @ 2015-10-22 13:23 ChuckLu 阅读(706) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-US/library/aa970850(v=vs.100).aspxIn applications, it is possible that handlers that are attached to event sources will ... 阅读全文
posted @ 2015-10-21 20:42 ChuckLu 阅读(381) 评论(0) 推荐(0) 编辑
摘要:1.首先,新建一个窗体,设置窗体的IsMdiContainer = true; 窗体的大小为700*600 长700 高600 2.在窗体的Load事件中添加如下代码 private void FormMain_Load(object sender, EventArgs e) { Form form 阅读全文
posted @ 2015-10-21 19:56 ChuckLu 阅读(1398) 评论(0) 推荐(0) 编辑
摘要:https://social.msdn.microsoft.com/Forums/en-US/64c77755-b0c1-4447-8ac9-b5a63a681b78/partial-class-for-a-form-problem?forum=csharpide 首先,新建一个windows窗体应 阅读全文
posted @ 2015-10-21 09:58 ChuckLu 阅读(1613) 评论(0) 推荐(0) 编辑
摘要:https://github.com/Epix37/Hearthstone-Deck-Tracker/issues/1391I fetch the code from your repository,loop the following stepsstep1: create a branch on ... 阅读全文
posted @ 2015-10-19 22:56 ChuckLu 阅读(3633) 评论(0) 推荐(0) 编辑
摘要:https://github.com/chucklu/GitStudy 这链接里面的第一次提交[chucklu@localhost GitStudy]$ cat Makefile CFLAGS=-gCC=gccPROG=update-cache show-diff init-db write-tre... 阅读全文
posted @ 2015-10-18 23:02 ChuckLu 阅读(1290) 评论(0) 推荐(0) 编辑
摘要:先调用这个 export GIT_SSL_NO_VERIFY=true 之后再执行git clone 阅读全文
posted @ 2015-10-18 22:43 ChuckLu 阅读(476) 评论(0) 推荐(0) 编辑
摘要:当前使用root账户[root@localhost chucklu]# cd[root@localhost ~]# pwd/root切换到普通账户[root@localhost ~]# su chucklu[chucklu@localhost root]$ pwd/root[chucklu@loca... 阅读全文
posted @ 2015-10-18 22:35 ChuckLu 阅读(317) 评论(0) 推荐(0) 编辑
摘要:rm -rf 文件夹的名称rm-r 文件名称 阅读全文
posted @ 2015-10-18 22:25 ChuckLu 阅读(384) 评论(0) 推荐(0) 编辑
摘要:http://wenku.baidu.com/link?url=PDpw0nuLm71kihyYWdGY2niJhQEsJXfu8NVbjy9RxLa-Zur3aoG4NkCFpD-GQKM_sQWNB7Xi3SOiCi8ukRC0beIVClqGtkuoCCwYfmXwnwC[root@local... 阅读全文
posted @ 2015-10-18 22:23 ChuckLu 阅读(755) 评论(0) 推荐(0) 编辑
摘要: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 阅读(2724) 评论(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 阅读(638) 评论(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 阅读(784) 评论(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 阅读(384) 评论(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 阅读(397) 评论(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) 编辑

点击右上角即可分享
微信分享提示