摘要: gitlab设置子群组成员可以访问父群组 阅读全文
posted @ 2026-07-15 09:49 小小仓鼠 阅读(5) 评论(0) 推荐(0)
摘要: 参考文档: https://www.cnblogs.com/dawning1109/p/19058302 按照如下方法执行关闭操作: win+r —— 输入gpedit.msc 打开本地组策略编辑器 —— 用户配置 —— 管理模块 —— Windows 组件 —— 文件资源管理器 —— Explor 阅读全文
posted @ 2026-07-01 09:53 小小仓鼠 阅读(20) 评论(0) 推荐(0)
摘要: c++类对象作为成员 #include <iostream> #include <string> using namespace std; class A { public: int age; string name; public: A(int a, string b); ~A(); }; A:: 阅读全文
posted @ 2026-06-27 13:38 小小仓鼠 阅读(5) 评论(0) 推荐(0)
摘要: 系统调用——open、write、read和close https://www.coonote.com/c-note/open-write-read-close.html 阅读全文
posted @ 2026-06-26 15:02 小小仓鼠 阅读(3) 评论(0) 推荐(0)
摘要: IMAX6ull: 1、单独烧写uboot,主要是替换两个地方的.imx文件 二、从uboot中通过命令启动Linux内核 tftp 命令的作用和 nfs 命令一样,都是用于通过网络下载东西到 DRAM 中,只是 tftp 命令使用的 TFTP 协议,Ubuntu 主机作为 TFTP 服务器。 三、 阅读全文
posted @ 2026-06-24 20:07 小小仓鼠 阅读(8) 评论(0) 推荐(0)
摘要: .vscode核心配置 阅读全文
posted @ 2026-06-23 18:08 小小仓鼠 阅读(6) 评论(0) 推荐(0)
摘要: IMAX6ull学习毕业: https://chat.deepseek.com/share/k7h7ccz3uirowj4uvg 全志设备数路径: arch/arm64/boot/dts/allwinner/sunxi-xxx.dtsi kernel/arch/arm64/boot/dts/allw 阅读全文
posted @ 2026-06-23 11:12 小小仓鼠 阅读(7) 评论(0) 推荐(0)
摘要: stm32: 四个输入: 阅读全文
posted @ 2026-06-18 13:58 小小仓鼠 阅读(9) 评论(0) 推荐(0)
摘要: Linux 下文件读写 open: #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int open(const char *pathname, int flags); int open(const char *path 阅读全文
posted @ 2026-05-29 09:48 小小仓鼠 阅读(9) 评论(0) 推荐(0)
摘要: Mermaid格式在线转换: https://mermaid-live.nodejs.cn/edit 阅读全文
posted @ 2026-05-19 16:19 小小仓鼠 阅读(38) 评论(0) 推荐(0)