码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
vmware workstation导出ovf
ovf tool路径/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool上面红色的部分,需要右键点击应用程序中的VMware Fusion.app,选择“显示包内容”才能看到vmx转换ovf命令./ovftool /User...
分类:其他好文   时间:2014-08-14 20:09:29    阅读次数:321
C# 在winform或者wpf中显示控制台窗口
这儿需要使用两个系统函数:BOOL WINAPI FreeConsole(void); //// 关闭控制台窗口,参考:http://msdn.microsoft.com/en-us/library/ms683150%28VS.85%29.aspxBOOL WINAPI AllocConsole(v...
分类:Windows程序   时间:2014-08-14 19:39:39    阅读次数:431
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
CI 结合Bootstrap 分页
#显示列表 public function index(){ //载入分页类 $this->load->library('pagination'); //每页显示的条数 $perPage=11; /****配置分页**...
分类:其他好文   时间:2014-08-14 13:53:58    阅读次数:257
Scala并发编程
1、Async library ? ? ?SIP-14 Futures and Promises ? ? ?http://docs.scala-lang.org/sips/completed/futures-promises.html ? ? ?http://en.wikipedia.org/wiki/Futures_and_promises 2、Akka ? ? ...
分类:其他好文   时间:2014-08-14 11:06:58    阅读次数:200
android修改布局后遇到 Incorrect line ending: found carriage return (\r) without corresponding newline (\n) 错误
遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目。clean之后就不会报错了。如图:Clean will discard all build problems and built states。The projects will be rebuilt f...
分类:移动开发   时间:2014-08-14 10:28:58    阅读次数:374
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-08-14 10:27:38    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!