摘要:
vi /etc/netplan/01-network-manager-all.yaml # Let NetworkManager manage all devices on this systemnetwork: version: 2 renderer: NetworkManager etherne 阅读全文
摘要:
#include <stdio.h>#include <iostream>#include <vector> struct file_info_t{ unsigned long long ud_tm; unsigned int file_len; std::string file_name;}; u 阅读全文