上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 多数据源配置 https://blog.csdn.net/neosmith/article/details/61202084 https://www.cnblogs.com/zhangboyu/p/7622412.html 自动切换数据源 https://blog.csdn.net/neosmith 阅读全文
posted @ 2018-10-08 22:14 风云灬信任 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 先选择要操作的行,在同时按shift+alt+a,会将所选中的文字括起来,鼠标会变成十字图标,按住鼠标左键,在相应输入文字的位置上下拖动,会出现一个竖杠,此时即可开始输入文字了,并且所选中行都有。 阅读全文
posted @ 2018-10-08 20:03 风云灬信任 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 每次以debug方式启动springboot之后都会在SilentExitExceptionHandler类中的throw new SilentExitException() 解决办法 :window->preferences ->java->debug 取消“suspend execution o 阅读全文
posted @ 2018-10-08 19:24 风云灬信任 阅读(314) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013248535/article/details/55100979/ 阅读全文
posted @ 2018-10-08 14:30 风云灬信任 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://zhidao.baidu.com/question/1304215193023416939.html 阅读全文
posted @ 2018-10-06 10:30 风云灬信任 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 检查防火墙是否关闭,或者8983端口是否允许开放 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 firewall-cmd --state #查看默认防火 阅读全文
posted @ 2018-10-04 12:15 风云灬信任 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/luckylqh/article/details/52863026https://blog.csdn.net/weixin_39865737/article/details/80221275环境搭建步骤1.官网https://nodejs.org/en/安 阅读全文
posted @ 2018-10-01 19:57 风云灬信任 阅读(105) 评论(0) 推荐(0) 编辑
摘要: ping虚拟机的ip,看网络通不通,如果通的话去里边看看tomcat起来没有,80端口是否被监听,如果tomcat起来了的话检查firewalld和iptables防火墙状态,如果防火墙开了那就把防火墙关掉 阅读全文
posted @ 2018-09-26 18:51 风云灬信任 阅读(354) 评论(0) 推荐(0) 编辑
摘要: netstat -anltp|grep 80 阅读全文
posted @ 2018-09-26 18:41 风云灬信任 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 第一步 创建一个User.java文件 来两个变量 public class User { private String userName; private String userPassword; //。。。这里省略set() get()方法一定要加上; } 第二步 创建一个user.ftl文件 阅读全文
posted @ 2018-09-26 10:56 风云灬信任 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页