摘要:
1.download stable version via get wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2.Install the downloaded deb chrome s 阅读全文
摘要:
//book.h#pragma once #include <iostream> class book { public: int idx; std::uint64_t id; std::string author; std::string content; std::string comment; 阅读全文