码迷,mamicode.com
首页 >  
搜索关键字:attack on titan    ( 561个结果
@property 用法
import datetimeimport timeclass PK(object): def __init__(self,name,attack=0.0,defence=0.0): self.name = name self.attack = attack self.defence = defen ...
分类:其他好文   时间:2018-07-12 16:32:14    阅读次数:178
How to prevent XXE attack ( XmlDocument in .net)
External resources are resolved using the XmlResolver provided via XmlDocument.XmlResolverproperty. If your XML documents **should not contain any ext ...
分类:Web程序   时间:2018-07-03 21:32:32    阅读次数:282
2017-2018-2 20155315《网络对抗技术》免考四:中间人攻击
原理 中间人攻击(Man in the Middle Attack, MITM)是一种由来已久的网络入侵手段,并且在今天仍然有着广泛的发展空间,如SMB会话劫持、DNS欺骗等攻击都是典型的MITM攻击。简而言之,所谓的MITM攻击就是通过拦截正常的网络通信数据,并进行数据篡改和嗅探,而通信的双方却毫 ...
分类:其他好文   时间:2018-06-28 00:03:02    阅读次数:255
6.22我要移民7
动词搭配宾语(200个) Book 5 第六册1-7课中“谓语+宾语搭配” The human attack on the ecosphere has instigated an ecological counterattack. Nature knows best. A wire zings th ...
分类:其他好文   时间:2018-06-23 00:01:26    阅读次数:181
one-shot 检测算法YOLO、SSD
YOLO 优点:速度快,端到端。在Titan gpu上的帧率是45fps,并且加速版的帧率可以达到155fps。 缺点:实践证明,该算法对小物体和离得近的物体分类效果比较差。 实验效果 SSD 在Titan X上的帧率达到58fps,(在VOC2007测试中, 58 FPS下 72.1%mAP,对F ...
分类:编程语言   时间:2018-06-22 21:44:54    阅读次数:527
【CCF】炉石传说 模拟
#include #include #include #include #include #include #include using namespace std; int n; string cmd; int now=0; struct node{ int attack; int health;... ...
分类:其他好文   时间:2018-06-22 20:32:14    阅读次数:358
ZOJ 3747 Attack on Titans
题目大意 一共有N个人,编号为 $1...N$ 题目要求给每一个人都要有一个属性,分别为 $R,P,G$ 并且对于这些属性的人有一定的要求: 1.属性为 $G$ 的人至少连续有 $m$ 个 2.最多有连续 $k$ 个为 $R$ 属性的人 问符合这种要求的排列有多少个 大致思路: 这个题比较麻烦的是有 ...
分类:其他好文   时间:2018-06-08 00:48:10    阅读次数:170
YOLO (You Only Look Once)
YOLO (You Only Look Once)dl cnn object detection 一、YOLOYOLO是一个实时的目标检测系统。最新的V2版本在Titan X 上可以每秒处理 40-90 张图片,在VOC 2007上可以取得78.6%的准确率,在COCO上可以取得48.1%准确率。之... ...
分类:其他好文   时间:2018-06-05 21:18:07    阅读次数:629
64位linux系统:栈溢出+ret2libc ROP attack
在64位linux系统上实施ROP,绕过ASLR
分类:系统相关   时间:2018-06-03 23:31:30    阅读次数:291
A request has been denied as a potential CSRF attack错误解决方法
2018-05-30 13:40:50 [http-nio-8081-exec-3] [ERROR] com.opensymphony.xwork2.interceptor.ParametersInterceptor -Developer Notification (set struts.devMo ...
分类:其他好文   时间:2018-05-30 15:10:34    阅读次数:682
561条   上一页 1 ... 15 16 17 18 19 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!