摘要:
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
阅读(20904)
评论(0)
推荐(0)
摘要:
alter ignore table 表名 add unique index(字段名,字段名); 阅读全文
posted @ 2017-05-04 16:25
PaperFolding
阅读(385)
评论(0)
推荐(0)
浙公网安备 33010602011771号