摘要:        
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
阅读(89)
评论(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
阅读(140)
评论(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
阅读(114)
评论(0)
推荐(0)
        
        
                    
                
浙公网安备 33010602011771号