摘要:
BUFFER OVERFLOW 3An Assembly LanguageIntroductionBasic of x86 ArchitectureAssembly LanguageCompiler, Assembler & LinkerFunction OperationStackStack Op... 阅读全文
摘要:
Memory Layout (Virtual address space of a C process)分类:C语言基础2012-12-06 23:162174人阅读评论(0)收藏举报found a good example to demostrate the memory layout and i... 阅读全文
摘要:
Memory Layout of C ProgramsA typical memory representation of C program consists of following sections.1. Text segment2. Initialized data segment3. Un... 阅读全文
摘要:
C程序员必须知道的内存知识【英】时间2015-03-08 14:16:11极客头条原文http://marek.vavrusa.com/c/memory/2015/02/20/memory/Source: Weapons byT4LLBERG, on Flickr (CC-BY-SA)In 2007... 阅读全文
摘要:
闭包,懂不懂由你,反正我是懂了越来越觉得国内没有教书育人的氛围,为了弄懂JS的闭包,我使出了我英语四级吃奶的劲去google上搜寻着有关闭包的解释,当我看到stackoverflow上这一篇解答,我脑中就出现了一句话:就是这货没跑了!不才译文见下,见笑了。Peter Mortensen问:就像老Al... 阅读全文
摘要:
什么是闭包,我的理解首先,我觉得,一个概念,如果不理解也不影响使用的话,那么,就没必要去理解它、去学习它。闭包就是这样一个概念,你不理解它也能很好的用它。俺这两年写as3程序,是天天在和它打交道,甚至有过一个function套一个,一个方法中套了20多个function的极端例子,但从未深究过它是怎... 阅读全文