kehuadong

2024年7月29日

[十万个为什么] win11恢复win10右键菜单

摘要: 管理员运行命令:reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 重启就恢复win10右键了 reg.exe delete "HKCU\Soft 阅读全文

posted @ 2024-07-29 22:51 kehuadong 阅读(6) 评论(0) 推荐(0) 编辑

[十万个为什么] linux 以 16进制打印串口数据

摘要: stty -F /dev/ttyS0 115200cat /dev/ttyS0 | hexdump -C 阅读全文

posted @ 2024-07-29 16:53 kehuadong 阅读(1) 评论(0) 推荐(0) 编辑

[十万个为什么] [lua] packfield

摘要: local function print_pack_field(s) local cnt = s:byte(5) for i = 1, #s do if i == 1 then io.write(" size: ") elseif i == 5 then io.write("\n cnt: ") e 阅读全文

posted @ 2024-07-29 16:21 kehuadong 阅读(2) 评论(0) 推荐(0) 编辑

导航