
bug
文章平均质量分 50
abments
这个作者很懒,什么都没留下…
展开
-
paddlesppech流式TTS服务返回的base64编码无法正常解码为wav文件
paddlesppech流式TTS服务返回的base64编码无法正常解码为wav文件原创 2025-02-28 14:09:28 · 390 阅读 · 0 评论 -
java docker容器给图片设置水印/opt/openjdk-17/lib/libfontmanager.so: Error loading shared library libfreetype.
java docker容器给图片设置水印/opt/openjdk-17/lib/libfontmanager.so: Error loading shared library libfreetype.(中文出现小方框)原创 2024-12-06 17:14:17 · 335 阅读 · 0 评论 -
MultipartEntityBuilder上传文件出现中文名乱码
【代码】MultipartEntityBuilder上传文件出现中文名乱码。原创 2024-11-26 10:04:30 · 412 阅读 · 0 评论 -
Cannot read properties of undefined (reading ‘$isServer‘)
项目使用simpleui,在django开发环境中启动服务,当我访问admin页面时,在浏览器控制台出现了报错提示Uncaught TypeError: Cannot read properties of undefined (reading ‘$isServer’) ,插件有可能存在已知的 bug,或不兼容某些特定版本的 Django 或其他插件。首先,确保你安装的是。插件可能在渲染页面时加载了一些 JavaScript,这些脚本可能与。如果这个问题是插件本身的 bug,更新到最新版本可能会修复。原创 2024-11-09 18:49:59 · 471 阅读 · 0 评论 -
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it wi
出现 错误是因为 Python 需要使用 Microsoft Visual C++ 编译器来编译一些依赖库。在 Windows 上,这通常是通过安装 Microsoft C++ Build Tools 来解决的。以下是解决方法:下载并安装 Microsoft C++ Build Tools:验证安装:重新运行命令:确保 Python 和 是最新版本,可以使用以下命令进行更新:如果问题依然存在,请检查 是否包含难以编译的特定依赖库(如 或其他 C 扩展),并尝试安装预编译的 文件,或使用 环原创 2024-11-09 18:44:14 · 1243 阅读 · 0 评论 -
Unrecognized field “isXXX“ (class com.), not marked as ignorable (15 known properties
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "isShow" (class com.xm.dto.原创 2024-10-21 13:59:22 · 500 阅读 · 0 评论 -
No operations allowed after statement closed
错误信息:参考解决方案 https://github.com/alibaba/druid/issues/5549如果修改socket-timeout不生效,可以尝试修改 socketTimeout。原创 2024-09-20 17:14:37 · 841 阅读 · 0 评论 -
mysql8.0解决 ‘The last packet successfully received from the server was xxx milliseconds ago‘ 问题
mysql8.0解决 ‘The last packet successfully received from the server was xxx milliseconds ago‘ 问题原创 2024-09-18 14:01:30 · 1392 阅读 · 0 评论 -
阿里云Could not connect to SITP host: smtp.163.com,port: 25;
系统发送邮件,采用的是网易邮箱,本地环境没问题,部署到阿里云,控制台报504,查看日志,系统连接网易邮箱服务器超时;解决方法:开启SSL使用465端口进行发送(放开阿里云安全组465端口);避免采坑,使用hutool提供的MailUtil工具类进行邮件发送;原因:阿里云服务器封禁了25端口,即使安全组放开,无济于事;原创 2024-09-02 15:55:10 · 438 阅读 · 0 评论 -
docker 拉取镜像出错
docker 拉取镜像出错:error pulling image configuration: download failed after attempts=6: dial tcp 103.214.168.106:443: 不要怀疑就是因为镜像源不同。寻找可用的镜像加速我这里提供一种可用的镜像加速,目前测试可用。原创 2024-08-31 11:25:38 · 870 阅读 · 0 评论 -
webmagic启动报错 No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
webmagic 入门案例中的例子启动报错。原创 2024-08-26 16:41:44 · 1064 阅读 · 0 评论 -
mybatis-plus Invalid bound statement (not found):xxxMapper.selectById
在使用mybatis api根据id集合查询数据时出现错误Invalid bound statement (not found):xxxMapper.selectById。原创 2024-08-24 21:37:05 · 322 阅读 · 0 评论 -
mybatis if 表达式计算结果有误
在表达式计算逻辑中,如果数据类型的比较 空字符串和0被看作了相等。变量flag式字符串类型 flag=‘’;原创 2024-08-22 15:18:02 · 222 阅读 · 0 评论 -
docker 安装mino服务,启动报错: Fatal glibc error: CPU does not support x86-64-v2
docker 安装mino服务,启动报错: Fatal glibc error: CPU does not support x86-64-v2原创 2024-08-16 11:24:29 · 2746 阅读 · 0 评论 -
执行docker compose命令出现 Additional property include is not allowed
在由docker-compose.yml的文件目录下执行命令 docker compose up -d 出现错误 Additional ininoperty include is not allowed。如果服务器上不好下载,也可以用上面的链接地址手动下载。原创 2024-08-13 16:55:12 · 4107 阅读 · 0 评论 -
spring事务报错 No qualifying bean of type ‘org.springframework.transaction.TransactionManager‘ available
org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.transaction.TransactionManager' available: expected single matching bean but found 2: transactionManager,reactiveTransactionManager原创 2024-07-16 18:01:45 · 815 阅读 · 0 评论 -
Failed to load API definition.
springboot集成knife4j后访问接口页面报错Failed to load API definition.原创 2024-07-15 15:12:09 · 501 阅读 · 0 评论 -
Caused by: com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed at
2024-06-06T11:03:25.401420321Z Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection2024-06-06T11:03:25.401424893Z at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:原创 2024-06-06 19:43:02 · 2411 阅读 · 1 评论