技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2015-09-09 15:28:13
//author<br />//jeffasd<br />//Block 用法小解<br /><br /><br />//A.h文件<br />//定义Block<br />typedef void(^ AmountBlock)(int salary);//定义一个AmountBlock类型的Block<br />@property(nonatomic, copy)AmoutBlock amount2;//用AmountBlock类型定义Block 变量<br /><br /><br />- (void)paySalaryF.........【阅读全文】
发布时间:2015-09-06 18:10:30
iOS中的Runloop<br />http://my.oschina.net/aofe/blog/268803<p style="margin-top:8px;margin-bottom:8px;line-height:22.5px;letter-spacing:0.5px;font-size:12.5px;white-space:normal;word-break:break-all;color:#333333;font-family:'Microsoft YaHei', Verdana, sans-serif, 宋体;background-color:#FFFFFF;">.........【阅读全文】
发布时间:2015-09-06 18:08:14
http://www.cnblogs.com/scorpiozj/archive/2011/05/26/2058167.html<h1 class="postTitle" style="font-size:14.7px;margin-bottom:10px;color:#4B4B4B;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;white-space:normal;"><a id="cb_post_title_url" class="postTitle2" href="http://www.cnblogs.com/s.........【阅读全文】
发布时间:2015-09-06 18:06:12
IOS开发中NSRunloop跟NSTimer的问题<br />http://www.cnblogs.com/xwang/p/3547685.html<br /><p style="margin:10px auto;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;line-height:21px;white-space:normal;background-color:#FFFFFF;">在Windows时代,大家肯定对SendMessage,PostMessage,Ge.........【阅读全文】