08 2021 档案

摘要:问题 10:35 Fetch failed: Could not read from remote repository. 解决 Fetching originThe authenticity of host '[git.hnzhrj.com]:29418 ([106.3.45.170]:29418 阅读全文
posted @ 2021-08-31 11:02 Hxf_007 阅读(68) 评论(0) 推荐(0)
摘要:1. 设置类注释 文本为 /** * * @Authror Mr he * @Date ${DATE} ${TIME} */ 2. 设置方法注释 新建模板,并添加方法注释 使用文本 *** @Author Mr he$params$* @return $return$* @throws* @Date 阅读全文
posted @ 2021-08-27 13:50 Hxf_007 阅读(428) 评论(0) 推荐(0)
摘要:1 .安装git 1、打开git bash。 打开git bash,分别执行以下两句命令 git config --global user.name “用户名” git config --global user.email “邮箱” 1、打开git bash。 2、使用cd ~/.ssh可以查看是否 阅读全文
posted @ 2021-08-25 10:50 Hxf_007 阅读(3262) 评论(0) 推荐(1)
摘要:1. 问题 2. 处理 3 .结果 阅读全文
posted @ 2021-08-14 22:02 Hxf_007 阅读(18) 评论(0) 推荐(0)
摘要:安装命令 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 在浏览器输入 http://你的IP:8888/ 上面是我安装了LAMP界面,关于登录后台 阅读全文
posted @ 2021-08-07 16:37 Hxf_007 阅读(71) 评论(0) 推荐(0)