摘要: 比较两个bean的内容 / 比较两个Bean的内容 @param @author zhw / public class ContrastObjUtils { public String contrastObj(Object oldBean, Object newBean) { String str 阅读全文
posted @ 2019-05-02 18:16 Creaky 阅读(2499) 评论(0) 推荐(0)
摘要: Java文件上传下载 / 上传文件 / public String uploadFile() throws IOException, Exception { if (getRequestContext().haveUploadFile()) { String channelId = getReque 阅读全文
posted @ 2019-05-01 23:49 Creaky 阅读(162) 评论(0) 推荐(0)
摘要: 1. 下载 从https://dev.mysql.com/downloads/mysql/上下载Community版本的MySQL,将下载的压缩文件解压到某个盘内。 2. 基础配置 在解压目录下新建文件 my.ini 并添加以下内容 3. 配置环境变量 避免每次都要 cd 到 bin 目录下才能使用 阅读全文
posted @ 2019-01-13 17:39 Creaky 阅读(397) 评论(0) 推荐(0)