摘要: 用例图详解 类图详解 顺序图详解 协作图详解 状态图详解 活动图详解 构件图详解 部署图详解 UML (流程图)[https://blog.csdn.net/qq_40332045/article/details/104024042] 阅读全文
posted @ 2022-11-02 15:52 starc的miao 阅读(44) 评论(0) 推荐(0)
摘要: 代码-cmake脚本 message("Hello") # cmake -P var.cmake # 设置变量 set(Foo "Foo value") # 设置变量 set(F asd asd asd) set(F2 "asd" "asd" "asd") # 无变化,还是分号隔开 message( 阅读全文
posted @ 2022-11-02 08:31 starc的miao 阅读(68) 评论(0) 推荐(0)
摘要: 第一版代码 /* Linux API:chown function:C 实现chmod函数功能,修改文件权限 */ #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> int main(int argc, char **argv) 阅读全文
posted @ 2022-11-02 00:27 starc的miao 阅读(28) 评论(0) 推荐(0)