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

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-02-01 12:31:22

1.查看最近3个版本日志svn log [PATH] -v -l32.查看某两个版本,用来对比svn log -r 14:153.日志放入文件$ svn log -r 14 > mylog$ svn log -r 19 >> mylog$ svn log -r 27 >> mylog$ cat mylog......【阅读全文】

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

发布时间:2013-01-29 10:06:32

       int select(int nfds, fd_set *readfds, fd_set *writefds,                  fd_set *exceptfds, struct timeval *timeout);       timeout  is  an  upper bound on the amount of time elapsed bef.........【阅读全文】

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

发布时间:2013-01-22 15:17:16

1 Automake简介GNU Automake是Linux环境下常用的开发工具,可以产生供make使用的Makefile,省却了开发人员编写Makefile的繁琐事情。2 搭建流程Automake搭建工程的一般流程,如下图所示:椭圆或圆形代表动作,长方形代表数据上图的流程比较繁琐,GNU提供了一个工具Autoreconf,将autom.........【阅读全文】

阅读(2433) | 评论(0) | 转发(3)

发布时间:2012-12-25 17:26:31

    设置系统时钟的操作:      date 月日时分年.秒     # date 0917 1327 2003.30......【阅读全文】

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

发布时间:2012-12-19 10:07:59

/etc/resolv.conf修改DNS/etc/profile增加export http_proxy=http://user:pwd@proxy_addr:port     export https_proxy=
http://user:pwd@proxy_addr:port   export ftp_proxy=
http://user:pwd@proxy_addr:port      export no_proxy=proxy_addr:port
用户......【阅读全文】

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

登录 注册