- 博客(7)
- 收藏
- 关注
原创 node_modules/asn1.js/lib/asn1/base/node.js:282
node:v14.15.4npm :v6.14.10npm run build编译报错Creating an optimized production build...Failed to compile.Failed to minify the code from this file: ./node_modules/asn1.js/lib/asn1/base/node.js:282 Read more here: http://bit.ly/2tRViJ9npm ER.
2021-06-24 14:55:24
1024
原创 Hibernate注解配置一对多,以及按照列排序
@OneToMany(targetEntity=VoteItem.class,cascade=CascadeType.ALL)@Fetch(FetchMode.JOIN)@OrderBy("Index asc")//updatable=false很关键,如果没有它,在级联删除的时候就会报错(反转的问题)@JoinColumn(name="Vid",updatable=false)
2014-06-17 11:24:52
554
原创 No row with the given identifier exists: [com.yunban.bo.University#0]
No row with the given identifier exists: [com.yunban.bo.University#0]
2014-06-16 11:04:50
356
原创 JDBC中文查询问题
package dao;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;public class DB { static{ t
2014-05-29 21:47:50
607
原创 Hibernate中文模糊查询
final StringBuilder hql = new StringBuilder();hql.append("from D e ");hql.append("where 1=1 ");final List params = new ArrayList();if (ExName!="") {hql.append(" and e.ExName like ?");par
2014-04-11 16:21:42
566
原创 java Date 转换 mysql datetime
ex.setUpdTime(new Timestamp(System.currentTimeMillis()));/
2014-04-10 23:27:07
583
原创 Ljava.lang.Object 异常记录
final StringBuilder hql = new StringBuilder();hql.append("select e ");hql.append("from V_Excomment_User e ");hql.append("where 1=1 ");final List params = new ArrayList();if (ExId >= 0) {h
2014-04-10 23:18:59
393
elasticsearch-jieba-plugin 8.8.2.zip
2023-08-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅