- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 javamail发件、收件(SSL连接)
需要的包:mail.jar jsse.jar(说明:jsse.jar是jre自带的,如果jdk1.5及以下需要Java Activation Framework框架的activation.jar) 【发件】 import java.net.URL; import java.security.Security; import java.util.Properties; import java
2016-12-23 17:59:05
481
原创 JAVA实现qq邮箱发送功能
package com.liu.test; // 需要用户名密码邮件发送实例 //本实例以QQ邮箱为例,你需要在qq后台设置 import java.security.Security; import java.util.Properties; import javax.mail.Authenticator; import javax.mail.Message;
2016-12-23 17:42:41
424
转载 转载:(个人学习用)JSP文件过大编译失败,异常如is exceeding the 65535 bytes l...
摘要:JSP文件过大无法编译,后台抛异常Generated servlet error:The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit,建议修改web.xml加入初始化参数,应该能有所改善。 问题描述 项目中使
2015-09-28 15:02:16
511
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅