
报错
atsuc
talking is cheap, show me the code
https://blog.atsuc.cn/en
展开
-
vmware 虚拟网络设置; ssh 连接报错Remote side unexpectedly closed network connection
选择net模式,并配置子网地址,这里的地址需要和上面的ip地址设置在同一个网段下面:eg: 192.168.1.x。设置网关地址(注:不要设置和子网ip一样,在linux中启动配置地址会报错)打开 win + r ,输入cmd / powershell;vi ifcfg-ens33 进入编辑,配置如下,可根据自己情况配置。外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传。DNS可以自己设置,也可自动检测。设置为和自己本机的ip网关一致。再ping 一下试试;原创 2025-01-11 23:48:58 · 850 阅读 · 0 评论 -
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received
此处是数据库配置错误,更改数据库的IP等配置即可。原创 2025-01-09 18:39:35 · 334 阅读 · 0 评论 -
idea 启动项目 java: java.lang.OutOfMemoryError: WrappedJavaFileObject
设置:Builde---complier--heap size 大小修改为合适大小即可;原创 2025-01-09 18:05:12 · 207 阅读 · 0 评论 -
windows 11系统下打开docker 提示 docker engine stopped
装好了docker for windows以后,点开发现界面中心一直提示docker engine stopped,按照很多方法都不行,后面再知乎的一个专栏里面找到了解决方法总结来说就是检查几个内容(转载 2024-12-13 21:30:54 · 3137 阅读 · 0 评论 -
nodejs新版本引起的:digital envelope routines::unsupported
在Node.js环境中,尤其是在使用最新的Node.js版本时,您可能会遇到 Error: error:0308010C:digital envelope routines::unsupported 错误。这个错误通常与Node.js的加密模块和OpenSSL版本有关。如果您使用的是Windows系统,则可以运行:然后重新运行您的Node.js应用程序。原创 2024-12-02 20:47:46 · 2222 阅读 · 0 评论 -
类文件具有错误的版本 55.0, 应为 52.0
java: 无法访问jakarta.persistence.Entity 错误的类文件: /E:/Maven/Respoirty/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar!查看官网依赖包需要的java版本是11 ,而本机是8所以选择方法。问题出现: 这个主要是Java版本和依赖包起了冲突。原创 2024-04-16 10:46:13 · 1873 阅读 · 0 评论 -
安装完python后,添加环境变量,cmd下输入‘python --version‘无效
安装完python后,添加环境变量,cmd下输入‘python --version'无效原创 2023-02-14 19:38:03 · 5476 阅读 · 4 评论 -
RabbitMQ-报错Error: unable to perform an operation on node t@xxx‘.
RabbitMQ-报错Error: unable to perform an operation on node t@xxx‘.原创 2023-02-13 23:23:44 · 1082 阅读 · 1 评论 -
Unable to retrieve version information from Elasticsearch nodes.
Unable to retrieve version information from Elasticsearch nodes.原创 2023-02-13 23:22:41 · 13297 阅读 · 1 评论 -
Windows无法自动检测此网络的代理设置
电脑不能连接手机热点,Windows无法自动检测此网络的代理设置原创 2023-02-13 23:19:59 · 3575 阅读 · 4 评论 -
Module build failed: Error: Cannot find module ‘node-sass‘报错问题
Module build failed: Error: Cannot find module 'node-sass'报错问题原创 2023-02-07 09:31:03 · 2024 阅读 · 0 评论 -
npm install 报错 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree问题解决
npm install 报错 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree问题解决原创 2023-02-05 22:17:59 · 469 阅读 · 0 评论 -
RabbitMQ Applying plugin configuration to rabbit@xxx... Plugin configuration unchanged.
RabbitMQ RabbitMQ Applying plugin configuration to rabbit@xxx... Plugin configuration unchanged. RROR: could not bind to distribution port 25672, it is in use by another node: rabbit@xxx原创 2023-01-12 11:29:14 · 2144 阅读 · 2 评论