自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

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

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

2014-11-19 13:37:00 213

转载 Features-特性(python-eve官方文档学习)

原文链接:http://python-eve.org/features.html 省略代码 ---------------------------------------- Below is a list of main features that any EVE-powered API...

2014-11-15 15:33:00 704

转载 sqlite3学习笔记

从官网下载sqlite3的commandlinehttp://www.sqlite.org/download.html; 查看使用说明http://www.sqlite.org/sqlite.html ...

2013-12-08 16:02:00 68

转载 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:00 70

转载 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:00 86

转载 python33安装easy_install

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

2013-11-07 08:53:00 163

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除