摘要:
python linux 等 使用国内源安装软件 速度更快 你值得拥有 ! 豆瓣源:pip install -i https://pypi.douban.com/simple/ 阿里源:pip install -i http://mirrors.aliyun.com/pypi/simple/ 清华源 阅读全文
摘要:
ubuntu系统下Python虚拟环境的安装和使用
virtualenvwrapper
virtualenv 阅读全文
摘要:
模版继承、函数和类的调用 目录结构 lesson5.py extend04.html base03.html include05.html mod_file.py ui_methods.py ui_modules.py 阅读全文
摘要:
mysql 配置 阅读全文
摘要:
python 数据类型 变量 阅读全文
摘要:
tornado 模版语法
取消转义、强制转义
循环语句
静态文件 阅读全文
摘要:
set_header 设置响应头
clear_header 清除响应头
add_header 增加响应头
self.flush self.finish 中断
set_status 设置状态码
工作流程 阅读全文
摘要:
write 用法( self.flush() )
render 用法
redirect用法
self.request 用法 阅读全文
摘要:
python tornado 样版 (包含出错页面) 阅读全文