会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
FreeSpider
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
35
下一页
2015年8月17日
nohup php -f xx.php &
摘要: nohupphp-fxx.php&
阅读全文
posted @ 2015-08-17 10:43 FreeSpider
阅读(255)
评论(0)
推荐(0)
编辑
2015年8月15日
php友好格式化时间
摘要: /** * 友好格式化时间 * @param int $timestamp 时间 * @param array $formats * @return string */ public static function formatDateTime($tim...
阅读全文
posted @ 2015-08-15 23:57 FreeSpider
阅读(1327)
评论(0)
推荐(0)
编辑
2015年8月3日
js 只允许输入数字
摘要:
阅读全文
posted @ 2015-08-03 11:03 FreeSpider
阅读(346)
评论(0)
推荐(0)
编辑
2015年7月31日
滚动页面, 顶部导航栏固定效果
摘要: (function(){ $(document).scroll(function(){ var scrTop = $(document).scrollTop(); if(scrTop>70){ $(".m-top-notice").addClass("fixe...
阅读全文
posted @ 2015-07-31 16:53 FreeSpider
阅读(627)
评论(0)
推荐(0)
编辑
2015年7月28日
nginx同一iP多域名配置方法
摘要: nginx绑定多个域名可又把多个域名规则写一个配置文件里,也可又分别建立多个域名配置文件,我一般为了管理方便,每个域名建一个文件,有些同类域名也可又写在一个总的配置文件里。一、每个域名一个文件的写法首先打开nginx域名配置文件存放目录:/usr/local/nginx/conf/servers ,...
阅读全文
posted @ 2015-07-28 22:43 FreeSpider
阅读(62258)
评论(0)
推荐(4)
编辑
nginx 服务器重启命令,关闭
摘要: nginx -s reload :修改配置后重新加载生效nginx -s reopen :重新打开日志文件nginx -t -c /path/to/nginx.conf 测试nginx配置文件是否正确关闭nginx:nginx -s stop :快速停止nginx quit ...
阅读全文
posted @ 2015-07-28 22:34 FreeSpider
阅读(281)
评论(0)
推荐(0)
编辑
2015年6月28日
CentOS Linux服务器安全设置
摘要: 引言:我们必须明白:最小的权限+最少的服务=最大的安全所以,无论是配置任何服务器,我们都必须把不用的服务关闭、把系统权限设置到最小话,这样才能保证服务器最大的安全。下面是CentOS服务器安全设置,供大家参考。 系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有...
阅读全文
posted @ 2015-06-28 21:49 FreeSpider
阅读(263)
评论(0)
推荐(0)
编辑
2015年6月27日
CentOS7安装iptables防火墙
摘要: CentOS7默认的防火墙不是iptables,而是firewalle.安装iptableiptable-service#先检查是否安装了iptablesservice iptables status#安装iptablesyuminstall-y iptables#升级iptablesyum upd...
阅读全文
posted @ 2015-06-27 22:22 FreeSpider
阅读(346)
评论(0)
推荐(0)
编辑
2015年6月26日
linux 源码编译php的参数
摘要: ./configure --prefix=/usr/local/php-5.3.5--with-config-file-path=/usr/local/php-5.3.5/etc--with-config-file-scan-dir=/usr/local/php-5.3.5/etc/conf.d--...
阅读全文
posted @ 2015-06-26 17:53 FreeSpider
阅读(243)
评论(0)
推荐(0)
编辑
2015年6月18日
CentOS 7.0安装配置Vsftp服务器步骤详解
摘要: 安装Vsftp讲过最多的就是在centos6.x版本中了,这里小编看到有朋友写了一篇非常不错的CentOS 7.0安装配置Vsftp服务器教程,下面整理分享给各位。一、配置防火墙,开启FTP服务器需要的端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1...
阅读全文
posted @ 2015-06-18 22:13 FreeSpider
阅读(670)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
15
···
35
下一页