目录 一、 docker安装 二、 教程学习 三、 实践操作 四、结果 一、 docker安装 windows安装教程:https://www.runoob.com/docker/windows-docker-install.html 安装docker遇到问题: 问题1: 解决方案: 1、 打开控制 ...
分类:
其他好文 时间:
2021-02-22 12:49:46
阅读次数:
0
用户交互 Scanner对象 java.util.Scanner是Java5的新特征,我们可以通过Scanner类获取用户的输入。 基本语法: Scanner s = new Scanner(System.in) 通过Scanner类的next()与nextLine()方法获取输入的字符串,在读取前 ...
分类:
其他好文 时间:
2021-02-22 12:48:37
阅读次数:
0
sharding: jdbc: config: sharding: tables: myorder: key-generator-column-name: id #主键 actual-data-nodes: db$->{0..1}.myorder_$->{0..1} #分库策略 database‐s ...
分类:
数据库 时间:
2021-02-22 12:45:00
阅读次数:
0
步骤1、修改mysql配置文件 [root@localhost ~]# vi /etc/my.cnf 在底部添加一行 skip-grant-tables 保存退出 重启mysql [root@localhost ~]# systemctl restart mysqld 步骤2、将root密码置空 [ ...
分类:
数据库 时间:
2021-02-22 12:44:28
阅读次数:
0
OSI 7层 vs TCP/IP 4~5 层模型介绍 OSI 7层模型 (Open System Interconnection) OSI是Open System Interconnection的缩写,意为开放式系统互联。国际标准化组织(ISO)制定了OSI模型,该模型定义了不同计算机互联的标准,是 ...
分类:
其他好文 时间:
2021-02-22 12:30:52
阅读次数:
0
跨域常见问题: 1.发布到IIS上后跨域问题 解决方法 修改web.config文件 <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Methods" value="GET,POST, ...
分类:
Web程序 时间:
2021-02-22 12:27:38
阅读次数:
0
为了方便理解,我们先看一段代码: int a = 3; System.out.println(a); // 3 int b = a++; //运行顺序是先赋值,再自增 System.out.println(a); //a = a+1; 4 System.out.println(b); //b = a ...
分类:
编程语言 时间:
2021-02-22 12:01:13
阅读次数:
0
更多事件:点击查询 load事件: <script type="text/javascript"> //整个页面窗口加载完成之后(所有标签加载完成) window.onload = function(){ //防止 js在前,标签在后的情况,js执行 时 标签没有加载完成 // alert('我加载 ...
分类:
Web程序 时间:
2021-02-22 12:00:37
阅读次数:
0
d87 x65 x6c x63 o157 d109 o145 b100000 d116 b1101111 o40 x6b b1100101 b1101100 o141 d105 x62 d101 b1101001 d46 o40 d71 x69 d118 x65 x20 b1111001 o157 ...
分类:
其他好文 时间:
2021-02-22 11:59:30
阅读次数:
0
告诉你shell是什么,就是这个system("/bin/sh") 这题直接白给了,nc一下就能ls看到flag ...
分类:
系统相关 时间:
2021-02-22 11:55:43
阅读次数:
0