Markdown Online Editor published on March 07, 2018 Online Markdown Language Editor Visit: https://www.zybuluo.com/mdeditor
The best django project structure published on March 05, 2018 项目目录结构 在上一节里我们使用Django的django-admin startproject命令来创建了一个Helloworld的项目,在没 Read More...
cookiecutter for django published on March 05, 2018 cookiecutter 这是一个专门用于创建项目目录结构的工具,同时也是使用Python来实现的,它可以使用一个模板来创建一个项目,比如上面我介绍的项目目录结构实 Read More...
Centos+nginx+uwsgi+django published on December 24, 2017 https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html http://www.jianshu.com/p/7494560da3e6 This is our stack: the web client <-> the web server <-> the socket <-> uWSGI <-> Python
Python Coroutine published on August 15, 2016 协程 协程,又称微线程,纤程。英文名Coroutine。 协程的概念很早就提出来了,但直到最近几年才在某些语言(如Lua)中得到广泛应用。 子程序 Read More...