摘要:
首先打开cmd命令。cd 到C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin看看你有没这2个工具,没的话自己百度找下然后把要查看的 dll文件或者exe文件拉进来这里面(因为我们是要用命令,你直接打开ildasm.exe也可以找到各目录打开)比如 text.dll (里面有console.writeline("hello word"))ildasm text.dll 打开dll 找到方法可以查看ildasm text.dll /output:text.il 按回车就编译好一个il文件(可用记事本打开并且编辑hel 阅读全文
posted @ 2012-01-12 11:55
dm3344
阅读(7646)
评论(1)
推荐(1)
摘要:
1、Jquery的$(document).ready(function () {$(document).keyup(function (evnet) { if (evnet.keyCode == '13') { alert('哈哈'); } });});2、js的在 <body onkeydown="alert('哈哈');">就可以了3、控件的<input type="text" onkeydown="alert('哈哈');" 阅读全文
posted @ 2012-01-12 09:38
dm3344
阅读(8697)
评论(0)
推荐(0)
浙公网安备 33010602011771号