10 2021 档案
摘要:一、基本步骤: 1.VMware Workstation菜单栏中,选择“虚拟机”,”安装VMware Tools...“。2.挂载VMware Tools安装程序到/mnt/cdrom/。mkdir /mnt/cdromm ount /dev/cdrom /mnt/cdrom看到...mountin
阅读全文
摘要:VMware当中的RedHat下面mnt里面没有hgfs解决办法 1,安装vmware tools2,安装后,在usr/bin下就会出现vmware-config-tools.pl,用管理员账户登录运行这个文件,然后就出现了。
阅读全文
摘要:ubuntu方法一 用root权限输入下面命令:#mount -t vmhgfs .host:/ /mnt/hgfs Error: cannot mount filesystem: Input/output error如果出现上行错误,解决办法是,首先将虚拟机中的linux操作系统“挂起”,然后再“
阅读全文
摘要:https://blog.csdn.net/marwenx/article/details/107118715
阅读全文
摘要:0x1234 // 大端模式 0x1234 8421 8421|8421 8421| 0001 0010 0011 0100 1 2 3 4 // 小端模式 0x3412 8421 8421|8421 8421| 0011 0100 0001 0010 3 4 1 2 大端模式:高位对应低地址,低位
阅读全文