homepage
首页
后端编程
前端编程
服务器运营
数据库
开发工具使用
读书笔记
微语
位置:
首页
>
linux下perl的安装
[
服务器运营
] 评论:
0
热度:
641
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 | 关键字:
阅读全文
mysql怎样只导出表结构不要数据 命令?
[ ] 评论:
0
热度:
606
mysqldump -uroot -p -d emblog >emjie.sql
生产日期:2016-1-29 | 关键字:
阅读全文
nginx的if(!-e)问题解决方案
[
服务器运营
] 评论:
0
热度:
682
if和 (中间加一个空格)
生产日期:2016-1-18 | 关键字:
阅读全文
liunx下git安装
[ ] 评论:
0
热度:
772
起因:我现在搭建git管理我的代码,服务器使用的是git官方,新建仓库yaf-shop ; 这样我就可以再本机修改代码git提交, 项目环境使用git 更新,来进行开发。 yum安装: yum install git ...
生产日期:2016-1-18 | 关键字:
阅读全文
linux下yaf的安装和配置
[
服务器运营
] 评论:
0
热度:
649
http://segmentfault.com/a/1190000000655886
生产日期:2016-1-13 | 关键字:
阅读全文
nginx配置php-fpm,解析php文件
[
服务器运营
] 评论:
0
热度:
670
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
热度:
605
第一步:从http://nginx.org/download/上下载相应的版本(或者wget http://nginx.org/download/nginx-1.5.9.tar.gz直接在Linux上用命令下载) 第二步:解压 ...
生产日期:2016-1-13 | 关键字:
阅读全文
liunx下php的安装
[
服务器运营
] 评论:
0
热度:
780
1. 下载安装包 安装依赖 yum -y install libmcrypt-devel mhash-devel libxslt-devel \libjpeg&nb...
生产日期:2016-1-11 | 关键字:
阅读全文
1
2
3
4
5
6
7
8
...
»
存档
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_王颖博