摘要: #include <iostream> #include <vector> #include <memory> class parent; class children; class parent { public: ~parent() { std::cout << "~parent()" << s 阅读全文
posted @ 2022-04-20 15:08 warmhearthhh 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #ssh 登录 ##远程登录服务器 ssh user@hostname ##配置文件 创建文件 ~/.ssh/config #config的文件内容 Host myserver1 HostName IP地址或域名 User 用户名 Host myserver2 HostName IP地址或域名 Us 阅读全文
posted @ 2022-04-20 14:24 warmhearthhh 阅读(48) 评论(0) 推荐(0) 编辑