2019年7月29日

摘要: ``` #include using namespace std; struct Node { int id; int score; struct Node *next; }*list_head; void scan() { int id; Node *list_temp; list_head = NULL; list... 阅读全文
posted @ 2019-07-29 15:35 Kky丶 阅读(198) 评论(0) 推荐(0) 编辑
 
摘要: 总述 1.cat:用于打印文件(cat x filename) 2.chattr:用于改变文件属性 阅读全文
posted @ 2019-07-29 10:57 Kky丶 阅读(165) 评论(0) 推荐(0) 编辑