上一页 1 ··· 353 354 355 356 357 358 359 360 361 ··· 399 下一页
摘要: //数据帧格式如下 //+-------+-------+-------+-------+---------+------+-------+ //|包头(2)|地址(1)|功能(1)|长度(1)|数据包(n)|CRC(2)|包尾(2)| //+------... 阅读全文
posted @ 2015-09-11 13:44 ChuckLu 阅读(391) 评论(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 阅读(1176) 评论(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 阅读(7172) 评论(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 阅读(376) 评论(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 阅读(963) 评论(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 阅读(428) 评论(0) 推荐(0)
摘要: 前提http://www.cnblogs.com/chucklu/p/4786629.html在上一篇文章的基础上,现在来使用其他主题的皮肤一、其他皮肤主题一共有3种类型的主题:1.默认的CaramelMoney TwinsLilianThe Asphalt WorldiMaginaryBlackB... 阅读全文
posted @ 2015-09-06 17:19 ChuckLu 阅读(1121) 评论(0) 推荐(0)
摘要: 前提: 默认皮肤的显示http://www.cnblogs.com/chucklu/p/4785572.html1.修改XtraForm的LookAndFeel的SkinName属性,设置为Caramel this.LookAndFeel.SkinName = "Caramel";2.运行程序后,发... 阅读全文
posted @ 2015-09-06 17:07 ChuckLu 阅读(1468) 评论(0) 推荐(0)
摘要: 1.新建一个XtraForm窗体2.运行显示这个窗体,会发现没有任何变化,显示的还是winform的样式3.在Program.cs文件的Main函数中添加DevExpress.Skins.SkinManager.EnableFormSkins();4.再次运行程序,就可以显示出DevExpress的... 阅读全文
posted @ 2015-09-06 14:46 ChuckLu 阅读(1200) 评论(0) 推荐(0)
摘要: 1.确保客户端可以接收到服务端的异常 2.部署wcf出错,http错误404.3 3.无法自动调试 未能调试远程过程。这通常说明未在服务器上启用调试 WCF 托管在IIS上 4.ChannelFactory.Endpoint 上的地址属性为空。ChannelFactory 的终结点必须指定一个有效的 阅读全文
posted @ 2015-09-06 13:26 ChuckLu 阅读(1527) 评论(0) 推荐(0)
上一页 1 ··· 353 354 355 356 357 358 359 360 361 ··· 399 下一页