2017年3月30日

摘要: http://www.cnblogs.com/szlbm/p/5588550.html http://longdick.iteye.com/blog/465229 http://udn.yyuap.com/doc/JMS2CN/01_introduction/index.html 阅读全文
posted @ 2017-03-30 11:04 chinxfin 阅读(116) 评论(0) 推荐(0) 编辑

2017年2月14日

摘要: ROI return on investment 投资回报率 DMP DMP是一种以人(数据)为中心营销的技术基础框架。 Predictive Marketing(预测性营销)通过数据驱动/程序算法来对营销进行预测和分析,并且给出可操作的方案。 BD,即Business Development 阅读全文
posted @ 2017-02-14 13:55 chinxfin 阅读(82) 评论(0) 推荐(0) 编辑

2017年1月9日

摘要: 简单的说 Node.js 就是运行在服务端的 JavaScript。 是运行在服务器端的 是一个服务器程序 但是,基础 Node 产品肯定不 像 Apache 或 Tomcat。【代码解释器】 阅读全文
posted @ 2017-01-09 10:10 chinxfin 阅读(68) 评论(0) 推荐(0) 编辑

2016年12月23日

摘要: # -*- coding: utf-8-*-from lxml import etreeimport urllib2import urllibimport sysreload(sys)sys.setdefaultencoding('utf-8')hosturl ='***'posturl = '** 阅读全文
posted @ 2016-12-23 18:30 chinxfin 阅读(206) 评论(0) 推荐(0) 编辑

2016年12月22日

摘要: 前段期间我比较烦躁 总觉得平日接收的信息很多 大脑还要去处理很多垃圾信息 加上对于环境的纠结 信息越来越多就越来越烦躁。 现在平静下来 觉得是对于生活的态度出了问题 太慵懒 对于事物没有一个积极的态度。 目前我已经开始转变,不要积累自己的郁气和懒惰。 不再拒绝信息 而是快速接收分类回收 我甚至开始主 阅读全文
posted @ 2016-12-22 10:13 chinxfin 阅读(77) 评论(0) 推荐(0) 编辑

2016年12月19日

摘要: # -*- coding: GBK -*-from lxml import etreeimport xlwt #写xlsximport xlrd #读xlsximport time #休眠import random #随机数import urllibimport urllib2import cookielibimport jsonimport sysreload(sys)sys.setdefau... 阅读全文
posted @ 2016-12-19 18:25 chinxfin 阅读(147) 评论(0) 推荐(0) 编辑

2016年12月17日

摘要: #-*—coding:utf8-*-from lxml import etreeimport requestsimport re#编码转换import sysreload(sys)sys.setdefaultencoding("utf-8")headers= { 'User-Agent' : 'Us 阅读全文
posted @ 2016-12-17 18:03 chinxfin 阅读(334) 评论(0) 推荐(0) 编辑

2016年12月2日

摘要: from PIL import Imageimg = Image.open("D:\\pic2\\CZA3302.png")(w,h) = img.sizeim=img.convert("RGB")for i in xrange(w): for j in xrange(h): pos=(i,j) r 阅读全文
posted @ 2016-12-02 18:10 chinxfin 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 要修改pytesser.py文件,tesseract_exe_name为绝对路径: tesseract_exe_name = 'D:\\Python27\\Lib\\site-packages\\pytesser_v0.0.1\\tesseract' # Name of executable to 阅读全文
posted @ 2016-12-02 10:10 chinxfin 阅读(123) 评论(0) 推荐(0) 编辑

2016年11月30日

摘要: from PIL import Imageimg = Image.open("D:\Python27\ggg.gif")(w,h) = img.sizeim=img.convert("RGBA")for i in xrange(w): for j in xrange(h): pos=(i,j) rg 阅读全文
posted @ 2016-11-30 20:15 chinxfin 阅读(296) 评论(0) 推荐(0) 编辑

导航