摘要: # 问题描述 IDEA中属性文件默认编码为`ISO-8859-1` 会出现中文乱码的情况 ![](https://img2023.cnblogs.com/blog/1274626/202308/1274626-20230804150706293-171547567.png) # 问题解决 在设置-编 阅读全文
posted @ 2023-08-04 15:09 伶俐虫虫 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: # 问题描述 在Springboot进行参数绑定时,出现 ![](https://img2023.cnblogs.com/blog/1274626/202307/1274626-20230731105411639-1228429739.png) # 解决 添加以下依赖 ``` org.springf 阅读全文
posted @ 2023-07-31 11:00 伶俐虫虫 阅读(20) 评论(0) 推荐(0) 编辑
摘要: # 问题描述 已知主机网络和端口号没有错误,账户和密码也正确 ![](https://img2023.cnblogs.com/blog/1274626/202307/1274626-20230727214559263-637952271.png) # 问题解决 网卡掉了IP丢失了,用dhclient 阅读全文
posted @ 2023-07-27 21:47 伶俐虫虫 阅读(113) 评论(0) 推荐(0) 编辑
摘要: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p 阅读全文
posted @ 2023-07-12 16:50 伶俐虫虫 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hpwlym/p/15353847.html 阅读全文
posted @ 2023-07-11 18:12 伶俐虫虫 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Youning_Yim/article/details/129343107 阅读全文
posted @ 2023-07-11 15:46 伶俐虫虫 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ## 问题描述 ![](https://img2023.cnblogs.com/blog/1274626/202306/1274626-20230620091747723-1505063965.png) ##解决方法 ``` npm i vue@3.2.26 ``` 重新运行即可 ``` npm r 阅读全文
posted @ 2023-06-20 09:19 伶俐虫虫 阅读(485) 评论(0) 推荐(0) 编辑
摘要: ## 问题描述 ![](https://img2023.cnblogs.com/blog/1274626/202306/1274626-20230601205545641-773202818.png) ## 问题原因 JDK9之后的版本,模块不能通过反射访问非公有的成员、成员方法和构造方法 ## 解 阅读全文
posted @ 2023-06-01 21:00 伶俐虫虫 阅读(22) 评论(0) 推荐(0) 编辑
摘要: ## 环境 Ubuntu 20.04 ## 问题描述 ![](https://img2023.cnblogs.com/blog/1274626/202305/1274626-20230531152345617-205729210.png) 命令行输入什么指令都会提示 未找到命令 ## 解决方法 1. 阅读全文
posted @ 2023-05-31 15:29 伶俐虫虫 阅读(167) 评论(0) 推荐(0) 编辑
摘要: ## 环境 Ubuntu20.04 ## 原因 在sudo命令时,系统会默认重置环境变量为安全的环境变量,即之前设置的变量都会失效 ``` sudo sed '/^#/d;/^$/d' /etc/sudoers ``` ![](https://img2023.cnblogs.com/blog/127 阅读全文
posted @ 2023-05-30 21:53 伶俐虫虫 阅读(871) 评论(0) 推荐(0) 编辑