码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
Fitnesse系列七
剩下几种都比较简单,放在一起说了。 Import Table——导入表: 引入包路径,和java语言中的import作用是一致的 Comment Table——注释表: 加上注释标记comment,表示此表不需要执行 Library Table——库表: 表示在当前的fixture中找不到方法时,去Library Table所指定的类中查找并执行 Define Tab...
分类:其他好文   时间:2014-09-27 02:23:59    阅读次数:150
第九讲 镜头拉近死机故障
第八讲 程序 debug 会出问题,release 不会出问题在调用geos.dll时出错查看osgearth生成时的cmake目录,会发现GEOS_LIBRARY_DEBUG目录选的是019.Earth/builder/runtime/geos3.3.2/bin/geos_i.lib 选错了 应该...
分类:其他好文   时间:2014-09-26 22:11:08    阅读次数:199
MATLAB编程->MATLAB2014a videoinput读取摄像头
在遇到以下问题时: imaqhwinfo   警告: No Image Acquisition adaptors found. Image acquisition adaptors may be available as downloadable support packages. Open Support   Package Installer to install additio...
分类:其他好文   时间:2014-09-26 20:17:18    阅读次数:172
vb6 枚举对象属性
Option Explicit'引用Library TLI' C:\WINDOWS\system32\TLBINF32.DLL' TypeLib InformationPrivate Sub Form_Load() Dim oTLB As InterfaceInfo, I As Long Set o...
分类:其他好文   时间:2014-09-26 18:19:38    阅读次数:264
Link List
At first, i prepared to go through 《the introduction to algorithm》 ,however , i found some part of the book is difficult to understand; what’s more , ...
分类:其他好文   时间:2014-09-26 18:17:38    阅读次数:249
CentOS 5.8上安装PHP软件提示“configure:error:no acceptable
问题: 在centos5.8上安装PHP软件包时,提示“configure:error:no acceptable cc found in $path”。 原因: 这是缺少GCC编译器造成的,安装即可。 解决办法: 找到gcc的rpm包,安装即可。或者使用yum命令安装: ...
分类:Web程序   时间:2014-09-26 12:58:29    阅读次数:219
MATLAB编程->MATLAB2014a的webcam操作
由于MATLAB2014a安装的是免费版,在用videoinput时便出现问题如下: imaqhwinfo 警告: No Image Acquisition adaptors found. Image acquisition adaptors may be available as downloadable support packages. Open Support Package Insta...
分类:Web程序   时间:2014-09-26 12:39:28    阅读次数:285
Solr4.6删除数据的办法
Solr4.6的管理界面上,假设不配置数据导入的功能,将看不到清除数据的button。我表示非常遗憾,正好我们线上没有配置数据导入的功能。 网上搜到的各种清理solr数据的HTTP请求,拿到我的solr4.6上測试,报service not found。看了这些请求都是在solr4之前的版本号...
分类:其他好文   时间:2014-09-25 21:32:37    阅读次数:225
Leetcode_num12_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 order. You may assume no duplicates in t...
分类:其他好文   时间:2014-09-25 21:12:57    阅读次数:148
log4j2的基本配置和实现
> Log4j 2 contains next-generation Asynchronous Loggers based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous Loggers have 18 times higher throughput and orders of magnitude...
分类:其他好文   时间:2014-09-25 20:59:18    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!