08 2014 档案

摘要:function isUrl($s) { return preg_match('/^http[s]?:\/\/'. '(([0-9]{1,3}\.){3}[0-9]{1,3}'. // IP形式的URL- 199.194.52.184 '|'. // ... 阅读全文
posted @ 2014-08-27 17:32 九筒 阅读(895) 评论(0) 推荐(0)
摘要:http://www.runtime-era.com/2012/05/exuberant-ctags-in-osx-107.html 阅读全文
posted @ 2014-08-25 14:57 九筒 阅读(198) 评论(0) 推荐(0)
摘要:安装教程http://wiki.ubuntu.org.cn/Vsftpd以root用户登录linux系统,建立带有主目录的用户,输入命令:useradd -d /home/mpsp/ftp/usertest usertest // 目录权限要设置 775遇到的错误解决方案今天安装vsftp服务器,在... 阅读全文
posted @ 2014-08-13 23:18 九筒 阅读(204) 评论(0) 推荐(0)