摘要: 1 ios多线程:http://www.dreamingwish.com/dream-2012/ios-multi-threaded-programming-a-multi-threaded-programming.html2 天翼工程资料网址:http://www.189works.com/tech/devloplat/Iphone/3 svn解决冲突:http://www.logicaltrinkets.com/wordpress/?p=178、http://www.logicaltrinkets.com/wordpress/?p=1664http://www.cnblogs.com/ka 阅读全文
posted @ 2012-08-19 12:24 xuvw 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1 ASIHTTPRequest: a.下载asihttprequest b. 把Classes里的文件,拖到XCode中 External/Reachbility也拖进去 ->这是Apple 官方用来检查网络链接是否正常的类库 c.导入框架 SystemConfiguration.framework MobileCoreServices.framework CoreGraphics.framework CFNetwork.framework libz.1.2.3.dylib d.添加libxml2的搜索路径 xcode4->Build Settings->Search pa 阅读全文
posted @ 2012-08-19 11:54 xuvw 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1 通过地址簿:修改地址簿中用户名、公司名称、【还有其他信息可选】-->新建xcode项目[此后源码开头会显示所设置信息] [已验证]2 通过命令行:defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions ‘{“ORGANIZATIONNAME”=”XXX.com”;}’ [摘自网上没试过]***xcode4.x以下设置方式如下: Xcode左边导航双击项目->Get Info->General里面可以为每个项目设置Organization Name 阅读全文
posted @ 2012-08-18 10:41 xuvw 阅读(157) 评论(0) 推荐(0) 编辑
摘要: online document:http://svnbook.red-bean.com/en/1.5/index.html http://svnbook.red-bean.com/nightly/en/index.html 2012usage: svn <subcommand> [options] [args]Subversion command-line client, version 1.6.17.Type 'svn help <subcommand>' for help on a specific subcommand.Type 'svn 阅读全文
posted @ 2012-08-03 09:42 xuvw 阅读(215) 评论(0) 推荐(0) 编辑
摘要: SIGHUP 1 在控制终端上检测到挂断或控制线程死亡是 SIGINT 2 交互注意信号是 SIGQUIT 3 交互中止信号是 SIGILL 4 检测到非法硬件的指令是 SIGTRAP 5 从陷阱中回朔否 SIGABRT 6 异常终止信号是 SIGEMT 7 EMT 指令否 SIGFPE 8 不正确的算术操作信号是 SIGKILL 9 终止信号是 SIGBUS 10 总线错误否 SIGSEGV 11 检测到非法的内存调用是 SIGSYS 12 系统call的错误参数否 SIGPIPE 13 在无读者的管道上写是 SIGALRM 14 报时信号是 SIGTERM 15... 阅读全文
posted @ 2012-07-27 17:34 xuvw 阅读(514) 评论(0) 推荐(0) 编辑
摘要: http://code4app.com/category/animation/1 阅读全文
posted @ 2012-07-27 11:13 xuvw 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 今天用模拟器调试程序遇到:启动模拟器后xcode提示栏显示:attaching to appName 同时模拟器一直显示黑屏,查得解决办法为:Project->"Edit Schemes"->Run. Change the Debugger from LLDB to GDB 不知原因。 阅读全文
posted @ 2012-07-24 19:45 xuvw 阅读(328) 评论(0) 推荐(0) 编辑
摘要: http://wenku.baidu.com/view/d94fca03bed5b9f3f90f1c5d.html http://wenku.baidu.com/view/f4fdffd73186bceb19e8bb3f.html 阅读全文
posted @ 2012-07-11 11:52 xuvw 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1 xcode4.3.1高亮效果消失解决办法:若为llvm3.0,则在organizer--》projects--》DerivedData[删除掉对应项目的]--》重启xcode,index完成后即可。2 阅读全文
posted @ 2012-07-11 11:06 xuvw 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 没限定:- (BOOL)conformsToProtocol:(Protocol *)aProtocol;- (BOOL)respondsToSelector:(SEL)aSelector;有限定:- (id)retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;- (oneway void)release NS_AUTOMATED_REFCOUNT_UNAVAILABLE;- (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;- (NSUInteger)retainCount NS_AUTOMATED_REFCOU 阅读全文
posted @ 2012-06-21 10:24 xuvw 阅读(783) 评论(0) 推荐(0) 编辑