加载中
Authentication and Authorization认证和授权(flask-eve)

原文地址 http://python-eve.org/authentication.html Introduction to Security 安全入门 Authentication is the mechanism whereby systems may securely identify their users. Eve suppo...

2014/11/19 13:37
392
python笔记

字典: d={'a':1,'b':2,'c':3} 获得key列表的方法:d.list(d.keys()) s=[x **2 for x in ['2',3,4]] 元组: 等于不可变列表,提供约束的列表 f=open("wenjian.txt") text=f.read()#读取整个文...

2013/11/08 14:48
37
python33安装mysql模块

在mysql官网下载http://dev.mysql.com/downloads/connector/python/#downloads相应的安装文件 详细教程:http://dev.mysql.com/doc/connector-python/en/index.html...

2013/11/07 10:09
87
python33安装easy_install

python3直接下载文件http://python-distribute.org/distribute_setup.py ,放在Python安装目录 ,运行 python.exe distribute_setup.py,这样在Scripts目录中就安装了easy_install. https:/...

2013/11/07 08:53
289

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部