Fork me on Gitee
摘要: SimpleDateFormat("yyyy MM dd hh:mm:ss.SSS")时间转换问题 程序代码: import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; pub 阅读全文
posted @ 2018-06-17 23:03 明叶师兄。 阅读(2000) 评论(0) 推荐(0) 编辑
摘要: #Mysql中设置默认时间为系统当前时间 数据库设计时会遇到的一种情况:将系统当前时间设成默认值存储 数据库设计编码: CREATE TABLE `test` ( `name` varchar(50) NOT NULL, `createtime` timestamp NULL DEFAULT CUR 阅读全文
posted @ 2018-06-17 22:38 明叶师兄。 阅读(6918) 评论(0) 推荐(1) 编辑