Harbor 概述 Harbor是由VMWare公司开源的容器镜像仓库。除了harbor vmware公司还开源了很多k8s周边产品(网络 备份 监控)确实是一个很理想的公司事实上,Harbor是在Docker Registry上进行了相应的企业级扩展,从而获得了更加广泛的应用,这些新的企业级特性包 ...
分类:
其他好文 时间:
2021-01-05 11:15:45
阅读次数:
0
import redis.clients.jedis.Jedis;public class A { public static void main(String[] args) throws Exception { Jedis jedis = new Jedis("localhost", 6379) ...
分类:
其他好文 时间:
2021-01-05 10:52:53
阅读次数:
0
server { listen 80; server_name localhost; rewrite ^(.*)$ https://$host$1 permanent; } server { listen 443 ssl; server_name localhost; proxy_buffering ...
分类:
Web程序 时间:
2021-01-04 11:17:46
阅读次数:
0
先检查 Med-NIS.exe.config 配置文件 <client> <endpoint address="net.tcp://10.162.136.28:809/MessageService.svc" binding="netTcpBinding" bindingConfiguration=" ...
分类:
其他好文 时间:
2021-01-02 11:03:54
阅读次数:
0
虚拟机版本为Centos7 1.查看VMware分配的子网(NAT) 进入虚拟机,点击左上角编辑->虚拟网络编辑器点开之后: 2.修改配置文件 cd /etc/sysconfig/network-scripts/ vim ifcfg-ens33 这是已经配置好的文件,相较于原文件,有两个需要修改和四 ...
分类:
系统相关 时间:
2021-01-02 11:03:38
阅读次数:
0
前言 本篇使用RabbitMQ制作一个秒杀系统的雏形,其充当的作用是流量削峰。 系统架构图 秒杀系统分为两部分: spike-client:用于接收购票信息,查询redis并扣除库存,购买成功则将购票信息发送到RabbitMQ; spike-server:用于处理交换机exchange中的购票信息, ...
分类:
其他好文 时间:
2021-01-01 12:45:04
阅读次数:
0
测试KCPTUN+UDPRAW的加速效果 KCPTUN地址:https://github.com/xtaci/kcptun.git UDPRAW地址:https://github.com/wangyu-/udp2raw-tunnel.git 流程:cisco_ipsec_client >本地TCP ...
分类:
其他好文 时间:
2021-01-01 11:38:26
阅读次数:
0
1.引入elasticsearch与json依赖 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <versi ...
分类:
编程语言 时间:
2020-12-31 12:57:55
阅读次数:
0
issue:win 主机与(VMware)kali虚拟机设置共享文件夹 method:将win中的hostshare文件夹与kali中sharefolder共享同步 kali2020自带vmware-tools工具,不需要继续安装vmhgfs工具 step1:VMvare中设置共享文件夹 step2 ...
分类:
其他好文 时间:
2020-12-31 12:42:40
阅读次数:
0
# 一、下载CentOS镜像1. https://www.centos.org/ 注意是org结尾,不是com结尾2. 选择iso镜像![image.png](http://192.168.75.137:8090/upload/2020/12/image-2bae7d7c12e0490cb32972 ...
分类:
系统相关 时间:
2020-12-31 12:28:14
阅读次数:
0