$ uname -r 4.4.131-20200710.kylin.x86-generic test1/hello$ cat Makefile obj-m :=hello.o...
![240](https://cdn2.jianshu.io/assets/default_avatar/10-e691107df16746d4a9f3fe9496fd1848.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
$ uname -r 4.4.131-20200710.kylin.x86-generic test1/hello$ cat Makefile obj-m :=hello.o...
#insmod hello.ko #dmesg 查看发现 [32389.199099] hello: module verification failed: signatur...
# apt-get install chromium-browser
dpkg -l package 查看package状况 是否安装等 dpkg -L package查看package安装到什么地方,列出目录和文件 dpkg -s packa...
apt-get install automake libtool libtool-bin AC_PROG_LIBTOOL要安装libtool 'config.h.in' no...
创建目录/opt/xcb-apt-repos/xcbdebian/ 将deb包拷贝到 xcbdebian/ cd /opt/xcb-apt-repos/xcbdebian/ ...
# systemctl start acpid.service Failed to start acpid.service: Unit acpid.socket not fo...
CentOS6 : 1 下载wget http://nginx.org/download/nginx-1.11.6.tar.gz 2 编译 cd /usr/local/ngi...
打开apache下conf/server.xml 找到 <Host name="localhost" appBase="webapps" unpackWARs=...
linux 下有动态库和静态库,动态库以.so为扩展名,静态库以.a为扩展名。二者都使用广泛。本文主要讲动态库方面知识。 基本上每一个linux 程序都至少会有一个动态库,查...
在VS中配置相应的库文件: 全局配置: 1,“工具”——>“选项”——>“项目和解决方案”——>“VC++目录” 在下拉菜单的“包含文件”,“引用文件”,“源文件” 中添...
del /a /f /s /q * *为通配符 /a /f 是强制删除所有属性的文件 /q是无需确认直接删除 要是再加上/s开关,就可以删除子文件加中的文件 F:\VRVPR...
1.打开7z官网https://sparanoid.com/lab/7z/ 2.下载安装包 3.安装 4.打开安装目录:C:\Program Files\7-Zip 5.复制...
#include ssize_t readlink(const char *path, char *buf, size_t bufsiz); 函数说明:readlink()会...
Procmon是微软出品用于监视Windows系统里程序的运行情况,监视内容包括该程序对注册表的读写、对文件的读写、网络的连接、进程和线程的调用情况。 前5个常用按钮作用分别...
https://www.runoob.com/sqlite/sqlite-intro.html
statfs函数说明 函数: statfs 功能描述: 查询文件系统相关的信息。 用法: #include /* 或者 */ int statfs(const char...