码迷,mamicode.com
首页 >  
搜索关键字:kernel modules    ( 9116个结果
Linux的常用IO模型
内核kernel 操作系统负责整个系统运行的调度管理,包括管理各个硬件(如:cpu, 内存,磁盘,网卡等)以及在系统的上运行的各个应用程序。当计算机从关机状态启动,启动的第一个程序是操作系统内核,内核启动,将会注册GDT表(内存的分段信息),表中会记录操作系统单独拥有的一段内存空间,这部分空间只有操 ...
分类:系统相关   时间:2020-07-18 15:45:19    阅读次数:75
微信小程序构建npm包提示没有可构建的NPM包
1.在小程序根目录下打开cmd 输入npm init -f 初始化命令 -f 表示全部输入默认值 会生成一个package.json文件 2.npm install --production docxtemplater构建npm项目的配置文件,会生成node_modules和miniprogram_ ...
分类:微信   时间:2020-07-18 13:43:25    阅读次数:193
rmmod: chdir(/lib/modules): No such file or directory 解决方法
实验环境:linux-3.4.2 busybox-1.20.0 问题描述: 学习驱动开发时,使用rmmod卸载已经安装成功的驱动模块时出现了rmmod: chdir(/lib/modules): No such file or directory错误提示 解决方法: 报错之后第一反应怀疑是不是驱动模 ...
分类:其他好文   时间:2020-07-18 11:29:57    阅读次数:95
Mock随机数据
先安装 mock.jsnpm install mockjs --save-dev模拟数据接口在项目的src目录下创建一个mock目录,然后在里面新建一个index.js文件,作为mock的导出点,用于提供给src/main.js使用。在src/mock下新建modules目录,里面再新建各种xxx.... ...
分类:其他好文   时间:2020-07-18 00:55:37    阅读次数:110
vue项目初步入门
1. npm init -y 初始化项目,生成package.json文件,管理js的依赖以及项目版本等。 2. npm install vue --save 安装vue依赖,其中--save是指只在当前目录的生效,-g则是在全局生效。安装后,会生成一个node-modules的目录,其中src放的 ...
分类:其他好文   时间:2020-07-17 22:31:40    阅读次数:113
计算机视觉中的注意力相关论文
1、The Application of Two-level Attention Models in Deep Convolutional Neural Network for Fine-grained Image Classification 地址:https://arxiv.org/pdf/14 ...
分类:其他好文   时间:2020-07-16 00:26:25    阅读次数:115
error: incomplete type 'blink::Event' named in nested name specifier note: forward declaration of 'blink::Event'
c++编译报错: .\../../third_party/blink/renderer/modules/clipboard/clipboard.cc(34,19): error: incomplete type 'blink::Event' named in nested name specifie ...
分类:其他好文   时间:2020-07-15 23:24:54    阅读次数:71
[OHIF-Viewers]医疗数字阅片-医学影像-Module: Panel-自定义面板-上
[OHIF-Viewers]医疗数字阅片-医学影像-Module: Panel-自定义面板-上 https://docs.ohif.org/extensions/modules/panel.html Module: Panel An extension can register a Panel Mo ...
分类:其他好文   时间:2020-07-15 15:02:39    阅读次数:62
GNS3 0.7.3模拟使用ASA802-k8来做安全实验
GNS3模拟ASA
分类:其他好文   时间:2020-07-15 12:55:31    阅读次数:71
Demystifying Containers - Part I: Kernel Space(翻译)
原文: https://medium.com/@saschagrunert/demystifying-containers-part-i-kernel-space-2c53d6979504 This series of blog posts and corresponding talks aims ...
分类:其他好文   时间:2020-07-14 16:33:00    阅读次数:54
9116条   上一页 1 ... 26 27 28 29 30 ... 912 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!