1、打开windows10系统开发者选项 2、进入控制面板,打开程序、程序和功能、启用或关闭windows功能,选中适用于linux的windows子系统 3、进入microsoft store,搜索linux,点击第一个出现的ubuntu,进行安装 4、打开安装好的ubuntu系统,设置好user ...
官网安装教程: https://walle-web.io/docs/2/installation_docker.html 后续登录所有者账号进行部署: 所有者:owner@walle-web.io \ Walle123 测试在内网192.168.22.15机子搭建walle后,并将内容存放于192. ...
分类:
其他好文 时间:
2021-02-06 11:55:50
阅读次数:
0
在终端上ping www.github.com windows系统下一般在C:\Windows\System32\drivers\etc下有hosts文件,修改hosts文件,在最下面加上ping到的ip地址和github.com ...
分类:
其他好文 时间:
2021-02-05 10:51:17
阅读次数:
0
vue-base 项目初始化 vue create vue-base Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for producti ...
分类:
其他好文 时间:
2021-02-05 10:50:49
阅读次数:
0
##背景 前段时间重置了一次电脑,之后安装了VirtualBox6.1.16版本,然后安装ubuntu-20.04.1-desktop-amd64.iso镜像一切顺利,还能正常打开并操作,后来安装了docker之后,同时在微软商店下载了ubuntu,好像是为了配置的作用,有点忘了,依稀记得windo ...
分类:
系统相关 时间:
2021-02-05 10:49:18
阅读次数:
0
MaixPy3 模块设计 围绕 Linux 进行设计,主要涵盖以下通用外设。 I2C > /dev/i2c-X > pylibi2c https://github.com/amaork/libi2c SPI > /dev/spidev1.0 > pyspidev https://github.com ...
分类:
系统相关 时间:
2021-02-05 10:39:12
阅读次数:
0
Windows 10 系统 VirtualBox 6.0.x CentOS7启动在虚拟机上 先要安装docker,官网(https://docs.docker.com/engine/install/)有guide,一步步下来很简单,不多说了 按照minikube 官网(https://minikub ...
分类:
Web程序 时间:
2021-02-05 10:31:39
阅读次数:
0
Python Selenium库 https://blog.csdn.net/weixin_36279318/article/details/79475388 Python playwright库 https://github.com/microsoft/playwright-python http ...
分类:
其他好文 时间:
2021-02-04 12:05:35
阅读次数:
0
一、安装Elasticsearch docker run -d --name=elasticsearch -p 19200:9200 -p 19300:9300 -e "discovery.type=single-node" elasticsearch:7.5.1 访问:http://ip:1920 ...
分类:
其他好文 时间:
2021-02-04 11:54:26
阅读次数:
0
操作步骤如下: 前提:已经安装了docker 1.docker search rocketmq 2.docker pull rocketmqinc/rocketmq 3. 创建 mq 配置文件 broker.conf,文件放置到 /opt/rocketmq/conf ,配置如下: brokerClu ...
分类:
其他好文 时间:
2021-02-03 11:08:50
阅读次数:
0