会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
归不归
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2023年2月7日
java.lang.NoSuchMethodError: com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder
摘要: 引入第三方的工具类,重新启动项目就会奇奇怪怪的报错。加载不到gson类。一开始以为是没有加载到,各种引入,清理问题依然存在。直到仔细看报错信息,里面是spring的类报错,才意识到可能是gson版本冲突了,仔细排查是工具类的版本过低导致的。简单点的办法把工具类里的去掉,但是改动很大,只能想其他办法。
阅读全文
posted @ 2023-02-07 17:36 那知归不归
阅读(608)
评论(0)
推荐(0)
2023年2月3日
java sencha cmd CreateProcess error=193, %1 不是有效的 Win32 应用程序。
摘要: <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.4.0</version>
阅读全文
posted @ 2023-02-03 11:49 那知归不归
阅读(283)
评论(0)
推荐(0)
springboot 整合dubbo启动 java.lang.NoSuchMethodError 异常
摘要: 异常描述:springboot 整合dubbo项目启动报错 java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotationAwareOrderComparator.sort(Ljava/util/List;)V
阅读全文
posted @ 2023-02-03 10:55 那知归不归
阅读(244)
评论(0)
推荐(0)
2023年2月2日
Nginx配置文件不生效,Nginx配置文件重启也不生效
摘要: Nginx配置在重启(reload)后也不生效 环境(windows nginx worker_processes 4) Windows Nginx配置在重启后不生效,杀掉所有nginx进程: 修改 worker_processes 1 重启nginx taskkill /IM nginx.exe
阅读全文
posted @ 2023-02-02 00:03 那知归不归
阅读(3270)
评论(0)
推荐(0)
2023年1月4日
toamcat 配置记录 setenv
摘要: server.xml 配置(注意版本) https://tomcat.apache.org/tomcat-9.0-doc/config/http.html setenv.bat rem set "JAVA_OPTS=%JAVA_OPTS% -Xms8G -Xmx8G -XX:PermSize=512
阅读全文
posted @ 2023-01-04 17:25 那知归不归
阅读(55)
评论(0)
推荐(0)
2022年12月28日
无法将“xxx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
摘要: Win 键 + Q ,在搜索框内输入 Powershell 。 点击以管理员身份运行。 输入代码 set-executionpolicy remotesigned 按回车键执行命令。 输入 A,按回车键执行。
阅读全文
posted @ 2022-12-28 14:49 那知归不归
阅读(6935)
评论(0)
推荐(0)
2022年11月30日
开发工具 TKK:更新失败,请检查网络连接
摘要: 修改hosts文件,添加下面ip,完美解决,2022年11月25号最新 142.250.4.90 translate.googleapis.com 142.250.30.90 translate.googleapis.com 142.250.101.90 translate.googleapis.c
阅读全文
posted @ 2022-11-30 14:51 那知归不归
阅读(175)
评论(0)
推荐(0)
2022年11月9日
cetnos 7.6 nginx1.16 正向代理https
摘要: 卸载nginx rm -rf file /usr/local/nginx* nginx正向代理默认只支持http,不支持https,需借助第三方模块“ngx_http_proxy_connect_module”来实现(https://github.com/chobits/ngx_http_proxy
阅读全文
posted @ 2022-11-09 16:16 那知归不归
阅读(116)
评论(0)
推荐(0)
LINUX 安装 NGINX ‘STRUCT CRYPT_DATA’ HAS NO MEMBER NAMED ‘CURRENT_SALT’ 解决办法
摘要: 出现这个问题一般不是Nginx的版本高就是服务器版本高的问题 解决办法:在nginx安装文件夹下输入 [root@humanyr nginx-1.6.2]# vim src/os/unix/ngx_user.c 进去编辑找到红框中的代码段,如图将它注释保存退出重新make即可
阅读全文
posted @ 2022-11-09 13:32 那知归不归
阅读(531)
评论(0)
推荐(0)
centos 安装nginx中error: this statement may fall through [-Werror=implicit-fallthrough=]
摘要: 安装nginx中error: this statement may fall through [-Werror=implicit-fallthrough=] 输入 make CFLAGS='-Wno-implicit-fallthrough' 即可
阅读全文
posted @ 2022-11-09 13:31 那知归不归
阅读(351)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
10
下一页
公告