2018年2月22日
摘要: with open(r'C:\Users\admin\pycdtest\wanyue\llduizhang_20180207\33_1517970821000304388_119061116',encoding='utf-8') as f: line = f.readline() #print(type(line)) while line: #对line进行操作 lin... 阅读全文
posted @ 2018-02-22 15:51 hailuo 阅读(1947) 评论(0) 推荐(0) 编辑
摘要: data=['11','pp','aa'] ','.join(str(d) for d in data) 阅读全文
posted @ 2018-02-22 09:25 hailuo 阅读(428) 评论(0) 推荐(0) 编辑
  2018年2月2日
摘要: 阅读全文
posted @ 2018-02-02 09:29 hailuo 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-02 09:20 hailuo 阅读(378) 评论(0) 推荐(0) 编辑
  2018年1月30日
摘要: 阅读全文
posted @ 2018-01-30 22:30 hailuo 阅读(4663) 评论(0) 推荐(1) 编辑
  2018年1月29日
摘要: 阅读全文
posted @ 2018-01-29 09:59 hailuo 阅读(3081) 评论(0) 推荐(0) 编辑
  2018年1月23日
摘要: dfpath=df[df['mm'].str.contains('20180122\d')].values dfplist=np.array(dfpath).tolist() 阅读全文
posted @ 2018-01-23 17:25 hailuo 阅读(3798) 评论(0) 推荐(0) 编辑
  2018年1月21日
摘要: 阅读全文
posted @ 2018-01-21 20:17 hailuo 阅读(25350) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-21 18:21 hailuo 阅读(18531) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-21 18:13 hailuo 阅读(601) 评论(0) 推荐(0) 编辑