
数据库
乐游飞
这个作者很懒,什么都没留下…
展开
-
mysql的时间格式
Mysql 的时间格式分为三种,1.time ,2.timestamp 3.datestime TIMESTAMP[(M)] 时间戳。范围是’1970-01-01 00:00:00’到2037年。 TIMESTAMP列用于INSERT或UPDATE操作时记录日期和时间。 如果你不分配一个值,表中的第一个TIMESTAMP列自动设置为最近操作的日期和时间。 也可以通过分配一个NULL值,将原创 2014-12-01 11:41:30 · 713 阅读 · 0 评论 -
How do you build a database?
Its a great question, and deserves a long answer. Most database servers are built in C, and store data using B-tree type constructs. In the old days there was a product called C-Isam (c library for翻译 2015-03-21 19:00:59 · 448 阅读 · 0 评论