07 2020 档案

摘要:HttpURLConnection conn = null; try { URL url = new URL("http://192.168.10.30:8082/XXX/aaa"); conn = (HttpURLConnection) url.openConnection(); conn.set 阅读全文
posted @ 2020-07-22 17:35 不刷牙的大虫子 阅读(433) 评论(0) 推荐(0)
摘要:背景 利用IDEA做maven项目的时候需要引用外部的jar包,之后要打入对应的war包或者jar包中,放在Tomcat上面运行。 引用外部的jar包的时候需要再pom.xml文件中加入下面的代码。 <plugin> <groupId>org.apache.maven.plugins</groupI 阅读全文
posted @ 2020-07-17 17:02 不刷牙的大虫子 阅读(537) 评论(0) 推荐(0)