摘要:
!/usr/bin/env python coding: utf 8 import json import string import sys reload(sys) sys.setdefaultencoding('utf 8') def readfile(f): with open(f, 'r') 阅读全文
posted @ 2017-02-20 16:46
easymoneySniper
阅读(825)
评论(0)
推荐(0)
摘要:
def threadproc(tid): for i in range(1000000): print "threadid %i\n" %tid sleep(0.1) 线程函数是这样的 coding=utf 8 import threading from time import sleep def 阅读全文
posted @ 2017-02-20 15:22
easymoneySniper
阅读(176)
评论(0)
推荐(0)
摘要:
!/usr/bin/env python coding: utf 8 import json import pprint import sys reload(sys) sys.setdefaultencoding('utf 8') def readfile(f): with open(f, 'r') 阅读全文
posted @ 2017-02-20 11:23
easymoneySniper
阅读(750)
评论(0)
推荐(0)
摘要:
  
评论(1)
推荐(0)

浙公网安备 33010602011771号