最近F5设备里的远程代码执行漏洞可谓是火爆,漏洞评分10分,所以,我也想搭建下环境复现一下该漏洞 漏洞详情 F5 BIG-IP 是美国F5公司一款集成流量管理、DNS、出入站规则、web应用防火墙、web网关、负载均衡等功能的应用交付平台。在 F5 BIG-IP 产品的流量管理用户页面 (TMUI) ...
分类:
其他好文 时间:
2020-07-12 22:01:31
阅读次数:
104
ShardingJDBC分库分表配置 #端口 server.port = 56082 #应用名 spring.application.name = shopping #该配置运行环境为本地,dev开发,qas测试,prd生产 spring.profiles.active = local #项目路径l ...
分类:
数据库 时间:
2020-07-12 16:36:20
阅读次数:
75
什么时候需要 根据参数不同创建同一父类下不同子类 将对象的创建与对象的使用分离,比如service负责使用dao,而不应该负责创建dao;否则,同一个dao的创建会出现在很多service,一旦需要修改,不仅违背开闭原则,而且改动面很大 模式结构 抽象产品角色:Product 具体产品角色:Conc ...
分类:
其他好文 时间:
2020-07-12 12:29:55
阅读次数:
67
这个东西都已经烂大街了啊,但是我还是想写一下。其实很简单,直接看源码就行。 打开ThreadPoolExecutor.java,搜索他的构造方法,一共看到4个。我们直接看参数最多的一个 /** * Creates a new {@code ThreadPoolExecutor} with the g ...
分类:
编程语言 时间:
2020-07-11 23:03:36
阅读次数:
67
1、按官网的方式去安装访问官网docker.com,Resources–>Docs 进入Docs页面,点Product manuals 在https://docs.docker.com/install/页面,如下图,左边选Docker Compose–>install Compose,右边选择Lin ...
分类:
其他好文 时间:
2020-07-11 12:33:49
阅读次数:
55
Maximum Width of Binary Tree (M) 题目 Given a binary tree, write a function to get the maximum width of the given tree. The width of a tree is the maxim ...
分类:
其他好文 时间:
2020-07-10 10:11:00
阅读次数:
54
Given a binary tree, write a function to get the maximum width of the given tree. The width of a tree is the maximum width among all levels. The binar ...
分类:
其他好文 时间:
2020-07-10 10:07:44
阅读次数:
60
1. 模拟调用一个服务的多个实例 我们现在有两个服务, 一个getway服务, 另一个是order服务. 使用的是nacos管理配置文件和服务注册中心 假如我现在product服务要调用order服务. product服务有1台, order服务有3台. 那么是如何实现负载均衡的呢? 下面我们来模拟 ...
分类:
其他好文 时间:
2020-07-10 10:00:23
阅读次数:
76
Given a binary tree, write a function to get the maximum width of the given tree. The width of a tree is the maximum width among all levels. The binar ...
分类:
其他好文 时间:
2020-07-10 09:54:38
阅读次数:
54
<template> <div class="product"> <el-col :span="2"> <el-button type="success" @click="openInsertDialog">添加</el-button> </el-col> <el-col :span="2"> <e ...
分类:
编程语言 时间:
2020-07-10 00:38:19
阅读次数:
74