12 2020 档案

摘要:2月17日 19:36 迎泽大街,下班路上等红灯 3月26日 7:14 迎泽大街, 上班路上 5月6日 19:36 去晋源交物业费, 因为地势空旷新房子买在了晋源 7月6日 7:38 长风街新晋祠路口 , 上班路上等红灯 7月25日 15:19 长风街晋祠路口站牌后面 , 搬家前一天,搬东西到筋疲力 阅读全文
posted @ 2020-12-31 12:56 1553 阅读(110) 评论(0) 推荐(0)
摘要:处理线程中打开文件,每次读取一行并记录当前读取位置,没有下一行让出一秒logfile = './logs/%s_%s.log' % (appName, time.strftime('%Y_%m_%d')) file = open(logfile, 'r', encoding='utf-8') whi 阅读全文
posted @ 2020-12-24 18:29 1553 阅读(464) 评论(0) 推荐(1)
摘要:# _*_ coding: utf-8 _*_ import codecs from bs4 import BeautifulSoup import time, json, math import sys, os import asyncio import aiohttp import aiofil 阅读全文
posted @ 2020-12-03 12:47 1553 阅读(166) 评论(0) 推荐(0)