调用JS函数包括两部分在执行:1.词法分析 2.执行语句 例1:*/functiontest(x,y){functionx(){alert(x);}x();alert(x);}test(100); 词法分析: 1.函数执行时候,生成Active Object对象 2.AO.x=undefined ....
分类:
Web程序 时间:
2014-07-12 00:20:23
阅读次数:
213
DescriptionBackground"KO-RE-A, KO-RE-A" shout 54.000 happy football fans after their team has reached the semifinals of the FIFA World Cup in their ho...
分类:
其他好文 时间:
2014-07-11 11:35:32
阅读次数:
197
When using MacOS with xcode6-beta, i always meet these error:xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer")...
分类:
移动开发 时间:
2014-07-11 10:04:53
阅读次数:
244
前不久在卡饭爆出各种木马利用快捷方式启动绕过杀毒软件的主动防御,随分析下。 0x01. Lnk文件介绍 lnk文件是用于指向其他文件的一种文件。 这些文件通常称为快捷方式文件.通常它以快捷方式放在硬盘上.以方便使用者快速的调用,其扩展名为.lnk。 0x02. Lnk文件格式解析 Lnk文件头 Sh...
分类:
其他好文 时间:
2014-07-06 20:29:44
阅读次数:
358
1.UPX壳我们先来看一下数据是怎么被解压出来的,首先刚进入外壳时,就有这么几句代码:/*462A40*/ pushad/*462A41*/ mov esi,43F000/*462A46*/ lea edi,dword ptr ds:[esi+FFFC2000]/*462A4C*/ mov dwor...
分类:
其他好文 时间:
2014-07-06 20:06:24
阅读次数:
249
报告更新日期: 2013-10-14 样本发现日期: 2013-01-22 样本类型: Android 样本文件大小/被感染文件变化长度: 1.15 MB (1,209,713 字节) 样本文件MD5 校验值: 001769fd059d829a568b4196f07c6df9 壳信息:无 可能受到威...
分类:
移动开发 时间:
2014-07-06 19:57:23
阅读次数:
238
狸猫换太子----穿别人的鞋,走自己的路(另类思维实现Ring0隐藏文件)10号的时候接了朋友一个编程方面的订单,要求从头开始写一个精简版的远程控制软件,其他功能不说了,主要是一个,要求设置文件访问权限,要可设置4类(可访问,可写,可删除,可见)根据字面意思很容易可以理解,可访问就是是否可以读(换句...
分类:
其他好文 时间:
2014-07-06 19:30:26
阅读次数:
334
题目如下:
Play on Words
Some of the secret doorscontain a very interesting word puzzle. The team of archaeologists has tosolve it to open that doors. Because there is no other way to open the doors,...
分类:
其他好文 时间:
2014-07-06 12:12:36
阅读次数:
221
??
Deleting a Cluster Node on Linux and UNIX Systems
1.确定要删除的节点,是否active,pinned
$ olsnodes -s -t
如果 pinned ,则crsctl unpin css -n unpinned 相应的节点
2、禁用相应集群节点的应用资源,进程
先停掉 em:
emctl sto...
分类:
数据库 时间:
2014-07-06 11:48:28
阅读次数:
309
参考glog写了现有的Logging系统。
直接有
enum LoggingEnum{
LOG_INFO,
LOG_DBBUG,
LOG_ERROR,
LOG_WARNNING,
LOG_END
};
几种等级的日志,实时刷到console上,异步延迟写到日志上,建立队列缓存日志,时间一到一起刷到file,好了,看下Logging实现:
class Active;
stru...
分类:
其他好文 时间:
2014-07-06 09:30:37
阅读次数:
296