码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
荐 android 如何打包自定义控件(转)
荐 android 如何打包自定义控件(转)目录[-]方式一:将项目打包成jar包方式二:项目作为一个library 设计自定义的控件对android开发人员来说,是家常便饭了,但是多次做项目的经验证明了一个道理,自定义的控件,可以在其他项目中,多次使用,所以接下来我们来介绍2种常用的打包方式,并....
分类:移动开发   时间:2014-09-20 01:03:06    阅读次数:308
debian(wheezy) chrome beta 38.0.2x.xxx Shockwave Flash was crashed 崩溃的解决办法.
这个版本的chrome beta升级到38.0.2x.xxx的时候, flash就挂了. 调试下 ./libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./libpepflashplayer.so) linux-vdso.so.1...
分类:其他好文   时间:2014-09-19 22:33:16    阅读次数:243
Python property,属性
参考资料 http://www.ibm.com/developerworks/library/os-pythondescriptors/        顾名思义,property用于生成一个属性,通过操作这个属性,可以映射为对某些函数的操作,类似于C#。    形式为 pvar = propery(get_func, set_func, del_fun, doc_func)...
分类:编程语言   时间:2014-09-19 21:14:16    阅读次数:362
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/apple/Library/Developer
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/apple/Library/Developer/Xcode/DerivedData/ModuleCache/1380X6D9Q9RXZ/Darwin.pcm": module file not found' 解决办法...
分类:移动开发   时间:2014-09-19 19:24:35    阅读次数:340
cmake笔记0919
根据当前项目的情况,将build部分分为library和binary。编译的中间文件放在library和binary目录,结果放在lib和bin目录。首先,在根目录下建立CMakeLists.txt,将各lib和bin作为subdir加入。其次,建立个subdir的CMakeLists.txt。很幸...
分类:其他好文   时间:2014-09-19 18:54:15    阅读次数:257
linux下链接时缺少动态链接库
1, 用ln将需要的so文件链接到/usr/lib或者/lib这两个默认的目录下边ln-s/where/you/install/lib/*.so/usr/libsudoldconfig2,修改LD_LIBRARY_PATHexportLD_LIBRARY_PATH=/where/you/instal...
分类:系统相关   时间:2014-09-19 11:44:55    阅读次数:214
Errors while uninstall the reporting extensions
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr...
分类:其他好文   时间:2014-09-19 11:44:45    阅读次数:201
sqlite3 出错
错误如下:Undefinedsymbolsforarchitecturei386:"_sqlite3_close",referencedfrom:-[DatabaseOperationcloseDatabase]inDatabaseOperation.o"_sqlite3_exec",referencedfrom:-[DatabaseOperationcreateTable:]inDatabaseOperation.o-[DatabaseOperationInsertTable:]inDatabase..
分类:数据库   时间:2014-09-19 02:21:25    阅读次数:226
C++ string
stringshttp://msdn.microsoft.com/en-us/library/ms174288.aspxExampleUTF16 to UTF8 to UTF16 simple CString based conversionhttp://www.codeproject.com/Ar...
分类:编程语言   时间:2014-09-18 22:16:04    阅读次数:177
Common/Model/PDO not found
namespace?Common/Model; .... class?....?{ ????$pdo?=?new?PDO(...); ... } 提示not found 原因便是开头使用了namespace,导致下面的PDO,被理解为Common/Model/PDO了,只需在第二行加上 use?PDO; 问...
分类:其他好文   时间:2014-09-18 20:49:04    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!