上一页 1 ··· 138 139 140 141 142 143 144 145 146 ··· 273 下一页
摘要: 看下dns污染: 有没有发现每次返回的ip都是比较随机的。就算你指定dns服务器也会出现这个问题: DNS污染事件跟踪:为什么.cn和.org域名逃过一劫 2014年 关于中国境内用户访问.com 和.net 域名被解析到65.49.2.178 一事我又有新发现,我发现了为什么.cn 和.org 的 阅读全文
posted @ 2018-07-24 14:33 bonelee 阅读(2934) 评论(2) 推荐(0)
摘要: We want to use quad trees to store an N x N boolean grid. Each cell in the grid can only be true or false. The root node represents the whole grid. Fo 阅读全文
posted @ 2018-07-23 22:57 bonelee 阅读(1195) 评论(0) 推荐(0)
摘要: 6cw66eqf42i6mqbotomsi-.com []b6z8y0nh000ja.com []z308r66nlf9-.com []lc36ctvjbufpmnz30ktxm-2.com []dl-ykogu59hudr69omp.com []w9f4yhvray9y9eoj.com []jk6 阅读全文
posted @ 2018-07-23 19:43 bonelee 阅读(219) 评论(0) 推荐(0)
摘要: Given an integer n, return the number of trailing zeroes in n!. Example 1: Example 2: 思考这类问题还是要从上而下思考,先用递归思路去解,最后修改循环或者dp。 另外的解法: Example Three By giv 阅读全文
posted @ 2018-07-22 13:01 bonelee 阅读(241) 评论(0) 推荐(0)
摘要: Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra spa 阅读全文
posted @ 2018-07-21 23:23 bonelee 阅读(296) 评论(0) 推荐(0)
摘要: Given a n-ary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest le 阅读全文
posted @ 2018-07-21 23:05 bonelee 阅读(794) 评论(0) 推荐(0)
摘要: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Input: 121 Output: tru 阅读全文
posted @ 2018-07-21 11:54 bonelee 阅读(274) 评论(0) 推荐(0)
摘要: We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you guess wron 阅读全文
posted @ 2018-07-21 11:01 bonelee 阅读(301) 评论(0) 推荐(0)
摘要: 真实案例|RDP协议暴力破解卷土重来! 作者:aqniu星期六, 七月 2, 20160 真实案例|RDP协议暴力破解卷土重来! 作者:aqniu星期六, 七月 2, 20160 背景 RDP(Remote Desktop Protocol)称为“远程桌面登录协议”,即当某台计算机开启了远程桌面连接 阅读全文
posted @ 2018-07-20 17:07 bonelee 阅读(20085) 评论(0) 推荐(0)
摘要: pypi 镜像使用帮助 pypi 镜像每 5 分钟同步一次。 临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 注意,simple 不能少, 是 https 而不是 http 设为默认 修改 ~/.co 阅读全文
posted @ 2018-07-19 17:01 bonelee 阅读(43388) 评论(0) 推荐(1)
上一页 1 ··· 138 139 140 141 142 143 144 145 146 ··· 273 下一页