摘要:
详细信息为: [ main] o.a.catalina.core.AprLifecycleListener : An incompatible version [1.2.17] of the Apache Tomcat Native library is installed, while Tomca 阅读全文
摘要:
JAVA中创建线程的三种方式 1 继承Thread类 重写run方法,使用start()开启线程,如此,就可以同时做多件事情 public class MyThread extends Thread{ @Override public void run() { for (int i = 0; i < 阅读全文
摘要:
idea如何设置默认的仓库和配置文件路径 首先,要知道如何更改仓库地址和配置文件路径 File-->settings,搜索框中输入maven,按照自己的路径填写 Maven home directory:Maven路径 User settings file : 配置文件路径 Local reposi 阅读全文