码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
centos启动错误:Inodes that were part of a corrupted orphan linked list found.
centos启动时,提示错误: 1 /dev/mapper/VolGroup-lv_root contains a file system with errors,check forced. 2 /dev/mapper/VolGroup-lv_root: 3 Inodes that were par...
分类:其他好文   时间:2014-07-31 23:29:00    阅读次数:3182
crtmpserver 基本调通
目的:搭建crtmpserver 推rtmp流和播放,测试服务器性能安装和配置的过程中,遇到几个问题,记录一下。 安装crtmpserver过程: 1 yum -y install cmake openssl openssl-devel gcc gcc-c++ make svn 2 ser...
分类:其他好文   时间:2014-07-31 19:50:27    阅读次数:274
事件驱动编程——《Unix/Linux编程实践教程》读书笔记(第7章)
1、curses库 /* 基本curses函数 */ initscr(); // 初始化curses库和tty endwin(); // 关闭curses并重置tty refresh(); // 使屏幕按照你的意图显示 move(r, c); // 移...
分类:系统相关   时间:2014-07-31 17:28:31    阅读次数:369
Win7 IIS7 HTTP 错误 404.2 - Not Found解决方法 ISAPI CGI
Win7 +IIS 刚配置的网站,输入网址后报以下错误:应用程序“PFIZERQUERY”中的服务器错误Internet Information Services 7.5错误摘要HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提...
分类:Windows程序   时间:2014-07-31 16:22:56    阅读次数:1093
08-0. 查找整数(10)
本题要求从输入的N个整数中查找给定的X。如果找到,输出X的位置(从0开始数);如果没有找到,输出“Not Found”。输入格式:输入在第1行中给出2个正整数N( 2 3 int main() 4 { 5 int n, x; //输入n个数,找x ...
分类:其他好文   时间:2014-07-31 15:55:56    阅读次数:155
eclipse:log4j:WARN No appenders could be found for logger
在src下面新建file名为log4j.properties内容如下: # Configure logging for testing: optionally with log file log4j.rootLogger=WARN, stdout # log4j.rootLogger=WARN, stdout, logfile log4j.appender.stdout=org.apa...
分类:移动开发   时间:2014-07-31 13:33:46    阅读次数:197
使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corr
使用不同版本的XCode出现的问题: fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm": file not found' note:...
分类:其他好文   时间:2014-07-31 13:29:06    阅读次数:161
centos下的pil怎么如此折腾
pip install pil 没有pip install PIL 没有只能源码安装,下载tar.gz到本地解压 python setup.py install,看来没啥问题可是代码一执行,提示encoder jpeg not found好吧,继续装 yum install libjpeg-deve...
分类:其他好文   时间:2014-07-31 13:10:46    阅读次数:212
rsync单向同步
系统版本:Centos X64 6.4(最小化安装)先安装依赖包1 [root@localhost ~]# yum install vim wget lsof gcc make cmake makeconf autoconf automake openssh -yView Code开始下载安装1 [...
分类:其他好文   时间:2014-07-31 02:50:45    阅读次数:450
【maven】mvn clean install出现 tools.jar not found
问题描述: ????当我们在用eclipse和m2eclipse时 ,JAVA_HOME,CLASSPATH和MAVEN_HOME都配置好了,运行mvc clean install出现找不到 ?tools.jar。 问题分析: ????是找不到tools.jar,而tools.jar一般是在...
分类:其他好文   时间:2014-07-31 00:12:25    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!