跳至内容

Leslie的小屋

Rules for happiness: something to do, someone to love, something to hope for.

近期文章

  • 《国家》《中国近代史》
  • 多多
  • 流民图
  • <进击的智人>读书笔记
  • 《我执》的笔记(作者: 梁文道)

文章归档

  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2018年2月
  • 2017年8月
  • 2017年5月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年3月
  • 2015年11月
  • 2015年9月
  • 2015年8月
  • 2015年7月
  • 2015年6月

分类目录

  • ABC about computer
  • Big_Data
  • English
  • Flowchart
  • git
  • iOS
  • Linux
  • Music
  • python
  • Security
  • SQL Server
  • Tools
  • web
  • 只言片语
  • 文学
  • 日记
  • 未分类
  • 计算机基础
  • 设计模式

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
2025年7月
一 二 三 四 五 六 日
« 五    
 123456
78910111213
14151617181920
21222324252627
28293031  

分类目录

  • ABC about computer
  • Big_Data
  • English
  • Flowchart
  • git
  • iOS
  • Linux
  • Music
  • python
  • Security
  • SQL Server
  • Tools
  • web
  • 只言片语
  • 文学
  • 日记
  • 未分类
  • 计算机基础
  • 设计模式

备案信息

蜀ICP备19005994号-1

分类:web

Web-Fundamental.

1.
The HTTP method (also often called “the verb”) tells the server what the clients wants to do wit[……]

Read more

发布于 2015年9月7日分类 web发表回复

Flask

Some code comes from: http://flask.pocoo.org/docs/0.10/quickstart/
1.

12278102166863733154d35_00000[……]

Read more

发布于 2015年9月7日2015年9月7日分类 web发表回复

uWSGI

1.
http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#example

  1. location / {
    
  2.     include    uwsgi_params;
    
  3.     uwsgi_pass localhost:9000;
    
  4. }

[……]

Read more

发布于 2015年9月5日2015年9月5日分类 web发表回复

Nginx-config.conf

1.
nginx has one master process and several worker processes. The main purpose of the master proces[……]

Read more

发布于 2015年9月5日2015年9月5日分类 web发表回复