码农研究僧
计算机研究生、全栈领域优质创作者、阿里云专家博主、优快云内容合伙人、万码优才推广合伙人、资深技术砖家、专业铲除bug贡献者。❥(^_-)商业合作&考研软考毕设等学习交流❥(^_-)
展开
-
出现 社交授权失败,原因是:lllegal state[WECHAT MP] 解决方法
检查公众号 AppID 和 AppSecret 是否正确,确认 网页授权域名 和 回调 URL 是否匹配,确保授权请求 URL 格式正确,校验 state 参数一致性,检查服务器端是否正确处理授权回调原创 2025-04-03 08:00:00 · 13 阅读 · 0 评论 -
Uniapp 持续出现 Invalid Host/Origin header 解决方法
出现这个问题通常是因为 Webpack Dev Server (WDS) 的 host 校验 导致的,可能的原因包括如下原创 2025-04-02 20:55:51 · 103 阅读 · 0 评论 -
Mybatis 出现 BindingException: Invalid bound statement (not found) 解决方法
XML namespace 配置不匹配 或 MyBatis 没有正确加载 mapper.xml原创 2025-04-02 08:00:00 · 26 阅读 · 0 评论 -
Vue 3 出现 模块 “vue“ 没有导出的成员 的解决方法
TypeScript 没有正确解析 Vue 3 的类型定义,可能是 types 配置导致 Vue 类型被忽略,或 node_modules 里 Vue 相关类型丢失原创 2025-04-01 08:00:00 · 27 阅读 · 0 评论 -
Spring 项目中跨数据源(多数据源)调用时 @DS 注解失效或不生效
多数据源时顺序不当,顺序导致数据源污染,先处理默认数据源操作,再进入需要切换的数据源方法原创 2025-03-26 20:51:45 · 168 阅读 · 0 评论 -
详细分析 Vue 绑定 :class 失效的原因分析(附解决思路)
绑定了一个未定义的变量,Vue 就无法正确解析 class,导致样式失效。因此,确保变量是字符串或对象,并且是 Vue 响应式数据,可以避免 class 绑定问题原创 2025-03-20 08:00:00 · 37 阅读 · 0 评论 -
出现 beans.factory.support.DisposableBeanAdapter and org.springframework.util.ClassUtils 解决方法
Spring 组件之间的版本不兼容,导致类加载失败Spring Boot 依赖于 Spring 框架的多个模块,比如 spring-core、spring-beans、spring-context 等原创 2025-03-17 14:54:26 · 40 阅读 · 0 评论 -
Springboot中的 Mapper 无法找到的 可能原因及解决方案
Spring Boot 运行时无法找到 GateOperateLogMapper 这个 Bean,导致依赖它的组件无法正常启动通常是因为以下几个原因原创 2025-03-16 15:02:10 · 149 阅读 · 0 评论 -
出现 Cannot run program “D:\Java\bin\java. exe“ (in directory “xxx“): CreateProcess error=206 解决方法
感觉这个Bug有点误导人,一开始以为是什么路径Bug,但后续发现是原创 2025-03-13 21:33:59 · 158 阅读 · 0 评论 -
详细分析 alibaba.excel.exception.ExcelWriteDataConvertException: Can not find ‘Converter‘ support 解决方法
原先也出过类似的Bug:出现 Can not find ‘Converter‘ support class Year 解决方法但后续没有解决根本性的问题,这回带着突破解决了List 以及 Set字段原创 2025-03-07 15:12:26 · 584 阅读 · 0 评论 -
出现 org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.putArchiveEntry 解决方法
执行easyExcel的导出时,由于imgPath的图片路径为多张,对应格式为List<String>格式,但无法进行导出,出现如下Bug:原创 2025-03-07 14:56:32 · 100 阅读 · 0 评论 -
出现 当 IDENTITY INSERT 设置为 OF 时,不能为表‘xxx‘ 中的标识列插入显式值解决方法
[23000] [Microsotl[ODBC Drver 17 for sOL sernver[sQL Serer)当 IDENTITY INSERT 设置为 OF 时,不能为表'RunningD RC' 中的标识列插入显式值。(544)原创 2025-03-04 15:05:08 · 105 阅读 · 0 评论 -
出现 Cause: java.sql.SQLException: Incorrect string value: 解决方法(拓展utf8 和 utf8_general_ci )
表示 插入 create_name 字段的字符串包含了无法存储的字符,具体来说是 \xF0\x9F\x90\xBE,这个是 emoji 表情(如 🐾),而数据库的字符集 不支持存储 emoji有如下方法,要么存储要么过滤原创 2025-02-25 19:18:23 · 134 阅读 · 0 评论 -
出现 [ app.json 文件内容错误] app.json: 在项目根目录未找到 app.json (env: Windows,mp 解决方法
详细分析原理以及解决方法 [ app.json 文件内容错误] app.json: 在项目根目录未找到 app.json (env: Windows,mp,1.06.2412050; lib: 3.7.8)原创 2025-02-18 09:08:52 · 819 阅读 · 0 评论 -
Driver class ‘net.sourceforge.jtds.jdbc.Driver‘ could not be found, make sure the ‘MS SQL Server解决方法
错误日志表明 SQL 任务 失败,原因是 缺少 jTDS 驱动,导致无法连接到数据库核心错误:Driver class 'net.sourceforge.jtds.jdbc.Driver' could not be found说明 jTDS 驱动(net.sourceforge.jtds.jdbc.Driver)未找到,SQL 任务无法加载它原创 2025-02-15 08:00:00 · 85 阅读 · 0 评论 -
Kettle中出现 Error comitting connection Can‘t call commit when autocommit=true 解决方法
org.yaukie.base.exception.UserDefinedException: org.pentaho.di.core.exception.KettleException: An error occured loading the directory tree from the repositoryError comitting connectionCan't call commit when autocommit=true原创 2025-02-14 11:24:32 · 63 阅读 · 0 评论 -
出现 unrecognized or represents more than one time zone. You must configure either the server or 解决方法
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuratio原创 2025-02-13 14:53:24 · 71 阅读 · 0 评论 -
Spring Boot + MyBatis Field ‘xxx‘ doesn‘t have a default value 问题排查与解决
以实战的角度进行分析:问题 解决方案前端没有传 eFId console.log(formData.value) 检查数据后端 @JsonProperty 解析失败 在 CheckSaveReqVO 加 @JsonProperty(“eFId”)数据库字段映射错误 确保 CheckDO 里 @TableField(“e_f_id”) 正确原创 2025-02-10 19:19:46 · 293 阅读 · 0 评论 -
出现 Cannot deserialize value of type `java.time.Year` from String “yyyy“: Failed to deserialize 解决方法
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.time.Year` from String "yyyy": Failed to deserialize java.time.Year: (java.time.format.DateTimeParseException) Text 'yyyy' could not be parsed at i原创 2025-02-04 08:00:00 · 168 阅读 · 0 评论 -
出现 Can not find ‘Converter‘ support class Year 解决方法
com.alibaba.excel.exception.ExcelWriteDataConvertException: Can not find 'Converter' support class Year. at com.alibaba.excel.write.executor.AbstractExcelWriteExecutor.doConvert(AbstractExcelWriteExecutor.java:323)原创 2025-02-04 08:00:00 · 188 阅读 · 0 评论 -
出现 Module must not contain source root . The root already belongs to module “ 原理分析 及 解决方法
执行模块代码的时候,报404错误后续发现模块有异常,导致无法识别到controller的路径!原创 2025-02-03 14:02:57 · 292 阅读 · 0 评论 -
Git 出现 Please use your personal access token instead of the password 解决方法
remote: The password-based authentication of Git has been removed. Please use your personal access token instead of the password. Request-id is xxxx.fatal: Authentication failed for 'https://gitcode.com/xxxx/'原创 2025-01-27 08:00:00 · 411 阅读 · 0 评论 -
出现 Error processing condition on org.springframework.cloud.openfeign 解决方法
详细分析原理以及解决方法:java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.openfeign.FeignAutoConfiguration.cachingCapability原创 2025-01-26 15:50:01 · 1058 阅读 · 0 评论 -
Linux 执行 fdisk -l 出现 GPT PMBR 大小不符 解决方法
[root@VMS-Centos-test1 ~]# fdisk -lGPT PMBR 大小不符(419430399 != 4294967295),将用写入予以更正。The backup GPT table is not on the end of the device.原创 2025-01-22 16:11:06 · 516 阅读 · 0 评论 -
Class ‘com.xxx.xxx‘ not found in module ‘xxxx‘ 解决方法
启动项目的时候,出现如下Bug:Class ‘com.xxx.xxx‘ not found in module ‘xxxx‘原创 2025-01-21 16:18:59 · 145 阅读 · 0 评论 -
jsqlparser 版本不兼容:net.sf.jsqlparser.statement.select.SelectItem 以及 select.SelectBody 解决方法
看Bug直接定位到最后面的错误提示,一开始以为是UnabletostartembeddedTomcat的基本错误,后续发现排查方向错误!问题比较复杂,不过这类问题可看:出现WebServerException:UnabletostartembeddedTomcat解决方法(全)原创 2025-01-19 18:49:29 · 812 阅读 · 0 评论 -
积木BI及仪表盘 编辑之后不会立马显示更新 解决方法
编辑内容之后不会立马显示更新,且看数据库都无内容,但数据还是显示原先的数据!编辑的内容 首先查看数据库是否有所改变,如果没有改变(前提是最新版本,最新源码)说明是内部代码有问题,如果有改变说明是缓存问题引起原创 2025-01-17 08:00:00 · 92 阅读 · 0 评论 -
积木仪表盘 出现 “没有权限,请联系管理员分配权限“ 解决方法
出现 没有权限,请联系管理员分配权限 的问题,导致数据源无法进行测试原创 2025-01-13 14:21:19 · 144 阅读 · 0 评论 -
出现 No more pattern data allowed after {*...} or ** pattern element 解决方法
org.springframework.web.util.pattern.PatternParseException: No more pattern data allowed after {*...} or ** pattern element 解决方法原创 2025-01-09 11:12:43 · 471 阅读 · 0 评论 -
爬虫 出现429状态码的原理及解决方法
HTTP 429 是 “Too Many Requests” 状态码,表示客户端向服务器发送的请求数量超出了服务器的限制原创 2025-01-06 08:00:00 · 932 阅读 · 0 评论 -
出现 Error during query execution: StatementCallback; bad SQL grammar 解决方法
切换数据源的时候,出现如下问题:Error during query execution: StatementCallback; bad SQL grammar [SELECT TOP 10 * FROM [eqm].[RunningD_YT]]; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to原创 2024-12-31 15:03:34 · 592 阅读 · 0 评论 -
dpkg: 处理软件包 sunloginclient (--install)时出错 解决方法
准备解压 SunloginClient_15.2.0.63064_amd64.deb ...正在解压 sunloginclient (15.2.0.63064) 并覆盖 (15.2.0.63064) ...dpkg: 依赖关系问题使得 sunloginclient 的配置工作不能继续: sunloginclient 依赖于 libgconf-2-4;然而: 未安装软件包 libgconf-2-4。原创 2024-12-17 14:07:19 · 1528 阅读 · 0 评论 -
出现 java.io.UncheckedIOException: Cannot delete Local\Temp\tomcat xxx.tmp 文件无法删除
java.io.UncheckedIOException: Cannot delete C:\Users\lixiaosong\AppData\Local\Temp\tomcat.48080.15957104337075008502\work\Tomcat\localhost\ROOT\upload_8e1702d9_b869_49e8_abd1_c3a0ac29f6aa_00000000.tmp原创 2024-12-16 21:50:24 · 958 阅读 · 0 评论 -
出现The server time zone value ‘�й���ʱ��‘ is unrecognized or represents more than one time zone. 解决方法
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuratio原创 2024-12-05 08:00:00 · 313 阅读 · 0 评论 -
出现 class java.sql.Timestamp cannot be cast to class java.time.LocalDateTime 解决方法
错误提示 java.lang.ClassCastException: class java.sql.Timestamp cannot be cast to class java.time.LocalDateTime试图将一个 java.sql.Timestamp 类型的对象转换为 java.time.LocalDateTime 类型时发生了异常原创 2024-12-04 08:00:00 · 364 阅读 · 0 评论 -
表单重置空值 后 导致搜索失效的Bug分析
先点重置,再按搜索,发现搜索不起作用了!在使用 el-input 组件进行表单绑定时,发现通过 resetForm 方法将表单中的 faultLocation 字段设置为 null 后,再进行搜索时会出现失效的情况经过分析,问题的根源在于 Vue 的响应式机制和 Element UI 的表单重置处理原创 2024-12-03 08:00:00 · 381 阅读 · 0 评论 -
出现 errorCode 0,state 08601 com.mysq1.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException 解决方法
问题涉及的是MySQL 8与JDBC连接配置的变化现根据bug分析通用原因原创 2024-12-03 08:00:00 · 174 阅读 · 0 评论 -
出现 1222 - The used SELECT statements have a different number of columns 解决方法
常见于union进行select会出现1222 - The used SELECT statements have a different number of columns原创 2024-11-30 08:00:00 · 454 阅读 · 0 评论 -
出现 to use the following CPU instructions in performance-critical operations: AVX2 解决方法
TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.To enable the following instructions: SSE SSE2 SSE3 SSE4.1 SSE4.2 AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriat原创 2024-11-28 08:00:00 · 300 阅读 · 0 评论 -
出现 Mapper ‘Mapper[xx(xx)]‘ has no property ‘properties‘. 解决方法
错误的核心是 SQLAlchemy 在尝试访问 TLGPartInfo 的 properties 属性时,无法在 TLGPartInfo 的 mapper 中找到该属性原创 2024-11-27 08:00:00 · 209 阅读 · 0 评论