摘要: git init 初始化仓库 git config --global user.name "zhangsan" git config --global user.email "邮箱地址" Git有三个级别 Git config --system 权限低 Git config --global 权限中 阅读全文
posted @ 2018-11-13 19:28 机智的码农 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 一、下载maven并解压。 二、配置环境变量。 path后面追加%maven路径%\bin; 三、本地仓库的配置 编辑conf/settings.xml文件 <--本地仓库目录--> <localRepository>A:\m2_Repository</localRepository> <--阿里云 阅读全文
posted @ 2018-10-20 16:01 机智的码农 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 一、下载mysql zip文件 二、解压。(我的目录A:\mysql\mysql-5.7.23-winx64) 三、配置环境变量 Path后面追加%A:\mysql\mysql-5.7.23-winx64%\bin; 四、在A:\mysql\mysql-5.7.23-winx64新建my.ini文件 阅读全文
posted @ 2018-10-17 18:01 机智的码农 阅读(1668) 评论(0) 推荐(0) 编辑