会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
klouke
博客园
首页
新随笔
联系
订阅
管理
2025年9月4日
找文件
摘要: find -name "文件"
阅读全文
posted @ 2025-09-04 14:10 knock~
阅读(3)
评论(0)
推荐(0)
2025年8月1日
杂事
摘要: 浏览器UA Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.57
阅读全文
posted @ 2025-08-01 16:59 knock~
阅读(4)
评论(0)
推荐(0)
2025年4月30日
linux
摘要: 搜索名字 grep -r --include=*.{c,h} "aaa"
阅读全文
posted @ 2025-04-30 16:51 knock~
阅读(23)
评论(0)
推荐(0)
freertos
摘要: // 创建两个队列 QueueHandle_t xQueue1 = xQueueCreate(10, sizeof(uint32_t)); QueueHandle_t xQueue2 = xQueueCreate(10, sizeof(uint32_t)); // 发送任务 void SendTas
阅读全文
posted @ 2025-04-30 16:12 knock~
阅读(17)
评论(0)
推荐(0)
smaba用户冲突
摘要: net use * /del /y
阅读全文
posted @ 2025-04-30 10:11 knock~
阅读(21)
评论(0)
推荐(0)
2025年4月20日
LVGL记录
摘要: 左划动画 // 动画回调函数:修改对象的 x 坐标 static void set_x_anim(void* obj, int32_t x) { lv_obj_set_x(obj, x); // 设置对象的 x 位置 } void swipe_left_animation(lv_event_t *
阅读全文
posted @ 2025-04-20 19:54 knock~
阅读(206)
评论(0)
推荐(0)
2025年3月27日
笔记
摘要: sudo chown admin:admin myfolder # 将 myfolder 的组改为 "admin" sudo chown -R admin:admin /etc/nginx # 递归修改 /etc/nginx 的组为 "nginx"
阅读全文
posted @ 2025-03-27 16:43 knock~
阅读(21)
评论(0)
推荐(0)
2025年3月20日
强制关闭pve虚拟机
摘要: 1.首先查看需要关闭的虚拟机vmID root@matchpve02:~# qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 10010 Centos01 stopped 1024 6.00 0 10011 Centos02 running 2048
阅读全文
posted @ 2025-03-20 12:28 knock~
阅读(402)
评论(0)
推荐(0)
2024年7月3日
host修改
摘要: ping网址查询 https://ping.chinaz.com/ https://www.ipaddress.com C:\Windows\System32\drivers\etc\hosts
阅读全文
posted @ 2024-07-03 11:39 knock~
阅读(17)
评论(0)
推荐(0)
2024年5月22日
git命令备份
摘要: 创建ssh ls -al ~/.ssh ssh-keygen -t rsa -C '@.com' cat ~/.ssh/id_rsa.pub id_rea是私钥 id_rsa.pub是公钥 免密登录 先安装ssh sudo apt install openssh-server sudo system
阅读全文
posted @ 2024-05-22 09:46 knock~
阅读(68)
评论(0)
推荐(0)
公告