12 2017 档案

摘要:set number set tabstop=4 阅读全文
posted @ 2017-12-29 10:01 不拨牙 阅读(142) 评论(0) 推荐(0)
摘要:/** * 返回当前运行文件名 * @acces private * @return string */ private function run_filename() { $tmparr = explode(DIRECTORY_SEPARATOR,__FILE__); return end($t... 阅读全文
posted @ 2017-12-25 14:00 不拨牙 阅读(144) 评论(0) 推荐(0)
摘要:转载来自:http://dhq.me/use-ssh-config-manage-ssh-session 通常利用 ssh 连接远程服务器,一般都要输入以下类似命令: 1 ssh user@hostname -p port 1 ssh user@hostname -p port 1 ssh user 阅读全文
posted @ 2017-12-08 11:48 不拨牙 阅读(4942) 评论(0) 推荐(0)
摘要:<VirtualHost *:80> ServerName test.com ServerAlias test2.com www.test1.com #多域名 DocumentRoot /var/www/html/test DirectoryIndex index.html </VirtualHos 阅读全文
posted @ 2017-12-07 17:37 不拨牙 阅读(297) 评论(0) 推荐(0)