Just calm down,just do it,time will show that you have made the right choice! 1.现在睡觉的话会做梦,而现在学习的话会让梦实现 This moment will nap, you will have a dream; ...
分类:
其他好文 时间:
2018-04-13 13:28:16
阅读次数:
191
第四章 实现鼠标经过字体变白吗,背景变蓝的效果,鼠标离开,恢复原来的样式。 ...
分类:
Web程序 时间:
2018-04-10 10:57:05
阅读次数:
243
这是一个double free的题啊,题目比较简单。 首先看一下这个文件: 这是一个64位的程序,动态链接的。 运行下看看: 再来用ida看一下这个程序代码(有些地方我有重新标记): 看一下list: 然后看下每一个流程是怎么执行的吧,发现无法解析伪c代码,那就看汇编结合动调吧。 看一下内存分配,可 ...
分类:
其他好文 时间:
2018-04-06 23:44:29
阅读次数:
821
Let bygones be bygones. 过去的就让它过去吧。 What happened has happened, it cannot be undone, so just leave it in the way it si, and think of the way out or way ...
分类:
其他好文 时间:
2018-04-06 14:01:22
阅读次数:
147
本文目录:1.BEGIN...END2.true和false3.if结构4.case结构5.loop、leave和iterate6.repeat循环7.while循环 MySQL/MariaDB中的符合语句结构有:BEGIN...END,if,case,while,loop,repeat,curso ...
分类:
数据库 时间:
2018-04-05 21:05:56
阅读次数:
308
Given a tree, you are supposed to list all the leaves in the order of top down, and left to right. Input Specification: Each input file contains one t ...
分类:
其他好文 时间:
2018-04-04 20:45:01
阅读次数:
181
C#自定义Button按钮控件 在实际开发中经常可以遇到有的控件并不一定可以满足需要,因此需要自定义开发,这里做了一个简单的按钮控件,特意帖上来,如有不足之处请见谅! 按钮素材: 这里截图里V2013的几个图标 截图图标如下,有需要的可以自行:images下载 Button按钮控件设计 1.添加一个 ...
#include #include #include #define INBUFSIZE 4096 #define MP3BUFSIZE (int)(1.25 * INBUFSIZE) + 7200 int encode(char *inpath, char *outpath) { int stat... ...
分类:
编程语言 时间:
2018-04-01 11:48:55
阅读次数:
202
一、英文词频统计 1.下载一首英文的歌词或文章 I said,"dad, you might leave now.” But he looked out of the window and said,” I’m going to buy you some tangerines. You just s ...
分类:
其他好文 时间:
2018-03-28 00:02:55
阅读次数:
209
Don't cry for what is lost. Smile for what still remains. 别为失去的哭泣,为还留在你身边的一切微笑吧。 I have been told that if crying for missing the sun, we may miss the ...
分类:
其他好文 时间:
2018-03-26 23:38:30
阅读次数:
202