摘要:
出现问题的地方;加载小部件 装入 QML 文件出错,file:///home//.local/share/plasma/plasmoids/com.github.zren.todolist/contents/ui/main.qml:10:2: Type NoteItem unavailable fi 阅读全文
摘要:
一种解决方法:https://blog.csdn.net/qq_23274715/article/details/104710448 具体方法ubuntu: 1、安装软件包 sudo apt update sudo apt install manpages-zh.使用此命令安装中文manpages库 阅读全文
摘要:
原文:https://www.51cto.com/article/720922.html 1. 背景 长期以来只知道 ELF 是一种广泛使用的文件格式规范,常指动态库、bin等,一直没动力深入研究。出于业务需求,我花了好些天仔细分析 RTOS Bin 的 Section 和 Symbol 。也是趁着 阅读全文
摘要:
hd study objdum -D study readelf -X study X可以是(h, l, S, g, t, e, s)等,前两者差不多,只不过是前者更加真实,后者更加容易理解而已。后面的就可以分块了。 阅读全文
摘要:
address:https://www.opensourceforu.com/2020/02/understanding-elf-the-executable-and-linkable-format/ Whenever we compile any code, the output that we 阅读全文
摘要:
话不多说,直接上代码,为了验证elf的,编了了示例代码study.c 1 #include <stdio.h> 2 3 #define NUMBER_1 1 4 #define NUMBER_2 2 5 6 int main(int argc, char **argv) 7 { 8 int a; 9 阅读全文
摘要:
代码如下program8_6.c: 1 #include <stdio.h> 2 3 int a = 0x55555555; 4 int b = 0x66666666; 5 int c = 0x77777777; 6 int d = 0x88888888; 7 8 int main() 9 { 10 阅读全文
摘要:
使用命令readelf -l /usr/bin/chmod,结果: Elf file type is DYN (Position-Independent Executable file) Entry point 0x41e0 There are 13 program headers, startin 阅读全文
摘要:
1 主要包括如下程序: sudo apt install lolcat aewan cowsay jp2a linuxlogo neoftechfortune pv cmatrix cbonsai 2 fortune:人们喜欢阅读随机的预测或说法,该工具用来缓解无聊的时光。 上边是没有lolcat的 阅读全文
摘要:
ffmpeg -i input.mp4 output.gif 输入文件:input.mp4,不止这种,可以是其他视频文件 输出文件:output.gif 阅读全文
摘要:
plugin=org.kde.plasma_applet_dict https://develop.kde.org/docs/plasma/scripting/keys/ org.kde.plasma_applet_dict General dictionary: (String, default: 阅读全文
摘要:
前提条件就是已经安装了zotero软件。 1 下载zotero的翻译插件,网络可以的童鞋到这里下载,至于怎么才能下载,自己解决吧。 https://github.com/windingwind/zotero-pdf-translate/releases/tag/v1.0.25 2 安装插件,菜单中工 阅读全文
摘要:
我用的播放器是smplayer,快捷键设置如下: 播放列表上一个:Z 播放列表下一个:N 静音 :M 音量增 :. 音量减 :, 播放时间减一分 :X 播放时间增一分 :B 播放速度减半速 :V 播放速度真常 :A 播放列表 :/ 播放全屏 :F 播放/暂停 :空格 播放速度加半速 :C 截屏 :S 阅读全文
摘要:
1 sudo apt remove plasma-dataengines-addons 2 sudo apt autoremove 3 sudo pkcon update 阅读全文
摘要:
修改.bashrc文件即可 #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1='${debian_chroot:+($debia 阅读全文