按类别查询搜索结果
关于关键词 的检测结果,共 1480
LL774343332 | 2015-09-10 20:45:51 | 阅读(530) | 评论(0)
<div style="color:#666666;white-space:normal;font-family:Arial, Helvetica, sans-serif;text-align:center;text-indent:2em;background-color:#FFFFFF;"><br /><span style="font-size:12px;line-height:normal;">------------------IOS培训、Java培训 期待与你交流!------------------ &nbsp;</span><br /><stron...【阅读全文】
jeffasdasd | 2015-09-10 10:52:46 | 阅读(620) | 评论(0)
http://blog.csdn.net/hwl1314/article/details/26820013<br /><div class="dp-highlighter bg_html" style="font-family:Consolas, 'Courier New', Courier, mono, serif;font-size:12px;width:700.90625px;overflow:auto;padding-top:1px;color:#333333;line-height:26px;white-space:normal;margin:18px 0px !important...【阅读全文】
fishmwei | 2015-09-08 14:48:07 | 阅读(820) | 评论(0)
- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text{<br />&nbsp; &nbsp; NSInteger maxLength = 200;<br />&nbsp; &nbsp;&nbsp;<br />&nbsp; &nbsp;&nbsp;<br />&nbsp; &nbsp; NSString *appendStr = [textView.text stringByReplacingCharactersInRa...【阅读全文】
【iOS平台】 iOS开发的最佳实践
dengweihao | 2015-09-07 09:48:25 | 阅读(0) | 评论(0)
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:#333333;font-family:'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;line-height:25px;white-space:normal;background-color:#FFFFFF;"><em style="box-sizing:border-box;">就像一个软件项目一样,这份文档如果我们...【阅读全文】
【iOS平台】 iOS中的Runloop
jeffasdasd | 2015-09-06 18:10:30 | 阅读(650) | 评论(0)
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;">...【阅读全文】
jeffasdasd | 2015-09-06 18:06:12 | 阅读(600) | 评论(0)
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...【阅读全文】
jeffasdasd | 2015-09-06 17:53:11 | 阅读(620) | 评论(0)
iOS学习笔记12—Runloop<br />http://blog.csdn.net/jjunjoe/article/details/8313016<p align="left" style="color:#333333;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;background-color:#FFFFFF;"><span style="font-size:18px;">一、Runloop简介:</span></p><p align="left" style=...【阅读全文】
【iOS平台】 iOS中的Runloop
jeffasdasd | 2015-09-06 17:52:02 | 阅读(550) | 评论(0)
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;">...【阅读全文】
jeffasdasd | 2015-09-06 17:34:33 | 阅读(460) | 评论(0)
iOS: NSObject中执行Selector的相关方法<br />http://www.mgenware.com/blog/?p=463<h1 style="border:0px;font-family:Helvetica, Verdana, Arial, 'Microsoft YaHei', 微软雅黑, STXihei, 华文细黑, sans-serif;font-size:2.25rem;font-weight:200;margin:0px 0px 0.5em;outline:0px;padding:0px;vertical-align:baseli...【阅读全文】
【iOS平台】 iOS RunLoop 初识
jeffasdasd | 2015-09-06 16:30:49 | 阅读(390) | 评论(0)
iOS RunLoop 初识<br />http://www.cnblogs.com/tangbinblog/archive/2012/12/07/2807088.html<p style="margin:10px auto;color:#111111;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;line-height:23.3999996185303px;white-space:normal;background-color:#FFFFFF;">今天突然才之间才意识到NST...【阅读全文】
jeffasdasd | 2015-09-06 16:29:42 | 阅读(450) | 评论(0)
iOS多线程的初步研究(三)-- NSRunLoop<br />http://blog.csdn.net/lengshengren/article/details/12905627<p style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;line-height:25px;white-space:normal;margin:10px auto !important;background-color:#FFFFFF;">弄清楚<strong>NSRunLoop确实</...【阅读全文】
jeffasdasd | 2015-09-06 16:07:38 | 阅读(510) | 评论(0)
<a href="http://blog.csdn.net/lengshengren/article/details/12905595" style="color:#000000;text-decoration:none;font-family:'Microsoft YaHei';font-size:20px;line-height:30px;white-space:normal;background-color:#FFFFFF;">iOS多线程的初步研究(二)-- 锁</a><br />http://blog.csdn.net/lengshengren/articl...【阅读全文】
jeffasdasd | 2015-09-06 15:56:31 | 阅读(420) | 评论(0)
iOS多线程编程之Grand Central Dispatch(GCD)介绍和使用<br />http://blog.csdn.net/totogo2010/article/details/8016129<h1 style="margin:0px;padding:0px;font-family:Arial;line-height:26px;white-space:normal;background-color:#FFFFFF;">介绍:</h1><p style="margin-top:0px;margin-bottom:0px;font-family:...【阅读全文】
jeffasdasd | 2015-09-06 15:30:00 | 阅读(560) | 评论(0)
http://www.cocoachina.com/bbs/read.php?tid=43852<br /><span style="outline:none;font-family:'Helvetica Neue', Helvetica, STheiti, 微软雅黑, 黑体, Arial, Tahoma, sans-serif, serif;font-size:14px;white-space:normal;color:#FF0000;background-color:#FFFFFF;"><span style="outline:none;line-height:1.5em;f...【阅读全文】
imlsq | 2015-09-03 18:00:11 | 阅读(7110) | 评论(1)
ipc摄像头,基于TUTK p2p平台的视频流H.264 iOS解码【阅读全文】
jeffasdasd | 2015-09-02 18:00:29 | 阅读(470) | 评论(0)
<a href="http://blog.csdn.net/totogo2010/article/details/8010231" style="color:#333333;text-decoration:none;font-family:'Microsoft YaHei';font-size:20px;line-height:30px;white-space:normal;background-color:#FFFFFF;">iOS多线程编程之NSThread的使用</a><br />http://blog.csdn.net/totogo2010/article/deta...【阅读全文】
jeffasdasd | 2015-09-02 17:56:58 | 阅读(500) | 评论(0)
iOS开发系列--并行开发其实很容易<br />http://www.bubuko.com/infodetail-373685.html<p style="font-family:'Microsoft YaHei';font-size:14px;color:#3F3F3F;line-height:30px;white-space:normal;background-color:#FFFFFF;">大家都知道,在开发过程中应该尽可能减少用户等待时间,让程序尽可能快的完成运算。可是...【阅读全文】
【iOS平台】 iOS快速开发必备
dengweihao | 2015-09-02 13:57:33 | 阅读(0) | 评论(0)
<p style="box-sizing:border-box;margin-top:18px;margin-bottom:18px;color:#333333;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft Yahei', sans-serif;font-size:14px;line-height:22.3999996185303px;white-space:normal;background-color:#FFFFFF;">github:<a href="https://g...【阅读全文】
【iOS平台】 iOS编写高质量代码
dengweihao | 2015-09-02 13:53:56 | 阅读(0) | 评论(0)
<p style="box-sizing:border-box;margin-top:18px;margin-bottom:18px;color:#333333;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft Yahei', sans-serif;font-size:14px;line-height:22.3999996185303px;white-space:normal;background-color:#FFFFFF;">这是一篇读书笔记,快速记...【阅读全文】
dengweihao | 2015-09-02 13:52:47 | 阅读(0) | 评论(0)
<p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:#333333;font-family:'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;line-height:25.6000003814697px;white-space:normal;">segmentFault:<a href="http://segmentfault.com/a/1190000003505115" style="box-sizing:...【阅读全文】