iOS开发适配总结 Posted on 九月 10, 2019九月 12, 2019 by shawn 文章浏览数: 105 前言 •本文为iOS开发AutoLayout的总结记录和一些适配的经验,主要讲述当前使用 […]... Read More
PHP Storm 安装与破解 Posted on 十一月 3, 2018十一月 3, 2018 by shawn 文章浏览数: 781 MAC PHP Storm 安装与破解 步骤: 1.安装PHP,下载链接(百度的): h […]... Read More
开发记录—-xCode的git管理出现其它项目的库 Posted on 十月 25, 2018十月 25, 2018 by shawn 文章浏览数: 648 xCode的git管理出现其它项目的库 直接上图: 原因: 直接拖拽其它项目的文件(项目 […]... Read More
记录贴—–网络开放的API Posted on 十月 7, 2018十月 7, 2018 by shawn 文章浏览数: 771 本文是记录贴,转载https://blog.csdn.net/c__chao/artic […]... Read More
苹果审核—–Your app uses the “prefs:root=” non-public URL scheme Posted on 九月 28, 2018十月 24, 2018 by shawn 文章浏览数: 1,400 苹果错误: Guideline 2.5.1 – Performance […]... Read More
苹果审核—–Itunes预检测报错“二进制文件无效”,无法提交审核 Posted on 九月 27, 2018十月 7, 2018 by shawn 文章浏览数: 1,026 Itunes预检测报错“二进制文件无效”,无法提交审核 开始的时候,百度一番,网上说 […]... Read More
组件化—–Framework Posted on 九月 1, 2018十月 7, 2018 by shawn 文章浏览数: 874 前言 •本文属于iOS开发基础内容,主要讲述了静态库的生成和项目间互相调用的场景。 属于 […]... Read More
组件化—–建立一个私有库 Posted on 一月 29, 2018十月 7, 2018 by shawn 文章浏览数: 893 前言 本文是记录博主组件化总结的文章,后面主要会深入学习CTMediator,并应用在实 […]... Read More
开发工具—–熟悉使用 xCode的git Posted on 一月 18, 2018十月 7, 2018 by shawn 文章浏览数: 1,231 前言 iOS开发时,项目的版本管理大概有Git,SVN,TFS等。本文主要讲述Git […]... Read More
Hybrid项目—–JS创建对象的方法 Posted on 十一月 8, 2017十月 7, 2018 by shawn 文章浏览数: 773 前言 本文记录Javascript在html文件中创建对象的3种方式,主要是为了增加对j […]... Read More