上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 77 下一页
摘要: 报错如下:com.ccb.jawa.app.sys.model.UserInfo cannot be cast to com.ccb.jawa.app.sys.model.UserInfo 原因:加了一个热处理【devtools】而为了实现热部署,Devtools原有自己的类加载器,进行更新,由于类 阅读全文
posted @ 2021-12-20 09:29 周文豪 阅读(8513) 评论(0) 推荐(1)
摘要: 报错具体内容如下: 原因分析:输入空字符串,无法解析成长整形 错误代码: 前端 openEditDialog(dialogStatus, titleStatus, row) { this.dialogTableVisible = dialogStatus; this.titleStatus = ti 阅读全文
posted @ 2021-12-20 09:28 周文豪 阅读(1515) 评论(0) 推荐(0)
摘要: 情况一: 报错如下: 可以看出时standardValue字段出现了问题。 错误代码: @Override public Result edit(ProductCheckItem productCheckItem) { UserDTO user = SessionCache.get(); produ 阅读全文
posted @ 2021-12-20 09:27 周文豪 阅读(2795) 评论(0) 推荐(0)
摘要: 报错信息: 错误代码: <select id="selectSubList" resultMap="resultCtsProduct"> select t1.*,t2.* from b_cts_product t1 inner join b_product t2 on t1.subtypeno=t2 阅读全文
posted @ 2021-12-20 09:26 周文豪 阅读(404) 评论(0) 推荐(0)
摘要: 报错如下: 错误sql SELECT b.batchno, b.subtypeno, b.entity_id, b.package_spec, b.package_ratio, b.produce_date, b.validate_date, a.PACKLAYER, a.CURCODE, bc.p 阅读全文
posted @ 2021-12-20 09:25 周文豪 阅读(2857) 评论(0) 推荐(0)
摘要: 一、spring JDBC Spring框架对JDBC的简单封装。提供了一个JDBCTemplate对象简化JDBC的开发。 步骤: 1、 添加依赖 2、创建JdbcTemplate对象。依赖于数据源DataSource * JdbcTemplate template = new JdbcTempl 阅读全文
posted @ 2021-12-19 22:23 周文豪 阅读(2892) 评论(0) 推荐(0)
摘要: 在调接口时,会将请求体进行加密,代码如下: public class DataEncrypt2Test { public static void main(String[] args) throws Exception { String pubKey = "省略不写";// 生产批次 StringB 阅读全文
posted @ 2021-12-18 14:36 周文豪 阅读(7044) 评论(0) 推荐(0)
摘要: 我们将请求体加密后,访问后台,在获取applyData时报错。 原代码如下: public class DataEncrypt2Test { public static void main(String[] args) throws Exception { String pubKey = "省略不写 阅读全文
posted @ 2021-12-17 19:25 周文豪 阅读(4829) 评论(0) 推荐(0)
摘要: 原因分析:常量字符串的长度不能长于65535 - 1字节; 由于图片通过接口传递,图片转为base64编码后,字符串很大,故yreport的值很大,有360800个字符。 原代码: public class DataEncrypt2Test { public static void main(Str 阅读全文
posted @ 2021-12-17 19:13 周文豪 阅读(2816) 评论(0) 推荐(0)
摘要: 在cmd中通过ipconfig获取的ip为局域网的ip 要想获取外网的IP:在百度中输入IP即可看到 注意: 1、公司的猫的IP为外网的IP,公司内部所有电脑的外网IP都是一样的,即猫的IP。要想访问内网的IP,需要内网穿透。 2、如果公司中牵的网线为动态的IP,那么IP就不是固定的,每次重启猫,I 阅读全文
posted @ 2021-12-17 11:12 周文豪 阅读(904) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 77 下一页