主要配置 http { upstream myhtml { server 106.52.147.100; server 106.52.147.101; } server { listen 80; server_name abc.wsycoon.cn; location / { proxy_buffe ...
分类:
其他好文 时间:
2021-02-25 11:46:55
阅读次数:
0
Vulhub-y0sef靶机通关 安装靶机环境,下载地址:https://www.vulnhub.com/entry/y0usef-1,624/ 网络模式:桥接 目标:user.txt和root.txt 通过查询工具,找到目标ip 访问到页面,首先尝试robots.txt没有任何内容,那么接下来就使 ...
分类:
其他好文 时间:
2021-02-25 11:42:28
阅读次数:
0
1、加载驱动 1 Class.forNmae("com.mysql.jdbc.Driver"); 2 3 /* 4 Class.forName(xxx.xx.xx) 返回的是一个类 5 Class.forName(xxx.xx.xx);的作用是要求JVM查找并加载指定的类,也就是说JVM会执行该类的 ...
分类:
数据库 时间:
2021-02-24 13:11:29
阅读次数:
0
playbook部署lamp 环境 主机IP |需要安装的服务 |name -|-|- 192.168.23.132 |ansible |ansible 192.168.23.133 |httpd |httpd 192.168.23.134 |mysql |mysql 192.168.23.135 ...
分类:
其他好文 时间:
2021-02-23 14:38:08
阅读次数:
0
今天数据库出现点问题,请教同事给我看看,发现他不能通过 ip 地址访问我的本地 mysql 服务器。于是上网找了一下,步骤如下: 1、cmd 打开指令页面 c:\>mysql -u root -p 输入密码 mysql> 2、打开 mysql 数据库 use mysql 检索 user 和 host ...
分类:
数据库 时间:
2021-02-23 14:16:19
阅读次数:
0
全局过滤器作用于所有的路由,不需要单独配置,我们可以用它来实现很多统一化处理的业务需求,比如权限认证、IP 访问限制等。 接口定义类 org.springframework.cloud.gateway.filter.GlobalFilter public interface GlobalFilter ...
分类:
编程语言 时间:
2021-02-23 14:13:28
阅读次数:
0
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> <script type="text/javascript"> document.write(returnCitySN["cip"]+','+returnCitySN["cnam ...
分类:
其他好文 时间:
2021-02-22 12:48:03
阅读次数:
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
盘符切换 查看当前目录下的所有文件 dir 切换目录 cd (change directory) cd.. 返回上级 清理屏幕 cls (clear screen) 退出终端 exit 查看电脑IP ipconfig 打开应用 calc mspaint notepad ping 命令 ping ww ...
分类:
其他好文 时间:
2021-02-22 12:02:05
阅读次数:
0
[root@op-benchmark-216 ~]# cat /etc/dhcp/dhcpd.conf # dhcpd.conf # # Sample configuration file for ISC dhcpd # # option definitions common to all supp ...
分类:
其他好文 时间:
2021-02-20 12:34:38
阅读次数:
0