码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
H3C inode for OSX 10.10 校园网客户端亲测可用
1.打开终端2.输入以下命令sudo /library/StartupItems/iNodeAuthService/iNodeAuthService start3.输入管理密码4.打开客户端联网!inode 版本:成功后的界面:
分类:其他好文   时间:2014-10-22 00:25:17    阅读次数:288
iOS下Symbol not found: ___sincosf_stret错误
Symbol not found: ___sincosf_stret错误...
分类:移动开发   时间:2014-10-21 23:17:11    阅读次数:209
Lua2.4 场景恢复 undump.c
这一节看看 luaI_undump1 是如何场景恢复的。 /* **?load?one?chunk?from?a?file. **?return?list?of?functions?found,?headed?by?main,?or?NULL?at?EOF. */ TFunc*?luaI_undump1(FILE*?D) ...
分类:其他好文   时间:2014-10-21 13:56:00    阅读次数:279
Failed to load the JNI shared library
解决Eclipse无法打开“Failed to load the JNI shared library” 这是因为JDK配置错误所导致的现象。 一般说来,新购笔记本会预装64位的windows系统,而在网上下载软件时,32位会优先出现在页面中(现在来说是这个情况,但我认为未来64位会越来越普及)。 如果你是64位的系统,却安装了32位的JDK,就会导致上面的情况。 ...
分类:其他好文   时间:2014-10-21 13:50:44    阅读次数:175
如何混编c++
1. 如何混编c++用 Xcode4 创建一个 工程,如果在任意一个文件AAA.h的头部加入 #includeusingnamespace std;编译运行,就会发现,编译不通过,提示为:'string' file not found原因就是文件后缀应该从.m改为.mm,这样就支持 c++混编了,....
分类:编程语言   时间:2014-10-21 11:49:45    阅读次数:171
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Missing properties in Connection.open(Propertie
首先查看工程的web.xml文件中“BIRT_RESOURCE_PATH”属性的设置,此属性设置的是“用户资源存放路径,这些资源包括 library 文件,image 文件等。默认是当前根目录。”比如我的设置为“/library”,则表示是所有的库文件都是在跟木下的library目录下。       查看报错报表文件的xml源代码,发现引入的库路径为“library/ds.rptlibrar...
分类:数据库   时间:2014-10-21 01:04:05    阅读次数:202
android访问链接时候报java.net.MalformedURLException: Protocol not found
============问题描述============ 完整报错是:java.net.MalformedURLException:Protocolnotfound:www.jollyKnows.com/apps/voice/file140922101606.aac我访问的是一个下载链接,正常浏览器...
分类:移动开发   时间:2014-10-20 23:08:39    阅读次数:333
Xcode报unused variable解决办法
RT最后有个路径/Users/zhangjianqiang/Library/Developer/Xcode/DerivedData/ModuleCache/ 进入到这个文件下把2N8K9AX48Y9IS文件夹删除即可;报错原因和为啥报错不知道~但是把这个文件夹删了就No problem!如果谁知道可...
分类:其他好文   时间:2014-10-20 22:37:12    阅读次数:287
vim使用ctags报“E257: cstag: tag not found”解决方案
作者:zhanhailiang 日期:2014-10-20 今天阅读ext/session.c源码时想查到php_session_start函数的定义,报错:“E257: cstag: tag not found”,解决方法: [root@~/wade/codeReview/php-5.3.29/ext/session]# cat ~/.vimrc set tags=tags; set...
分类:系统相关   时间:2014-10-20 21:26:19    阅读次数:3297
Mac 升级10.10 Yosemite系统 brew 报错无法使用解决办法
随着水果公司发布最新系统,想尝鲜的同学们相信早已经装上体验了一把吧,可能个别同学使用brew的时候会报这个错误:/usr/local/bin/brew:/usr/local/Library/brew.rb:/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby:badinterpreter:Nosuchfileordirectory ..
分类:系统相关   时间:2014-10-20 19:37:43    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!