摘要: timestamp与timedelta,管理信息系统概念与基础 1.将字符串‘2017年10月9日星期一9时10分0秒 UTC+8:00’转换为timestamp。 from datetime import datetime,timedelta ds=datetime(2017,10,9,10,0) 阅读全文
posted @ 2017-10-13 22:35 109-梁浩辉 阅读(233) 评论(0) 推荐(0) 编辑
摘要: web基础 认识URL,观察常用网站网址,区分不同组成部分。uscheme://host:port/path/?query-string=xxx#anchor11 观察web浏览过程. HTML基础。练习使用标签制作简单的页面。 1 <!DOCTYPE html> 2 <html lang="en" 阅读全文
posted @ 2017-10-13 22:32 109-梁浩辉 阅读(170) 评论(0) 推荐(0) 编辑