1、切换分支到指定的分支 git checkout -b 想要的分支名称 2、然后将从master中clone下来的项目删除,放上自己想要的项目 3、git add . 4、git commit -m ‘描述' 5、git branch --set-upstream-to=origin/分支 跟踪分 ...
分类:
其他好文 时间:
2019-08-10 14:33:47
阅读次数:
75
https://www.jianshu.com/p/403d6ad11e30 最近使用git pull的时候多次碰见下面的情况: There is no tracking information for the current branch. Please specify which branch ...
分类:
其他好文 时间:
2019-08-09 23:18:51
阅读次数:
163
import numpy as np import matplotlib.pyplot as mp # 整理数据 n = 500 x, y = np.meshgrid(np.linspace(-3, 3, n), np.linspace(-3, 3, n)) # print(x) z = (1 - ...
分类:
其他好文 时间:
2019-08-09 13:53:27
阅读次数:
86
"CodeForces题面" Time limit 3000 ms Memory limit 262144 kB Source Codeforces Round 532 (Div. 2) Tags data structures divide and conquer greedy math 2600 ...
分类:
其他好文 时间:
2019-08-09 13:26:07
阅读次数:
89
001、初始化仓库,创建git仓库 002、配置个人信息 003、将工作区文件添加到缓存区 004、查看文件状态 005、将缓存区的文件添加到版本库 006、查看提交的版本日志 007、查看文件最新改动的地方 -开头的行,是只出现在源文件中的行 +开头的行,是只出现在目标文件中的行 空格开头的行,是 ...
分类:
其他好文 时间:
2019-08-09 13:10:53
阅读次数:
86
1. 指令 * 作用:用于配置JSP页面,导入资源文件 * 格式: <%@ 指令名称 属性名1=属性值1 属性名2=属性值2 ... %> * 分类: 1. page : 配置JSP页面的 * contentType:等同于response.setContentType() 1. 设置响应体的mim ...
分类:
Web程序 时间:
2019-08-08 23:17:10
阅读次数:
149
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <script src="vue.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2. ...
分类:
编程语言 时间:
2019-08-08 12:56:15
阅读次数:
91
缺少2或3,执行git push会出现"Everything up-to-date" ...
分类:
其他好文 时间:
2019-08-07 19:06:51
阅读次数:
63
R语言入门1:安装R和RStudio 曹务强 中科院遗传学博士研究生 曹务强 中科院遗传学博士研究生 曹务强 中科院遗传学博士研究生 曹务强 曹务强 曹务强 中科院遗传学博士研究生 中科院遗传学博士研究生 中科院遗传学博士研究生 9 人赞同了该文章 1. Windows安装R 在Windows系统上 ...
分类:
编程语言 时间:
2019-08-07 12:04:07
阅读次数:
125
# 替换 Homebrew git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git # 替换 Homebrew Core git -C "$(brew --repo homebrew/cor ...
分类:
系统相关 时间:
2019-08-06 15:38:16
阅读次数:
117