测试设备是一台Catalyst3750,从思科官网查看Catalyst3750对IPv6的支持情况: Table 7 Catalyst 3750, 3560, 3560-C, 2960, 2960-S and 2960-C Switches and Cisco EtherSwitch Service ...
分类:
其他好文 时间:
2021-01-04 11:12:51
阅读次数:
0
1 为什么要使用锁 运行以下代码 # 模拟多线程 import threading def change_it(n): global num for i in range(1000000): num = num + n num = num - n print(num,'555') threass=[ ...
分类:
其他好文 时间:
2021-01-02 11:13:38
阅读次数:
0
问题描述 C#下制作的网站,所有网页本地测试运行无误,发布至Azure之后,包含CHART(图表)的网页打开报错,错误消息为 Runtime Error: Server Error in '/' Application 调查方式 面对C#的黄页错误,最好的做法就是根据提示,关闭C#的自定义错误页面, ...
分类:
移动开发 时间:
2021-01-01 12:59:39
阅读次数:
0
有两种解法①session伪造②unicode欺骗 1.session伪造 在注册时发现admin已经被注册了,我用的admie注册进入,f12看到注释提示不是管理员、 接着在change password页面看到提示 在index.html发现要将session与admin的session进行比较 ...
分类:
其他好文 时间:
2020-12-30 10:53:29
阅读次数:
0
LS:list(列出目录内容) cd:change directory(改变目录) su:switch user(切换用户) rpm:redhat package manger(红帽子打包管理器) pwd:print work directory(打印当前目录,现示当前工作目录的绝对路径) ps:p ...
分类:
系统相关 时间:
2020-12-29 11:40:10
阅读次数:
0
let data = { name: "ajanuw", change() { this.name = "Ajanuw"; }, get message() { console.log(this); return "hello " + this.name; }, }; console.log( Ob ...
分类:
Web程序 时间:
2020-12-25 11:52:31
阅读次数:
0
1.首先有可能是当前设备的网络有故障,检查当前设备是否能够联网,例如当前IPv6本身没有因特网访问权限,却Ping了一个IPv6的地址,就会出现这种情况。 2.另外有可能在Ping一个IPv6的地址时,一个名为“Teredo”的服务没有开启,这时可以在命令行中输入: (1)“netsh interf ...
分类:
其他好文 时间:
2020-12-23 11:33:52
阅读次数:
0
基本语法: net share sharename=folderpath /grant:username,permissions sharename: 要创建的共享名称 username : 可以访问共享该文件夹的用户ID permission: 访问共享文件夹的权限:Read, Change or ...
Writing Reports PEN TEST REPORT Communicate findings AND recommendations Primary recommendations Only change to make your points Digest of all activit ...
分类:
Web程序 时间:
2020-12-21 11:11:34
阅读次数:
0
COM1008: Web and InternetTechnologyAssignment (80% of module)Part 1: Planning and Design document (15%)Part 2: Website (70%)Part 3: Development and te ...
分类:
Web程序 时间:
2020-12-21 11:04:17
阅读次数:
0