文章列表
泡妞的圣诞节桌面下雪
- 博客分类:
- 计算机基础知识
闲着无事,桌面下雪的东东.....,隐藏了进城,注入到了winlogon.exe所以会报是木马.....
转自http://hi.baidu.com/airzhutao/blog/item/16bb9734bc3fe35e251f148f.html
JVM指令集及各指令的详细使用说明
2010-11-24 11:38指令码 助记符 说明
0x00 nop 什么都不做
0x01 aconst_null 将null推送至栈顶
0x02 iconst_m1 将int型-1推送至栈顶
0x03 iconst_0 将int型0推送至栈顶
0x04 iconst_1 将int型1推送至栈顶
0x05 iconst_2 将int型2推送至栈顶
0x06 iconst_3 将i ...
Java虚拟机参数(目前最全)
by:咖啡的心情
Java HotSpot VM Options
This document provides information on typical command-line options and environment variables that can affect the performance characteristics of the Java HotSpot Virtual Machine. Unless otherwise noted, all information in this document pertains to ...
javascript uri 编码(zhuan)
对比 javascript url编码
javascript 常用的编码格式有:escape(), encodeURL(), encodeURIComponent() 区别如下:
escape() 方法:
采用ISO Latin字符集对指定的字符串进行编码。所有的空格符、标点符号、特殊字符以及其他非ASCII字符都将被转化成%xx格式的字符编码(xx等于该字符在字符集表里面的编码的16进制数字)。比如,空格符对应的编码是%20。
不会被此方法编码的字符: @ * / +
encodeURI() 方法:
把URI字符串采用UTF-8 ...
firebug-1.5.4-fx.xpi