摘要: 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 阅读(150) 评论(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 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 网络层ddos 是让去往银行的道路交通变得拥堵,无法使正真要去银行的人到达;常利用协议为网络层的,如tcp(利用三次握手的响应等待及电脑tcp 连接数限制)等应用层ddos 则是在到达银行后通过增办、询问业务等等各种“合法要求”来消耗银行的业务资源,如利用http(查看所有网页、占用资源大的网页如: 阅读全文
posted @ 2018-06-20 18:14 bonelee 阅读(2586) 评论(45) 推荐(0) 编辑
摘要: 摘自:https://zhuanlan.zhihu.com/p/22953451 首先我们说说ddos攻击方式,记住一句话,这是一个世界级的难题并没有解决办法只能缓解 DDoS(Distributed Denial of Service,分布式拒绝服务)攻击的主要目的是让指定目标无法提供正常服务,甚 阅读全文
posted @ 2018-06-20 17:14 bonelee 阅读(2540) 评论(2) 推荐(0) 编辑