- 浏览: 240267 次
- 性别:
- 来自: 北京
最新评论
-
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数据库性能优化
文章列表
来源:http://www.yifeiyang.net/development-of-the-iphone-simply-1/
ARC是什么
ARC是iOS 5推出的新功能,全称叫 ARC(Automatic Reference Counting)。简单地说,就是代码中自动加入了retain/release,原先需要手动添加的用来处理内存管理的引用计数的代码可以自动地由编译器完成了。
该机能在 iOS 5/ Mac OS X 10.7 开始导入,利用 Xcode4.2 可以使用该机能。简单地理解ARC,就是通过指定的语法,让编译器(LLVM 3.0)在编译代码时,自动生成实例的引用计数管理部 ...
来源:http://www.weiphone.com/iPhone/how/2012-08-08/How_will_the_iPhone_simulator__444617.shtml
根据昨天的报道,国外媒体发现iOS 6的用户界面可以“拉伸”,以配备更长的设备屏幕。9to5Mac通过iOS模拟器等开发工具进行测试,发现iOS 5.1在6 ...
注意:crash_log一定要和打包时的archive对应上;
方法1)在Orgnizer里找到某一个archive,即:/Users/handywang/Library/Developer/Xcode/Archives/2012-04-20/sohunews\ 4-20-12\ 3.07\ PM.xcarchive
找到/Users/handywang/Library/Developer/Xcode/Archives/2012-04-20/sohunews\ 4-20-12\ 3.07\ PM.xcarchive/dSYMs/sohunews.app.dSYM/Contents/Re ...
来自:http://blog.csdn.net/yhawaii/article/details/7442529
nil: A null pointer to an Objective-C object.( #define nil ((id)0) )Nil: A null pointer to an Objective-C class.NULL: A null pointer to anything else, is for C-style memory pointers.( #define NULL ((void *)0) )
NSNull: A class defines a sing ...
修改项目的scheme的info,把debugger由LLDB修改为GDB
修改项目的scheme的info,把debugger由LLDB修改为GDB
修改项目的scheme的info,把debugger由LLDB修改为GDB
修改项目的scheme的info,把debugger由LLDB修改为GDB
修改项目的scheme的info,把debugger由LLDB修改为GDB
华为E5830s 快速入门手册
- 博客分类:
- 其它
http://wenku.baidu.com/view/aedb3914866fb84ae45c8db7.html
华为E5830s 快速入门手册
华为E5830s 快速入门手册
华为E5830s 快速入门手册
华为E5830s 快速入门手册
华为E5830s 快速入门手册
华为E5830s 快速入门手册
虽然ARC引入之后NSAutoReleasePool的使用有了很大变化,但是了解NSAutoReleasePool的机制还是十分必要的,下面主要说一下:
NSAutoReleasePool * pool = [NSAutoReleasePool alloc] init];
//do something
之后,
[pool drain] 和 [pool release] 的区别:
release,在引用计数环境下,由于NSAutoReleasePool是一个不可以被retain的类型,所以release会直接dealloc pool对象。当pool被dealloc的时候,pool向 ...
Network Link Conditioner in Lion
JUL 25TH, 2011
If you’re a developer of either Mac or iOS apps that use networking, there’s a new feature in the Developer Tools for Mac OS X 10.7 “Lion” (read my review of it at The Guardian) which will be useful to you. This brief article describes how it wor ...
1)查看SecureTransport.h中
/*************************************************
*** OSStatus values unique to SecureTransport ***
*************************************************/
/*
Note: the comments that appear after these errors are used to create SecErrorMessages.strings.
The ...
A run loop is a mechanism that provides the possibility for the system to wake up sleeping threads to manage asynchronous events. Normally when you run a thread (with the exception of the main thread) you have the option to start for it a run loop or not. If the thread does some sort or long-runni ...
NSParameterAssert
Validates the specified parameter.
NSParameterAssert(condition)
Discussion
Assertions evaluate a condition and, if the condition evaluates to false, call the assertion handler for the current thread, passing it a format string and a variable number of arguments. Each th ...
线程内sleep
- 博客分类:
- iPad
- iOS公共
- iPhone/iPod
[NSThread sleepForTimeInterval:1];
1)打开Terminal
2)输入python
3)print(u'\u6027\u611f\u597d\u83b1\u575e\u5973\u661f\u7ecf\u5178\u88f8\u7167'.encode('utf8'))
‘\u6027\u611f\u597d\u83b1\u575e\u5973\u661f\u7ecf\u5178\u88f8\u7167’为要转化的编码;
Mac OS X Lion 显示隐藏目录
- 博客分类:
- Mac
在Termminal中输入如下命令。
chflags nohidden 目录
在Termminal中输入如下命令。
chflags nohidden 目录
在Termminal中输入如下命令。
chflags nohidden 目录