1. 修改错误的提交信息(commit message)提交信息很长时间内会一直保留在你的代码库(code base)中,所以你肯定希望通过这个信息正确地了解代码修改情况。 下面这个命令可以让你编辑最近一次的提交信息,但是你必须确保没有对当前的代码库(working copy)做修改,否则这些修改也...
分类:
其他好文 时间:
2015-12-02 20:44:44
阅读次数:
143
在空仓库的情况下,add,出现一下问题The file will have its original line endings in your working directory.当报这个警告时是由于文件夹远程不存在,但是不影响提交warning: LF will be replaced by CR...
分类:
其他好文 时间:
2015-12-02 14:05:39
阅读次数:
1144
配置DefaultEditor.ini 文件[AllMaps]+Map=/关卡文件路径参考文献:https://answers.unrealengine.com/questions/141148/open-level-blueprint-not-working.html
分类:
其他好文 时间:
2015-11-27 14:49:09
阅读次数:
591
git working directory repository stage master(branch)git initgit add filenamegit commit -m "explanation information"git statusgit di...
分类:
其他好文 时间:
2015-11-26 12:40:27
阅读次数:
152
Currency ExchangeTime Limit:1000MSMemory Limit:30000KTotal Submissions:23938Accepted:8678DescriptionSeveral currency exchange points are working in ou...
分类:
其他好文 时间:
2015-11-25 22:24:51
阅读次数:
153
Pthread声明 pthread_t cThread;创建子线程 pthread_create(&cThread, NULL, working, NULL); 1.C方法,跨平台的创建子线程,支持Unix,Linux,MacOS,iOS 2.需要引入#import 3.优点:能开启一个线程...
分类:
移动开发 时间:
2015-11-25 13:23:18
阅读次数:
199
Classification is one of the major problems that we solve while working on standard business problemsacross industries. In this article we’ll be discu...
分类:
其他好文 时间:
2015-11-24 21:14:32
阅读次数:
431
ls:显示文件和目录列表(list)常用参数:-l (long)-a (all)注意隐藏文件、特殊目录.和.. -t (time)内部命令:属于Shell解析器的一部分cd 切换目录(change directory)pwd 显示当前工作目录(print working directory)help...
分类:
系统相关 时间:
2015-11-21 19:42:01
阅读次数:
223
escape()Don't use it, as it has been deprecated since ECMAScript v3.encodeURI()Use encodeURI when you want a working URL. Make this call:encodeURI("ht...
分类:
Web程序 时间:
2015-11-20 19:48:52
阅读次数:
155
cd: change directory 切换目录命令ls: list 显示当前目录的内容pwd: Print Working Directory 该命令显示当前路径名touch: 更新文件创建时间或创建一个新文件find: 查找locate: locate命令其实是"find -n...
分类:
系统相关 时间:
2015-11-20 18:59:18
阅读次数:
154