03 2020 档案
摘要:常用的RPM软件命令 常见的Yum命令 systemctl管理服务的启动,重启,停止,重载,查看状态等常用命令 systemctl设置服务的启动,不启动,查看各级别下服务启动状态等常用命令
阅读全文
摘要:```#include #include #include using namespace std;#define MAX 1000//联系人结构体struct Person { string M_name; //姓名 int M_sex; //性别:1男 2女 int M_age; //年龄 string M_phone; //电话 string M_address; //地址}...
阅读全文