上一页 1 ··· 143 144 145 146 147 148 149 150 151 ··· 273 下一页
摘要: Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Example: Given num = 16, return true. Given num = 5, return f 阅读全文
posted @ 2018-06-20 22:52 bonelee 阅读(184) 评论(0) 推荐(0)
摘要: Write a function that takes a string as input and reverse only the vowels of a string. Example 1: Given s = "hello", return "holle". Example 2: Given 阅读全文
posted @ 2018-06-20 21:56 bonelee 阅读(230) 评论(0) 推荐(0)
摘要: 网络层ddos 是让去往银行的道路交通变得拥堵,无法使正真要去银行的人到达;常利用协议为网络层的,如tcp(利用三次握手的响应等待及电脑tcp 连接数限制)等应用层ddos 则是在到达银行后通过增办、询问业务等等各种“合法要求”来消耗银行的业务资源,如利用http(查看所有网页、占用资源大的网页如: 阅读全文
posted @ 2018-06-20 18:14 bonelee 阅读(2712) 评论(45) 推荐(0)
摘要: 摘自:https://zhuanlan.zhihu.com/p/22953451 首先我们说说ddos攻击方式,记住一句话,这是一个世界级的难题并没有解决办法只能缓解 DDoS(Distributed Denial of Service,分布式拒绝服务)攻击的主要目的是让指定目标无法提供正常服务,甚 阅读全文
posted @ 2018-06-20 17:14 bonelee 阅读(2647) 评论(2) 推荐(0)
摘要: nmap基本使用方法 我自己的使用: nmap 149.28.72.184 Starting Nmap 7.70 ( https://nmap.org ) at 2018-06-15 16:53 CST Nmap scan report for 149.28.72.184.vultr.com (14 阅读全文
posted @ 2018-06-15 16:59 bonelee 阅读(47476) 评论(0) 推荐(2)
摘要: codecs进行文件的读取 python给我们提供了一个包codecs进行文件的读取,这个包中的open()函数可以指定编码的类型: 阅读全文
posted @ 2018-06-15 15:40 bonelee 阅读(507) 评论(0) 推荐(0)
摘要: 5^92ed5b2061032e4400000001^117.94.153.11^122.112.221.212^57594^11399 122.112.221.2125^1b635b20646a2e3b00000001^124.226.40.98^122.112.221.74^8761^1478 阅读全文
posted @ 2018-06-15 14:53 bonelee 阅读(1041) 评论(1) 推荐(0)
摘要: DGA的模型:https://github.com/Yuren-Zhong/DeepDGA CNN、LSTM、双向LSTM 论文可以看https://openreview.net/pdf?id=BJLmN8xRW DGA GAN的论文:https://arxiv.org/pdf/1610.01969 阅读全文
posted @ 2018-06-15 14:41 bonelee 阅读(709) 评论(0) 推荐(0)
摘要: GAN:通过 将 样本 特征 化 以后, 告诉 模型 哪些 样本 是 黑 哪些 是 白, 模型 通过 训练 后, 理解 了 黑白 样本 的 区别, 再输入 测试 样本 时, 模型 就可以 根据 以往 的 经验 判断 是 黑 还是 白。 与 这些 分类 的 算法 不同, GAN 的 基本 原理 是, 阅读全文
posted @ 2018-06-15 11:10 bonelee 阅读(1315) 评论(0) 推荐(0)
摘要: Given a positive integer num, write a function which returns True if num is a perfect square else False. Note: Do not use any built-in library functio 阅读全文
posted @ 2018-06-14 23:19 bonelee 阅读(274) 评论(0) 推荐(0)
上一页 1 ··· 143 144 145 146 147 148 149 150 151 ··· 273 下一页