内核kernel 操作系统负责整个系统运行的调度管理,包括管理各个硬件(如:cpu, 内存,磁盘,网卡等)以及在系统的上运行的各个应用程序。当计算机从关机状态启动,启动的第一个程序是操作系统内核,内核启动,将会注册GDT表(内存的分段信息),表中会记录操作系统单独拥有的一段内存空间,这部分空间只有操 ...
分类:
系统相关 时间:
2020-07-18 15:45:19
阅读次数:
75
1.在小程序根目录下打开cmd 输入npm init -f 初始化命令 -f 表示全部输入默认值 会生成一个package.json文件 2.npm install --production docxtemplater构建npm项目的配置文件,会生成node_modules和miniprogram_ ...
分类:
微信 时间:
2020-07-18 13:43:25
阅读次数:
193
实验环境: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.jsnpm install mockjs --save-dev模拟数据接口在项目的src目录下创建一个mock目录,然后在里面新建一个index.js文件,作为mock的导出点,用于提供给src/main.js使用。在src/mock下新建modules目录,里面再新建各种xxx.... ...
分类:
其他好文 时间:
2020-07-18 00:55:37
阅读次数:
110
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
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-自定义面板-上 https://docs.ohif.org/extensions/modules/panel.html Module: Panel An extension can register a Panel Mo ...
分类:
其他好文 时间:
2020-07-15 15:02:39
阅读次数:
62
原文: 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