11 2019 档案

其他:IDEA插件无法安装——网络代理设置
摘要:1.网络代理设置 IDEA配置代理,是在File-> Setting-> plugins中设置 查看自己主机的IP地址 文章转载至:https://www.jianshu.com/p/6281234a17b3
4755
0
0
Quartz:Quartz定时代码实现
摘要:1.添加pom.xml <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.3</version> </dependency> <!-- https://m
251
0
0
Linux:CentOS-7 防火墙命令行操作
摘要:查看防火墙状态 # 显示防火墙状态 firewall-cmd --state # 或 systemctl status firewalld 开机自启防火墙 systemctl enable firewalld 禁止防火墙开机自启 systemctl disable firewalld 临时开启防火墙
29405
0
0
Tomcat:启动tomcat服务报错没有权限
摘要: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
2158
0
0
Spring:Spring项目多接口实现类报错找不到指定类
摘要:spring可以通过applicationContext.xml进行配置接口实现类 applicationContext.xml中可以添加如下配置: 在application.properties中添加你的实现类配置 注意:在applicationContext.xml中配置后,不要用Spring的
987
0
0
Spring:在web.xml正确加载spring配置文件的方式
摘要:web.xml加载spring配置文件的方式主要依据该配置文件的名称和存放的位置不同来区别,目前主要有两种方式。 1. 如果spring配置文件的名称为applicationContext.xml,并且存放在WEB-INF/目录下,那么只需要在web.xml中加入以下代码即可 <listener>
1002
0
0
其他:Spring5.0框架源码导入IDEA
摘要:1.下载Spring spring-framework-5.0.4.RELEASE下载地址:https://github.com/spring-projects/spring-framework/releases 2.下载Gradle编译 由于spring是采用Gradle编译,所以必须下载Grad
468
0
0
其他:Git生成SSH、Git生成本地库、下载远程库代码 命令
摘要:1、安装Git Bash https://git-scm.com/downloads 2、鼠标右键git bash here 3、执行以下命令: ① cd ~/.ssh/ 【如果没有对应的文件夹,则执行 mkdir ./.ssh】 ② git config --global user.name "x
239
0
0
资源:Maven仓库地址路径
摘要:Maven下载路径 https://archive.apache.org/dist/maven/maven-3/ 查找需要引入的包路径时,可以在maven仓库进行查找 maven仓库地址:https://mvnrepository.com/
642
0
0
其他:如何通过谷歌浏览器的缓存视频进行下载视频
摘要:方法步骤如下: 1、首先打开计算机,在计算机内启动谷歌浏览器,在地址栏中输入:chrome://version 2、然后在界面内复制个人资料路径里的路径。 3、将它粘贴到资源管理器的地址栏中,按回车进入。 4、在界面内找到并单击进入”Pepper Data“文件夹。 5、进入”Shockwave F
10970
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起