ISIS在IPV6中的应用拓扑图拓扑图?实验目的:熟练掌握IPV6与IPV4的在ISIS协议下各种模式如何使用,并且能根据实验要求完成各项指标。实验要求1.各个相连链路的接口ipv4地址按:XY.1.1.X/Y--/24位掩码的方式配置,各路由器的环回口地址按:X.X.X.X/32形式配置。2.各个相连链路的接口ipv6地址按:2001:XY::X/Y--/64位掩码的方式配置,各路由器的环回口地
分类:
其他好文 时间:
2020-03-31 12:09:20
阅读次数:
71
一、firewalld基本概述 1)RHEL/CentOS 7系统中集成了多款防火墙管理工具,其中firewalld(Dynamic Firewall Manager of Linux systems, Linux系统的动态防火墙管理器)服务是默认的防火墙配置管理工具,它拥有基于CLI(命令行界面)... ...
分类:
其他好文 时间:
2020-03-31 10:38:25
阅读次数:
57
import socket import multiprocessing import re import dynamic.mini_frame class WSGIServer(): def __init__(self): self.web_socket = socket.socket(socke ...
分类:
Web程序 时间:
2020-03-31 01:35:34
阅读次数:
117
import socket import multiprocessing import re # import dynamic.mini_frame import sys # 通过sys.argv在cmd命令行给实例对象传参 class WSGIServer(): def __init__(self ...
分类:
Web程序 时间:
2020-03-31 01:12:54
阅读次数:
111
服务方法 1 [AllowAnonymousAttribute] 2 [HttpPost] 3 public string PostWebName(dynamic login) 4 { 5 Dictionary<string, string> dict = new Dictionary<string ...
整体架构优化点: 根据不同业务需求进行日期分区, 并执行类型动态分区。 hive.exec.dynamic.partition=true 为了减少磁盘存储空间以及I/O次数, 对数据进行压缩(Gzip) mapreduce.output.fileoutputformat.compress=true ...
分类:
其他好文 时间:
2020-03-29 19:55:40
阅读次数:
105
-- 建表 DROP TABLE IF EXISTS `table1`;CREATE TABLE `table1` ( `id` int(11) NULL DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_ ...
分类:
其他好文 时间:
2020-03-29 19:52:37
阅读次数:
99
InnoDB Notes Incompatible Change: The InnoDB storage engine can no longer be disabled. The --skip-innodb option is deprecated and has no effect, and i ...
分类:
数据库 时间:
2020-03-27 21:26:41
阅读次数:
97
UPDATE EmailServerProfile SET IncomingPassword=null UPDATE EmailServerProfile SET OutgoingPassword=null UPDATE Mailbox SET Password=null UPDATE Queue ...
分类:
其他好文 时间:
2020-03-27 17:14:48
阅读次数:
127
1.基本概念 概念:java DataBase Connectivity java数据库连接 , java语言操作数据库 JDBC本质:其实是sun公司定义的一套操作所有关系型数据库的规则(即接口);各个数据库厂商去实现这套接口的,提供数据驱动jar包。我们可以使用这套接口(JDBC)编程,真正执行 ...
分类:
数据库 时间:
2020-03-26 01:42:01
阅读次数:
212