摘要: # -*- coding: utf-8 -*- # @Time : 2018/3/1 16:38 # @Author : HT # @Email : acer_yuhaitao@163.com # @File : 51job.py # @Software: PyCharm import urllib import re import sqlite3 import sys rel... 阅读全文
posted @ 2018-03-01 22:16 喻晓生 阅读(2048) 评论(0) 推荐(0) 编辑
摘要: import string from matplotlib import pyplot as plt import matplotlib.font_manager as fm hist=[] def process_line(line, hist):#生成[50, 'the']等列表 for word in line.split(): word = word.stri... 阅读全文
posted @ 2018-03-01 15:07 喻晓生 阅读(1970) 评论(0) 推荐(1) 编辑