安徽屯溪,哈尔滨的雪地,扬州的瘦西湖,想必知道我是谁了吧!!对,小金思密达
发布时间:2015-04-10 13:34:04
#####################安装 using the mysql yum repository #########yum list | grep mysql rpm -qa|grep mysql 检查是否安装过yum install libaio### 这个下载时需要注册一下 Goto “Download MySQL Yum Repository” to download the release package forLinux 7 “mysql-community-.........【阅读全文】
发布时间:2014-12-12 13:09:32
find /home/.. -name char* -o -name two* ##在home下查找char开头的文件或者以two开头的文件find /home/.. -name *.txt -ftype vfat ##文件类型vfatfind /home/.. -mtime -days_num ##最近days_num改动过的文件find /home/.. -mmin +50 .........【阅读全文】