上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 来源:http://xtiqin.blog.163.com/blog/static/17017217920133584934827/ANE打包工具使用视频教程2013-04-05 08:49:34|分类:Adobe|标签:aneanetoolairas3|举报|字号订阅软件下载更新记录2013.08... 阅读全文
posted @ 2014-06-25 14:59 sunminmin2011 阅读(674) 评论(0) 推荐(0)
摘要: RSA-AlgorithmRSA算法演示程序,仅供了解RSA算法实现原理RSA算法原理找出两个"很大"的质数:P & QN = P * QM = (P - 1) * (Q - 1)找出整数E,E与M互质,即除了1之外,没有其他公约数找出整数D,使得E*D除以M余1,即 (E * D) % M = 1... 阅读全文
posted @ 2014-06-21 12:14 sunminmin2011 阅读(594) 评论(0) 推荐(0)
摘要: 来源:http://blog.sina.com.cn/s/blog_b0c59541010151rd.htmlAnNSBundleobject represents a location in the file system that groups code and resources that c... 阅读全文
posted @ 2014-06-21 12:13 sunminmin2011 阅读(429) 评论(0) 推荐(0)
摘要: 来源:http://blog.sina.com.cn/s/blog_b0c59541010151s0.html这两天在看和这个相关的的内容,全部推翻重写一个版本,这是公司内做技术分享的文档总结,对结构、条理做了更清晰的调整。先找了段代码,理解下,网上看到最多的一段的关于KVC的代码先上代码1.1.P... 阅读全文
posted @ 2014-06-21 12:10 sunminmin2011 阅读(261) 评论(0) 推荐(0)
摘要: 在iOS5.1 和 之前的版本中, 我们通常利用shouldAutorotateToInterfaceOrientation:来单独控制某个UIViewController的旋屏方向支持,比如:-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInte... 阅读全文
posted @ 2014-06-20 20:02 sunminmin2011 阅读(276) 评论(0) 推荐(0)
摘要: 来源:http://blog.csdn.net/sakulafly/article/details/18088237概述:在iOS6之前的版本中,通常使用shouldAutorotateToInterfaceOrientation来单独控制某个UIViewController的方向,需要哪个view... 阅读全文
posted @ 2014-06-18 21:53 sunminmin2011 阅读(253) 评论(0) 推荐(0)
摘要: 来源:http://hi.baidu.com/douxinchun/item/920a7655fe7f3fd8d48bacaf最近在使用NSTimer的时候,遇到了一些内存错误的问题,找了一片很好的文章可惜是英文的,现自己翻译出来,以备后用。原文:[timer release] only needs... 阅读全文
posted @ 2014-06-16 14:15 sunminmin2011 阅读(265) 评论(0) 推荐(0)
摘要: 一、XCode4.2以后支持自动释放内存ARCxcode自4.2以后就支持自动释放内存了,但有时我们还是想手动管理内存,这如何处理呢。很简单,想要取消自动释放,只要在 Build Settings里,找到Apple LLVM compiler 3.0 - Code Generation 下面的 Ob... 阅读全文
posted @ 2014-06-14 23:15 sunminmin2011 阅读(2437) 评论(0) 推荐(0)
摘要: 来源:http://mobile.51cto.com/hot-431205.htm网上关于iOS项目的资源不多,开源的且质量还不错的iOS项目也是少之又少,最近正好跟同事合作了一个iOS项目,来说说自己的一些想法。一个合理的目录结构首先应该是清晰的,让人一眼看上去就能大概了解目录的职责,且容易应对新... 阅读全文
posted @ 2014-06-11 14:05 sunminmin2011 阅读(263) 评论(0) 推荐(0)
摘要: 来源:http://www.cnblogs.com/china-ldw/p/3533896.html在做ios应用开发的过程,难免遇到要创建 子view 和 自定义view的时候,归根到底,我们需要得到一个UIView;要得到这个UIView,大致有三种方法:1,创建一个UIViewControll... 阅读全文
posted @ 2014-05-28 10:09 sunminmin2011 阅读(423) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 下一页