GeniusWarrior
雨停了,天晴了,感觉自己又行了
摘要: #import <Foundation/Foundation.h> #import <AFNetworking/AFNetworking.h> /// 网络请求枚举 typedef enum : NSUInteger { GET, POST, } WZRequestMethod; @interfac 阅读全文
posted @ 2016-04-26 23:24 GeniusWarrior 阅读(132) 评论(0) 推荐(0) 编辑
摘要: SVN : 集中式版本管理工具 checkout: 下载代码, 只需要做一次 update : 更新代码 commit :提交代码 三. SVN服务器搭建及配置(了解) 一. 端口号 http 80 一般是http, 因为SVN一般都是公司内部才能访问 https 443 二. 每次对服务器端做操作 阅读全文
posted @ 2016-04-26 23:15 GeniusWarrior 阅读(340) 评论(0) 推荐(0) 编辑
摘要: cocoa pods CocoaPods 是 iOS 最常用最有名的类库管理工具 作为 iOS 程序员,掌握 CocoaPods 的使用是必不可少的基本技能 pod 命令汇总 Pod file 格式说明 Pod 安装 gem 常用命令 阅读全文
posted @ 2016-04-26 23:06 GeniusWarrior 阅读(123) 评论(0) 推荐(0) 编辑