码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
(一)MySQL-5.6.20的编译安装
Mysql有通用二进制包安装,源码包编译安装或者利用YUM等包管理工具进行安装等方法。在这里,我们将使用源码包编译安装。一。安装环境Centos6.5内核2.6.32-431.el6.i686mysql-5.6.20二。安装前准备编译安装前需要准备好编译环境,使用源码安装需要CMAKE(http://www.cmake.org),..
分类:数据库   时间:2014-09-23 03:19:44    阅读次数:348
LeetCode Search Insert Position
Given 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 it were inserted in or...
分类:其他好文   时间:2014-09-22 22:48:33    阅读次数:180
log4j:WARN Please initialize the log4j system properly解决办法
log4j:WARN No appenders could be found for logger(org.springframework.context.support.ClassPathXmlApplicationContext).log4j:WARN Please initialize the...
分类:其他好文   时间:2014-09-22 22:09:23    阅读次数:228
ntpdate同步时间时错误: no server suitable for synchronization found
故障现象:ntpdate:noserversuitableforsynchronizationfound解决办法:~]#ntpdate-b-upool.ntp.orgntpdate命令帮助:~]#manntpdateCOMMANDLINEOPTIONS-bForcethetimetobesteppedusingthesettimeofday()systemcall,ratherthanslewed(default)usingtheadjtime()systemcall.Thisop..
分类:其他好文   时间:2014-09-22 20:44:53    阅读次数:237
UVa10474 Where is the Marble ? 有序数组二分找值 lower_bound / upper_bound
题意: 给出n个数,先把各数从小到大排序,然后q次询问xi在数组中的位置,不存在则输出相应信息。 输入样例: 4 1 2 3 5 1 5 5 2 1 3 3 3 1 2 3 0 0 输出样例: CASE# 1: 5 found at 4 CASE# 2: 2 not found 3 found at 3 //=====...
分类:其他好文   时间:2014-09-22 17:22:42    阅读次数:166
ubuntu安装Java jdk环境变量设置
1、官网下载jdk.tar.gz包,解压后就是安装好JDK了2、进入cjh@ubuntu:~/android/jdk1.8.0_11/bin目录下,能看到java等程序输入java -version提示The program 'java' can be found in the following ...
分类:编程语言   时间:2014-09-22 16:50:22    阅读次数:160
linux 下的流量监控软件 nload
下载源码 http://www.roland-riegel.de/nload/ 解压,进入源码目录 $?./configure?--prefix=/usr/local/nload 报错 configure:?error:?ncurses?library?or?development?files?not?found.?ncurses?is?...
分类:系统相关   时间:2014-09-21 18:49:21    阅读次数:326
rlwrap ./configure报错:No termcap nor curses library found
tar -xzvf rlwrap-0.41.tar.gzcd rlwrap-0.41./configureconfigure: WARNING: No termcap nor curses library foundyum install readline-devel./configure&&mak...
分类:其他好文   时间:2014-09-21 16:50:10    阅读次数:204
xcode6更新证书错误:No matching provisioning profiles found 解决方案
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found.  Xcode can resolve this issue by downloading...
分类:其他好文   时间:2014-09-20 19:20:19    阅读次数:226
Collect preferences failed, class java/lang/AutoCloseable not found in D:\Program Files (x86)\Android\android-sdk\platforms\android-19\android.jar
Eclipse中出现这样的问题:Collect preferences failed, class java/lang/AutoCloseable not found in D:\Program Files (x86)\Android\android-sdk\platforms\android-19...
分类:移动开发   时间:2014-09-20 14:03:27    阅读次数:4381
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!