上一页 1 ··· 344 345 346 347 348 349 350 351 352 ··· 391 下一页
摘要: 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 阅读(684) 评论(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 阅读(331) 评论(0) 推荐(0) 编辑
摘要: //数据帧格式如下 //+-------+-------+-------+-------+---------+------+-------+ //|包头(2)|地址(1)|功能(1)|长度(1)|数据包(n)|CRC(2)|包尾(2)| //+------... 阅读全文
posted @ 2015-09-11 13:44 ChuckLu 阅读(379) 评论(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 阅读(1155) 评论(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 阅读(7137) 评论(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) 编辑
摘要: 结构用途说明Implements a Windows message.Properties1.public IntPtr HWnd { get; set; }Gets or sets the window handle of the message.System.IntPtrA platform-s... 阅读全文
posted @ 2015-09-07 11:14 ChuckLu 阅读(939) 评论(0) 推荐(0) 编辑
摘要: Control.DefWndProcSends the specified message to the default window procedure.参数说明:m:The WindowsMessageto process.protected virtual void DefWndProc(re... 阅读全文
posted @ 2015-09-07 10:40 ChuckLu 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 前提http://www.cnblogs.com/chucklu/p/4786629.html在上一篇文章的基础上,现在来使用其他主题的皮肤一、其他皮肤主题一共有3种类型的主题:1.默认的CaramelMoney TwinsLilianThe Asphalt WorldiMaginaryBlackB... 阅读全文
posted @ 2015-09-06 17:19 ChuckLu 阅读(1099) 评论(0) 推荐(0) 编辑
上一页 1 ··· 344 345 346 347 348 349 350 351 352 ··· 391 下一页