10 2014 档案
摘要:@OneToMany(mappedBy="member") @OrderBy(value = "TousuID desc")
阅读全文
摘要:UPDATE t_dealer a INNER JOIN t_dealer b ON a.id=b.id SET a.zihao=b.shortName where a.zihao is null or a.zihao='' and char_length(a.shortName)<=20
阅读全文
摘要://扩展replaceAll; String.prototype.replaceAll = function(s1,s2) { return this.replace(new RegExp(s1,"gm"),s2); }
阅读全文