解决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
git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https” 解决方法: 编辑.git文件夹下的config文件就可以。vim .git/config#改动对于的...
分类:
数据库 时间:
2014-06-26 23:42:11
阅读次数:
2062
1.dpkg: error: dpkg status database is locked by another process 解决办法:sudo rm -rf /var/lib/dpkg/lock2.在64位系统上安装ia32-libs后(Ubuntu执行:sudo apt-get instal...
分类:
系统相关 时间:
2014-06-26 23:10:00
阅读次数:
438
背景:通过一个辅助线程计算出的一个值赋给textBox1.text;1.当点击一个button事件 去触发一个while(1)的循环事件时,如果不用线程去操作 界面就会卡死解决方法:需要加入线程。2然后发现在线程中去操作一个控件的显示(比如 textBox1.text=“”;)时会产生如下error...
分类:
编程语言 时间:
2014-06-26 23:03:38
阅读次数:
289
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
Xceed Binary Encoding Library控件是一款为Windows软件开发人员准备的,使应用程序可以把编码二进制数据以及文件转换为文本或者把文本转换为编码二进制数据,该产品包含在 Xceed Ultimate Suite 套包中。具体功能:兼容RFC-2045, RFC-1741,...
分类:
其他好文 时间:
2014-06-26 21:58:10
阅读次数:
295
将.a文件加入工程,很多教程讲的都是:右键选择Add->Existing Files…,选择.a文件和相应的.h头文件。或者将这两个文件拖入XCode工程目录结构中,在弹出的界面中勾选Copy items into destination group's folder(if needed),并确保A...
分类:
移动开发 时间:
2014-06-26 21:26:26
阅读次数:
296
[formData appendPartWithFileURL:[NSURL fileURLWithPath:info.voice_networkPath] name:@"voice.amr" fileName:@"voice.amr" mimeType:@"" error:nil]; [fo...
分类:
其他好文 时间:
2014-06-26 21:07:10
阅读次数:
225
1、错误描写叙述六月 03, 2014 11:00:35 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error严重: Template processing error: "Expression nums is undefined on lin...
分类:
其他好文 时间:
2014-06-26 20:05:22
阅读次数:
202
Wireshark是世界上最流行的网络分析工具。这个强大的工具能够捕捉网络中的数据,并为用户提供关于网络和上层协议的各种信息。与非常多其它网络工具一样,Wireshark也使用pcap network library来进行封包捕捉。可破解局域网内QQ、邮箱、msn、账号等的password!! w....
分类:
其他好文 时间:
2014-06-26 00:52:19
阅读次数:
338