会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小小仓鼠
博客园
首页
新随笔
联系
管理
订阅
2026年2月28日
c/c++中extern有哪些作用
摘要:
阅读全文
posted @ 2026-02-28 10:25 小小仓鼠
阅读(0)
评论(0)
推荐(0)
2026年2月3日
c/c++中回调函数
摘要:
阅读全文
posted @ 2026-02-03 15:52 小小仓鼠
阅读(2)
评论(0)
推荐(0)
打字书法字体
摘要: 书法字体在线转换: https://www.qqxiuzi.cn/zh/shufaziti-yingbi/
阅读全文
posted @ 2026-02-03 12:00 小小仓鼠
阅读(4)
评论(0)
推荐(0)
extern使用举例
摘要: 一、类创建对象 AppConfig.h class AppConfig { /* ... */ public: int getServerAddress(); }; extern AppConfig theConfig; // 声明全局配置对象 AppConfig.cpp #include "App
阅读全文
posted @ 2026-02-03 10:20 小小仓鼠
阅读(2)
评论(0)
推荐(0)
2026年1月27日
windows下将指定路径下docx文件转换pdf
摘要: 使用方法: 一、安装依赖,您需要先安装必要的Python库: 方法1: 使用Microsoft Word(推荐,转换质量最好) # 安装comtypes库 pip install comtypes # 还需要确保系统已安装Microsoft Word 方法2: 使用docx2pdf # 安装docx
阅读全文
posted @ 2026-01-27 17:49 小小仓鼠
阅读(3)
评论(0)
推荐(0)
2026年1月9日
Linux驱动kmod内核模块管理工具使用(lsmod、insmod、rmmod)
摘要:
阅读全文
posted @ 2026-01-09 13:22 小小仓鼠
阅读(3)
评论(0)
推荐(0)
2026年1月7日
设置ssh连接Linux超时时间
摘要: 设置ssh连接Linux超时时间 2、$TMOUT系统环境变量: #vi /etc/profile 在最后一行增加 export TMOUT=6000 (单位秒) 保存并退出 Esc :wq 让配置生效 #source /etc/profile
阅读全文
posted @ 2026-01-07 15:10 小小仓鼠
阅读(5)
评论(0)
推荐(0)
2025年12月24日
shell脚本中[](单括号)条件测试命令
摘要:
阅读全文
posted @ 2025-12-24 09:54 小小仓鼠
阅读(2)
评论(0)
推荐(0)
2025年12月6日
RustDesk安装部署
摘要: 参考文档: 安装部署:https://blog.csdn.net/2509_94082995/article/details/155366183 开放的端口:https://zhuanlan.zhihu.com/p/1912799322636030027 官网:https://github.com/
阅读全文
posted @ 2025-12-06 13:35 小小仓鼠
阅读(15)
评论(0)
推荐(0)
2025年11月19日
windows在当前文件夹生成目录(生成目录)
摘要: 1.在当前目录打开cmd 2.在cmd中运行tree /f >menu.txt 3.查看生成的文件
阅读全文
posted @ 2025-11-19 10:51 小小仓鼠
阅读(28)
评论(0)
推荐(0)
下一页
公告