摘要: 【1】Spring boot微服务开发天气预报系统视频教程 https://pan.baidu.com/s/1joz7flyztCq8oklBlsz8dQ 提取密码:cpz7【2】2018年最新尚硅谷大数据从零基础入门到精通全套教程下载 链接:https://pan.baidu.com/s/1moY 阅读全文
posted @ 2019-04-09 14:38 清-华-园 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: public void copyFile(String oldPath, String newPath) throws IOException { (new File(newPath)).mkdirs(); String[] file = new File(oldPath).list(); File fileTemp = null; String separator = File.s... 阅读全文
posted @ 2018-08-02 15:35 清-华-园 阅读(438) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/libaolin198706231987/article/details/55057149 阅读全文
posted @ 2018-06-16 11:11 清-华-园 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 解决办法:(1)修改D:\Java\apache-tomcat-7.0.88\conf\catalina.properties (122line) (2)如org.apache.catalina.startup.ContextConfig.jarsToSkip=*.jar 严重: ContainerBase.addChild: start: org.apache.catal... 阅读全文
posted @ 2018-06-14 23:17 清-华-园 阅读(3458) 评论(0) 推荐(0) 编辑
摘要: 查看数据库服务器名称:tracert 192.168.10.01 阅读全文
posted @ 2018-06-12 19:42 清-华-园 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 1:在已解压的tomcat的bin文件夹下找到startup.bat,右击->编辑。在文件头加入下面两行: SET JAVA_HOME=D:\Java\jdk1.7 (java jdk目录) SET TOMCAT_HOME=E:\tomcat-7.0 (解压后的tomcat文件目录) 2 阅读全文
posted @ 2018-06-11 21:23 清-华-园 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 查看数据库编码:show variables like '%char%';查看表编码:show create table <表名>;查看字段编码:show full columns from <表名>;修改数据库编码:alter database <数据库名> character set utf8; 阅读全文
posted @ 2018-06-06 21:42 清-华-园 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Shiro http://shiro.apache.org/documentation.html http://jinnianshilongnian.iteye.com/blog/2018398 http://edu.51cto.com/center/course/lesson/index?id=1 阅读全文
posted @ 2018-06-03 14:30 清-华-园 阅读(95) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) throws MalformedURLException, URISyntaxException { System.out.println("java.home : " + System.getProperty("java.home")); System.out.println("java.class.ver... 阅读全文
posted @ 2018-06-01 23:55 清-华-园 阅读(162) 评论(0) 推荐(0) 编辑
摘要: function load(){$('.main').html('<div th:replace="reportApplyList :: header"></div>'); catalog(id);} 阅读全文
posted @ 2018-05-22 08:40 清-华-园 阅读(230) 评论(0) 推荐(0) 编辑