码迷,mamicode.com
首页 >  
搜索关键字:vmware perl sdk error    ( 54193个结果
【ERROR】bash: vim: command not found的解决办法
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim: command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入 rpm -qa|grep vim ...
分类:其他好文   时间:2014-07-22 23:12:56    阅读次数:993
VmWare Workstation 10 安装 Ubuntu 14.04 问题解决
Ubuntu安装过程很顺利,安装完成后还是有小问题存在问题1:无法联网,PING可以通,网址无法解析原因:默认DNS设置不正确解决:设置DNS地址为8.8.8.8,问题解决问题2:vmware-tools安装失败,无法建立Share Folder原因:vmhgfs 模块编译失败,一堆源码中的类型不兼...
分类:其他好文   时间:2014-07-22 23:12:55    阅读次数:417
2014华为编程比赛-筷子问题
//华为编程:筷子,找到第一个单对的筷子#include #define max 37int main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n); if(n>max) { printf("...
分类:其他好文   时间:2014-07-22 23:12:15    阅读次数:325
数组与指针——参数
引入:#include#includevoidfun(char**q){exit;}voidmain(){char**p,a[6][8];p=a;fun(a);}编译不能通过!ERROR:不能将”char(*)[8]”类型的值分配到”char**”类型的实体。ERROR:”char(*)[8]”类型...
分类:其他好文   时间:2014-07-22 23:11:34    阅读次数:313
KVM与VMware的性能比较
结合网页http://www.linuxidc.com/Linux/2011-01/31755.htm等整理物理环境内存4G ,CPU4个,动态硬盘120GKVM:硬盘测试瞬间读取速度Timing cached reads: 23668 MB in 2.00 seconds = 11858.17 M...
分类:其他好文   时间:2014-07-22 23:10:12    阅读次数:528
perl special charecter
$_$PROCESS_ID$$read a file line by line#!/usr/bin/perluse strict;use warnings;my $dir ="./tmp";open (FH, ") {print "$_";}
分类:其他好文   时间:2014-07-22 23:09:35    阅读次数:293
解决Oracle ORA-12505, TNS:listener does not currently know of SID given in connect(转)
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException: Listener refused the connection with the following error:ORA-12505, TNS:listene...
分类:数据库   时间:2014-07-22 23:09:35    阅读次数:430
一个静态的HTML页面用jquery ajax登录到sharepoint页面
$.ajax({type:"get", url:"http://", data:"name="+userid+"&password="+password,async:true, error:function(request){alert("Connectionerror"); }, success:...
分类:Web程序   时间:2014-07-22 23:06:54    阅读次数:373
zabbix web场景模拟监控配置
一,zabbix2.2.3 VMware Vsphere exsi监控配置步骤,1,添加监控主机2,添加聚集macro;{$PASSWORD} = yoodo.com{$URL} = http://ip/sdk{$USERNAME} = root3,关联监控模板模板用Template Virt VM...
分类:Web程序   时间:2014-05-01 14:31:32    阅读次数:664
Work Schedule
今日工作安排:搭环境安装VMWare View Client、建立连接,访问外部服务器。安装lrzsz 解决上传下载的问题安装apach php 建立WEB环境拷贝代码
分类:其他好文   时间:2014-05-01 14:23:55    阅读次数:410
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!