2019年11月26日

摘要: select A.* from tb_mend_enrol A, (select A.Typeid, A.address from tb_mend_enrol A group by A.Typeid, A.address having count(A.Typeid) >= 2 and count(A 阅读全文
posted @ 2019-11-26 16:45 滴水穿石~ 阅读(4551) 评论(1) 推荐(1) 编辑
 
摘要: 写Js时,有个地方用到日期,要求是yyyy--MM--dd的格式,于是想到了format函数,下面介绍了时间函数的定义,和调用前引入函数和如何格式化自己想要的日期格式。 //当前时间 var Time = new Date().format("yyyy-MM-dd"); //但是当时format是报 阅读全文
posted @ 2019-11-26 14:35 滴水穿石~ 阅读(269) 评论(0) 推荐(0) 编辑