上一页 1 ··· 142 143 144 145 146 147 148 149 150 ··· 177 下一页
摘要: find . -type f | awk '{print $NF}' | grep pdf$ |grep -v preview | while read A; do ls -ltr $A| awk '{if ($6~/Oct/) print $0}' | awk '{if ($8 !~/... 阅读全文
posted @ 2016-03-01 20:20 czcb 阅读(84) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perl use DBI;$db_name='zjzc';$ip='127.0.0.1';$user="root";$passwd="1234567";$dbh="";$dbh = DBI->connect("dbi:mysql:database=$db_name;host... 阅读全文
posted @ 2016-03-01 13:04 czcb 阅读(129) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perl use DBI;$db_name='zjzc';$ip='127.0.0.1';$user="root";$passwd="1234567";$dbh="";$dbh = DBI->connect("dbi:mysql:database=$db_name;host... 阅读全文
posted @ 2016-03-01 13:04 czcb 阅读(109) 评论(0) 推荐(0) 编辑
摘要: mysql> select precision from Product;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL serve... 阅读全文
posted @ 2016-02-29 21:01 czcb 阅读(108) 评论(0) 推荐(0) 编辑
摘要: mysql> select precision from Product;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL serve... 阅读全文
posted @ 2016-02-29 21:01 czcb 阅读(762) 评论(0) 推荐(0) 编辑
摘要: . ~/.bash_profilepasswd='xxx'expect <<!set timeout -1spawn rsync -avH /webapps/Seeyon/A8/base/upload/ root@120.26.93.217:/webapps/Seeyon/A8/base/up... 阅读全文
posted @ 2016-02-29 13:36 czcb 阅读(381) 评论(0) 推荐(0) 编辑
摘要: . ~/.bash_profilepasswd='xxx'expect <<!set timeout -1spawn rsync -avH /webapps/Seeyon/A8/base/upload/ root@120.26.93.217:/webapps/Seeyon/A8/base/up... 阅读全文
posted @ 2016-02-29 13:36 czcb 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: yum安装图形界面:1) yum groupinstall "X Window System"yum install xclockyum groupinstall -y "Desktop"启动图形界面: 阅读全文
posted @ 2016-02-29 11:00 czcb 阅读(135) 评论(0) 推荐(0) 编辑
摘要: yum安装图形界面:1) yum groupinstall "X Window System"yum install xclockyum groupinstall -y "Desktop"启动图形界面: 阅读全文
posted @ 2016-02-29 11:00 czcb 阅读(130) 评论(0) 推荐(0) 编辑
摘要: use LWP::UserAgent;use POSIX;use HTML::TreeBuilder::XPath;use DBI; use Encode; use utf8;use HTML::TreeBuilder;open DATAFH,">csdn.html" || die "ope... 阅读全文
posted @ 2016-02-28 11:09 czcb 阅读(91) 评论(0) 推荐(0) 编辑
上一页 1 ··· 142 143 144 145 146 147 148 149 150 ··· 177 下一页