1. 拉取elasticsearch7.6.0镜像: sudo docker pull elasticsearch:7.6.0 2. 输入命令,构建容器: sudo docker run --name es1 -e 'discovery.type=single-node' --network=myn ...
分类:
其他好文 时间:
2021-03-17 14:02:05
阅读次数:
0
关于 WSL 1 入门,你应该知道这些 如有错误,欢迎指出 参考: WSL 文档 VMware Workstation Pro 文档 概述 通过 WSL 2 来认识 WSL 1 什么是 WSL 2? WSL 2 是适用于 Linux 的 Windows 子系统体系结构的一个新版本,它支持适用于 Li ...
分类:
其他好文 时间:
2021-03-16 13:56:33
阅读次数:
0
1. 打开官方文档 https://router.vuejs.org/zh/installation.html 安装: npm i vue-router -S import Vue from 'vue' import app from './App.vue' // 导入 vue-router imp ...
分类:
Web程序 时间:
2021-03-16 11:52:19
阅读次数:
0
beforeCreate:示例创建前生成的函数 Created:实例生成后生成的函数 beforemount:组件内容被渲染到页面之前立即执行 mounted:组件内容被渲染到页面之后自动执行的函数 beforeupdate:数据更新的时候执行 updated:数据发生变化,同时页面更新后执行 be ...
分类:
其他好文 时间:
2021-03-15 10:56:40
阅读次数:
0
1.重启电脑一直按住 Command+R,直到进入恢复模式(出现苹果图标时松开就行) 2.打开Terminal,输入 csrutil disable 关闭安全保护 3.删除时提示 文件只读,需要输入 sudo mount -uw / 然后就可以删除文件了。 为了系统安全,不用时恢复,同样进入恢复模式 ...
分类:
系统相关 时间:
2021-03-08 13:05:09
阅读次数:
0
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a produc ...
分类:
其他好文 时间:
2021-03-06 14:44:48
阅读次数:
0
安装前准备:1.准备一个U盘安装【大白菜U盘启动】或者【U盘启动】类似的启动盘,可以进入winpe系统, 把工控机的两个硬盘(128G和1T)重新删除和创建;2.准备ubuntu U盘安装盘:镜像下载地址 http://releases.ubuntu.com/16.04/ 下载ubuntu-16.0 ...
分类:
系统相关 时间:
2021-03-06 14:12:03
阅读次数:
0
查看本机的磁盘: [root@jojo ~]# fdisk -l Disk /dev/vda: 42.9 GB, 42949672960 bytes, 83886080 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logic ...
分类:
系统相关 时间:
2021-03-04 13:25:41
阅读次数:
0
中断发生时,操作系统会为当前的任务建立一个快照,陷入内核,把CPU的控制权交给内核。内核趁这个机会做一些工作,比如调度执行其他任务。这只是中断的作用之一。 使用中断有一套固定的流程,掌握它即可。流程大概如下: 初始化8259A 初始化工作是对主从8259A的两类端口赋值。这两类端口是:ICW和OCW ...
分类:
其他好文 时间:
2021-03-03 12:19:38
阅读次数:
0
BodyAnim无法挂载,将 @property({ type: Animation }) public BodyAnim: Animation|null = null; 换成 @property({ type: AnimationComponent }) public BodyAnim: Anim ...
分类:
其他好文 时间:
2021-02-27 13:18:11
阅读次数:
0