遇到一本好书,终于把事件搞懂了。 using System; class Sender { private int myInt;//字段 public int MyInt//属性 { get{return myInt;} //获取get set { ... ...
/* * linux/boot/head.s * * (C) 1991 Linus Torvalds */ /* * head.s contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x ...
分类:
系统相关 时间:
2020-07-11 18:54:26
阅读次数:
63
Description Name: dpwwn: 2 Date release: 8 Aug 2019 DHCP service: Disabled Static IP address: 10.10.10.10/24 Goal: Get the root shell i.e.(root@dpwwn- ...
分类:
其他好文 时间:
2020-07-11 17:44:46
阅读次数:
69
引言:运行qt程序涉及到信号槽出现的错误。 1、error: 'connect' was not declared in this scope 原因: 有可能是类中使用了信号槽,却未引入信号与槽的基类QObject 解决方法一: 将connect换成QObject::connect(注意:要在类中加 ...
分类:
其他好文 时间:
2020-07-10 21:13:02
阅读次数:
56
split 分割 字符串(分隔符如:* ^ : | , .) 及注意点 split表达式,其实就是一个正则表达式。【 * ^ | 】等符号在正则表达式中属于一种有特殊含义的字符,如果使用此种字符作为分隔符,必须使用转义符即【 \\ 】加以转义。 String address=”上海|上海市|闵行区| ...
分类:
编程语言 时间:
2020-07-10 20:46:34
阅读次数:
48
恢复内容开始 #发送邮件 #sender: 发送者 #pwd: key #recver: 收件人 #title: 标题 #text : 内容 def sendMail(sender, sendername, pwd, recver, recvername, title, text): ret = T ...
分类:
编程语言 时间:
2020-07-10 19:14:23
阅读次数:
74
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:
其他好文 时间:
2020-07-10 17:09:19
阅读次数:
93
1.html部分: <span id="s_address_sheng">省</span>: <select name="address_sheng" onchange="change('address','_sheng','_shi','')" id="address_sheng" style=" ...
分类:
Web程序 时间:
2020-07-10 15:39:05
阅读次数:
87
1.ip_forward与路由转发: 1.简介 IP地址分为公有ip地址和私有ip地址,Public Address是由INIC(internet network information center)负责的 ,这些IP地址分配给了注册并向INIC提出申请的组织机构。Private Address属 ...
分类:
其他好文 时间:
2020-07-10 11:26:49
阅读次数:
85
准备: 子网对应核心交换机网关配置多个中继 interface Vlan64 ip address 10.10.64.1 255.255.248.0 ip helper-address 10.10.11.11 ip helper-address 10.10.11.12 1.在IPv4处右键选择配置故 ...