08 2015 档案

摘要:$length || ($i+1) == $str_length) { $results[] = $tmp_str; $tmp_str = ''; $tmp_str_length = 0; } } ret... 阅读全文
posted @ 2015-08-15 10:25 扬空 阅读(476) 评论(0) 推荐(0)
摘要:url = $url; } public function get_info() { return array('url'=>$this->url,'input'=>$this->input,'curl_error'=>$this->curl_error,'curl_info'=>$this->c... 阅读全文
posted @ 2015-08-01 09:34 扬空 阅读(595) 评论(0) 推荐(0)
摘要:一、可能用到的命令查看是否安装了 ftp软件#which vsftpd查看ftp是否在运行#service vsftpd status查看ftp服务有没有启动#netstat -an | grep 21启动ftp#service vsftpd start二、安装ftp安装ftpyum install... 阅读全文
posted @ 2015-08-01 09:31 扬空 阅读(183) 评论(0) 推荐(0)