码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
Getting started with new I/O (NIO)--reference
Before you startAbout this tutorialThe new input/output (NIO) library was introduced with JDK 1.4. Picking up where original I/O leaves off, NIO provi...
分类:其他好文   时间:2014-08-02 09:55:53    阅读次数:322
安装emacs出现到依赖问题及解决方案
ubuntu软件中心emacs的版本是23,自己在网上下了最新版24.3,通过编译安装到时候遇到来很多依赖问题,下面将这些问题整理了出来: 1.执行./configure命令出现如下错误: configure: error: You seem to be running X, but no X development libraries were found.  You should i...
分类:其他好文   时间:2014-08-02 01:55:52    阅读次数:304
Eclipse中添加Android系统jar包
Eclipse中添加Android系统jar包          这样做的好处是,可以使用Eclipse开发系统应用了,这样可以调用系统中才使用的API. 1.首先在项目中右击->属性。如图所示依次操作   2.添加User Library   3.第一次要新建User Library名字   注:一定要勾选上System library(addedto the boot clas...
分类:移动开发   时间:2014-08-01 23:15:12    阅读次数:338
ThinkPHP 3.2.2 重写BUG ,修正方法
TP3.2.x问题真多,官网根本就不维护了,很多时候TP官网都根本无法下载TP。 一个很严重的BUG,网址重写无法支持原因ThinkPHP本来就根本执行顺序全错! 解决方法: 文件: #D:\PC\zbphp.com\ThinkPHP\Library\Think\Dispatcher.class.php 代码:(替换成下面的即可 by default7#zbphp.c...
分类:Web程序   时间:2014-08-01 20:00:02    阅读次数:246
七夕特供,女生最爱听的五句情话
Gentlemen, how many times you’ve found yourself with the right girl, wrapped in one another’s arms to create the right moment but have been lost for w...
分类:其他好文   时间:2014-08-01 18:31:52    阅读次数:248
Windows Server上iSCSI的Best Practices
Installing and Configuring Microsoft iSCSI Initiator http://technet.microsoft.com/en-us/library/ee338480(v=WS.10).aspx
分类:Windows程序   时间:2014-08-01 15:52:01    阅读次数:267
delphi 去掉TreeView水平滚动条
使用API函数:声明 FUNCTION ulong ShowScrollBar(ulong hwnd,ulong wBar,ulong bShow) LIBRARY "user32.dll"调用constant long SB_HORZ = 0constant long SB_VERT = 1con...
分类:其他好文   时间:2014-08-01 12:55:51    阅读次数:161
SQL Server’s Storage Top 10 Best Practices
好文章, 简明扼要. Storage Top 10 Best Practices http://technet.microsoft.com/en-us/library/cc966534.aspx
分类:数据库   时间:2014-08-01 12:54:31    阅读次数:242
logback debug 日志没有信息
可能是项目绑定的日志不是logback的jar包,而是其他包,具体可查看tomcat启动日志log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).log4j:...
分类:其他好文   时间:2014-08-01 12:50:31    阅读次数:263
Unable to execute dex: Multiple dex files define 的解决方法
我们在引入library时可能会出现这个错误比如:[2013-11-05 14:22:15 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/mobile/appstore/listjar/sdk/R$anim;[...
分类:其他好文   时间:2014-08-01 04:38:01    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!