摘要: 官网中有用的记录一下,太多只是记录了最简单的官网docs:http://flask.pocoo.org/docs/0.12/ 跑起来一个程序 #监听所有ip # debug 永远不要用在生产环境 #路径中有参数的使用 string accepts any text without a slash ( 阅读全文
posted @ 2017-02-10 17:13 bad_boy_f 阅读(2370) 评论(1) 推荐(0) 编辑
摘要: 安装pip: 安装完pip后,会发现下载的速度特别慢。按如下修改: 将下面内容复制上 如果不向修改源,可以在下载的时候指定源:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider各个地方的源: 清华:https://pypi 阅读全文
posted @ 2017-02-10 13:37 bad_boy_f 阅读(422) 评论(0) 推荐(0) 编辑
摘要: #first.py# coding=utf-8 import pygame from pygame.locals import * from sys import exit from util import * while True: pygame.init() screen = pygame.display.set_mode((WIDTH, LENGTH)) pygame.di... 阅读全文
posted @ 2017-02-10 10:49 bad_boy_f 阅读(390) 评论(0) 推荐(0) 编辑