10 2023 档案

摘要:软件:centOS 7和VMware 17 1、安装centOS 2、查看机器名:hostnamectl 3、修改机器名:hostnamectl set-hostname Controller_1 将机器名修改为Controller_1 4、添加IP地址 首先,查看虚拟机菜单:“编辑” - “虚拟网 阅读全文
posted @ 2023-10-30 21:46 bobo哥 阅读(56) 评论(0) 推荐(0) 编辑
摘要:源程序: #include <stdio.h>#include <iostream>#include <stdlib.h>using namespace std;int main(){ char* p; char a[80]; p = a; int i = 0; while((*p=getchar( 阅读全文
posted @ 2023-10-20 15:20 bobo哥 阅读(29) 评论(0) 推荐(0) 编辑