会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shhnwangjian
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
下一页
2016年8月9日
nginx优化
摘要: nginx指令中的优化(配置文件) worker_processes 8; nginx进程数,建议按照cpu数目来指定,一般为它的倍数。 worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 0100000
阅读全文
posted @ 2016-08-09 13:17 shhnwangjian
阅读(219)
评论(0)
推荐(0)
2016年8月8日
ELKstack搭建
摘要: 开源实时日志分析ELK平台部署 官网地址:https://www.elastic.co/products 介绍: Elasticsearch是个开源分布式搜索引擎,它的特点有:分布式,零配置,自动发现,索引自动分片,索引副本机制,restful风格接口,多数据源,自动搜索负载等。 Logstash是
阅读全文
posted @ 2016-08-08 14:48 shhnwangjian
阅读(558)
评论(0)
推荐(0)
2016年8月5日
zabbix 安装
摘要: php+nginx+mysql+zabbix 官方https://www.zabbix.com/documentation/3.0/manual/installation/install 1、安装依赖包 yum install -y gcc gcc-c++ gcc make gd-devel lib
阅读全文
posted @ 2016-08-05 10:55 shhnwangjian
阅读(432)
评论(0)
推荐(0)
2016年8月1日
python requests
摘要: 快速上手http://docs.python-requests.org/zh_CN/latest/user/quickstart.html Requests 是使用 Apache2 Licensed 许可证的 基于Python开发的HTTP 库,其在Python内置模块的基础上进行了高度的封装,从而
阅读全文
posted @ 2016-08-01 16:08 shhnwangjian
阅读(232)
评论(0)
推荐(0)
2016年7月29日
django1.9 + uwsgi +nginx1.9 部署(centos6.6)
摘要: django1.9 + uwsgi +nginx1.9 部署 官方介绍 https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html 安装uwsgi一、下载uwsgi:https://pypi.python.org/py
阅读全文
posted @ 2016-07-29 17:06 shhnwangjian
阅读(614)
评论(0)
推荐(0)
python 安装包总结
摘要: PIL安装(Centos6.6) 1. 安装PIL所需的系统库 (centos6.6)yum install zlib zlib-devel -yyum install libjpeg libjpeg-devel -y yum install freetype freetype-devel -y 2
阅读全文
posted @ 2016-07-29 08:58 shhnwangjian
阅读(896)
评论(0)
推荐(0)
2016年7月28日
Tornado 之Form表单
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2016-07-28 21:35 shhnwangjian
阅读(13)
评论(0)
推荐(0)
2016年7月27日
python 面向对象
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2016-07-27 10:36 shhnwangjian
阅读(33)
评论(0)
推荐(0)
2016年7月25日
Django之引用highstock
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2016-07-25 16:41 shhnwangjian
阅读(17)
评论(0)
推荐(0)
2016年7月23日
Django之model
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2016-07-23 15:13 shhnwangjian
阅读(54)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
下一页
公告