操作 数据库 Go 语言中的 database/sql 包定义了对数据库的一系列操作。database/sql/driver 包定义了应被数据库驱动实现的接口,这些接口会被 sql 包使用。但是 Go 语言没有提 供任何官方的数据库驱动,所以我们需要导入第三方的数据库驱动。不过我们连接数据 库之后对 ...
分类:
数据库 时间:
2019-12-16 13:34:43
阅读次数:
96
Detecting ARP Posionning Attacks ARP main security issues: 1. Each ARP requests/response is trusted. 2. Clients can accept responses even if they did ...
分类:
Web程序 时间:
2019-12-15 16:26:41
阅读次数:
90
MITM - Wireshark WIreshark is a network protocol analyser that is designed to help network administartors to keep track of what is happening in their ...
分类:
Web程序 时间:
2019-12-15 16:15:57
阅读次数:
96
B - Everyone is a Winner! On the well-known testing system MathForces, a draw of n rating units is arranged. The rating will be distributed according ...
分类:
其他好文 时间:
2019-12-14 17:20:41
阅读次数:
170
1. 软件的生命周期(prdctrm) 计划阶段(planning) -> 需求分析(requirement) -> 设计阶段(design) -> 编码(coding) -> 测试(testing) -> 运行与维护(running maintrnacne) 2. 在测试中发现了一个bug,但是开 ...
分类:
其他好文 时间:
2019-12-13 22:03:04
阅读次数:
114
2-2 软件构造的流程和工具广义的软件构造:Design ==> Programming/refactoring ==> Debugging ==> Testing ==> Build ==> Release狭义的软件构造:Validate ==> Compile ==> Link ==> Test... ...
分类:
其他好文 时间:
2019-12-06 11:47:57
阅读次数:
102
原文地址: "User Testing 101" 可用性测试是什么? 可用性测试是一种非常流行的用户研究方式。在可用性测试环节中,通常由主持人、参与者和测试任务三部分组成。主持人会发布测试任务,要求参与者使用一个或者多个用户界面完成任务,在参与者执行任务的同时,主持人会观察参与者的行为并听取反馈。 ...
分类:
其他好文 时间:
2019-12-05 18:50:02
阅读次数:
104
CS2313 Computer ProgrammingAssignment OneDeadline: 2019-Nov-16 11:59pmLate submission: 70% (within 24hrs after the deadline), 0% (after 24hrs)1. Probl ...
分类:
其他好文 时间:
2019-12-04 13:12:43
阅读次数:
86
MITM - bypassing HTTPS Most websites use https in their login pages, this means that these pages are validated using an SSL certificate and there for ...
分类:
Web程序 时间:
2019-12-03 23:37:54
阅读次数:
139
ARP Poisoning - arpspoof Arpspoof is a tool part of a suit called dsniff, which contains a number of network penetration tools. Arpspoof can be used t ...
分类:
Web程序 时间:
2019-12-01 17:13:16
阅读次数:
133