sharding-proxy安装 #下载 下载地址: https://mirror.bit.edu.cn/apache/shardingsphere/5.0.0-alpha/apache-shardingsphere-5.0.0-alpha-shardingsphere-proxy-bin.tar. ...
分类:
其他好文 时间:
2021-01-27 13:26:34
阅读次数:
0
docker pull 获取一个新的镜像docker images 来列出本地主机上的镜像docker run -itd --name ubuntu-test ubuntu 运行容器,并且可以通过 exec 命令进入 ubuntu 容器 docker ps 命令查看容器的运行信息: docker b ...
分类:
其他好文 时间:
2021-01-27 13:12:20
阅读次数:
0
#0x00 信息收集 nmap -Pn -sV -p- -T 4 10.10.10.79 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.9p1 Debian 5ubuntu1.10 (Ubuntu Linux; protocol 2.0) ...
分类:
其他好文 时间:
2021-01-27 13:04:29
阅读次数:
0
前言 由于我安装时选择的是英文最小安装,导致缺失了中文软件支持。解决办法: sudo apt install ibus-pinyin 那么问题来了,什麼是ibus? iBus & Fcitx iBus Intelligent Input Bus,简称IBus,是 Unix-like 操作系统下的多语 ...
分类:
系统相关 时间:
2021-01-26 11:50:30
阅读次数:
0
##零、关于安装位置: 双盘双系统 ; Windows 10位于固态硬盘 Ubuntu位于机械硬盘 ##一、关于安装双系统方法 ###前提: 已有Windows 10安装于固态(Windows安装 : 官方的MediaCreationTool 或者 WePE + Dism++ ,方法很多,不再赘述) ...
1.虚拟机(WMware): 下载地址(已存网盘):https://download3.vmware.com/software/wkst/file/VMware-worqkstation-full-15.0.0-10134415.exe 许可证密码:ZC10K-8EF57-084QZ-VXYXE-Z ...
分类:
系统相关 时间:
2021-01-25 11:34:48
阅读次数:
0
问题描述 报错内容如下: yarn run v1.22.10 $ vue-cli-service electron:serve INFO Starting development server... 98% after emitting CopyPlugin ERROR Failed to comp ...
分类:
Web程序 时间:
2021-01-25 11:30:27
阅读次数:
0
打造 Ubuntu20.10办公环境,安装WPS Office2019 WPS Office2019 For Linux 下载地址: 下载地址 : https://linux.wps.cn/# ,执行下载命令 wget https://wdl1.cache.wps.cn/wps/download/e ...
分类:
系统相关 时间:
2021-01-25 11:29:39
阅读次数:
0
SpringMVC View 从jsp =》现代前端; C 从Servlet =》Controller; Model 包括数据和行为:dao+service,vo/dto DispatcherServlet 请求分发 dispatcher程序调度 SpringMVC执行流程: (找个清楚的图。。) ...
分类:
编程语言 时间:
2021-01-25 11:04:12
阅读次数:
0
Docker 入门到精通 123456789101112131415161718192021222324 """1)docker就是Linux上及其轻量的虚拟机2)虚拟机是存在宿主系统中,通过镜像给宿主系统拓展子系统的(一个镜像理论上可以做n个子系统)3)两个特别重要的概念 image:镜像 con ...
分类:
其他好文 时间:
2021-01-25 10:59:26
阅读次数:
0