码迷,mamicode.com
首页 >  
搜索关键字:attack on titan    ( 561个结果
cf701B Cells Not Under Attack
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
codeforces #364b Cells Not Under Attack
比赛的时候 long long sum=n*n,计算不出1e10长度到数,没有搞掉。 哎,以后要注意这个地方。这个题其实不难: 统计能被攻击到的个数,然后用总的个数减掉就可以了。注意有些地方重复计算,要给去掉。 B. Cells Not Under Attack time limit per tes ...
分类:其他好文   时间:2016-07-23 12:01:30    阅读次数:189
SPOJ AMR11B
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 the CRSF ??
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攻击及mvc中的解决方案 [ValidateAntiForgeryToken]
一.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是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的 ...
分类:其他好文   时间:2016-06-17 19:08:00    阅读次数:173
浅谈CSRF攻击方式
一.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
到底强在哪儿?NV新旗舰GTX 1080详细解读
昨天晚上21点,NVIDIA GeForce GTX 1080正式揭开所有面纱。这张显卡到底有多强?是否又真的比TITAN X还快?新的显卡又有哪些技术改进?本文将为您一一解答。 NVIDIA GeForce GTX 1080 Founders Edition 无与伦比的游戏性能 重要的事情最先说。 ...
分类:其他好文   时间:2016-05-18 21:29:09    阅读次数:226
【一天一道LeetCode】#51. N-Queens
一天一道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
561条   上一页 1 ... 31 32 33 34 35 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!