- 浏览: 240265 次
- 性别:
- 来自: 北京
最新评论
-
zjjzmw1:
...
转载:IOS开发之——objectForKey与valueForKey在NSDictionary中的差异 -
hldfxh:
解决了我的问题
JSON Lib, XML转JSON字符串不要namespace,以及处理特殊xml属性"type" -
herry68:
可以给我提供以下你的这个NSData+Base64.h类吗
图片转base64串及反转回图片 -
herry68:
我用这个方法把图片转换成nsstring成功了,但是从nsst ...
图片转base64串及反转回图片 -
hibluse:
handy.wang 写道hibluse 写道我已经设置了WA ...
基于FMDB-SQLite的App数据库性能优化
文章列表
Run Loops
A run loop is a piece of infrastructure used to manage events arriving asynchronously on a thread. A run loop
works by monitoring one or more event sources for the thread. As events arrive, the system wakes up the
thread and dispatches the events to the run loop, which then dispat ...
“Symbol not found”的解决方式
- 博客分类:
- iOS公共
工程的索引文件损坏, 进入~/Library/Developer/Xcode/DerivedData 这个文件夹,把里面相关工程的文件夹删掉即可
[_webView setBackgroundColor:[UIColor clearColor]];
[_webView setOpaque:NO];
MBP安装Win7 图文
- 博客分类:
- Windows7
http://www.win7china.com/html/3327.html
成功破解PhoneDisk
- 博客分类:
- 技术博客
成功破解PhoneDisk
前提是:2010-12-01前版,registration code :2H96A-QK7MX-8GEYK1V-ZR6S8
这版2010-12-01后不能用;
在Mac terminal 下找到“/Applications/PhoneDisk.app/Contents/MacOS/PhoneDisk” 然后vi PhoneDisk 找到2010改为3010然后保存退出; 重启PhoneDisk,输入之前的CODE,一切OK.
Debug Memory Leaks三步曲
1)Add NSZombieEnabled variable with YES value into "Variables to be set in the environment" of "Excutables" Arguments of side tree of project.
2)"Build and Analyze in Xcode" in top "Build" menu item.
3)"Run with Performanc ...
PhoneGap0.9.6的Connecton插件与MessageUI.framework中的Connection冲突
对一个运行正常的项目加入MessageUI.framework后,项目刚刚开始运行就Crash了。
原因分析:
分析后发现是因为MessageUI.framework中的Connection类与PhoneGap0.9.6中的Connection插件冲突了,因为PhoneGap的插件的实例化类似于用了反射机制,在PhoneGapDelegate里实例化PhoneGap自己的Connection ObjectiveC类的时候是用MessageUI.framewor ...
PhoneGapDelegate的window里有一个UIWebView和PhoneGapViewController,这个 UIWebView实例最后是赋给PhoneGapViewController的UIWebView实例的且会作为 PhoneGapViewController view子View,以上说的不太重要,只是简单说一下结构。
如果你用PhoneGapViewController里的UIWebView加载一个内容较多的URL,如加载 http://www.sina.com.cn,当在加载的过程中,你用另一个UIView覆盖到PhoneGapDelegate的window上从页挡住 ...
对于iOS开发的新手来说,有时在实现一个类的时候可能会觉得这个类要不要继承NSObject都无所谓,而且当时编译运行时貌视也没有问题。但是,到某个阶段时再运行时发现控制台报错:
“does not implement methodSignatureForSelector: -- trouble ahead”
以及
“does not implement doesNotRecognizeSelector: -- abort”
这时,你就需要检查一下是不是哪个类没有继承NSObject。
我的情况是:在某.h/.m里面本来是打算只写一些原生类的Category扩展的,结果后来却在这两 ...
find . -name '*.cpp' -type f -exec cat '{}' \; | wc -l
Comment1####################################
I was able to find the answer here: http://www.iphonedevsdk.com/forum/iphone-sdk-development/6280-uiwebview-didfailloadwitherror-how-get-errors-code-list.html
This thread contained this description for this error: "This error may
occur if a ...
IMPORTANT: An Entitlements file is generally only needed when building
for Ad Hoc Distribution or enabling Keychain data sharing. If neither of
these is true, delete the entry
in Code Signing Entitlements. (emphasis mine)
And also referenced from http://stackoverflow.com/questions/1558642 ...
find ./ -name ".svn" | xargs rm -Rf
调用iphone.mail.app时,非破解手机是不能在mailto:后面跟attachment参数的
1、【/Applications】 91是装在这里的!!!
常用软件的安装目录
2. 【/private /var/ mobile/Media /iphone video Recorder】
录像文件存放目录
3、【/private /var/ mobile/Media /DCIM】
相机拍摄的照片文件存放目录
4、【/private/var/ mobile /Media/iTunes_Control/Music】
iTunes上传的多媒体文件(例如MP3、MP4等)存放目录,文件没有被修改,但是文件名字被修改了,直接下载到电脑即可读取。
5、【/pri ...