1、编译进内核的模块 如果需要将一个模块配置进内核,需要在makefile中进行配置: obj-y += foo.o 2、编译可加载的模块 所有在配置文件中标记为-m的模块将被编译成可加载模块.ko文件。 如果需要将一个模块配置为可加载模块,需要在makefile中进行配置: obj-m += fo ...
分类:
系统相关 时间:
2020-07-22 11:35:13
阅读次数:
85
Traceback (most recent call last): File "manage.py", line 22, in <module> execute_from_command_line(sys.argv) File "D:\python_learn\meiduo_project\env ...
分类:
数据库 时间:
2020-07-22 11:10:04
阅读次数:
117
block design 在进行验证时出现一下报错 [BD 5-336] This command cannot be run, as the BD-design is locked. Locked reason(s):* BD design contains locked IPs. Please ...
分类:
其他好文 时间:
2020-07-21 14:06:34
阅读次数:
127
转自:https://blog.csdn.net/andyshrk/article/details/50864323 如何向Linux 内核提交补丁 对于对Linux kernel有兴趣的开发者来说,很多人都希望自己的代码能够出现在Linux kernel的官方代码中。 一般情况下 ,我们把Linu ...
分类:
系统相关 时间:
2020-07-21 13:41:56
阅读次数:
82
html5 有哪些新特性? 语义化标签(header,nav,footer,figure>figcaption,aside,article,section,) 音视频标签(audio video) 智能表单(url,emaile,number,date...) 表单属性(max,min,placeh ...
分类:
Web程序 时间:
2020-07-21 11:42:16
阅读次数:
97
diffstat命令 diffstat命令根据diff的比较结果,统计各文件的插入、删除、修改等差异计量。 语法 diffstat [options] [files] 参数 -c: 输出的每一行都以#作为前缀,使其成为Shell脚本的注释行。 -C: 添加SGR颜色转义序列以突出显示直方图。 -e: ...
分类:
其他好文 时间:
2020-07-21 01:28:12
阅读次数:
86
转发:https://www.cnblogs.com/therunningfish/p/6106553.html 命令行报bash:.....:command not found的解决办法(几乎所有命令) 命令行输入命令执行后报“bash:....:command not found”这是由于系统P ...
分类:
其他好文 时间:
2020-07-21 00:56:18
阅读次数:
107
最近性能测试的时候想要查看一下dubbo线程池的使用情况,百度了好久才找到相关资料,连接如下: http://alibaba.github.io/dubbo-doc-static/Telnet+Command+Reference-zh-showComments=true&showCommentAre ...
分类:
编程语言 时间:
2020-07-20 15:32:48
阅读次数:
169
python-nmap使用及案例 nmap概念及功能 概念 NMap,也就是Network Mapper,最早是Linux下的网络扫描和嗅探工具包。 nmap是一个网络连接端扫描软件,用来扫描网上电脑开放的网络连接端。确定哪些服务运行在哪些连接端,并且推断计算机运行哪个操作系统(这是亦称 finge ...
分类:
编程语言 时间:
2020-07-19 23:56:40
阅读次数:
104
部署etcd错误总结 1、conflicting environment variable "ETCD_NAME" is shadowed by corresponding command-line flag (either unset environment variable or disable ...
分类:
其他好文 时间:
2020-07-19 23:33:44
阅读次数:
466