上一页 1 ··· 373 374 375 376 377 378 379 380 381 ··· 407 下一页
摘要: 虚拟机软件: vmware workstation虚拟机 iso镜像:debian-10.7.0-amd64-DVD-1 提前创建安装目录:D:\linux\debian_pc_1 1、打开vmware workstation虚拟机,点击创建新的虚拟机 2、 3、 4、 5、 6、 7、 8、 9、 阅读全文
posted @ 2020-12-30 01:52 小鲨鱼2018 阅读(8869) 评论(0) 推荐(2)
摘要: 虚拟机软件:vmware workstation ubantu系统镜像: 官网 https://ubuntu.com/download/desktop 提前在d盘创建一个安装目录D:\linux\Ubuntu_pc_1 1、打开vmware虚拟机,点击创建新的虚拟机 2、 3、 4、 5、 6、 7 阅读全文
posted @ 2020-12-29 17:48 小鲨鱼2018 阅读(13381) 评论(2) 推荐(5)
摘要: 问题: centos7 虚拟机,网络模式为桥接,ip:192.168.3.25 物理机,win 10 , ip: 192.168.3.4 1、物理机ping 虚拟机,可以ping通 C:\Users\75377>ping 192.168.3.25 正在 Ping 192.168.3.25 具有 32 阅读全文
posted @ 2020-12-29 01:20 小鲨鱼2018 阅读(1952) 评论(0) 推荐(2)
摘要: 软件准备: 虚拟机软件: VMware Workstation(直接下载安装即可) centos镜像:https://www.centos.org/(下载镜像) 提前建立一个安装目录(比如/D/linux/centos) 1、打开vmware workstation软件,出现如下页面 2、点击创建新 阅读全文
posted @ 2020-12-28 23:12 小鲨鱼2018 阅读(1126) 评论(0) 推荐(0)
摘要: 镜像: linux centos7.9 软件:vmware 安装过程:基本一路默认 问题:安装成功后,只有命令行,没有图形界面 解决办法如下: 1、安装参数 2、出现问题界面,安装之后,没有图形界面,只能输入命令行 3、解决办法 检测yum是否可以使用,执行 yum list | tail, 如下图 阅读全文
posted @ 2020-12-28 19:46 小鲨鱼2018 阅读(15576) 评论(6) 推荐(3)
摘要: 1、 #include <stdio.h> int main(void) { int i; puts("please input a month."); printf("month i: "); scanf("%d",&i); if (i >= 3 && i <= 5) { printf("%d i 阅读全文
posted @ 2020-12-27 23:49 小鲨鱼2018 阅读(94) 评论(0) 推荐(0)
摘要: 1、最大值 #include <stdio.h> int main(void) { int a,b,c,d,m; puts("please input four integers."); printf("a = "); scanf("%d", &a); printf("b = "); scanf(" 阅读全文
posted @ 2020-12-27 20:07 小鲨鱼2018 阅读(2462) 评论(0) 推荐(0)
摘要: 1、 #include <stdio.h> int main(void) { int i,j; puts("please input two integers."); printf("i: "); scanf("%d",&i); printf("j: "); scanf("%d",&j); prin 阅读全文
posted @ 2020-12-27 19:12 小鲨鱼2018 阅读(8136) 评论(0) 推荐(0)
摘要: 1、最大值 #include <stdio.h> int main(void) { int a,b,c,d,m; puts("please input four integers."); printf("a = "); scanf("%d", &a); printf("b = "); scanf(" 阅读全文
posted @ 2020-12-27 18:06 小鲨鱼2018 阅读(5341) 评论(0) 推荐(0)
摘要: 1、 #include <stdio.h> int main(void) { int i,j; puts("please input two integers: "); printf("i: "); scanf("%d",&i); printf("j: "); scanf("%d",&j); if 阅读全文
posted @ 2020-12-27 17:29 小鲨鱼2018 阅读(1969) 评论(0) 推荐(0)
上一页 1 ··· 373 374 375 376 377 378 379 380 381 ··· 407 下一页