
python
文章平均质量分 85
kevin luan
任务云 http://www.taskflow.cn
展开
-
python list
python list 笔记#!/usr/bin/env python#coding=utf-8 #设置python编码from operator import itemgetterimport sys###### class MyList: def __init__(self): self.arr=[] #静态方法 @staticmethod def strT原创 2015-09-27 21:15:26 · 673 阅读 · 0 评论 -
python http
python http 请求#!/usr/bin/env python#coding=utf-8 #设置python编码from operator import itemgetterimport sysimport urllib #实现了http和https的客户端协议import urllib2import httplibclass HttpUtil: def __ini原创 2015-09-27 22:07:52 · 1163 阅读 · 0 评论 -
python map
python class 使用#!/usr/bin/env python#coding=utf-8 #设置python编码from operator import itemgetterimport sys###### class MyMap: def __init__(self): self.entity={} print('Initialize {0}'.forma原创 2015-09-27 09:46:16 · 1581 阅读 · 0 评论