2017年5月4日
摘要: var now = new Date(); var time = now.getFullYear() + "-" +((now.getMonth()+1)<10?"0":"")+(now.getMonth()+1)+"-"+(now.getDate()<10?"0":"")+now.getDate( 阅读全文
posted @ 2017-05-04 16:29 PaperFolding 阅读(20816) 评论(0) 推荐(0) 编辑
摘要: alter ignore table 表名 add unique index(字段名,字段名); 阅读全文
posted @ 2017-05-04 16:25 PaperFolding 阅读(377) 评论(0) 推荐(0) 编辑