摘要: *1,附件名乱码解决Multipart mm = new MimeMultipart(); BodyPart mdp = new MimeBodyPart();mdp.setFileName(MimeUtility.encodeWord(attachname));2,新方法发送附件public ... 阅读全文
posted @ 2015-01-24 11:44 野鹤闲人 阅读(4488) 评论(0) 推荐(1)
摘要: * @Transient public TBaseOrg getOrg() { if (this.getTBaseOrgs() != null && this.getTBaseOrgs().size() > 0) { for (TBaseOrg org : this.getTBaseOrg... 阅读全文
posted @ 2015-01-24 09:52 野鹤闲人 阅读(269) 评论(0) 推荐(0)