码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
STL学习小结
STL就是Standard Template Library,标准模板库。这可能是一个历史上最令人兴奋的工具的最无聊的术语。从根本上说,STL是一些“容器”的集合,这些“容器”有list, vector,set,map等,STL也是算法和其它一些组件的集合。这里的“容器”和算法的集合指的是世界上非常...
分类:其他好文   时间:2014-07-11 22:30:33    阅读次数:210
iOS错误集合
1.ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture原因:不支持低版本的系统如3.0解决:Deployment Target was 3.0. C...
分类:移动开发   时间:2014-07-11 21:02:11    阅读次数:222
asp.net word ecxel类型文件在线预览
asp.net word ecxel类型文件在线预览首先得引用COM:Microsoft Excel 10 Object LibraryMicrosoft Word 10 Object Library或者是 10以上的类库我现在用的是:资源下载:http://download.csdn.net/de...
分类:Web程序   时间:2014-07-11 20:20:42    阅读次数:388
Linux:su和su-的区别
大部分Linux发行版的默认账户是普通用户,而更改系统文件或者执行某些命令,需要root身份才能进行,这就需要从当前用户切换到root用户。Linux中切换用户的命令是su或su -。 如上图所示,一开始是普通账户,执行userdel时,提示command not found,通过su命令切换到ro...
分类:系统相关   时间:2014-07-11 18:28:53    阅读次数:337
sql 备份还原
先记下来,空了去看看 //开始备份 with adoquery1 do begin close; sql.Clear; sql.Add('Backup database library to disk=:p1 with init'); parameters.ParamByName('p1').Val...
分类:数据库   时间:2014-07-11 12:05:22    阅读次数:252
Eclipse - Failed to load the JNI shared Library (JDK)
When I try openingEclipse, a pop-up dialog states:Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`.Following this, Eclipse force clo...
分类:系统相关   时间:2014-07-11 11:45:13    阅读次数:238
【LeetCode】Search Insert Position (2 solutions)
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:其他好文   时间:2014-07-11 09:09:33    阅读次数:211
Mac OS X 上Lua的安装方法
先在Mac OS的终端查询下本机是否已安装LuaLast login: Thu Jul 10 07:54:48 on ttys000keshans-Mac-mini:~ keshan$ lua-bash: lua: command not found 2. 如果没有(如上)的话去Lua的官方网站下....
分类:其他好文   时间:2014-07-10 15:50:08    阅读次数:173
Linux动态库(.so)搜索路径
主要内容:1、Linux动态库.so搜索路径编译目标代码时指定的动态库搜索路径;环境变量LD_LIBRARY_PATH指定的动态库搜索路径;配置文件/etc/ld.so.conf中指定的动态库搜索路径;默认的动态库搜索路径/lib;默认的动态库搜索路径/usr/lib。2、通过实例验证五种动态库的搜...
分类:系统相关   时间:2014-07-10 14:59:36    阅读次数:286
分享一个嵌入式httpd服务器开发库 - boahttpd library
https://sourceforge.net/projects/boahttpd/     一个C接口的开发库,适用于 windows/linux/或其他嵌入式平台,支持CGI扩展,支持多线程。采用面向对象开发,一个应用里可以同时开多个http server,只要端口不同就互不影响。     目前只写了英文帮助,大家凑合看吧。   boahttpd Library Development...
分类:其他好文   时间:2014-07-09 11:08:59    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!