码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
在KEIL realview MDK下为单一C文件生成.LIB文件
在KEIL realview MDK下为单一C文件生成.LIB文件 纠结了一天,竟然没有一个网页完整的说清楚的这个问题,莫非太简单了大家不屑于说?看大多数说的都是简单地将整个工程转换成.LIB,在Project->Options for Target->Output下,选择Create Library,就可以了。   不过这样生成的lib文件巨大,我现在编译的工程最后...
分类:其他好文   时间:2014-08-05 09:36:49    阅读次数:245
LeetCode :: Search in Rotated Sorted Array [详细分析]
Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You are given a target value to search. If found in the array retur...
分类:其他好文   时间:2014-08-05 00:48:58    阅读次数:248
STS的启动错误
"Failed to load the JNI shared library jvm.dll”下班回家下载了一个STS,居然打不开,检查环境变量配置没有错误,试了好几次,甚至把jre都拷贝到sts目录都不行,这让我无语得不行,网上查下,有人说版本可能不对,果然检查了一下自己下载的版本,因为点击的是网...
分类:其他好文   时间:2014-08-05 00:01:28    阅读次数:3737
Android support V3 v7 v13的区别
简单翻译:   V4用于1.6到更高的API使用。 V7是2.1到更高的API使用,其中包含ACtionBar。 V13是3.2到更高的API的使用。 原文: v4 Support Library This library is designed to be used with Android 1.6 (API l...
分类:移动开发   时间:2014-08-04 21:36:18    阅读次数:305
.net Framework Class Library(FCL)
from:http://msdn.microsoft.com/en-us/library/ms229335.aspx我们平时在VS.net里引用的那些类库就是从这里来的The .NET Framework class library is a library of classes, interfac...
分类:Web程序   时间:2014-08-04 14:14:27    阅读次数:916
在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.
用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:其他好文   时间:2014-08-04 13:42:47    阅读次数:255
ThinkPHP下实现验证码的调用
产生验证码的类位于ThinkPHP/Extend/Library/ORG/Util/Image.class.php文件中。 验证码函数参数解释: length:验证码的长度,默认为4位数 model:验证字符串的类型,默认为数字,其他支持类型有0 字母 1 数字 2 大...
分类:Web程序   时间:2014-08-04 02:08:26    阅读次数:334
《iOS应用逆向工程》学习笔记(四)iOS程序类型
越狱iOS中最常见的程序有Application, Dynamic Library和Daemon三类。...
分类:移动开发   时间:2014-08-03 23:23:26    阅读次数:307
安装postgreSQL出现configure:error:readline library not found解决方法
要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能。#yum install readline;#yum install readline-dev;readline 也就是命令行编辑,关闭的话,你直接用ps...
分类:数据库   时间:2014-08-03 20:22:15    阅读次数:424
ASP.NET Repeater控件实现简单分页
早上,有看MSDN,看到了PagedDataSource 类http://msdn.microsoft.com/zh-cn/library/system.web.ui.webcontrols.pageddatasource(v=vs.110).aspx想起以前Insus.NET只对Gridview和...
分类:Web程序   时间:2014-08-03 17:49:45    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!