N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:
其他好文 时间:
2015-09-06 01:00:42
阅读次数:
184
一、Dos攻击(Denial of Service attack) 是一种针对服务器的能够让服务器呈现静止状态的攻击方式。有时候也加服务停止攻击或拒绝服务攻击。其原理就是发送大量的合法请求到服务器,服务器无法分辨这些请求是正常请求还是攻击请求,所以都会照单全收。海量的请求会造成服务器停止工作或拒绝....
分类:
Web程序 时间:
2015-09-04 15:34:46
阅读次数:
189
Zed Attack Proxy (ZAP)?是个强大的跨平台的抓包工具,可以用来替代windows下的Fiddler https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project https://github.com/zaproxy/zaproxy/wiki/Downloads?...
分类:
其他好文 时间:
2015-09-04 11:12:35
阅读次数:
157
Unique Attack
Time Limit: 5 Seconds Memory Limit: 32768 KB
N supercomputers in the United States of Antarctica are connected into a network. A network has a simple topology: M different pai...
分类:
其他好文 时间:
2015-08-28 13:29:06
阅读次数:
140
When you find a ZIP/RAR file with password protected in the evidence, you may try dictionary attack or bruteforce attack or Rainbow talbes... Usually ...
分类:
其他好文 时间:
2015-08-15 17:49:54
阅读次数:
253
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return all d...
分类:
其他好文 时间:
2015-08-09 00:17:58
阅读次数:
154
最近更新了最新版浏览器的同学是不是偶尔会遇到SSL加密协议不灵,访问不了的情况?最典型的例子是使用FF39或38.0.2访问某些网站时报错:Errorcode:ssl_error_weak_server_ephemeral_dh_key这是由于你的客户端(FF39)废弃了DHE、RC4密码,而服务器端默认使用DHE、RC4加密的密钥..
分类:
其他好文 时间:
2015-08-07 07:11:46
阅读次数:
168
一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你.....
分类:
其他好文 时间:
2015-08-05 12:47:15
阅读次数:
110
题目链接:
zoj2587
题意:
给出一张无向网络图,并给出起点和终点,破坏图的每一条边需要一定的费用,问破坏起点和终点的连通性的费用是否唯一.
解题思路:
破坏两点的连通性的最小费用,很容易联想到 网络流中的最小割,
建立源点 汇点 同时 因为图是无向图,我们需要将每条边建两次(正反向).
然后就是判断这个最小割是否唯一了:...
分类:
其他好文 时间:
2015-08-03 22:49:20
阅读次数:
178
Under Attack III
Time Limit: 7 Seconds
Memory Limit: 65536 KB
Due to the successful resist in Under Attack II, the enemy lost most of their bombers and our ground forces are advancing ...
分类:
其他好文 时间:
2015-08-03 14:32:14
阅读次数:
95