码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
yum install 时遇到 HTTP 404 page not found错误
前天在编译软件时,需要 libtool 包,运行 sudo yum install libtool 总是提示HTTP 404 page?not found,开始以为是网络出问题了,因为最近几个月网络抽风似乎是正常现象 。 后来查了一下资料,才知道是本地缓存...
分类:其他好文   时间:2014-07-22 09:06:07    阅读次数:198
Ubuntu 12.04下安装OpenCV 2.4.5总结
系统配置:Ubuntu 12.04 安装步骤: 1.官网下载OpenCV2.4.5? http://opencv.org/ 解压到home/用户名/opencv2.4.5 2.安装cmake $sudo apt-get install cmake 3.编译opencv (1)在刚才opencv的解压目录下新建build...
分类:其他好文   时间:2014-07-22 09:00:07    阅读次数:205
CentOS 7 下 ifconfig command not found 解决办法
今天尝鲜用VMWare安装了CentOS7,选择了最小安装包模式,安装完毕之后想查看一下本机的ip地址,发现报错 #?ifcon -bash:?ifconfig:?command?not?found 谷歌了一下,整理了一下解决思路 ?查看ifconfig命令是...
分类:其他好文   时间:2014-07-22 08:16:37    阅读次数:205
Search Insert Position leetcode java
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-07-22 00:39:35    阅读次数:263
Win7 公布网站 HTTP 错误 404.4 - Not Found
??NET IIS7.5 创建网站时,假设发现下面错误,而且 默认网站訪问没有问题的话,能够尝试,进入 处理程序映射 右键恢复为父级,有可能会有意想不到的 惊喜。我的问题就是这样解决的。出现这样的问题的关键:是你的网站没有能够处理的扩展。如:*.asp, *.html, *.aspx等等错误摘要 H...
分类:Windows程序   时间:2014-07-22 00:17:33    阅读次数:798
django错误-NoReverseMatch at /admin/
错误提示:NoReverseMatch at /admin/ Reverse for 'logout' with arguments '()' and keyword arguments '{}' not found.解决方式:将urls.py中(r'^admin/$', include(admin...
分类:其他好文   时间:2014-07-22 00:12:33    阅读次数:549
cmake学习笔记
CMake是干嘛的,我不详说。我只知道,我写一个程序要将多个文件组织起来并编译。从头写一个MakeFile太麻烦。CMake配置文件比MakeFile要简单很多。 从原理上讲,CMake只是在帮助我们自动生成MakeFile而己。我们编译...
分类:其他好文   时间:2014-07-21 10:29:31    阅读次数:286
处理IIS报“由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面”
“由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面” 详细错误:HTTP 错误 404.2 - Not Found. 由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面.操作环境:window7+IIS7.5解决方法点击IIS...
分类:Windows程序   时间:2014-07-21 00:25:02    阅读次数:369
HDU 2844 Coins
Problem Description Whuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some coins. He decided to buy a very nice watch in...
分类:其他好文   时间:2014-07-20 23:01:28    阅读次数:271
Android开发-- 使用ADT23 的一些问题
在使用最新版ADT 23进行android学习时发现一些问题:1.通过设置intent的action来启动另外一个activity时,会出现No Activity found to handle Intent这个错误仔细查看了源码发现代码错误,思索许久并未找出错误。当查看到工程的build path...
分类:移动开发   时间:2014-07-20 21:29:35    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!