- 博客(136)
- 收藏
- 关注
原创 找不到或无法加载主类...原因: java.lang.ClassNotFoundException...
删除父项目和子项目的.idea、.iml文件、target目录后,重启IDEA。尝试重新启动,启动成功!
2024-05-19 23:11:03
297
1
原创 Vue3项目(vben框架)打包时报错:JavaScript heap out of memory
我用的解决了问题,方法二中将内存设置为了16g,方法三中内存设置16g也就是。
2023-07-23 22:01:40
1818
原创 表单保存时报错:必须执行该语句才能获得结果
Error getting generated key or setting result to parameter object. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: 必须执行该语句才能获得结果。
2023-07-23 17:11:21
1134
原创 项目运行中报错:Java堆栈内存溢出OutOfMemoryError: Java heap space
我的服务器内存为32G,建议取一半内存大小。
2023-07-17 14:46:12
483
原创 java代码中,报错“驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。”怎么解决?
SpringBoot程序接入SQLServer+MyBatisPlus启动时报错:驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。
2023-06-14 19:28:34
1391
2
原创 IE浏览器强制跳转Edge(不让我使用老ie)解决
在edge中的"Internet选项"中取消"启用第三方浏览器扩展"的勾选,然后关掉Edge后打开老IE,此时即可正常使用。
2023-06-05 15:56:57
2688
2
原创 Chrome跨域The request client is not a secure context and the resource is in more-private address space
防止非安全上下文向更私密的IP地址发出子资源请求。如果1)IP1是本地主机,而IP2不是,或者2)IP1是私有的,而IP2是公共的,则IP地址IP1比IP2更私有。这是全面实施CORS-RFC1918的第一步:https://wicg.github.io/cors-rfc1918–Mac、Windows、Linux、Chrome OS、Android、Fuchsia。应该是处于安全考虑, 禁止向私有地址请求和发生数据。阻止不安全的专用网络请求。
2023-06-02 14:25:13
488
原创 Vue3项目打包报错:Reached heap limit Allocation failed - JavaScript heap out of memory
【代码】Vue3项目打包报错:Reached heap limit Allocation failed - JavaScript heap out of memory。
2023-05-26 08:42:38
1108
原创 远程调用后的结果在循环遍历时抛出异常:java.util.LinkedHashMap cannot be cast to org.springblade.api.dto.easydelive
远程调用
2023-03-28 10:11:33
398
原创 当IDENTITY_INSERT设置为OFF时,无法为表“housedetail2”中的标识列插入显式值。
Cannot insert explicit value for identity column in table 'HOUSEDETAIL2' when IDENTITY_INSERT is set to OFF
2022-11-21 09:42:38
1648
原创 绕过Git代码检查提交代码(Git提交前代码检查报错:lint-staged failed due to a git error)
代码的警告和Error都已经改正了,依旧提交不了…
2022-09-16 13:50:03
3393
原创 存储过程报错:Error converting data type varchar to bigint.
存储过程中类型不同不能直接想加,必须转换类型。
2022-07-18 15:54:49
1616
原创 Fielddata is disabled on text fields by default. Set fielddata=true on [catalogName] in order......
问题:"Fielddata is disabled on text fields by default. Set fielddata=true on [catalogName] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead
2022-05-29 03:57:13
2047
原创 “reason“: “index [gulimall_product] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];
解决:PUT /gulimall_product/_settings{ "index.blocks.read_only_allow_delete": null}参考:官网博客1博客2
2022-05-29 03:25:32
244
原创 数据库迁移
案例一:SQLServer数据库从本地传输到阿里云SQLServer云数据使用Navicat 16的数据传输工具完成。注意:(1).一次传输太多表会卡死,所以我们每次传输10~20张表。(2).如遇传输失败,看情况是不是可以勾选“遇到错误时继续”选项,跳过错误...
2022-05-23 11:29:09
119
原创 获取客户端IP和计算机名称
public void getClientInfo(HttpServletRequest request) throws IOException { String ip = WebUtil.getIP(request); String hostName = InetAddress.getByName(ip).getHostName(); System.out.println("ip:" + ip); System.out.println("hostName:" + hostName); }
2022-05-17 09:33:40
960
原创 在 Navicat Premium 中管理 MySQL 用户-第 3 部分:配置用户权限
在 Navicat Premium 中管理 MySQL 用户-第 3 部分:配置用户权限
2022-03-19 22:44:54
621
原创 Navicat15的一些注意事项
navicat15中使用MySQL很好用,使用SQLServer比较难用(字段自增、字段上下顺序移动 失灵),配合Microsoft SQL Server Management Studio 18工具字段自增需要配合Microsoft SQL Server Management Studio 18工具配置
2022-03-11 15:18:34
1504
原创 navicat连接SQLServer报[IM002][Microsoft][ODBC驱动程序管理器]未发现数据源名称
解决:安装navicat自带msodbcsql_64.msi(15版本以下的可能是sqlncli_x64.msi),就在安装目录下,安装后问题解决
2022-02-17 10:59:57
1254
原创 Win10重装后D盘被锁,提示“BitLocker恢复,输入此驱动器的恢复密钥”
参考:http://www.52myqq.com/pc/qqinfo_182496.htmlhttps://product.pconline.com.cn/itbk/life/3c-digital/1711/10310407.html问题:Win10重装后D盘被锁,原因是新版win10系统采用了新的加密机制,当使用微软账户登录系统后,会自动开启设备加密功能。此时进行一键恢复或重置系统,会提示“BitLocker恢复,输入此驱动器的恢复密钥”。此功能主要用于保障电脑数据的安全。解决:1.找到恢复密
2022-02-15 13:57:18
70561
13
原创 CSS样式实现
1.标题前蓝色小竖杠<h3 class="title-left">订单明细</h3><style scoped>.title-left { position: relative; padding-left: 13px; margin: 24px 0;}.title-left:before { content: ""; background-color: #3796EC; width: 3px; height: 20px; po
2022-02-13 12:31:37
577
原创 调整ElementUI的原生样式
<style scoped> /* 去除el-upload组件过渡效果 */ /deep/ .el-upload-list__item { transition: none !important; }</style>
2022-02-10 13:54:24
743
原创 js中计算付款金额(显示为 .000的样式)
背景:Vue项目。 selectionChange(list) { this.selectionList = list; // 计算本次付款金额 this.currPay = 0.0 this.selectionList.forEach(ele => { this.currPay += Number(ele.agentamount) * 1000; }); this.currPay = (this.curr
2022-01-26 16:10:58
1328
原创 avue的一些样式设置
<style scoped>/* 去除列表页上方按钮处空白(隐藏新增删除按钮后,希望去除空白) *//deep/ .avue-crud__menu { display: none;}/* 隐藏分页 *//deep/ .avue-crud__pagination { display: none;}</style>
2022-01-26 14:27:31
1628
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人