本次实验选取的是两个AR1220路由器和S5700交换机。 1、pppoe服务器配置(PPPoe Server路由器配置) <Huawei>sys [Huawei]sysname Server//更改设备名称为Server [Server]aaa [Server-aaa]authentication ...
分类:
其他好文 时间:
2020-05-29 19:39:34
阅读次数:
72
cacti是一款使用PHP语言开的发性能与流量检测软件,检测对象可以是Linux、Windows服务器,也可以是路由交换机等网络设备,主要基于SNMP(simple、Network、Management、Protocol,简单网络管理协议)来搜集CPU占用、内存使用、运行进程、网卡流量等数据cacti的工作流程:步骤一,snmp协议收集远程服务器的数据步骤二,将snmp收集的数据内容保存到rrd数
分类:
其他好文 时间:
2020-05-29 10:10:08
阅读次数:
77
1、记住了svn用户名密码,如何清除,切换新用户名密码或隐约记得密码想通过多次重新输入找回 1.1、windows文件夹/桌面右击鼠标,选择"TortoiseSVN" —> "Settings" 1.2、在弹出的界面中在左侧选择"Saved Data",点击右侧界面中"Authentication ...
分类:
其他好文 时间:
2020-05-28 23:33:28
阅读次数:
364
python 版本 3.6 不要使用 3.7 和 3.8 否则导致安装失败 tensorflow 使用 1.12.0 keras 使用 2.2.4 版本 pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.doub ...
分类:
其他好文 时间:
2020-05-28 23:15:27
阅读次数:
79
ImageType的四种形式: Simple为默认显示形式 Sliced九宫格显示图片 Tiled平铺显示图片 Filled填充显示图片 Preserve Aspect保持图片宽高比 代码获取方式: 1、引用命名空间 using UnityEngine.UI; 2、获取组件 Image image= ...
分类:
编程语言 时间:
2020-05-28 19:42:24
阅读次数:
130
简单动态字符串 ( simple dynamic string,SDS) SDS的应用 在redis里,c字符串只会用作字面量,用在不会更改的地方,例如打印日志。 需要修改的字符串,用SDS表示 set msg "hello world" redis将创建一个键值对,键是一个字符串对象,对象的底层实 ...
分类:
其他好文 时间:
2020-05-27 20:25:17
阅读次数:
116
使用库Pyhive 安装:pip install Pyhive -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com from pyhive import hive # or import hive c ...
分类:
其他好文 时间:
2020-05-27 01:04:26
阅读次数:
60
For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2. Input The first line ...
分类:
其他好文 时间:
2020-05-25 19:26:17
阅读次数:
61
python在安装locust包的时候,报错,会出现如图所示的内容 遇到这种情况的时候,可以这么来解决,就是在安装源后面加一个版本号,我这里以豆瓣的安装源为例 pip3 install -i https://pypi.douban.com/simple/ locustio==0.14.6 这么输入后 ...
分类:
编程语言 时间:
2020-05-25 12:15:58
阅读次数:
316
看一下题目大意: For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2.。 自己翻译一下,不难 ...
分类:
其他好文 时间:
2020-05-25 12:06:37
阅读次数:
75