- 浏览: 5127 次
- 性别:
- 来自: 上海
最新评论
-
龙游天下:
谢了,不好意思,端口写错了;还有我知道163的smtp原来不行 ...
一个JMail发送邮件的问题 -
HRoger:
还有是端口是25不是80
一个JMail发送邮件的问题 -
HRoger:
首先mail.stmp.host应该是stmp.163.com ...
一个JMail发送邮件的问题
文章列表
id为主键并且还是自动增长得;我用的是mysql数据库
User user = this.userService.getUser(id);
UserHonest honest = new UserHonest();
honest.setId(5);
honest.setHonest(5);
honest.setType("REG");
honest.setUser(user);
this.userHonestService.addUserHonest(honest);
为什么我每次都要还手动设置主键的值 否则就要抱错误 “ids for this cl ...
我在jpa更新一个对象以后,在点击分页,它报了一个
org.springframework.orm.jpa.JpaSystemException: org.hibernate.HibernateException: More than one row with the given identifier was found: 917509, for class: com.easyjf.ec.domain.BillProcess; nested exception is javax.persistence.PersistenceException: org.hibernate.HibernateEx ...
public static void main(String[] args)
{
// 创建Session对象
Properties p = new Properties();
p.put("mail.transport.protocol","smtp");
p.put("mail.smtp.host","www.163.com");
p.put("mail.smtp.auth","true");
p.put("mail.smtp.por ...