摘要: Git 是当前最流行的版本控制程序之一,文本包含了 Git 的一些基本用法 创建 git 仓库 初始化 git 仓库mkdir project # 创建项目目录 cd project # 进入到项目目录 git init # 初始化 git 仓库。此命令会在当前目录新建一个 .git 目录,用... 阅读全文
posted @ 2015-05-11 16:59 千年幻想乡丶 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.提示“You've implemented -[ application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the l... 阅读全文
posted @ 2015-05-11 12:03 千年幻想乡丶 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-11 11:38 千年幻想乡丶 阅读(130) 评论(0) 推荐(0) 编辑