11 2019 档案

摘要:1.网络代理设置 IDEA配置代理,是在File-> Setting-> plugins中设置 查看自己主机的IP地址 文章转载至:https://www.jianshu.com/p/6281234a17b3 阅读全文
posted @ 2019-11-29 23:01 怒吼的萝卜 阅读(4741) 评论(0) 推荐(0) 编辑
摘要:1.添加pom.xml <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.3</version> </dependency> <!-- https://m 阅读全文
posted @ 2019-11-28 17:57 怒吼的萝卜 阅读(250) 评论(0) 推荐(0) 编辑
摘要:查看防火墙状态 # 显示防火墙状态 firewall-cmd --state # 或 systemctl status firewalld 开机自启防火墙 systemctl enable firewalld 禁止防火墙开机自启 systemctl disable firewalld 临时开启防火墙 阅读全文
posted @ 2019-11-22 11:36 怒吼的萝卜 阅读(29381) 评论(0) 推荐(0) 编辑
摘要:1、在linu上部署好tomcat后,准备启动时报错: Cannot find bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this program 阅读全文
posted @ 2019-11-22 10:59 怒吼的萝卜 阅读(2156) 评论(0) 推荐(0) 编辑
摘要:spring可以通过applicationContext.xml进行配置接口实现类 applicationContext.xml中可以添加如下配置: 在application.properties中添加你的实现类配置 注意:在applicationContext.xml中配置后,不要用Spring的 阅读全文
posted @ 2019-11-20 11:33 怒吼的萝卜 阅读(985) 评论(0) 推荐(0) 编辑
摘要:web.xml加载spring配置文件的方式主要依据该配置文件的名称和存放的位置不同来区别,目前主要有两种方式。 1. 如果spring配置文件的名称为applicationContext.xml,并且存放在WEB-INF/目录下,那么只需要在web.xml中加入以下代码即可 <listener> 阅读全文
posted @ 2019-11-19 18:04 怒吼的萝卜 阅读(998) 评论(0) 推荐(0) 编辑
摘要:1.下载Spring spring-framework-5.0.4.RELEASE下载地址:https://github.com/spring-projects/spring-framework/releases 2.下载Gradle编译 由于spring是采用Gradle编译,所以必须下载Grad 阅读全文
posted @ 2019-11-19 17:42 怒吼的萝卜 阅读(467) 评论(0) 推荐(0) 编辑
摘要:1、安装Git Bash https://git-scm.com/downloads 2、鼠标右键git bash here 3、执行以下命令: ① cd ~/.ssh/ 【如果没有对应的文件夹,则执行 mkdir ./.ssh】 ② git config --global user.name "x 阅读全文
posted @ 2019-11-15 10:42 怒吼的萝卜 阅读(238) 评论(0) 推荐(0) 编辑
摘要:Maven下载路径 https://archive.apache.org/dist/maven/maven-3/ 查找需要引入的包路径时,可以在maven仓库进行查找 maven仓库地址:https://mvnrepository.com/ 阅读全文
posted @ 2019-11-11 15:56 怒吼的萝卜 阅读(642) 评论(0) 推荐(0) 编辑
摘要:方法步骤如下: 1、首先打开计算机,在计算机内启动谷歌浏览器,在地址栏中输入:chrome://version 2、然后在界面内复制个人资料路径里的路径。 3、将它粘贴到资源管理器的地址栏中,按回车进入。 4、在界面内找到并单击进入”Pepper Data“文件夹。 5、进入”Shockwave F 阅读全文
posted @ 2019-11-02 18:45 怒吼的萝卜 阅读(10883) 评论(0) 推荐(0) 编辑