摘要: test.cpp #include "test.h" void Test::sayHello() { printf("hello, this method is in so.\n"); } test.h #ifndef JOHN_TEST_H #define JOHN_TEST_H #include 阅读全文
posted @ 2023-02-25 12:16 jiftle 阅读(70) 评论(0) 推荐(0)
摘要: 测试版本 deepin 20.9 安装docker-ce sudo apt install docker-ce 普通用户Docker 要在执行 Docker 命令时无需使用 `sudo`,需要将当前用户添加到 `docker` 组。以下是具体步骤: 1. 创建 docker组(如果尚未存在) sud 阅读全文
posted @ 2023-02-25 12:13 jiftle 阅读(113) 评论(0) 推荐(0)