摘要: Python语言 前端(HTML,CSS,JS) web框架(Django,DRF,Flask) 数据库(MySQL,Redis,MongoDB,Es) 大数据(Pandas,Numpy,Scipy) 爬虫 GO语言 Linux 高等数学 金融 力扣刷题记录 阅读全文
posted @ 2020-03-30 19:50 Franciszw 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 一,时间模块 time 时间分为三种格式: 1、时间戳:从1970年到现在经过的秒数 作用:用于时间间隔的计算 print(time.time()) 2、按照某种格式显示的时间:2020-03-30 11:11:11 作用:用于展示时间 print(time.strftime('%Y-%m-%d % 阅读全文
posted @ 2020-03-30 19:15 Franciszw 阅读(143) 评论(0) 推荐(0) 编辑