#!/usr/bin/env python # -*- coding: utf-8 -*- # @Date : 2014-12-22 14:46:40 # @Author : Yo…
import os import re import urllib.request key = ["code","help","about", "close"] #需要下载的图标…
#coding=utf-8 __author__ = 'dehua.li' from datetime import * import datetime import csv im…
#coding=utf8 result = [] def run2(name): for i in range(1,len(name)): if name[i].isupper()…
print reduce(lambda x, y: x*y, xrange(1, 101))
#!/usr/bin/python #coding=utf-8 import redis class CRedis: def __init__(self): self.host =…
#coding= utf-8 def findStr(ss, substr): if ss.find(substr) == -1: print "not fund" else: r…
from pymongo import MongoClient client = MongoClient('localhost', 27017) #建立和数据库系统的连接,创建Co…
__author__ = 'zouxiaoliang' import urllib import re import os import codecs def getBookMem…
#!/bin/env python import json import time, datetime stackP = open("./outLog") for eachLine…
# -*- coding: utf-8 -*- #---------------------------- # 程序:百度贴吧的小爬虫 # 日期:2015/03/28 # 语言:P…
#!/usr/bin/python # -*- coding: utf-8 -*- import re class PhoneBook(object): '''这是一个电话簿脚本。…