摘要: User.java实体类 package com.tao.pojo; import javax.persistence.Column; //用注解的方式生成表 import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; impo... 阅读全文
posted @ 2018-01-08 20:35 理想的诱惑 阅读(233) 评论(0) 推荐(0) 编辑
摘要: User.java实体来 package com.tao.pojo; import javax.persistence.Column; //用注解的方式生成表 import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; imp... 阅读全文
posted @ 2018-01-08 20:15 理想的诱惑 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1 package com.tao.pojo; 2 3 import java.sql.Connection; 4 import java.sql.DriverManager; 5 import java.sql.PreparedStatement; 6 import java.sql.ResultSet; 7 import java.sql.SQLException; 8 ... 阅读全文
posted @ 2018-01-05 15:49 理想的诱惑 阅读(234) 评论(0) 推荐(0) 编辑
摘要: win10系统,在win右击“运行”-->输入"services.msc" ,来到服务窗口,找Oracle的相关服务 OracleOraDb10g_home1TNSListener 与 OracleServiceORCL,右击“启动”,就OK了! 阅读全文
posted @ 2018-01-05 14:54 理想的诱惑 阅读(1350) 评论(0) 推荐(0) 编辑
摘要: 1 java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: Path expected for join! [from com.tao.pojo.Student inner join clazz] 2 at org.hibernate.internal.Exce... 阅读全文
posted @ 2018-01-04 21:02 理想的诱惑 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: 1 java.lang.IllegalArgumentException: Cannot create TypedQuery for query with more than one return using requested result type [com.tao.pojo.Student] 2 at org.hibernate.internal.AbstractSharedS... 阅读全文
posted @ 2018-01-04 20:52 理想的诱惑 阅读(6238) 评论(0) 推荐(0) 编辑
摘要: 1 java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: Student is not mapped [from Student] 2 at org.hibernate.internal.ExceptionConverterImpl.convert(Except... 阅读全文
posted @ 2018-01-04 20:04 理想的诱惑 阅读(9375) 评论(0) 推荐(0) 编辑
摘要: java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=testfindAll], {ExactMatcher:fDisplayName=testfindAll(com.tao.test.TestImpl)], {LeadingIdentifierMatcher:fClassName=com.tao.tes... 阅读全文
posted @ 2018-01-02 16:40 理想的诱惑 阅读(936) 评论(0) 推荐(0) 编辑
摘要: 用div标签设置绝对和相对位置 阅读全文
posted @ 2017-12-27 10:50 理想的诱惑 阅读(1497) 评论(0) 推荐(0) 编辑
摘要: Java 连接 SQL Server数据库 阅读全文
posted @ 2017-12-26 20:30 理想的诱惑 阅读(203) 评论(0) 推荐(0) 编辑