之所以引起这个信息的原因有: 1)没有git add; 2)git add 了,但忘了git commit -m "提交信息"。 ...
分类:
其他好文 时间:
2018-06-09 18:50:16
阅读次数:
259
Up-to-date cache with EclipseLink and Oracle One of the most useful feature provided by ORM libraries is a second-level cache, usually called L2. L2 o ...
分类:
数据库 时间:
2018-05-30 19:17:10
阅读次数:
207
1 使用命令查看连接的远程的仓库 git remote -v 2 远程获取代码 git fetch origin master 如果出现 Already up-to-date 说明代码更新好了 3 当然 我们也可以git fetch origin master:temp建立新分支temp,将代码合并 ...
分类:
其他好文 时间:
2018-05-16 10:46:51
阅读次数:
151
$ git add -A $ git statusOn branch common_shirleyYour branch is up to date with 'origin/common_shirley'. Changes to be committed: (use "git reset HEAD ...
分类:
其他好文 时间:
2018-05-12 15:10:33
阅读次数:
174
在一次提交git的途中,出现了一下问题 1.git push origin master后出现 Everything up-to-date 当时以为问题自己点错了,又重新提交了一次,在 git commit之后出现HEAD detached from 4d1722c错误 立即用git status查 ...
分类:
其他好文 时间:
2018-04-21 21:21:32
阅读次数:
363
ISE中如何在未综合实现的前提下双击Analyze Design Using ChipScope打开ChipScope ? 有时,你正在ISE中调试程序,在ChipScope中看到了现象,顺手修改了程序,这时如果你保存后综合和实现等选项就会变成问号,如下图所示。 而如果你关闭了ChipScope又想 ...
分类:
其他好文 时间:
2018-04-03 17:14:39
阅读次数:
153
grabs up to date useragent from "useragentstring.com" randomize with real world statistic via w3schools.com https://fake useragent.herokuapp.com/brows ...
分类:
其他好文 时间:
2018-03-08 02:33:00
阅读次数:
1400
本文转载于:http://qoogle.cn/?id=39 前提: windows下同时安装python2和python3, 应将python2和python3直接安装在 C盘下面,分别为python27和python36文件夹下。(避免Program Files的空格出现,后期会出错!) 为了方便 ...
分类:
编程语言 时间:
2018-02-05 18:44:51
阅读次数:
9008
1- Configuration of plugin VSTudio Prerequisite: -Your visual studio MUST be up to date with the last release version in order to launch correctly the ...
分类:
其他好文 时间:
2017-11-16 11:52:54
阅读次数:
217
我从master分支创建了一个issue1分支,做了一些修改后,使用git push origin master提交,但是显示的结果却是'Everything up-to-date', 发生问题的原因是git push origin master 在没有track远程分支的本地分支中默认提交的mas ...
分类:
其他好文 时间:
2017-11-09 14:46:01
阅读次数:
177