要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib) 要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib) Dictionary ...
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 ...
分类:
其他好文 时间:
2019-04-22 22:56:50
阅读次数:
160
2018-2019-2 20165212《网络攻防技术》Exp5 MSF基础应用 攻击成果 主动攻击的实践 ms17010eternalblue payload windows/x64/meterpreter/reverse_tcp(成功) payload generic/shellreverset ...
分类:
其他好文 时间:
2019-04-19 23:57:29
阅读次数:
373
一.知识点摘要 1.泛型 泛型(Generic):就是指参数化类型,上面的List就是参数化类型,因此就是泛型,而String就是该List泛型的类型参数。泛型可以使集合可以记住元素类型,即取出元素的时候无需进行强制类型转化了,可以直接用原类型的引用接收;一旦指定了性参数那么集合中元素的类型就确定了 ...
分类:
编程语言 时间:
2019-04-19 19:30:38
阅读次数:
143
一、知识点总结 二、攻击实例 主动攻击的实践 ms08_067(win7) payload/generic/shell_reverse_tcp(失败) payload/windows/meterpreter/reverse_tcp(失败) ms17_010_eternalblue(win7) pay ...
分类:
其他好文 时间:
2019-04-19 11:56:41
阅读次数:
168
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:
其他好文 时间:
2019-04-18 10:56:36
阅读次数:
159
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
原文:C#把汉字转换成16进制(HEX)并向串口发送数据报警器实例:(有发送,无返回获取) 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using Sy... ...
本次操作是主要围绕如何搭建weblogic服务器升级weblogic软件及配置服务,总共有三大步骤,可划分为六个小步骤: 准备安装包: weblogic安装包:wls1036_generic.jar (客户软件要求版本) java包:jdk-7u80-linux-x64.tar.gz (客户软件要求 ...
分类:
Web程序 时间:
2019-04-15 18:02:48
阅读次数:
304