https://www.git-scm.com/docs/git-pull https://www.runoob.com/git/git-pull.html https://www.yiibai.com/git/git_pull.html https://www.runoob.com/git/git ...
分类:
其他好文 时间:
2021-04-19 14:14:27
阅读次数:
0
https://www.git-scm.com/docs/git-pull https://www.runoob.com/git/git-pull.html https://www.yiibai.com/git/git_pull.html https://www.runoob.com/git/git ...
分类:
其他好文 时间:
2021-04-19 14:13:33
阅读次数:
0
一、前期的准备工作 1,JDK、MySQL、eclipse、tomcat、maven的下载安装 2、配置好maven的环境变量 3、配置maven的远程仓库地址 4、配置eclipse里面maven的Installations、user settings 二、项目准备 1、从GIT上download ...
分类:
其他好文 时间:
2021-04-16 12:25:05
阅读次数:
0
windows redis版本下载地址:https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip 分别解压到9个文件夹,命名如下 redis.windows.conf 配置 1.配置端口 p ...
下载配置mongodb mogodb官网下载 解压到指定目录 添加环境变量(可有可无) 创建data、logs两个文件夹 创建并启动mongodb服务 创建mongodb服务 以管理员身份打开cmd输入以下指令(注意更改路径) mongod --install --dbpath E:\Tools\m ...
分类:
数据库 时间:
2021-04-16 11:55:43
阅读次数:
0
项目开始: git init // 初始化本地git代码仓库 git checkout -b 分支名 // 建一个属于自己的分支提交代码方便管理(这句话的意思就是 创建分支并且切换到该分支下) 可以不用创建分支也来可以,如果不需要的话 git clone 仓库地址 // 将远程上的代码先克隆到本地 ...
分类:
其他好文 时间:
2021-04-16 11:44:14
阅读次数:
0
首先github右上角个人点开 然后setting 然后 然后 然后 这个note我是随便填的 下面都勾选了,具体想搞明白各项什么意思的点击read more about... 最后generate token 下面有github文档的友情链接 算了 不会搞友情链接,自行复制一下吧 https:// ...
分类:
数据库 时间:
2021-04-16 11:41:01
阅读次数:
0
问题描述: git push 提交是碰到 git@gitee.com: Permission denied (publickey) 这是因为github/gitee没有设置SSH公钥或公钥失效 1)重新生成ssh ssh-keygen -t rsa -C "1351655382@qq.com" 2) ...
分类:
其他好文 时间:
2021-04-15 12:39:13
阅读次数:
0
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:
其他好文 时间:
2021-04-15 12:08:39
阅读次数:
0
此博客链接: 字符串中第二大的数 题目链接:https://leetcode-cn.com/problems/second-largest-digit-in-a-string/ 题目 给你一个混合字符串 s ,请你返回 s 中 第二大 的数字,如果不存在第二大的数字,请你返回 -1 。 混合字符串 ...
分类:
其他好文 时间:
2021-04-14 12:31:36
阅读次数:
0