需要了解的概念 Content-Type:用于定义用户的浏览器或相关设备如何显示将要加载的数据,或者如何处… 继续阅读text/html & text/plain的区别
月度归档: 2015年7月
如何使用Xcode–切换tap栏
切换tap栏快捷键:commend+Shift+[,] ,此方法通用于其他APP上的tap栏切换 以下为转载 … 继续阅读如何使用Xcode–切换tap栏
NSTimer
转载自 NSTimer的使用方法 1、初始化 + (NSTimer *)timerWithTimeInterv… 继续阅读NSTimer
iOS 开发error/debug
error:property with ‘retain(strong)’ attribute must be … 继续阅读iOS 开发error/debug
iOS端App的icon和Launch Image规格实时更新
启动影像 : iPhone :320 x 480 640 x 960 640*1… 继续阅读iOS端App的icon和Launch Image规格实时更新
Xcode如何添加pch文件
Xcode6.0之后去掉了Precompile Prefix Header 文件,主要原因可能在于Prefix… 继续阅读Xcode如何添加pch文件
FF的Git使用知识
创建 Git仓库命令:(进入将要管理的Git文件夹地址下) git init 查看当前Git管理状态 git … 继续阅读FF的Git使用知识