上一页 1 2 3 4 5 6 ··· 32 下一页
摘要: iOS项目的目录结构和开发流程网上相关的资源不多,开源的且质量还不错的iOS项目也是少之又少,最近正好跟同事合作了一个iOS项目,来说说自己的一些想法。目录结构AppDelegateModelsMacroGeneralHelpersVendorsSectionsResources一个合理的目录结构首... 阅读全文
posted @ 2015-09-10 09:32 wiessharling 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1、检出svncohttp://路径(目录或文件的全路径) [本地目录全路径]--username 用户名 --password 密码svncosvn://路径(目录或文件的全路径) [本地目录全路径]--username 用户名 --password 密码svncheckouthttp://路径(... 阅读全文
posted @ 2015-09-09 11:27 wiessharling 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 这是网易游戏面我的一道题,当时想了一想,结果答错了,没在意,今天测试了一下,结果才认识到问题所在!直接看代码:class Interface {public: virtual void fun() = 0; Interface() { cout<<"Interface::I... 阅读全文
posted @ 2015-09-05 11:58 wiessharling 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 1)众所周知,抽象类是不存在对象的,只提供接口而不提供实现。但是抽象类能不能作为一个类指针,指向其子类的对象呢?class Interface { public: virtual void fun() = 0;};class Implement: public Interface {pu... 阅读全文
posted @ 2015-09-04 20:50 wiessharling 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 网址:http://makeappicon.com/直接放置到相应的文件即可(these are all in pixels) 48 x 48 55 x 55 58 x 58 80 x 80 87 x 87 88 x 88 172 x 172 196 ... 阅读全文
posted @ 2015-08-20 09:24 wiessharling 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Communicating between the iOS app and the Watch ExtensionThere are four scenarios where an app and an extension might wish to communicate:Watch extens... 阅读全文
posted @ 2015-08-14 14:26 wiessharling 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Apple Watch界面设计规范(4) - 通知Apple Watch界面设计规范(3) - GlanceApple Watch界面设计规范(2) - 应用解析Apple Watch界面设计规范(1) - 为Apple Watch而设计Apple Watch人机交互指南之UI设计基础(1)Watc... 阅读全文
posted @ 2015-08-10 13:19 wiessharling 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1. TextureAtlashttp://www.cocoachina.com/bbs/read.php?tid-311439-keyword-TextureAtlas.html2. Label,LabelTTF,LabelBMFont等http://www.jellythink.com/arch... 阅读全文
posted @ 2015-08-05 16:08 wiessharling 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1.https://seanhn.wordpress.com/2011/04/14/exploit-necromancy-in-tcmalloc-reviving-the-4-to-n-byte-overflow-primitive-with-insert-to-freelistx/#comment... 阅读全文
posted @ 2015-07-31 11:04 wiessharling 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 1. 确定dylib在max os是可以成功的。http://lists.apple.com/archives/perfoptimization-dev/2008/Dec/msg00002.htmlWe've been using tcmalloc with good results. We bui... 阅读全文
posted @ 2015-07-29 11:33 wiessharling 阅读(301) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 32 下一页