自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 nginx.conf

#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1...

2018-06-07 11:21:59 196

原创 nginx配置+springboot启动

1./app/nginx-1.12.2/conf#user nobody; worker_processes 1; error_log log/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; pid log/nginx.pid; events { w...

2018-06-06 17:29:29 7594

原创 Postgresql+postgis安装部署

一、环境介绍 系统平台:CentOS release 6.6 (Final) Postgresql:postgresql-9.6.6 SELINUX=disabled Iptables关闭 二、安装过程 1.安装依赖包 yum -y install gcc* yum -y install readline-devel 2. 源码包获取 wget http://ftp.postgres...

2018-06-05 11:08:01 1586

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除