Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You ...
分类:
其他好文 时间:
2021-06-02 15:44:17
阅读次数:
0
一、背景 最近在看 Sharding-JDBC方面的内容,此处简单记录一下使用Sharding-JDBC中的复合分片键来实现分表的方法。 二、需求 假设我们有一张订单表customer_order,为了防止单表数据量太大,需要进行分表操作。 此处需要分为3个表 customer_order_0、cu ...
分类:
数据库 时间:
2021-06-02 15:43:14
阅读次数:
0
#!/usr/bin/env python3 # -*- coding: utf-8 -*- #根据主机ip查找openSSH配置文件~/.ssh/config对应主机配置项 #自用sshfindip命令python实现版本 #原始sshfindip为shell脚本实现,参看:/v/bin/sshf ...
分类:
编程语言 时间:
2021-06-02 15:35:27
阅读次数:
0
1.ip public class TestInetAddress { public static void main(String[] args) { try { //查询本机IP,可以new InetAddress byName = InetAddress.getByName("localhos ...
分类:
Web程序 时间:
2021-06-02 15:28:12
阅读次数:
0
--link 思考一个场景,我们编写了一个微服务器, database url=ip; 项目不重启,数据库ip换掉了,我们希望可以处理这个问题,可以名字来进行访问容器? [root@kuangshen /]# docker exec -it tomcat02 ping tomcat01 ping: ...
分类:
编程语言 时间:
2021-06-02 14:52:05
阅读次数:
0
子网掩码 局域网通信规则:在同一局域网中,所有ip必须在同一网段才可以通信 ip构成:网络位+主机位(网络位ip地址相同,为同一网段) 子网掩码:用来确定ip地址的网络位 ip地址详解 ios定义五大类 A类:1-126 默认子网掩码255.0.0.0 B类:128-191 默认子网掩码:255.2 ...
分类:
其他好文 时间:
2021-06-02 14:47:11
阅读次数:
0
你若盛开,清风自来! 浅谈通信网络(四)——报文转发(IP/MAC) 看此文前,建议先看: http://www.cnblogs.com/daiaiai/p/8994932.html https://www.cnblogs.com/daiaiai/p/9047713.html 前面说过数据包的处理顺 ...
分类:
系统相关 时间:
2021-06-02 14:17:35
阅读次数:
0
简述Spring Cloud Gateway 是 Spring Cloud 的一个子项目,该项目是基于 Spring 5.0,Spring Boot 2.0 和 Project Reactor 等技术开发的网关,它旨在为微服务架构提供一种简单有效的统一的 API 路由管理方式。 Spring Clo ...
分类:
其他好文 时间:
2021-06-02 14:13:45
阅读次数:
0
远程管理 ssh 用户名@对方IP地址 -X 在本地可以运行对方的图形程序 端口 22 [root@room9pc01 ~]# ssh root@172.25.0.11 [root@server0 ~]# exit #退出远程管理 Ctrl + shfit + t 新开一个终端 软件包的管理 1、R ...
分类:
系统相关 时间:
2021-06-02 14:12:24
阅读次数:
0
import os import paramiko baseconfig = { "ip": "192.168.68.58", "port": 22, "username": "root", "password": "", "localdir": "E:/code/java/science-api/ ...
分类:
编程语言 时间:
2021-06-02 14:09:42
阅读次数:
0