Vasya has the square chessboard of size n?×?n and m rooks. Initially the chessboard is empty. Vasya will consequently put the rooks on the board one a ...
分类:
其他好文 时间:
2016-07-23 13:24:14
阅读次数:
156
比赛的时候 long long sum=n*n,计算不出1e10长度到数,没有搞掉。 哎,以后要注意这个地方。这个题其实不难: 统计能被攻击到的个数,然后用总的个数减掉就可以了。注意有些地方重复计算,要给去掉。 B. Cells Not Under Attack time limit per tes ...
分类:
其他好文 时间:
2016-07-23 12:01:30
阅读次数:
189
Description Hogwarts is under attack by the Dark Lord, He-Who-Must-Not-Be-Named. To protect the students, Harry Potter must cast protective spells so ...
分类:
其他好文 时间:
2016-07-23 00:38:42
阅读次数:
180
What's CSRF attack ? CSRF(" Cross-site request forgery!" 跨站请求伪造) 用实例讲原理: 我们假设一个银行网站A,一个网站B,一个用户(受害人),一个黑客,银行网站的转账URL是 http://bank./transfer?account=Ma ...
分类:
其他好文 时间:
2016-07-03 19:02:15
阅读次数:
161
一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的 ...
分类:
Web程序 时间:
2016-06-24 14:37:51
阅读次数:
122
一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的 ...
分类:
其他好文 时间:
2016-06-17 19:08:00
阅读次数:
173
一.CSRF是什么?
CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。
二.CSRF可以做什么?
你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的名义发送恶意请求。CSRF能够做的事情包括:以你名义发送邮件,发消息,盗取...
分类:
其他好文 时间:
2016-06-02 11:38:51
阅读次数:
210
https://adsecurity.org/?p=2362 Attack Methods for Gaining Domain Admin Rights in Active Directory ActiveDirectorySecurity, Microsoft Security, Technic ...
分类:
其他好文 时间:
2016-05-24 20:37:33
阅读次数:
561
昨天晚上21点,NVIDIA GeForce GTX 1080正式揭开所有面纱。这张显卡到底有多强?是否又真的比TITAN X还快?新的显卡又有哪些技术改进?本文将为您一一解答。 NVIDIA GeForce GTX 1080 Founders Edition 无与伦比的游戏性能 重要的事情最先说。 ...
分类:
其他好文 时间:
2016-05-18 21:29:09
阅读次数:
226
一天一道LeetCode系列(一)题目
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 distinct solutions to...
分类:
其他好文 时间:
2016-05-18 18:31:33
阅读次数:
142