随笔分类 -  Web/JS

摘要:最近使用 sequelize 过程中发现一个“奇怪”的问题,将某个时间插入到表中后,通过 sequelize 查询出来的时间和通过 mysql 命令行工具查询出来的时间不一样。非常困惑,于是研究了下,下面是学习成果。 阅读全文
posted @ 2017-10-05 18:24 CatLight 阅读(320) 评论(0) 推荐(0)
摘要:The major web browsers load web pages in basically the same way. This process is known as parsing and is described by the HTML5 specification. A high-level understanding of this process is critical to writing web pages that load efficiently. 阅读全文
posted @ 2014-07-03 16:29 CatLight 阅读(326) 评论(0) 推荐(0)