技术
jmbkeyes168
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java Mail发邮件(Example)
Post an simple email Properties props = new Properties(); props.put("mail.smtp.host","smtp.163.com"); props.put("mail.smtp.auth","true"); Authenticator auth = new Authenticato原创 2006-11-03 13:58:00 · 1306 阅读 · 0 评论 -
Servlet 中文乱码解决
基本的编辑页面做好了,不过中文老是出现乱码,狂晕,怎么解决都不行,在网上查了很久,很多人都说通过下面这个方式解决:response.setContentType("text/html;charset=GB2312"); request.setCharacterEncoding("GB2312"); 不过,我用了,怎么也不行,老是出现错误,还是乱码,唉,看来还是不治本.后来有个说转载 2006-11-09 20:28:00 · 1079 阅读 · 0 评论
分享