一.OSPF配置1.在R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/0
分类:
其他好文 时间:
2020-08-05 21:01:23
阅读次数:
95
一.RIP的配置1.在R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/0
分类:
其他好文 时间:
2020-08-05 19:49:00
阅读次数:
91
现在写法: display: flex;flex-direction: row;justify-content: center;align-items: center; 对应旧的写法:display: -webkit-flex;-webkit-flex-direction: row;-webkit- ...
分类:
其他好文 时间:
2020-08-05 19:41:56
阅读次数:
71
1.capitalize() 将首字母变大写 2.casefold() 所有变小写 lower()所有变写 注(casefold()能将各种语言变成小写,lower只能变英文) 3.center(width,fillchar=None) 注(width表示此处必须带上这种东西,fillchar=No ...
分类:
其他好文 时间:
2020-08-05 00:07:31
阅读次数:
102
一.配置基本静态路由1.R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/
分类:
其他好文 时间:
2020-08-04 18:20:58
阅读次数:
78
Kendo UI for jQuery R2 2020 SP1试用版下载 Kendo UI目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Ke ...
分类:
Web程序 时间:
2020-08-03 09:53:26
阅读次数:
112
目前研究的是HorizontalLayout和VerticalLayout: 1.HorizontalLayout:中只有childvalign(top,vcenter,bottom)可以对所有子控件生效 2.VerticalLayout:中只有childalign(left,center,righ ...
分类:
其他好文 时间:
2020-07-31 19:18:22
阅读次数:
86
环境描述: 系统环境: Windows Server 2012 R2 IIS版本:IIS8.5 C#环境:.NET Framework 4 DB2版本:9.7.500.702 综上所述错误,解决如下: 1:设置IIS Framework 为: .NET Framework 4 2:启用32位应用程序 ...
分类:
数据库 时间:
2020-07-31 12:32:00
阅读次数:
112
1、下载安装包 win32_11gR2_database_1of2.zip win32_11gR2_database_2of2.zip 官方下载地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/ind ...
分类:
数据库 时间:
2020-07-30 18:26:26
阅读次数:
112
本题 题目链接 题目描述 我的题解 二分法 思路分析 排序数组中的搜索问题,首先想到二分法 当nums[center] > center 时,缺少的数在左区间 当nums[center] = center 时,缺少的数在右区间 代码如下 public int missingNumber(int[] ...
分类:
其他好文 时间:
2020-07-29 21:22:09
阅读次数:
74