解决Xcode 5下使用SVN出现 The operation couldn’t be completed. (NSURLErrorDomain error -1012.) 问题2014年March月25日/Linux/Unix/浏览:264/暂无评论/ 使用Xcode5 SVN 出现问题 Th.....
分类:
其他好文 时间:
2014-06-27 20:58:05
阅读次数:
206
Malformed or corrupted AST file: 'Unable to load module "/Users/topbar/Library/Developer/Xcode/DerivedData/ModuleCache/3TJWGBUKOEC41/Darwin.pcm": modu...
分类:
移动开发 时间:
2014-06-26 22:50:03
阅读次数:
315
将.a文件加入工程,很多教程讲的都是:右键选择Add->Existing Files…,选择.a文件和相应的.h头文件。或者将这两个文件拖入XCode工程目录结构中,在弹出的界面中勾选Copy items into destination group's folder(if needed),并确保A...
分类:
移动开发 时间:
2014-06-26 21:26:26
阅读次数:
296
这讲我们来讲解下如何使用phonegapa创建项目环境并通过她们将sencha touch打包成app,这里我们只讲解打包android的apk,打包ios的过程有点类似,但是需要在mac环境下,最后通过xcode导出成ipa安装程序; 一、phonegap环境搭建: phonega...
分类:
其他好文 时间:
2014-06-26 21:08:27
阅读次数:
221
1.Method definition for 'xxx' not foundxxx的方法没有实现出现原因.h声明了xxx方法但是.m没有实现xxx方法解决方法:在类的.m文件实现xxx方法2. Instance variable ‘xxx' accessed in class method在类方法...
分类:
其他好文 时间:
2014-06-26 20:43:13
阅读次数:
212
iOS开发多线程篇—单例模式(MRC)一、非ARC模式下的单例模式1.说明:把一个项目修改为非ARC的2.MAC下单例模式代码示例:新建一个工具类,让该类继承自NSObject。YYAudioTool.m文件 1 // 2 // YYAudioTool.m 3 // 06-单例模式1 4 // .....
分类:
移动开发 时间:
2014-06-26 17:37:18
阅读次数:
366
http://www.adobe.com/support/downloads/detail.jsp?ftpID=5771NameSizeDateMacintoshAdobe Acrobat 10.1.10 Pro and Standard update - Greek, Arabic, and He...
数据链路层:mtu的限制在这层
14字节:6字节目标mac,6字节源mac,2字节type,
网络层:(ip dns arp)分片重组在这层,每个包长不可超过mtu
只举例ip协议:
20字节160bits:4位版本 4位头长,8位服务类型16位总长度
16位标示3位标志13位片偏移
...
分类:
其他好文 时间:
2014-06-26 13:41:58
阅读次数:
274
Setup Cordova
Text Editor / IDE
You may need to prepare an IDE or Editor for working. Here for example, install a Sublime Text 3 over Windows, actually it contains versions of Mac OS as well as Linu...
MAC COCOA call command 调用终端控制台程序
STEP 1
先写一个C++ DOS程序
STEP2
使用NSTask来执行,然后用NSPipe和
NSData来接受执行的结果字符串。
先写一个函数:
/*******************************
Function : NSTask Class + Terminal(=Windows Co...
分类:
其他好文 时间:
2014-06-26 10:17:56
阅读次数:
212