代码片段
bantinghy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
获取linux的IP地址
【代码】获取linux的IP地址。原创 2025-12-09 14:55:26 · 192 阅读 · 0 评论 -
判断目录是否为挂载点
【代码】判断目录是否为挂载点。原创 2025-08-21 18:05:32 · 173 阅读 · 0 评论 -
Linux进程单例模式运行
【代码】Linux进程单例模式运行。原创 2025-06-30 16:07:03 · 241 阅读 · 0 评论 -
分隔字符串函数
【代码】分隔字符串函数。原创 2024-09-02 10:04:13 · 277 阅读 · 0 评论 -
扫描linux系统下串口设备
【代码】扫描linux系统下串口设备。原创 2024-08-15 10:18:08 · 247 阅读 · 0 评论 -
md5校验
md5校验xcrypto.h#ifndef XCRYTO__H_H#define XCRYTO__H_H#include <stdio.h>#include <stdlib.h>#include <string.h>#include <string>#define F1(x, y, z) (z ^ (x & (y ^ z)))#define F2(x, y, z) F1(z, x, y)#define F3(x, y, z原创 2024-08-14 16:27:46 · 280 阅读 · 0 评论 -
获取程序当前执行绝对路径
【代码】获取程序当前执行绝对路径。原创 2024-07-31 14:15:38 · 264 阅读 · 0 评论 -
设置软件版本信息
【代码】设置软件版本信息。原创 2024-07-03 13:48:07 · 251 阅读 · 0 评论
分享