上一页 1 ··· 344 345 346 347 348 349 350 351 352 ··· 391 下一页
摘要: rebase和merge的正确使用时机https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aagit的subtree的用法https://medium.com/@porteneuve/master... 阅读全文
posted @ 2015-09-16 08:58 ChuckLu 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 自己的demo 代码里面有一个for循环 循环内部调用了匿名委托 模拟了一下: 但是下面这段代码的执行,不会出现问题是正常的 What are 'closures' in .NET? I have an article on this very topic. (It has lots of exam 阅读全文
posted @ 2015-09-15 17:05 ChuckLu 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 百度之后,知道这个原因是端口已经被其他进程打开了使用cmd命令,查看8002端口被哪一个程序占用了C:\Windows\System32>netstat -ano | find "8002" TCP 0.0.0.0:8002 0.0.0.0:0 ... 阅读全文
posted @ 2015-09-15 15:17 ChuckLu 阅读(715) 评论(0) 推荐(0) 编辑
摘要: TaobaoProtect.exe C:\Users\Administrator\AppData\Roaming\TaobaoProtect TaobaoProtect.exe https://technet.microsoft.com/en-us/sysinternals/bb896653 以前用 阅读全文
posted @ 2015-09-15 13:30 ChuckLu 阅读(2196) 评论(0) 推荐(0) 编辑
摘要: 最近谷歌没法用了,我的freegate经常性的崩溃无奈之下,用了必应,貌似也不错http://stackoverflow.com/questions/8414514/iis7-does-not-start-my-exe-file-by-process-start第一种方法Edit:After a l... 阅读全文
posted @ 2015-09-15 08:50 ChuckLu 阅读(686) 评论(0) 推荐(0) 编辑
摘要: .gitignore NuGet exclude packages/ include packages/repositories.config 回答1 I faced the same issue. None of the above solutions worked for me. And I t 阅读全文
posted @ 2015-09-12 18:05 ChuckLu 阅读(332) 评论(0) 推荐(0) 编辑
摘要: //数据帧格式如下 //+-------+-------+-------+-------+---------+------+-------+ //|包头(2)|地址(1)|功能(1)|长度(1)|数据包(n)|CRC(2)|包尾(2)| //+------... 阅读全文
posted @ 2015-09-11 13:44 ChuckLu 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 以前使用git,都要参考这个来进行中文支持 http://blog.csdn.net/son_of_god/article/details/7341928 有一次更新了git之后,发现默认支持了中文【在推送的时候】 今天使用的时候,发现在git bash里面,无法显示中文 1.在git bash中显 阅读全文
posted @ 2015-09-10 09:40 ChuckLu 阅读(1158) 评论(0) 推荐(0) 编辑
摘要: https://git-scm.com/docs/git-stash 在git svn的时候使用,提交记录的时候,有部分文件的修改不需要commit。 在向svn进行git svn dcommit的时候,必须保存本地目录是clean的。所以需要进行stash,然后在dcommit dcommit之后 阅读全文
posted @ 2015-09-09 09:37 ChuckLu 阅读(7141) 评论(2) 推荐(1) 编辑
摘要: 仅仅针对于IPv4的处理方法从string转换为int以及从int转换为string// IPv4int intAddress = BitConverter.ToInt32(IPAddress.Parse(address).GetAddressBytes(), 0);string ipAddress... 阅读全文
posted @ 2015-09-07 16:29 ChuckLu 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 ··· 344 345 346 347 348 349 350 351 352 ··· 391 下一页