会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jason博客园
知识是推动进步的动力
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
apache2
php多线程代码
摘要:<?php$thNum = 20; //20个进程$total = 20000;//总数$pageNum=100;//每个页面显示100条数据 $pageCount = ceil($total/$pageNum);//总页数 200$thCount =ceil($pageCount/20); //
阅读全文
posted @
2016-09-21 15:25
KOBE-Jason
阅读(384)
评论(0)
推荐(0)
创建动态的虚拟主机配置
摘要:一.在开发项目中经常是使用svn来控制版本的,自然要为了安全采用主干分支的方法。 想想我们这样子才能在一个项目中用一个配置域名就可以了? 下面进行讲解: 我的项目叫 demo里面有两个文件trunk(主干)/branches(分支) host:127.0.0.1 trunk.demo.dev.自己的
阅读全文
posted @
2016-07-04 19:01
KOBE-Jason
阅读(204)
评论(0)
推荐(0)
apache配置一个域名读取多个路径代码(包括主干和分支)
摘要:<VirtualHost *:80> ServerAdmin 651629095@qq.com DocumentRoot "C:/wamp/www/sms/trunk/public"//项目路径 ServerName trunk.sms.dev.购买的域名 ServerAlias sms.sms.d
阅读全文
posted @
2016-03-10 14:19
KOBE-Jason
阅读(400)
评论(0)
推荐(0)
You don't have permission to access / on this server.
摘要:# # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifO...
阅读全文
posted @
2015-09-11 14:11
KOBE-Jason
阅读(197)
评论(0)
推荐(0)
windows开启Apache的mod_rewrite模块
摘要:windows下安装apache默认是没有开启mod_rewrite模块的,启用也很简单,修改apache配置文件httpd.conf,查找rewrite_module,找到这行:#LoadModule rewrite_module modules/mod_rewrite.so这一行前面的#号去掉,...
阅读全文
posted @
2015-08-10 12:29
KOBE-Jason
阅读(1742)
评论(0)
推荐(0)
apache2: Could not reliably determine the server's fully qualified domain name,
摘要:1,你重启apache2是报错如下:* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.11.18 ...
阅读全文
posted @
2015-03-06 15:45
KOBE-Jason
阅读(754)
评论(0)
推荐(0)
公告