摘要: jdbc:mysql://localhost:3306/mysql?useUnicode=true&characterEncoding=UTF-8 阅读全文
posted @ 2020-04-03 10:49 周千 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 添加maven <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> < 阅读全文
posted @ 2020-04-01 16:42 周千 阅读(256) 评论(0) 推荐(0) 编辑
摘要: pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac 阅读全文
posted @ 2020-03-31 14:42 周千 阅读(228) 评论(0) 推荐(0) 编辑
摘要: sendClick: function (e) { wx.uploadFile({ url: 'http://***/zx/news/uploadFile', //开发者服务器的 url filePath: '/images/img/1.jpg', // 要上传文件资源的路径 String类型!!! 阅读全文
posted @ 2020-03-24 11:03 周千 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 每个节点都要安装jdk #java environment export JAVA_HOME=/export/server/jdk1.8.0_11 export CLASSPATH=.:${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/lib/dt.jar:${JAV 阅读全文
posted @ 2020-02-02 22:49 周千 阅读(202) 评论(0) 推荐(0) 编辑
摘要: package cn.itcast.hadoop.mr;import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache. 阅读全文
posted @ 2020-02-02 22:41 周千 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/1hRrZPIH9iA8rUaGHRSa_bw 提取码:3wmy 复制这段内容后打开百度网盘手机App,操作更方便哦 阅读全文
posted @ 2020-01-06 20:44 周千 阅读(270) 评论(0) 推荐(0) 编辑
摘要: <context:property-placeholder location="classpath:jdbc.properties"/> 阅读全文
posted @ 2020-01-02 12:09 周千 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 不管用什么编译器都能配置SSM框架。这里我建议读者多看看源码,有益于理解,学到之后,你闭着眼睛都能配置出来。不管什么,建议读者给myelipse配置jad等,这样你就能看到jar包的源码了。 这里我使用的时maven项目,可以到maven官网去找。 先搜索spring关键字,然后选择Spring C 阅读全文
posted @ 2019-12-31 11:59 周千 阅读(188) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapp 阅读全文
posted @ 2019-12-30 17:18 周千 阅读(228) 评论(0) 推荐(0) 编辑