
bug
文章平均质量分 54
bug
汪程序猿
软件工程专业,主要研究JAVA后端。需求,架构,框架,人工智能,机器学习,数据库,操作系统,spring全家桶等
展开
-
解决前后端传送文件名,出现乱码问题,URLEncoder
出现???.doc,无法完成下载,后端的文件名在传输过程中,编码出现了问题。原创 2023-02-20 15:47:42 · 5007 阅读 · 0 评论 -
### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column ‘school‘ in ‘
人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家。首先,要检查自己的sql语句,检查是否出现了语法错误。在检查数据库中的元素名称。属性名,不要有空格。原创 2023-01-02 12:31:41 · 1085 阅读 · 0 评论 -
css格式无法对齐
【代码】格式无法对齐。原创 2023-01-02 08:57:27 · 273 阅读 · 0 评论 -
win10打不开蓝牙,怎么办?几招解决
最近,发现突然蓝牙没有了,在网上教程搞了半天也不行,想把电脑砸了。。。还买了个usb鼠标,后来解决了。按照我以下的步骤能解决大部分问题。首先确保更新。如果没有出现蓝牙,很正常,因为驱动可能没有了或者错误。需要下载驱动,我的是联想电脑,去联想官网下载;如果你是其他的去官网下载。去下载最新驱动!!!联想:https://newsupport.lenovo.com.cn/如果你的是联想,可以关注我公众号,回复“联想蓝牙驱动”,获得驱动安装软件戴尔:https://www.dell.com原创 2022-06-29 08:08:44 · 11972 阅读 · 6 评论 -
Java 11 or more recent is required to run. Please download and install a recent JRE.
VScode报错:Java 11 or more recent is required to run. Please download and install a recent JRE.Couldn’t start client SonarLint Language Server.这时候你需要检查你的javahome。如果你没有安装JDK:需要点击get the java runtime environmentVScode如何运行java程序和springboot项目如果你已经安装的JDK:原创 2022-04-02 20:20:29 · 1403 阅读 · 0 评论 -
[redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset
2022-03-31 13:42:58.585 ERROR 61596 — [io-8081-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [redis.clients.jedis.exceptions.JedisConnectionException: java.net.原创 2022-03-31 13:47:05 · 3627 阅读 · 0 评论 -
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filtered request failed.] with root cause应该是jdk版本不兼容,jdk11改成jdk1.82022-03-31 13:31:14.732 ERROR 59264 --- [nio-8081-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet]原创 2022-03-31 13:33:57 · 5363 阅读 · 0 评论 -
java.sql.SQLSyntaxErrorException: Unknown database ‘covid‘
java.sql.SQLSyntaxErrorException: Unknown database 'covid' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.18.jar:8.0.18] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:原创 2022-03-28 20:13:30 · 1606 阅读 · 0 评论 -
Syntax Error: Error: ENOENT: no such file or directory, scandir ‘D:\LeStoreD
Syntax Error: Error: ENOENT: no such file or directory, scandir 'D:\LeStoreD执行下面,即可npm rebuild node-sassPS D:\LeStoreDownload\CinemaBookingSystem-master\panda-user> npm installup to date in 21.517s62 packages are looking for funding run `npm原创 2022-03-28 19:55:37 · 1858 阅读 · 0 评论 -
‘vue‘不是内部或外部命令,也不是可运行的程序 或批处理文件。
‘vue’ 不是内部或外部命令,也不是可运行的程序 或批处理文件。npm install -g vue全局安装npm install -g @vue/cli成功了。原创 2022-03-25 16:24:11 · 2187 阅读 · 0 评论 -
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filter execution threw an exception] with root causejava.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter at java.base/jdk.internal.loader.Builtin...原创 2022-03-14 11:32:20 · 6124 阅读 · 5 评论 -
npm install -g yarn code EPERM errno -4048
npm install -g yarnnpm ERR! code EPERMnpm ERR! syscall mkdirnpm ERR! path D:\eclipse-workspace\tools\nodejs\node_global\node_modules\.stagingnpm ERR! errno -4048npm ERR! Error: EPERM: operation not permitted, mkdir 'D:\eclipse-workspace\tools\nodejs\.原创 2022-02-20 19:40:13 · 1785 阅读 · 0 评论 -
[root@localhost ]# make && make installmake: *** No rule to make target `build‘, needed
yum的相关命令报错:修改fastestmirror.conf的配置参数:sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf备份文件:mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak使用阿里云的:curl -o /etc/yum.repos.d/CentOS-Base.repo原创 2022-02-08 16:57:30 · 1448 阅读 · 0 评论 -
maven工程里面出现红线:Exception in thread “main“ java.lang.IllegalArgumentException
maven工程里面出现红线:Exception in thread "main" java.lang.IllegalArgumentException原创 2022-02-07 16:37:25 · 2116 阅读 · 0 评论