上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 解决办法: 在配置连接数据库的URL后面加上?serverTimezone=UTC ,如下: jdbc:mysql://localhost:3306/test?serverTimezone=UTC 阅读全文
posted @ 2019-09-23 23:14 追梦滴小蜗牛 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: 官方下载地址:https://www.jetbrains.com/webstorm/ 下载 安装 等待.......... 安装完成........................ 开始使用(第一次使用需要配置下) 开始进行激活............( 注册码....找了好久........ ) 阅读全文
posted @ 2019-09-23 16:15 追梦滴小蜗牛 阅读(18916) 评论(0) 推荐(1) 编辑
摘要: 第一版 package com.zh.oukele.util; import java.util.HashMap; import java.util.Iterator; import java.util.Map; public class CreateSqlUtil { public static 阅读全文
posted @ 2019-09-13 22:51 追梦滴小蜗牛 阅读(4538) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://www.oracle.com/middleware/technologies/fusionmiddleware-downloads.html 参考地址:https://blog.csdn.net/qq_41201550/article/details/80724527 阅读全文
posted @ 2019-09-04 00:01 追梦滴小蜗牛 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: 1、在 ubuntu 中 输入 uname -a 查看 ubuntu 的版本 2、下载对应的 jdk8 (懒去 官网下载的,给你个百度云的链接 > https://pan.baidu.com/s/1EphlSzhD9uyq5XmMu34h6A , 提取码: 554m ) 3、在 ubuntu 中 新 阅读全文
posted @ 2019-09-03 22:47 追梦滴小蜗牛 阅读(20882) 评论(0) 推荐(2) 编辑
摘要: 1、在 ubuntu 中 下载 vsftpd 要是你安装了 vsftpd 输入:vsftpd -v ,会有版本提示 如果没有,则进行安装 vsftpd 输入 apt-get install vsftpd 安装完成之后,再输入 vsftpd -v ,就可看到 版本提示 2、新建一个 ftp 目录 输入 阅读全文
posted @ 2019-09-03 14:07 追梦滴小蜗牛 阅读(17680) 评论(0) 推荐(0) 编辑
摘要: 引入 jar 包 <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>1.1.2-beta5</version> </dependency> 直接上代码 public stat 阅读全文
posted @ 2019-09-01 23:23 追梦滴小蜗牛 阅读(61184) 评论(0) 推荐(4) 编辑
摘要: 引入 jar 包 <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>1.1.2-beta5</version> </dependency> EasyExcel支持对实体类中的 阅读全文
posted @ 2019-09-01 21:04 追梦滴小蜗牛 阅读(113371) 评论(3) 推荐(2) 编辑
摘要: 解决方案: 在 pom.xml 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>t 阅读全文
posted @ 2019-08-21 18:17 追梦滴小蜗牛 阅读(9401) 评论(0) 推荐(0) 编辑
摘要: 在 idea 中创建 maven 项目 每次都要修改掉 默认的maven位置,觉得很烦.... 所以这边篇博客就是专门解决掉这个麻烦精的......(233333) https://blog.csdn.net/sinat_36899414/article/details/110286814 ↑↑↑↑ 阅读全文
posted @ 2019-08-21 12:54 追梦滴小蜗牛 阅读(6751) 评论(4) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页