06 2008 档案

Menu(XMl递归)
摘要:最终效果:代码:[代码][代码][代码] 阅读全文

posted @ 2008-06-27 17:38 RedFox(低调) 阅读(2203) 评论(1) 推荐(0)

EditPlus3.0
摘要:软件名称:EditPlus.rar(v3.01)软件内容如下:1、epp301_en.exe(英文原版)2、setup.exe(汉化版,有插件,注意选择哈)3、keygen.exe(注册机) 阅读全文

posted @ 2008-06-18 11:10 RedFox(低调) 阅读(1136) 评论(3) 推荐(0)

Ubuntu学习
摘要:1安装: 我安装的是8.0的,安装很傻瓜了(甚至比安装windows还傻瓜),没什么可说的。 2、命令(liunx是一个注重命令的操作系统,所以学习它的命令是第一步,也是必须的 2.1 关机重启(shutdown): 2.1.1 在关机之前得很转到root用户(默认为普通用户),可能过su来转到root用户,比如: su root; 2.1.2 sh... 阅读全文

posted @ 2008-06-17 10:37 RedFox(低调) 阅读(411) 评论(0) 推荐(0)

JS对于系统的安全机制弹出个性化提示
摘要:对于系统的安全机制弹出个性化提示: 1 window.oldOnError = window.onerror; 2 window.onerror = function (err) 3 { 4 if (err.indexOf('utomation') != -1) 5 { 6 ... 阅读全文

posted @ 2008-06-13 10:13 RedFox(低调) 阅读(250) 评论(0) 推荐(0)

关闭窗口执行事件
摘要:window.onbeforeunload = function() { var n = window.event.screenX - window.screenLeft; var b = n > document.documentElement.scrollWidth-20; if(b && window... 阅读全文

posted @ 2008-06-12 10:30 RedFox(低调) 阅读(182) 评论(0) 推荐(0)

导航