git init初始化仓库 git add添加到暂存区 git commit -m保存为快照并提交到版本库 git commit -am相当于git add和commit组合命令 git status查看工作区文件状态 git diff查看文件内容变更详情(和暂存区比较) ... diff HEAD ...
分类:
其他好文 时间:
2017-05-22 19:01:19
阅读次数:
153
问: As the title implies, I am using AFNetworking in an iOS project in which the application talks to a server. When the user signs in, the server resp ...
分类:
Web程序 时间:
2017-05-22 12:09:43
阅读次数:
222
在页面的最前页加上 date_default_timezone_set(PRC); /*把时间调到北京时间,php5默认为格林威治标准时间*/ date () a: "am"或是"pm" A: "AM"或是"PM" d: 几日,两位数字,若不足则补零;从"01"至"31" D: 星期几,3个英文字母 ...
分类:
Web程序 时间:
2017-05-22 11:59:08
阅读次数:
249
在页面的最前页加上date_default_timezone_set(PRC); /*把时间调到北京时间,php5默认为格林威治标准时间*/date ()a: "am"或是"pm" A: "AM"或是"PM" d: 几日,两位数字,若不足则补零;从"01"至"31" D: 星期几,3个英文字母,如: ...
分类:
Web程序 时间:
2017-05-21 10:48:22
阅读次数:
235
基于Android 6.0的源码剖析, 分析android Activity启动流程,相关源码: frameworks/base/services/core/java/com/android/server/am/ - ActivityManagerService.java - ActivitySta ...
分类:
其他好文 时间:
2017-05-21 00:30:06
阅读次数:
396
一种是参考管理页面 /oracle/apps/pos/supplier/webui/SuppDtPG 在目标页面的AM中添加VO实例,oracle.apps.pos.supplier.server.SuppDtVO 参考SuppAM中的实现方法,实现以下方法 另一种方便的方式是在目标页面的AM中添加 ...
分类:
其他好文 时间:
2017-05-19 16:56:40
阅读次数:
221
2.日期格式化参数详解 2.1 -/,.;: 指定返回字串分隔符 2.2 AD/A.D. 公元标识 2.3 BC/B.C. 公元标识 2.4 AM/A.M. 子午线标识 2.5 PM/P.M. 子午线标识 2.6 CC/SCC 世纪标识,S前缀指定如遇公元前的显示,会在显示前加(-) 2.7 D 获 ...
分类:
数据库 时间:
2017-05-19 12:53:14
阅读次数:
278
1. Precisoin and recall precision is how precise i am at showing good stuff on my website recall is how good i am at find all the postive reviews prec ...
分类:
其他好文 时间:
2017-05-18 23:54:35
阅读次数:
298
In this tutorial, I am going to make a list of common PHP array functions with examples of usage and best practices. Every PHP developer must know how ...
分类:
Web程序 时间:
2017-05-18 11:47:18
阅读次数:
277
// tutorial1.js var CommentBox = React.createClass({ render: function() { return ( <div className="commentBox"> Hello, world! I am a CommentBox. </div ...
分类:
其他好文 时间:
2017-05-18 11:40:44
阅读次数:
143