10 2021 档案
摘要:1. 根据系统选择下载适合自己的zip包 http://nodejs.cn/download/ 2. 解压下载好的zip包 将文件解压到要安装的路径,并新建两个目录 node-global: npm 全局安装位置 node-cache: npm 缓存路径 3. 配置环境变量 将node.exe所在的
阅读全文
摘要:1. 下载MySQL zip 版本 http://dev.mysql.com/downloads/mysql/ 2. 解压下载的zip文件,到自己的准备安装目录,e.g: D:\tools\mysql-8.0.22-winx64 3. 添加环境变量到path(目录为安装目录里面的bin: D:\to
阅读全文
摘要:首先 File --> Other Settings --> Settings for New Projects 解决maven下载依赖报错:Cannot resolve plugin org.apache.maven.plugins:maven-surefire-plugin:2.21.0 在本地
阅读全文