摘要:
/** * 二维码 * @author wk * 2017年6月16日 */ @Service(value="QRCodeService") public class QRCodeService { private static final int BLACK = 0xff000000; private static final int WHITE = 0xFF... 阅读全文
摘要:
//日期比较大小 function checkEndTime(startTime,endTime){ // var startTime="2011-11-11 17:09"; var start=new Date(startTime.replace("-", "/").replace("-", "/")); // var endTime="2011-11-11 17:09:0... 阅读全文