摘要:
(select t2.customerid as khid, t4.realname,t2.oldownerbyid as jiuid,t2.createtime as gxsjFROM crm_customer_handover as t2left join crm_customer as t3o 阅读全文
摘要:
function getNowFormatDate() { var date = new Date(); var seperator1 = "-"; var seperator2 = ":"; var month = date.getMonth() + 1; var strDate = date.g 阅读全文
摘要:
int width=256; int height=256; //创建BufferedImage对象 定义长宽及背景图 BufferedImage bi = new BufferedImage(1039,479,BufferedImage.TYPE_INT_RGB); Graphics2D grap 阅读全文