06 2018 档案
摘要:from flask import Flask # 初始化 app = Flask(__name__) # 路由视图 @app.route('/') def index(): return 'hello world ' @app.route('/user/') def user(name): return 'hello {0}'.format(name) # 启动服务...
阅读全文
摘要:# 安装Django -> pip install django# 创建工程 python django-admin.py startproject # dir 查看目录 2018/06/21 20:37 . 2018/06/21 20:37 .. 2018/06/21 20:37 hello ...
阅读全文
摘要:#!/usr/bin/env python3 # _*_ coding:utf-8 _*_ # ======================================================== # Module : ExceotionTraceBack # Author : luting # Create Date : 2018/6/7...
阅读全文
摘要:#!/usr/bin/env python3 # _*_ coding:utf-8 _*_ # ======================================================== # Module : collections # Author : luting # Create Date : 2018/6/4 # Amen...
阅读全文
摘要:#!/usr/bin/env python3 # _*_ coding:utf-8 _*_ # ======================================================== # Module : function_annotations # Author : luting # Create Date : 2018/6...
阅读全文
摘要:#!/usr/bin/env python3 # _*_ coding:utf-8 _*_ # ======================================================== # Module : singleton # Author : luting # Create Date : 2018/6/3 # Amende...
阅读全文

浙公网安备 33010602011771号