上一页 1 ··· 6 7 8 9 10
摘要: 一、下载 https://dev.mysql.com/downloads/windows/installer/8.0.html 二、安装 2.1双击开始安装 2.2手动选择需要的功能 2.3选择数据库服务和可视化工具 2.4更改安装路径 2.5安装 2.6安装Microsoft Visual C++ 阅读全文
posted @ 2020-05-17 21:28 复一日 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 一、下载 下载地址https://git scm.com/download/win 二、安装 双击安装 测试 鼠标右键有git bash here 和 git gui here即安装成功 阅读全文
posted @ 2020-05-17 16:31 复一日 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 一、下载 1.1下载地址 https://tomcat.apache.org/download 90.cgi 二、环境变量配置 2.1解压到自定义路径 2.2配置环境变量 此电脑 》属性 》高级系统设置 》环境变量 新增CATALINA_HOME系统变量 Path中 添加 %CATALINA_HOM 阅读全文
posted @ 2020-05-17 16:15 复一日 阅读(436) 评论(0) 推荐(0) 编辑
摘要: ####一、安装 相比较正式版功能少,优点在于免费,插件少运行快 1.1、下载 https://www.jetbrains.com/idea/download/#section=windows ####1.2、解压后进入bin目录 ####二、个人设置 ####2.1、更改默认设置 ####2.2、 阅读全文
posted @ 2020-05-17 14:43 复一日 阅读(8662) 评论(0) 推荐(0) 编辑
摘要: ①下载tomcat ②解压 ③测试是否成功 阅读全文
posted @ 2020-04-25 16:57 复一日 阅读(149) 评论(0) 推荐(0) 编辑
摘要: ####①下载jdk # wget https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_linux-x64_bin.tar.gz ####②解压文件 # tar -zxvf openjdk-11+28_linux-x64_bin.tar. 阅读全文
posted @ 2020-04-25 16:08 复一日 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 使用RestTemplate对象访问请求出错 Cannot construct instance of (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate or 阅读全文
posted @ 2020-03-15 01:48 复一日 阅读(3016) 评论(0) 推荐(0) 编辑
摘要: 1900 2999日期正则表达式 YYYY MM DD YYYY/MM/DD YYYY.MM.DD 阅读全文
posted @ 2020-03-10 12:05 复一日 阅读(3517) 评论(0) 推荐(0) 编辑
摘要: 下载 https://maven.apache.org/download.cgi 设置阿里镜像 修改apache maven 3.6.3\conf\ssettings.xml文件 在 标签中添加阿里镜像 修改idea maven环境变量 修改idea maven设置 阅读全文
posted @ 2020-01-02 21:30 复一日 阅读(2569) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10