上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 273 下一页
摘要: Given two strings s and t, write a function to determine if t is an anagram of s. For example, s = "anagram", t = "nagaram", return true. s = "rat", t 阅读全文
posted @ 2018-03-29 22:29 bonelee 阅读(176) 评论(0) 推荐(0)
摘要: 最近DGA检出了一堆阿里高防的域名,例如:u3mbyv2siyaw2tnm.gfnormal09aq.com,然后专门查找了下相关文档。 例如 8264.com 这个网站启用了aliyun的高防DDoS。 dig 8264.com 可以看到:; <<>> DiG 9.10.3-P4-Ubuntu < 阅读全文
posted @ 2018-03-29 19:25 bonelee 阅读(845) 评论(0) 推荐(0)
摘要: #1 - Network Stresser - http://networkstresser.com#2 - Lifetime Booter - http://lifetimeboot.com#3 - Power Stresser - http://powerstresser.com#4 - Dar 阅读全文
posted @ 2018-03-29 18:01 bonelee 阅读(22152) 评论(0) 推荐(0)
摘要: 恶意域名指传播蠕虫、病毒和特洛伊木马或是进行诈骗、色情内容传播等不法行为的网站域名。 恶意域名指传播蠕虫、病毒和特洛伊木马或是进行诈骗、色情内容传播等不法行为的网站域名。本文面临能够的挑战,就是恶意网站经营者所使用的各种技术。近年来,FFSN和DGA技术使得网络攻击更加隐蔽,隐患更难被清除。 现网发 阅读全文
posted @ 2018-03-29 17:00 bonelee 阅读(6572) 评论(0) 推荐(0)
摘要: 前言 cloudflare 是一家国外的 CDN 加速服务商,还是很有名气的。提供免费和付费的加速和网站保护服务。以前推荐过的百度云加速的国外节点就是和 cloudflare 合作使用的 cloudflare 的节点。 cloudflare 提供了不同类型的套餐,即使是免费用户,cloudflare 阅读全文
posted @ 2018-03-29 16:29 bonelee 阅读(95509) 评论(2) 推荐(3)
摘要: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function 阅读全文
posted @ 2018-03-28 23:45 bonelee 阅读(239) 评论(0) 推荐(0)
摘要: Given a binary tree, return the tilt of the whole tree. The tilt of a tree node is defined as the absolute difference between the sum of all left subt 阅读全文
posted @ 2018-03-28 22:40 bonelee 阅读(209) 评论(0) 推荐(0)
摘要: 多线程 from:https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832360548a6491f20c62d427287739fcfa5d5be1f000 import 阅读全文
posted @ 2018-03-28 17:02 bonelee 阅读(233) 评论(0) 推荐(0)
摘要: Find the sum of all left leaves in a given binary tree. Example: 更简洁的写法: 迭代解法: 另外也可以在迭代过程中绕过叶子结点: 阅读全文
posted @ 2018-03-27 23:23 bonelee 阅读(216) 评论(0) 推荐(0)
摘要: Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same if they are structurally ident 阅读全文
posted @ 2018-03-27 22:55 bonelee 阅读(232) 评论(0) 推荐(0)
上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 273 下一页