上一页 1 ··· 353 354 355 356 357 358 359 360 361 ··· 400 下一页
摘要: 在触发异常的地方添加一下代码,就会出现英文的异常 Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; Thread.CurrentThread.CurrentUICulture = CultureInfo.Invar... 阅读全文
posted @ 2015-09-17 13:31 ChuckLu 阅读(721) 评论(0) 推荐(0)
摘要: 原文链接 http://nvie.com/posts/a-successful-git-branching-model/ 有人发现git work flow的缺点,历史提交会变得混乱 http://endoflineblog.com/gitflow-considered-harmful http:/ 阅读全文
posted @ 2015-09-16 09:02 ChuckLu 阅读(2261) 评论(0) 推荐(0)
摘要: 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 阅读(191) 评论(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 阅读(886) 评论(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 阅读(746) 评论(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 阅读(2219) 评论(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 阅读(702) 评论(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 阅读(355) 评论(0) 推荐(0)
摘要: //数据帧格式如下 //+-------+-------+-------+-------+---------+------+-------+ //|包头(2)|地址(1)|功能(1)|长度(1)|数据包(n)|CRC(2)|包尾(2)| //+------... 阅读全文
posted @ 2015-09-11 13:44 ChuckLu 阅读(399) 评论(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 阅读(1185) 评论(0) 推荐(0)
上一页 1 ··· 353 354 355 356 357 358 359 360 361 ··· 400 下一页