happyhippy

这个世界的问题在于聪明人充满疑惑,而傻子们坚信不疑。--罗素
posts - 118,comments - 504,views - 86万

随笔分类 -  Software

C#使用TCP/IP与ModBus进行通讯
摘要:1. ModBus的 Client/Server模型2. 数据包格式及MBAP header (MODBUS Application Protocol header)3. 大小端转换4. 事务标识和缓... 阅读全文
posted @ 2011-07-17 23:28 Silent Void 阅读(75241) 评论(105) 推荐(25) 编辑
VS2005的类设计器(Class Designer)中,如果显示让类继承接口,而不是实现接口?
摘要: VS2005的类设计器(Class Designer)中,如果显示让类继承接口(closed arrow head line from the class to the interface),而不是实现接口(a "lollipop" shape)? 阅读全文
posted @ 2007-05-09 15:20 Silent Void 阅读(1805) 评论(6) 推荐(0) 编辑
pdftk - 一个不错的pdf文档合并工具
摘要:合并sourse1.pdf和sourse2.pdf文档到target.pdf: >pdftk sourse1.pdf sourse2.pdf cat output target.pdf 或者: >pdftk A=sourse1.pdf B=sourse2.pdf cat A B output target.pdf 将目录中所有的pdf合并到target.pdf(用通配符*): >pdftk *.pdf cat output target.pdf 阅读全文
posted @ 2007-04-06 07:20 Silent Void 阅读(3321) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示