上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 53 下一页
摘要: 库官方网址: 使用手册: http://hardysimpson.github.io/zlog/UsersGuide-CN.html#htoc11 [formats] simple = "%m%n" // 打印并加上换行号 [rules] my_cat.DEBUG >stdout; simple z 阅读全文
posted @ 2017-09-05 19:09 cogitoergosum 阅读(244) 评论(0) 推荐(0) 编辑
摘要: struct sockaddr_in {short int sin_family; /* 地址族 */unsigned short int sin_port; /* 端口号 */struct in_addr sin_addr; /* Internet地址 */unsigned char sin_ze 阅读全文
posted @ 2017-09-05 11:26 cogitoergosum 阅读(3780) 评论(0) 推荐(1) 编辑
摘要: 参考链接: https://zhidao.baidu.com/question/237458625.html 阅读全文
posted @ 2017-09-04 16:35 cogitoergosum 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.csdn.net/yuan1590/article/details/53504042 http://blog.csdn.net/u012110719/article/details/42318717 1、要让虚拟机与主机处于相同网络且能访问网络的情况下, 只能使用 阅读全文
posted @ 2017-08-22 14:41 cogitoergosum 阅读(5130) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://zhangtielei.com/posts/blog-programmer-learn.html 技术的四个阶段: Tutorial(入门教程)。由该项技术的官网提供。通常是英文的。这份资料是给初次接触该项技术的人看的,一般是一步一步地教你完成某些例子。当我们说某项技术对于 阅读全文
posted @ 2017-08-19 09:17 cogitoergosum 阅读(179) 评论(0) 推荐(0) 编辑
摘要: atoi 只能针对字符串为数字, 对字符串为十六进制、八进制的不能进行转化 阅读全文
posted @ 2017-08-18 15:09 cogitoergosum 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.csdn.net/qustdjx/article/details/8636489 阅读全文
posted @ 2017-08-18 14:27 cogitoergosum 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: int recvfrom(int sockfd,void *buf, int len, unsigned int flags, struct sockaddr *from, int *fromlen) 其中 struct sockaddr *from, int *fromlen 存放的是对方的内容, 阅读全文
posted @ 2017-08-17 17:49 cogitoergosum 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 主要分为 SPI 、 I2C、UART、CAN总线 SPI、I2C主要用于板间通信、而CAN总线用于近距离设备的通信, UART、USB支持远距离传送。 阅读全文
posted @ 2017-08-16 18:02 cogitoergosum 阅读(295) 评论(0) 推荐(0) 编辑
摘要: http://bbs.csdn.net/topics/392183557 阅读全文
posted @ 2017-08-09 18:37 cogitoergosum 阅读(1390) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 53 下一页