2018年7月11日

python时间模块time,时间戳,结构化时间,字符串时间,相互转换,datetime

摘要: time.time() 时间戳 time.localtime() time.localtime() 得到的是一个对象,结构化时间对象 struct_time 通过对象.属性,拿到对应的值 time.gmtime() 是另一个国家的时间标准,与我国标准相差八个小时 一般不用这个 三者的转化图 stru 阅读全文

posted @ 2018-07-11 16:20 ExplorerMan 阅读(1782) 评论(0) 推荐(0)

【Python】Visual Studio Code 安装&&使用 hello python~~~~

摘要: 1.安装Python 官网下载: https://www.python.org/downloads/ 选择版本下载 2.下载完毕后,点击安装。 3.看到页面,直接下一步,全部默认选项。 4.安装即完成。 5.安装Visual Studio Code 地址教程: https://jingyan.bai 阅读全文

posted @ 2018-07-11 11:33 ExplorerMan 阅读(505) 评论(0) 推荐(0)

导航