码迷,mamicode.com
首页 >  
搜索关键字:write back    ( 29084个结果
SEH, SAFESEH相关
SEH, SAFESEH相关1,触发seh异常让目标程序Read/Write无效地址,如果和栈底相邻的内存只读,尝试覆盖超出栈底2,如何找到(显示)要覆盖的SEHod语法:dd fs:[0]softice语法: dd fs:03,覆盖SEH时需要填充的跳转地址需要找一个可以跳转成功的pop ?pop...
分类:其他好文   时间:2014-07-29 16:47:22    阅读次数:347
javascript将字符串转成方法名
根据其他画面传入的回调方法名,在自己的画面上去调用该方法。这是带参数的方法定义:functioncall_back(funName,result){this.func=function(result){};this.func=eval(funName);}不带参数的方法定义:functioncall_back(funName){this.func=function(){};this.func=eval(funN..
分类:编程语言   时间:2014-07-29 15:58:09    阅读次数:198
物理读之LRU(最近最少被使用)的深入解析
一组LRU链表包括LRU主链,LRU辅助链,LRUW主链,LRUW辅助链,称为一个WorkSet(工作组)如下图:sys@ZMDB>selectCNUM_SET,CNUM_REPL,ANUM_REPL,CNUM_WRITE,ANUM_WRITEfromx$kcbwdswhereCNUM_SET>0;CNUM_SETCNUM_REPLANUM_REPLCNUM_WRITEANUM_WRITE------------------------..
分类:其他好文   时间:2014-07-29 15:26:39    阅读次数:298
HDU 2163 Palindromes
Palindromes Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2949    Accepted Submission(s): 1723 Problem Description Write a progra...
分类:其他好文   时间:2014-07-29 14:30:38    阅读次数:157
Unix/Linux环境C编程入门教程(40) 初识文件操作
??1.函数介绍                            close(关闭文件) 相关函数 open,fcntl,shutdown,unlink,fclose 表头文件 #include 定义函数 int close(int fd); 函数说明 当使用完文件后若已不再需...
分类:系统相关   时间:2014-07-29 14:17:39    阅读次数:391
前台技术--通过javaScript提交表单
window.location=pp+"?username="+getCookie("username")+"&userid="+getCookie("userid"); 替换 document.write(""); document.write(""); document.write(""); document.write(""); document.formx1.submit();...
分类:编程语言   时间:2014-07-29 13:08:36    阅读次数:245
block 解析 - block变量
block变量上一篇 讲的是block静态变量的特性,这里我们来看一下_block变量。引用官方:You can specify that an imported variable be mutable—that is, read-write— by applying the__blockstora...
分类:其他好文   时间:2014-07-29 10:30:16    阅读次数:287
linxu文件共享服务器samba
linux文件共享安装samba软件包mount/dec/cdrom/mntrpm-ivh/mnt/Packages/samba-3.6.9-151.el6.i686.rpm配置相关文件cd/etc/sambagrep-v“#”smb.conf|grep-v“^$”>smb.conf.back去除注释和空白行cpsmb.conf.backsmb.conf覆盖原配置文件(1)匿名共享vi/etc/samba/smb.confsec..
分类:其他好文   时间:2014-07-28 16:53:34    阅读次数:282
POJ-2104-K-th Number(函数式线段树)
Description You are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked to write a new data structure that would be able...
分类:其他好文   时间:2014-07-28 16:14:11    阅读次数:257
HDU - 1789 Doing Homework again
Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in the ho...
分类:其他好文   时间:2014-07-28 16:04:23    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!