每一年都奔走在自己热爱里

没有人是一座孤岛,总有谁爱着你
摘要: IDEA启动项目时报错: Error running 'CloudTankApplication': Command line is too long. Shorten command line for CloudTankApplication or also for Spring Boot def 阅读全文
posted @ 2020-08-31 10:20 helloliyh 阅读(510) 评论(0) 推荐(0)
摘要: 1. 查看已开放的端口 firewall-cmd --list-ports 2. 开放单个端口(开放后需要要重启防火墙才生效) firewall-cmd --zone=public --add-port=8080/tcp --permanent 3. 开放多个端口(开放后需要要重启防火墙才生效) f 阅读全文
posted @ 2020-08-31 10:06 helloliyh 阅读(20949) 评论(3) 推荐(1)
摘要: 之前安装过postgresql多个版本,卸载后,仍然存在服务项。 一、使用cmd命令行,删除方法 win+R,输入cmd启动命令行; sc delete <service name>,进行删除。 sc delete postgresql-9.3 二、注册表删除 win+R,输入regedit,启动注 阅读全文
posted @ 2020-08-31 09:46 helloliyh 阅读(1213) 评论(0) 推荐(0)