上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 84 下一页
摘要: nginx的平滑重启 博客分类: nginx nginx平滑重启 nginx的平滑重启 nginx nginx平滑重启 在研发过程中,修改nginx的配置文件nginx.conf是很平常的事,需要重启nginx。如果我们直接reload是有一定风险的,我们可以通过发送系统信号给nginx主进程的方式 阅读全文
posted @ 2016-04-16 09:34 穆穆兔兔 阅读(231) 评论(0) 推荐(0) 编辑
摘要: CentOS 关闭防火墙 1) 永久性生效,重启后不会复原 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后复原 开启: service iptables start 关闭: service iptables stop 阅读全文
posted @ 2016-04-15 16:23 穆穆兔兔 阅读(159) 评论(0) 推荐(0) 编辑
摘要: et smsyntax onset ts=4set sts=4set sw=4set hlsearchset rulerset backspace=indent,eol,startset encoding=utf-8set fileencodings=ucs-bom,utf-8,gb2312,utf 阅读全文
posted @ 2016-04-14 10:33 穆穆兔兔 阅读(604) 评论(0) 推荐(0) 编辑
摘要: MVC框架是怎样工作的呢?这其实是一个很重要的问题,对于标准的MVC框架来说, Controller层往往是程序的入口(网页的地址就是 Controller层的地址 ) ,然后由Controller层加载 View层进行显示(显示在浏览器上的页面其实并不是你输入的地址),在View层用户通过表单实现 阅读全文
posted @ 2016-04-12 19:07 穆穆兔兔 阅读(293) 评论(0) 推荐(0) 编辑
摘要: chown nobody:nobody * -R chmod 775 * -R 阅读全文
posted @ 2016-04-12 16:04 穆穆兔兔 阅读(4170) 评论(0) 推荐(1) 编辑
摘要: lsof -Pni4 | grep LISTEN | grep php 阅读全文
posted @ 2016-04-08 15:47 穆穆兔兔 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 当我们想卸载httpd 的时候,使用rpm -qa httpd 的时候,我们发现有很多的依赖包。我们耐心的想一个一个的卸载的时候(使用rpm -e httpd-*),还会进入死循环。解决的办法是:使用 rpm -e httpd-* --nodeps说明:“*”是通配符。 阅读全文
posted @ 2016-04-01 13:44 穆穆兔兔 阅读(946) 评论(0) 推荐(0) 编辑
摘要: chsh -s /bin/csh 阅读全文
posted @ 2016-03-18 16:59 穆穆兔兔 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hguisu/article/details/8131559   http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/cedar/   https://github.com/adamzy/cedar-go   http://don 阅读全文
posted @ 2016-03-11 17:59 穆穆兔兔 阅读(891) 评论(0) 推荐(0) 编辑
摘要: https://github.com/google/re2/wiki/Syntax http://guowenfh.github.io/2015/12/01/Regexp-basis/ http://cuiqingcai.com/977.html 反向引用 http://blog.csdn.net/ 阅读全文
posted @ 2016-03-08 15:29 穆穆兔兔 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 84 下一页