<无详细内容> #-*- coding: utf-8 -*- import urllib.request import re from _io import open …
# Text To Speech using SAPI (Windows) and Python module pyTTS by Peter Parente # download …
#! /usr/bin/env python # -*- encoding: utf-8 -*- # author dpc import wx import random clas…
def sqlDiy(self, sql): db = Oradao().connect() cursor = db.cursor() cursor.execute(sql) re…
print "come on~"
# -*- coding: utf-8 -*- import sys from PyQt4 import QtCore, QtGui class LcdTime(QtGui.QWi…
#!/usr/bin/env python # -*- encoding:utf-8 -*- ''' Created on 2014年12月18日 @author: liujich…
#!/usr/bin/env python #coding=utf-8 #电话本管理,可以进行添加,删除,修改,查询用户信息 import cPickle as p class T…
""" 使用filter将100以内的质数挑选出来 """ # coding = utf-8 import math def func_get_prime(n): return f…
#!/bin/bash NUM=`echo $RANDOM$RANDOM |cut -c 2-3` DATE=`date +%y%m%d-%H:%M` read -p "Pleas…
import urllib.request import re import os import sys from collections import deque if __na…
#穷举狂人TD1.5积分代码2 #依山居 11:45 2015/11/1 #经测试在11平台测试生成的积分代码在11平台也可用。 import string az=string.a…