摘要: 1.KSImageNamed : 方法的参数提示 阅读全文
posted @ 2015-07-23 23:41 plummit 阅读(118) 评论(0) 推荐(0)
摘要: Read it backwards...int*- pointer to intint const *- pointer to const intint * const- const pointer to intint const * const- const pointer to const in... 阅读全文
posted @ 2015-07-05 23:37 plummit 阅读(119) 评论(0) 推荐(0)
摘要: //----------第一种方法-------------------// _img.layer.cornerRadius = 150;// _img.layer.masksToBounds = YES;// _img.layer.contents = [UIImage imageName... 阅读全文
posted @ 2015-07-02 16:46 plummit 阅读(168) 评论(0) 推荐(0)
摘要: #import "ViewController.h"@interface ViewController () @property (copy, nonatomic) NSString *name; @property (assign, nonatomic) NSInteger age;或者你这样写{... 阅读全文
posted @ 2015-06-29 10:27 plummit 阅读(114) 评论(0) 推荐(0)
摘要: In iOS 6, 2 new methods -registerClass:forCellReuseIdentifier: and -dequeueReusableCellWithIdentifier:forIndexPath: were added to UITableView.Prior to... 阅读全文
posted @ 2015-06-28 22:19 plummit 阅读(567) 评论(0) 推荐(0)
摘要: 原 iOS单例宏发表于10个月前(2014-08-17 00:46) 阅读(687)|评论(0)2人收藏此文章,我要收藏赞07.16,杭州,阿里巴巴。阿里百川无线开放大会报名开启,用技术驱动无线新商业摘要我们每一个人程序员都知道单列模式,可是,有多少人会把单列封装呢?你们有没有考虑过,每次都要写这些... 阅读全文
posted @ 2015-06-27 00:43 plummit 阅读(164) 评论(0) 推荐(0)
摘要: https://unity3d.com/cn/learn/tutorials/modules/beginner/platform-specific/how-to-submit-to-the-ios-app-store 阅读全文
posted @ 2015-06-26 17:59 plummit 阅读(150) 评论(0) 推荐(0)
摘要: xdebug路径:/usr/local/etc/php/5.6/conf.d/ext-xdebug.ini[xdebug]zend_extension="/usr/local/Cellar/php56-xdebug/2.3.2/xdebug.so"//xdebug.so的路径xdebug.remot... 阅读全文
posted @ 2015-06-24 14:39 plummit 阅读(357) 评论(0) 推荐(0)
摘要: Update Subversion on Mac OS XSubmitted bypatrickon Wed, 03/18/2009 - 22:59If you get the following errorsvn: This client is too old to work with worki... 阅读全文
posted @ 2015-06-17 14:42 plummit 阅读(135) 评论(0) 推荐(0)
摘要: 1.Apache 大家都知道,Mac下自带了Apache工具,路径在/private/etc/apache2下,如果需要在Apache下运行web代码,则需要在httpd.conf下做些配置 ①LoadModule rewrite_module libexec/apache2/mod_rewri... 阅读全文
posted @ 2015-06-12 14:15 plummit 阅读(127) 评论(0) 推荐(0)