摘要: 参考http://www.php100.com/manual/PostgreSQL8/functions-matching.htmlLIKEstring LIKE pattern [ ESCAPE escape-character ]string NOT LIKE pattern [ ESCAPE ... 阅读全文
posted @ 2015-08-14 17:52 wuling129 阅读(15685) 评论(0) 推荐(0) 编辑
摘要: 原文链接地址:http://www.msits.com/archives/4477.html#创建sftp组groupadd sftp#创建一个用户zjhpuseradd -g sftp -s /bin/false zjhp#设置zjhp用户的密码passwd zjhp#创建一个sftp的上传目录m... 阅读全文
posted @ 2015-08-14 15:15 wuling129 阅读(502) 评论(0) 推荐(0) 编辑