BUG/问题
BUG/问题 解决方法分类专栏。
新科日记
人生也就短短的三万天!
展开
-
Navicat 重装 查找 保存的查询sql文件
Navicat 重装 查找 保存的查询sql文件原创 2024-06-19 10:25:49 · 1477 阅读 · 0 评论 -
CROS错误 网络跨域
CROS错误 网络出现跨域的几种情况原创 2023-06-19 11:05:08 · 1103 阅读 · 0 评论 -
win10 host 配置不生效 浏览器访问无效
win10 host 配置不生效 浏览器访问无效原创 2023-07-18 19:33:25 · 1649 阅读 · 0 评论 -
下载element-ui 资源,图标 element-icons.woff,element-icons.ttf 无法解码文件字体
下载element-ui 资源,图标 element-icons.woff,element-icons.ttf 无法解码文件字体原创 2024-02-29 18:36:33 · 1895 阅读 · 1 评论 -
Windows的黑窗口(cmd)连接操作Linux服务器 SSH
Windows的黑窗口(cmd)连接操作Linux服务器 SSH原创 2023-04-19 11:11:12 · 9405 阅读 · 0 评论 -
两台Windows系统如何实现远程和传送文件
两台Windows系统如何实现远程连接和互相传送文件原创 2022-08-03 16:12:39 · 8118 阅读 · 0 评论 -
linux centos 启动多个tomcat
linux centos 启动多个tomcat,解决不能启动多个tomcat原创 2022-10-20 17:27:42 · 867 阅读 · 0 评论 -
Python 安装 启动项目 有线版/离线版
Linux Centos7 Python 安装 启动项目 有线版/离线版原创 2023-11-27 14:32:11 · 1127 阅读 · 0 评论 -
Caused by: redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool
Caused by: redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool原创 2022-08-09 21:40:49 · 984 阅读 · 0 评论 -
解决前后端?拼接传参中文乱码
解决前后端?拼接传参中文乱码,get方式请求接口原创 2022-08-10 23:42:19 · 508 阅读 · 0 评论 -
Error:(xx, xx) java: 常量字符串过长
Error:(xx, xx) java: 常量字符串过长原创 2022-09-08 14:13:14 · 1581 阅读 · 0 评论 -
Optional int parameter ‘xxx‘ is present but cannot be translated into a null value due to being
Optional int parameter 'domainId' is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type.原创 2022-11-24 14:26:11 · 2047 阅读 · 0 评论 -
maven依赖 pom.xml中systemPath的用法
maven依赖 pom.xml中systemPath的用法。org.apache.commons.cli.MissingArgumentException: Missing argument for option: f原创 2022-12-21 16:32:08 · 11169 阅读 · 0 评论 -
java.lang.IllegalArgumentException: Request header is too large
java.lang.IllegalArgumentException: Request header is too large,请求头数据量大!原创 2023-01-29 10:34:53 · 1843 阅读 · 0 评论 -
三目运算 多条件使用
三目运算 多条件使用 ~简单粗暴原创 2023-03-16 17:02:51 · 169 阅读 · 0 评论 -
@Value取值为null 解决
@Value取值为null 解决原创 2023-03-21 18:02:28 · 2287 阅读 · 0 评论 -
only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT
only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT原创 2023-03-24 10:50:59 · 2817 阅读 · 1 评论 -
Error querying database. Cause: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Error querying database. Cause: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0,SQL: SELECT count(0) FROM xxxx LIMIT ? OFFSET ?原创 2023-03-26 18:45:41 · 1684 阅读 · 0 评论 -
OutputStream导出excel文件,文件名称中文乱码
OutputStream导出excel文件,文件名称中文乱码原创 2023-05-09 09:51:00 · 1165 阅读 · 0 评论 -
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.el.ELContext
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.el.ELContext原创 2023-05-11 10:54:38 · 2446 阅读 · 0 评论 -
mybatis 复用 for循环最后一个元素的值
mybatis 复用 for循环最后一个元素的值原创 2023-07-18 09:00:02 · 269 阅读 · 0 评论 -
SimpleDateFormat 报错:Unparseable date: “2023-01-26“
SimpleDateFormat 报错:Unparseable date: "2023-01-26"原创 2023-08-16 19:40:18 · 1252 阅读 · 0 评论 -
The matching wildcard is strict, but no declaration can be found for element ‘mvc:interceptors‘
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:interceptors'原创 2023-08-24 11:02:49 · 1479 阅读 · 0 评论 -
https协议经过SpringMVC重定向之后变成http协议
https 协议经过 SpringMVC 重定向之后变成 http 协议原创 2023-08-28 11:02:25 · 1321 阅读 · 0 评论 -
JSON.toJSONString() 解析之后 出现“$ref“:“$[x].xxx“
JSON.toJSONString() 解析之后 出现"$ref":"$[x].xxx"原创 2023-09-28 21:37:06 · 1029 阅读 · 0 评论 -
linux centos 卸载安装java jdk
linux centos系统 卸载安装java jdk,更新jdk版本原创 2022-10-20 15:21:11 · 2887 阅读 · 0 评论 -
java 响应码(返回码)总结
java 响应码(返回码)总结,报错快速锁定原创 2023-03-08 16:55:52 · 3354 阅读 · 0 评论 -
Java class文件 反编译
Java class文件 反编译成源码原创 2023-10-31 09:26:58 · 205 阅读 · 0 评论 -
c.alibaba.druid.pool.DruidDataSource - create connection SQLException, url,errorCode 0, state 08S01
ERROR c.alibaba.druid.pool.DruidDataSource - create connection SQLException, url:jdbc:mysql://xxx:3306/xxx?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&serverTimezone=Asia/Shanghai, errorCode 0, state 08S01原创 2022-08-04 15:20:30 · 3275 阅读 · 0 评论 -
SQLException:null, message from server: “Host ‘xx‘ is not allowed to connect to this MySQL server“
项目启动,报错:java.sql.SQLException: null, message from server: "Host 'PC-20220124VASY' is not allowed to connect to this MySQL server"原创 2022-09-26 13:48:48 · 1012 阅读 · 0 评论 -
No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)原创 2022-11-01 16:16:52 · 698 阅读 · 1 评论 -
ERROR 1129 (HY000): Host ‘x.x.x.x‘ is blocked because of many connection errors; 请求阻塞
ERROR 1129 (HY000): Host 'x.x.x.x' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'原创 2022-11-01 16:40:00 · 1717 阅读 · 0 评论 -
Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ property manually.
idea连接mysql数据库报错:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually.原创 2022-11-18 15:33:55 · 216 阅读 · 0 评论 -
mysql配置自动定时清理日志
mysql配置自动定时清理日志原创 2023-05-24 16:19:12 · 1115 阅读 · 0 评论 -
查询数据库字段信息 mysql
查询数据库字段信息 mysql 导出原创 2023-08-24 11:27:12 · 569 阅读 · 0 评论 -
2006 - MySQL server has gone away
mysql 导入sql报错:2006 - MySQL server has gone away原创 2023-08-31 10:26:55 · 440 阅读 · 0 评论 -
1067 - Invalid default value for ‘XXX‘
mysql sql导入时报错:1067 - Invalid default value for 'XXX'原创 2023-08-31 14:54:05 · 363 阅读 · 0 评论 -
this is incompatible with sql_mode=only_full_group_by
Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxxx' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by原创 2023-09-04 14:11:08 · 785 阅读 · 0 评论 -
mysql && mysql 容器 忽略大小写配置
mysql && docker mysql容器 开启忽略大小写配置原创 2023-08-16 14:14:18 · 1545 阅读 · 0 评论 -
docker pull 拉取镜像报错
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit原创 2023-10-09 10:00:26 · 10482 阅读 · 3 评论