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]... 阅读全文
posted @ 2014-07-17 10:17 〃拥有小太阳的向日葵ヾ 阅读(282) 评论(0) 推荐(0)
摘要:mysql是必有的数据库,用于存放超级用户和管理一些权限。update user set password=password("123321") where user='root'; 更新root的密码为123321flush privileges; 对数据库进行刷新mysql -u root -p... 阅读全文
posted @ 2014-07-14 12:35 〃拥有小太阳的向日葵ヾ 阅读(163) 评论(0) 推荐(0)
摘要:从今天开始在博客园记录生活,学习,工作的点点滴滴。见证自己的成长! 欢迎拍砖~ 2014.7.14 阅读全文
posted @ 2014-07-14 11:16 〃拥有小太阳的向日葵ヾ 阅读(109) 评论(0) 推荐(0)