上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 98 下一页
摘要: 前言全局说明 一、说明 二、获取文件大小 2.1 方法1 文件名:get_file_size_001.c // file name: // get_file_size_001.c // Data: // 2024/06/26 // Link: // https://www.cnblogs.com/w 阅读全文
posted @ 2024-06-26 13:27 悟透 阅读(396) 评论(0) 推荐(0)
摘要: 前言全局说明 c/c++语言函数 stat, fstat, lstat, fstatat - get file status 一、说明 二、函数原型 2.1 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int st 阅读全文
posted @ 2024-06-26 12:51 悟透 阅读(242) 评论(0) 推荐(0)
摘要: 前言全局说明 C语言 open函数说明 一、说明 二、函数原型 2.1 int open(const char *pathname, int flags); int open(const char *pathname, int flags, mode_t mode); 2.2 文件名: 三、使用示例 阅读全文
posted @ 2024-06-26 11:41 悟透 阅读(1120) 评论(0) 推荐(0)
摘要: 前言全局说明 c/c++识别减号参数 -h -c a.json 一、说明 二、参数解析 2.1 识别减号参数 文件名:c_argments.c // file name: // c_argments.c // Data: // 2024/06/26 // Link: // https://www.c 阅读全文
posted @ 2024-06-26 09:58 悟透 阅读(20) 评论(0) 推荐(0)
摘要: 前言全局说明 Python 设置 session 或 cookie 键值 一、说明 在实际使用中 session 和 cookie 里存放键值,是指不同的位置,session 的内容存在内存中, 而 cookie 是一个为 .cookie的文件。 这里只为了演示键值的增加,不用过多关注 sessio 阅读全文
posted @ 2024-06-25 13:10 悟透 阅读(686) 评论(0) 推荐(0)
摘要: 前言全局说明 git config --xx --xxx 参数 【汇总】 一、说明 1.1 默认配置文件路径 Windows C:\Program Files\Git\etc\gitconfig Linux 默认证书路径 /home/${USER}/.gitconfig 注意: .gitconfig 阅读全文
posted @ 2024-06-24 11:05 悟透 阅读(264) 评论(0) 推荐(0)
摘要: 前言全局说明 mumu模拟器 adb shell 登录后执行命令 Inappropriate ioctl for device 一、说明 二、问题 执行任何命令,都提示: Inappropriate ioctl for device 三、解决方法 方法一:执行过sudo 或 su 重新登录 方法二: 阅读全文
posted @ 2024-06-19 12:33 悟透 阅读(1844) 评论(0) 推荐(0)
摘要: 前言全局说明 shell for循环时输出变量和变量值 变量的变量 一、说明 二、打印变量和变量的内容 2.1 方式一 用 ${!test}} 文件名:t1.sh test_1="/home" test_2="/home/11" for p in "test_1" "test_2" do echo 阅读全文
posted @ 2024-06-17 19:05 悟透 阅读(57) 评论(0) 推荐(0)
摘要: 前言全局说明 VMware磁盘扩容 文件系统空间不足,无法执行选择操作 一、说明 二、扩容提示错误,原因 VM磁盘扩容,并不是修改文件中的参数,而是最简单的再复制一份新的,然后把旧的删除。 复制意味着磁盘空间要充足,是现有VM占用空间的一倍空闲空间。假设:VM虚拟磁盘占用50G空间,那么扩容时,至少 阅读全文
posted @ 2024-06-08 20:35 悟透 阅读(3693) 评论(0) 推荐(0)
摘要: 前言全局说明 判断是终端命令行运行,还是双击运行 一、说明 二、文件名:t_echo.bat @echo off :: 功能:判断是终端命令行运行,还是双击运行 :: 来源:https://www.cnblogs.com/wutou/p/18230576 :: Date: 2024/06/04 ec 阅读全文
posted @ 2024-06-04 13:24 悟透 阅读(177) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 98 下一页