摘要: jieba库安装失败 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jieba wordcloud库安装失败 pip install wordcloud -i https://pypi.tuna.tsinghua.edu.cn/sim 阅读全文
posted @ 2019-12-04 16:44 FishMan552 阅读(495) 评论(0) 推荐(0)
摘要: 时间获取 time.time() 、time.ctime() 、time.gmtime() 时间格式化 strftime() 、 strptime() 程序计时 sleep() 、perf_counter() 时间获取函数 time() 获取当前时间戳,浮点数形式 1 print(time.time 阅读全文
posted @ 2019-12-04 11:20 FishMan552 阅读(172) 评论(0) 推荐(0)