Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1455133
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-08-10 13:54:23

http://blog.cechina.cn/yrg/36799/message.aspx一、串口简介  RS-232、RS-422与RS-485都是串行数据接口标准,最初都是由电子工业协会(EIA)制订并发布的,RS-232在1962年发布,命名为EIA-232-E,作为工业标准,以保证不同厂家产品之间的兼容。RS-422由RS-232发展而来,它是为弥补RS-232之不足而提出的。为改进RS-232.........【阅读全文】

阅读(1329) | 评论(0) | 转发(0)

发布时间:2013-08-09 12:31:54

http://stackoverflow.com/questions/12392278/measure-time-in-linux-getrusage-vs-clock-gettime-vs-clock-vs-gettimeofdayThe problem is that there are several different time functions available in C and C++, and some of them vary in behavior between implementations. There are also a lot of half-answe.........【阅读全文】

阅读(948) | 评论(0) | 转发(0)

发布时间:2013-08-06 21:21:18

结构体typedef struct _room{    int id;    char name[32];    int *p;    int phone;}room;room g_room = { 1, "room", NULL, 123};.........【阅读全文】

阅读(632) | 评论(0) | 转发(0)

发布时间:2013-08-01 10:31:58

$vi ~/.vimrclet &termencoding=&encodingset fileencodings=utf-8,gbk“set fileencodings=utf-8”set encoding=utf-8linux下,用vi、vim编辑文件时,可能会碰到中文乱码。由于在windows下默认是gb编码,而vim默认是utf-8(gedit默认.........【阅读全文】

阅读(846) | 评论(0) | 转发(0)

发布时间:2013-08-01 10:15:35

提交的文件或目录是其他SVN的东西,即下面有.svn的目录,删除才能提交#find . -mindepth 2 -name '.svn' -exec rm -rf '{}' \;......【阅读全文】

阅读(1228) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册