homepage
首页
后端编程
前端编程
服务器运营
数据库
开发工具使用
读书笔记
微语
位置:
首页
> 服务器运营
2个虚拟域名的项目路径能不指向同一个目录下的不同文件呢?
[
服务器运营
] 评论:
0
热度:
1555
有种场景: thinkphp有多个应用如 前台 后台; 在访问路径上我不想 带上 index.php ; admin.php 做法1: 配置一个域名指向 index.php &n...
生产日期:2016-7-28 | 关键字:
阅读全文
svn的安装和使用
[
服务器运营
] 评论:
0
热度:
1067
参考:https://help.aliyun.com/knowledge_detail/6562974.html?pos=2 二、安装命令 yum install subversion -y 三、测试查看版本 ...
生产日期:2016-3-14 | 关键字: 标签:
svn搭建
svn使用
linux下svn安装
阅读全文
linux下perl的安装
[
服务器运营
] 评论:
0
热度:
951
wget http://www.cpan.org/src/5.0/perl-5.20.1.tar.gz tar -xzf perl-5.20.1.tar.gz cd perl-5.20.1 ./Configure -des -Dprefix=$HOME/l...
生产日期:2016-3-1 | 关键字:
阅读全文
nginx的if(!-e)问题解决方案
[
服务器运营
] 评论:
0
热度:
1003
if和 (中间加一个空格)
生产日期:2016-1-18 | 关键字:
阅读全文
linux下yaf的安装和配置
[
服务器运营
] 评论:
0
热度:
922
http://segmentfault.com/a/1190000000655886
生产日期:2016-1-13 | 关键字:
阅读全文
nginx配置php-fpm,解析php文件
[
服务器运营
] 评论:
0
热度:
976
location ~ .php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_...
生产日期:2016-1-13 | 关键字:
阅读全文
linux下nginx的安装
[
服务器运营
] 评论:
0
热度:
931
第一步:从http://nginx.org/download/上下载相应的版本(或者wget http://nginx.org/download/nginx-1.5.9.tar.gz直接在Linux上用命令下载) 第二步:解压 ...
生产日期:2016-1-13 | 关键字:
阅读全文
liunx下php的安装
[
服务器运营
] 评论:
0
热度:
1142
1. 下载安装包 安装依赖 yum -y install libmcrypt-devel mhash-devel libxslt-devel \libjpeg&nb...
生产日期:2016-1-11 | 关键字:
阅读全文
1
2
3
存档
2017年12月(1)
2017年1月(5)
2016年11月(1)
2016年7月(3)
2016年6月(2)
2016年5月(2)
2016年3月(3)
2016年1月(8)
2015年12月(4)
2015年11月(17)
2015年10月(21)
2015年9月(8)
2015年8月(21)
2015年7月(16)
2015年6月(29)
2014年10月(1)
2014年9月(1)
2014年8月(2)
2014年4月(2)
2014年3月(1)
链接
邢栋博客
孙清林博客
04007.cn
iOS_Developer_王颖博