04 2021 档案

摘要:<?xml version="1.0" encoding="utf-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2021-04-29 15:14 jueqishizhe 阅读(35) 评论(0) 推荐(0)
摘要:1.创建分支 git branch develop 2.查看本地分支: git branch 注:名称前面加* 号的是当前的分支 3.查看远程分支: 加上-a参数可以查看远程分支,远程分支会用红色表示出来(如果你开了颜色支持的话) git branch -a 4.切换分支 git checkout 阅读全文
posted @ 2021-04-28 00:22 jueqishizhe 阅读(294) 评论(0) 推荐(0)
摘要:defaults write com.apple.finder AppleShowAllFiles -bool true; KillAll Finder 阅读全文
posted @ 2021-04-27 22:08 jueqishizhe 阅读(48) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_42365252/article/details/83827303?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Ed 阅读全文
posted @ 2021-04-27 22:06 jueqishizhe 阅读(41) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/hell_oword/article/details/113182301?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnP 阅读全文
posted @ 2021-04-27 18:58 jueqishizhe 阅读(58) 评论(0) 推荐(0)
摘要:零:下载 https://maven.apache.org/download.cgi 一:解压maven 二:配置环境变量: "M2_HOME" MAVEN bin文件夹目录 "MAVEN_HOME" :MAVEN所在目录 添加path:%MAVEN_HOME%\bin 三:配置阿里云镜像: 在\a 阅读全文
posted @ 2021-04-01 14:39 jueqishizhe 阅读(55) 评论(0) 推荐(0)