码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
iOS 使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corrupted AST file: 'Unable to load module
使用不同版本的XCode出现的问题:fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZ...
分类:移动开发   时间:2014-07-16 22:58:17    阅读次数:185
tar备份系统的方法
下面是备份系统的方法:然后打开终端,输入以下命令:1、成为根用户: sudo su2、转到根目录: cd /然後,下面就是我用来备份我的系统的完整的命令:tar -cvpzf /media/sda7/backup.tgz --exclude=/proc --exclude=/lost+found -...
分类:其他好文   时间:2014-07-16 22:51:00    阅读次数:186
ThinkPHP数据分页Page.class.php
获取分页类 ThinkPHP提供了数据分页的扩展类库Page,可以在http://www.thinkphp.cn/extend/241.html下载,或者下载官方的完整扩展包(http://www.thinkphp.cn/down/253.html)里面也已经包含分页扩展类了。把解压后的Page.class.php放入ThinkPHP/Extend/Library/ORG/Util/(如果没有请...
分类:Web程序   时间:2014-07-11 08:28:13    阅读次数:303
This version of the rendering library is more recent than your version of IntelliJ IDEA.
今天往idea里导入其他项目时又遇到了一个问题,单独标记一下。 导入后打开一个布局xml文件,发现不能渲染,报错为: This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA 看字面意思就是...
分类:其他好文   时间:2014-07-11 00:10:13    阅读次数:418
DLL 编写与使用
DLL 编写与使用 DLL,Dynamic Link Library,动态链接库。这是微软的一项技术,必须包含。 vs2010创建dll项目 流程: File|New|Project|Visual C++|Win32 | Win32 Console Application|DLL(Additional options|Export symbols) 以工程名12345为例。 ...
分类:其他好文   时间:2014-07-10 23:46:59    阅读次数:243
No matching code signing identity found
真机调试过程中弹出这个问题,网上找到的解决办法,记录一下。 。。。。 弄完这些步骤之后,上面多出一个 IOS disturbution。所以出现这个问题的原因应该是设置的证书没有刷新到本地所致。...
分类:其他好文   时间:2014-07-10 23:30:07    阅读次数:245
directory not found for option
directory not found for option...
分类:其他好文   时间:2014-07-10 21:51:35    阅读次数:196
ArcGIS Api For Flex 动态画点和线
http://ns.adobe.com/mxml/2009"        xmlns:s="library://ns.adobe.com/flex/spark"        xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:supportClasses="com.esri.ags.skins.supportClasses.*" minWidth...
分类:Windows程序   时间:2014-07-10 21:19:33    阅读次数:362
JNI调用之本地库文件的安装
在进行JNI调用的时候,是由java的本地接口调用本地库文件来完成的,但是本地库文件需要放置到指定位置,JNI接口才能调用到,这个路径是由JVM的系统变量“java.library.path”指定的。大家可以将这个变量所指定的路径打印出来 例如:System.getProperty("java.library.path")。 在windows环境下可以看到执行的目录是什么C:/windows/sy...
分类:其他好文   时间:2014-07-10 21:10:25    阅读次数:162
Android AsyncHttpClient
Android Asynchronous Http Client A Callback-Based Http Client Library for Android   Tweet Downloadversion 1.4.2 (latest) or fork me on github Overview An asynchronous callbac...
分类:移动开发   时间:2014-07-10 20:24:27    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!