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 ...
阅读全文
摘要:xcopy /Y "..\..\..\SolutionItems\zbmyuncore.db" "..\ZITaker"复制zbmyuncore.db文件的时候出错,找了半天原因最后发现,是因为这个文件的属性,本身是隐藏的。另外一种复制了0个文件xcopy /D /Y "..\..\..\Solut...
阅读全文
摘要:在进行代码整理的时候,遇到了冲突现在chucklu_master分支指向这个commitSHA-1: 88fa1ee9263402626d85b5a4362e1b620935953f* remove hotkey from config if action could not be found, f...
阅读全文
摘要:https://github.com/Epix37/Hearthstone-Deck-Tracker以上面版本库的master分支为例父节点1SHA-1: a21142968282ae49720cf30a0f18290b2ce74b3a* remove hotkey from config if a...
阅读全文
摘要:空格用'\ '表示,输入的时候,是不需要单引号的total 338drwxr-xr-x 9 Administ Administ 4096 Aug 24 23:53 HDTHelperdrwxr-xr-x 1 Administ Administ 4096 Oct 25 03...
阅读全文
摘要:CruiseControl.net使用CruiseControl.NET进行自动化构建总结http://blog.csdn.net/chenbin520/article/details/10112331http://cruisecontrolnet.org/
阅读全文
摘要:外来的和尚会念经 皆大欢喜的加薪http://www.cnblogs.com/justnow/p/4903436.html
阅读全文
摘要:http://www.codeproject.com/Articles/17729/Add-docking-and-floating-support-easely-and-quickl
阅读全文
摘要:http://blog.csdn.net/fw0124/article/details/7452695由于TCP连 接是全双工的,因此每个方向都必须单独进行关闭。这原则是当一方完成它的数据发送任务后就能发送一个FIN来终止这个方向的连接。收到一个 FIN只意味着这一方向上没有数据流动,一个TCP连接...
阅读全文
摘要:http://www.tcpipguide.com/free/t_TCPConnectionEstablishmentProcessTheThreeWayHandsh-3.htmsynchronous for SYNAcknowledgement for ACK第一次第一次握手:建立连接时,客户端发...
阅读全文
摘要:http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html 选择网卡 在菜单栏中的Capture-->Interfaces中也可以选择 设置时间的格式 对某一个tcp端口进行数据抓包,点击绿色的开始按钮后,需要再点击右侧的apply
阅读全文
摘要: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 ...
阅读全文
摘要:1.首先,新建一个窗体,设置窗体的IsMdiContainer = true; 窗体的大小为700*600 长700 高600 2.在窗体的Load事件中添加如下代码 private void FormMain_Load(object sender, EventArgs e) { Form form
阅读全文
摘要:https://social.msdn.microsoft.com/Forums/en-US/64c77755-b0c1-4447-8ac9-b5a63a681b78/partial-class-for-a-form-problem?forum=csharpide 首先,新建一个windows窗体应
阅读全文
摘要:https://github.com/Epix37/Hearthstone-Deck-Tracker/issues/1391I fetch the code from your repository,loop the following stepsstep1: create a branch on ...
阅读全文
摘要:https://github.com/chucklu/GitStudy 这链接里面的第一次提交[chucklu@localhost GitStudy]$ cat Makefile CFLAGS=-gCC=gccPROG=update-cache show-diff init-db write-tre...
阅读全文
摘要:先调用这个 export GIT_SSL_NO_VERIFY=true 之后再执行git clone
阅读全文
摘要:当前使用root账户[root@localhost chucklu]# cd[root@localhost ~]# pwd/root切换到普通账户[root@localhost ~]# su chucklu[chucklu@localhost root]$ pwd/root[chucklu@loca...
阅读全文
摘要:rm -rf 文件夹的名称rm-r 文件名称
阅读全文
摘要:http://wenku.baidu.com/link?url=PDpw0nuLm71kihyYWdGY2niJhQEsJXfu8NVbjy9RxLa-Zur3aoG4NkCFpD-GQKM_sQWNB7Xi3SOiCi8ukRC0beIVClqGtkuoCCwYfmXwnwC[root@local...
阅读全文
摘要:1.首先查看下当前的版本[root@localhost ~]# git --versiongit version 1.8.2.12.尝试进行升级[root@localhost ~]# yum update gitLoaded plugins: fastestmirrorLoading mirror ...
阅读全文
摘要:1.尝试用yum安装git失败[root@localhost usr]# yum install gitLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile* addons: mirrors.aliyun.co...
阅读全文
摘要:1.查看版本http://jingyan.baidu.com/article/215817f7e360bd1edb142362.html[root@localhost usr]# lsb_release -aLSB Version: :core-3.1-amd64:core-3.1-ia32:...
阅读全文
摘要:定义了一个函数,函数有一个参数是Color类型的可选参数,想要设置其默认值为Color.Blackhttp://stackoverflow.com/questions/2804395/c-sharp-4-0-can-i-use-a-color-as-an-optional-parameter-wit...
阅读全文
摘要:今天编程的时候,想要用this来处理构造函数,想了半天没有想起来后来找了自己以前记录的http://www.cnblogs.com/chucklu/p/4842766.htmlpublic Cube(int s) { SetSide(s); } public Cube() : ...
阅读全文
摘要:http://stackoverflow.com/questions/1355398/monitor-vs-waithandle-based-thread-sync A problem with Monitor.Pulse/Wait is that the signal may get lost.
阅读全文
摘要:截图工具https://github.com/ShareX/ShareXhttps://github.com/aspnet/EntityFrameworkhttps://github.com/mono/monohttps://github.com/dotnet/corefxhttps://githu...
阅读全文