最近在查关于Linux下时间编程的问题: 1. Linux下与时间有关的结构体 struct timeval { int tv_sec; int tv_usec; }; ...
文章云.智
2007-09-28
548浏览量
【原创】C语言时间函数简介
以下内容参考自 这里 。 ====== 【C 库与 C++ 库的关系】 The C++ library includes the same definitions as the C language library organized in the same structure of header...
文章摩云飞
2016-05-11
1448浏览量
apache日志切割
一、日志切割
安装cronolog
CentOS 5.4中编译安装Apache默认日志是不切割的,需要用用工具Cronnolog进行日志切割
1.下载及安装
wget http://cronolog.org/download/cronolog-1.6.2.tar.gz
tar zxvf crono...