About Job StoresJobStores are responsible for keeping track of all the work data you give to the scheduler: jobs, triggers, calendars, and so forth.Se...
分类:
其他好文 时间:
2016-01-07 13:36:29
阅读次数:
195
SSH keys are a way to identify trusted computers, without involving passwords. Most git servers choose SSH keys to authorize clients. Check for SSH ke...
分类:
其他好文 时间:
2016-01-06 13:46:46
阅读次数:
137
Manifesto for Agile Software Development敏捷软件开发宣言Individuals and interactions over processes and tools个体和互动 高于 流程和工具Working software over comprehensive...
分类:
其他好文 时间:
2016-01-05 00:00:53
阅读次数:
352
Repository是一个仓库,所有的代码都放到这个仓库里去。缺省名字叫.git.同时有一个working directory 工作区。staging area 是一个工作区的名字,如果想把working directory中的文件放到repository的话,不是一步到位,而是先放到staging...
分类:
其他好文 时间:
2016-01-04 11:33:43
阅读次数:
177
全称:Print Working Directory用途:显示打印出当前所在工作目录的绝对路径格式:pwd [OPTION] ...Bash内建命令:是说明:pwd打印出来的路径分为两种情况,也正好对应着两个参数"-L , --logical","-P , --physical",这两个参数与Lin...
分类:
系统相关 时间:
2016-01-03 00:24:48
阅读次数:
214
今天在使用pycharm进行autoGenSystem工具软件时总是得不到正确的目录,最后通过获取当前路径,发现当前路径:是"E:\Python\HardwareManager";不是"E:\Python\AutoGenSystem";于是找到问题所在,需要调整工作目录。
分类:
其他好文 时间:
2016-01-01 15:01:19
阅读次数:
127
命令格式git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] …?命令参数-f, --force 强制删除。-r 递归删除目录及其内容。-- cached 从暂存区移除文件,不再跟踪文件,工作区...
分类:
其他好文 时间:
2015-12-30 21:57:31
阅读次数:
226
Containing ViewControllers转自:https://www.cocoanetics.com/2012/04/containing-viewcontrollers/For a project that I am currently working on I needed to i...
分类:
其他好文 时间:
2015-12-28 15:41:10
阅读次数:
264
I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stac...
分类:
其他好文 时间:
2015-12-25 22:24:09
阅读次数:
187
最近用restserver遇到个蛋疼的问题,发现$this->put得到的参数都是null。查了一下发现,这貌似这个普遍问题,参见链接:https://github.com/chriskacerguis/codeigniter-restserver/issues/362还是先来看下官方的解释:参见 http://code.tutsplus.com/tutorials/working-with-re...
分类:
其他好文 时间:
2015-12-23 17:58:30
阅读次数:
126