07 2014 档案
摘要:test.perl:use strict;print "[weights]", "\n";while () { chomp; my @a = split /\|/; s/\s+$//g foreach @a; $a[2] =~ s/\..+$//g; print $a[2], "=", $a[7]...
阅读全文
摘要:mysql是必有的数据库,用于存放超级用户和管理一些权限。update user set password=password("123321") where user='root'; 更新root的密码为123321flush privileges; 对数据库进行刷新mysql -u root -p...
阅读全文
摘要:从今天开始在博客园记录生活,学习,工作的点点滴滴。见证自己的成长! 欢迎拍砖~ 2014.7.14
阅读全文

浙公网安备 33010602011771号