码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
CentOS下使用cmake编译安装mysql
一、下载安装所必需的依赖包1、因为高版本mysql都用cmake安装,所以下载cmakewgethttp://www.cmake.org/files/v3.0/cmake-3.0.1.tar.gztar zxvfcmake-3.0.1.tar.gzcd cmake-3.0.1./configurem...
分类:数据库   时间:2014-08-15 20:56:59    阅读次数:215
python中asynchat异步socket命令/响应处理
该模块基于asyncore简化了异步客户端和服务器,并使其更容易元素处理由任意的字符串结束,或者是可变长度的的协议。它提供了抽象类async_chat,提供collect_incoming_data()和found_terminator()方法。循环和asyncore的一样,有2种信道:asyncore.dispatcher和asynchat.async_c..
分类:编程语言   时间:2014-08-15 18:07:39    阅读次数:242
FSG报表打印报错,log文件显示java.sql.SQLException: No corresponding LOB data found
报错信息: +---------------------------------------------------------------------------+ Plsql 程序的日志信息开始 +---------------------------------------------------------------------------+ +-----------------...
分类:数据库   时间:2014-08-15 12:55:58    阅读次数:511
解决The current branch is not configured for pull No value for key branch.master.merge found in config
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:其他好文   时间:2014-08-15 12:15:58    阅读次数:209
osx and iOS kernel
为每个进程创建page table ,iOS没有Mach API documentation can be found in the osfmk/man directory of the XNU source package.Mach IPC: Ports and Messages
分类:移动开发   时间:2014-08-14 23:12:26    阅读次数:209
FATAL:NO bootable medium found!System halted.
问题描述:致命错误,没有可引导的媒体.系统挂起.以下是在网上查的:1:检查硬盘的类型,ide或sata接口是否在0,0或是在1,0.2:光驱是否选择iso文件.3:iso文件是否损坏4:virtualbox默认是软盘启动,设置成光盘(设置-系统-启动顺序)我今天遇到了这个错误。之前,虚拟机都是可以正...
分类:其他好文   时间:2014-08-14 16:19:28    阅读次数:226
javascript之解决dom中存在的空白节点问题
下面有一段html文档 Introduction to the DOM There are a number of reasons why the DOM is awesome, here are some: It can be found everywhere. It's easy to use. It can...
分类:编程语言   时间:2014-08-14 14:09:48    阅读次数:148
CentOS 64-bit下安装JDK和Tomcat并设置Tomcat开机启动操作步骤
准备文件如下:1.CentOS-6.4-x86_64-bin-DVD1.iso2.jdk-7u67-linux-x64.rpm3.apache-tomcat-7.0.55.tar.gz安装步骤如下:一、安装JDK[root@n1 /]# java -versionbash: java: command not found[root@n1 /]# rpm -ivh /soft/jdk-7u67-li...
分类:其他好文   时间:2014-08-14 14:09:08    阅读次数:254
HDU1010 Tempter of the Bone(小狗是否能逃生----DFS)
Tempter of the Bone Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description The doggie found a bone in an ancient maze, which fascinated him a lot. However,...
分类:其他好文   时间:2014-08-14 14:07:08    阅读次数:168
Qt Linux 使用QJson库
1. 下载 到http://dl.oschina.net/soft/qjson下载库源文件; qjson-0.8.1-1385961227890.zip 解压为:qjson-0.8.12. 编译 cd qjson-0.8.1 mkdir build cd build cmake -DCMA...
分类:Web程序   时间:2014-08-14 13:46:48    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!