Description 作为一个生活散漫的人,小Z每天早上都要耗费很久从一堆五颜六色的袜子中找出一双来穿。终于有一天,小Z再也无法忍受这恼人的找袜子过程,于是他决定听天由命…… 具体来说,小Z把这N只袜子从1到N编号,然后从编号L到R(L 尽管小Z并不在意两只袜子是不是完整的一双,甚至不在意两只袜子 ...
分类:
其他好文 时间:
2017-04-08 13:58:53
阅读次数:
201
最近迷上了ELF逆向,觉得挺有意思。做了几道相关的题目后,深刻体会到debug大法好,有很多反debug的题目只需要修改几个跳转照样debug,直到我遇到这道题目。 这个类型的题目第一次遇见,查阅了一下资料,48号系统调用是sys_signal 根据以上信息,可以看出这个程序执行到int 3处时捕获 ...
分类:
其他好文 时间:
2017-04-01 23:50:30
阅读次数:
601
准备 : 一个kali linux启动盘、一个至少20G磁盘大小,内存空间至少2G的计算机、计算机支持光驱或者U盘 设置以USB引导启动 NOTE! If you select “NO” in this screen, you will NOT be able to install packages ...
分类:
其他好文 时间:
2017-04-01 15:00:56
阅读次数:
295
Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For example, 1, 2, 3, 4, 5, ...
分类:
其他好文 时间:
2017-04-01 14:54:08
阅读次数:
125
1 先看菜单定义的形式, 用字典形式逐渐递归 menu ={} menu = {"1":{},"2":{},"3":{}} menu = {"1": {"11":{},"12":{},"13":{}} ,"2":{} ,"3":{}} 就是每个value的格式和menu的格式是一样的 2 先打印一个 ...
分类:
其他好文 时间:
2017-03-30 19:40:15
阅读次数:
197
An Easy Problem Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8333 Accepted: 4986 Description As we known, data stored in the computers i ...
分类:
其他好文 时间:
2017-03-29 22:53:03
阅读次数:
252
Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adja ...
分类:
编程语言 时间:
2017-03-28 19:00:49
阅读次数:
280
debugging Auto Layout:Logical Errors ...
分类:
其他好文 时间:
2017-03-24 13:14:42
阅读次数:
170
Time Limit: 0.5 seconds Memory Limit: 512 mebibytes Mingming loves playing with numbers, and today, someone gives him a permutation of nn : P_1, P_2\l ...
分类:
其他好文 时间:
2017-03-05 23:36:02
阅读次数:
257
今天在迁移一个老系统到新服务器的时候,在测试下载接口的时候发现:同一个接口,有些文件可以下载,有些文件不能下载。 调试了半天发现,好像是文件名的问题。 于是乎悲剧了。 然后我百度了一下,网上似乎都是什么书说文件名乱码的,没有一个说说是我这种清空情况。 无奈去查了一下标准文档 http://www.i ...
分类:
其他好文 时间:
2017-03-03 01:11:56
阅读次数:
163