上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页
摘要: 1 先下载中文版 WPS for Linux https://www.wps.cn/product/wpslinux 安装完后将/opt/kingsoft/wps-office/office6/mui/目录下的zh_CN 备份 或者直接解压deb文件提取 (date.tar.xz /./opt/ki 阅读全文
posted @ 2021-04-24 22:23 sinferwu 阅读(2946) 评论(0) 推荐(0)
摘要: 以uBlock Origin (谷歌浏览器插件)为例,打开相应扩展的配置选项,选择规则列表 -> 自定义 输入这条规则:https://gitee.com/xinggsf/Adblock-Rule/raw/master/rule.txthttps://gitee.com/xinggsf/Adbloc 阅读全文
posted @ 2021-04-24 15:45 sinferwu 阅读(592) 评论(0) 推荐(0)
摘要: https://qv2ray.net/getting-started/ https://www.hm1006.cn/archives/qv2ray 第一步 https://github.com/Qv2ray/Qv2ray/releases https://github.com/Qv2ray/Qv2r 阅读全文
posted @ 2021-04-24 13:51 sinferwu 阅读(6) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/81fbfb9cde8f sudo dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ 阅读全文
posted @ 2021-04-24 10:17 sinferwu 阅读(161) 评论(0) 推荐(0)
摘要: https://ffmpeg.org/ffmpeg-filters.html#extractplanes ffmpeg -pix_fmt nv12 -s 1920x1080 -i input.yuv -vf scale=1280x720 -c:v rawvideo -pix_fmt nv12 -y 阅读全文
posted @ 2021-04-11 18:08 sinferwu 阅读(130) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zhangjs0322/article/details/10152279 layout:用于分割窗口,可以一边查看代码,一边测试。主要有以下几种用法:layout src:显示源代码窗口layout asm:显示汇编窗口layout regs:显示源代码/ 阅读全文
posted @ 2021-03-27 14:42 sinferwu 阅读(870) 评论(0) 推荐(0)
摘要: Display the contents of the symbol table(s) objdump --syms -F elf_file > elf_file.symbol objdump -h -S elf_file > elf_file.header $(LD) $(CODE_LDFLAGS 阅读全文
posted @ 2021-03-24 11:22 sinferwu 阅读(59) 评论(0) 推荐(0)
摘要: Trace semihosting itm segger-rtt https://github.com/pokitoz/qemu-lm3s6965evb https://github.com/pokitoz/qemu-lm3s6965evb/blob/master/start.c https://g 阅读全文
posted @ 2021-03-22 13:51 sinferwu 阅读(161) 评论(0) 推荐(0)
摘要: 必须开启debug模式 -g readelf --string-dump=.debug_str YOUR_PROGRAM | sed -n '/\/\|\.c/{s/.*\] //p}' readelf --syms YOUR-PROGGRAM |tee /tmp/log vim /tmp/log 阅读全文
posted @ 2021-03-22 10:18 sinferwu 阅读(161) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/RNG_uzi_/article/details/96736432 其他方法如 Processing SerialChart http://www.starlino.com/serialchart https://github.com/starlino/s 阅读全文
posted @ 2020-12-17 14:47 sinferwu 阅读(8632) 评论(0) 推荐(1)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 27 下一页