q : 如何设置 perlscript 的安全等级 ?
a : 在 ie 4.0 或更高版本中,通过修改注册表实现:
hkey_local_machine\software\activestate\perlse\1.0
reg_dword: enabledzones = 0x0010 (default)
enabledzones 的值
enable all : 0x0001
enable local : 0x0010
enable inte.net : 0x0020
enable trusted : 0x0040
enable restricted : 0x0080 (for the perverse)
ie3 的限制多些,只有 "全部允许" 和 "全部禁止" 两种选择:
disable all : 0x0000
enable all : 0x0001
========================================================
q : 为何我的事件句柄调用无效 ?
a : 事件名称对大小写敏感.同样,通过修改注册表可以使之不敏感:
hkey_local_machine\software\activestate\perlse\1.0
reg_dword: nocasecompare = 1 (default)
========================================================
q : 什么是 windows scripting host ?
a : 简写为 wsh ,是微软的一个使用在32位 windows 操作系统平台上的语言无关性 ( language-independent ) 的脚本主机,它使 vbscript 和 jscript 的开发者可以方便快捷的编制程序,当然,对于 perl 开发者来说, whs 所提供的功能,也可以通过 perl 摸组及其扩展来实现.
详细情况请查询: http://www.microsoft.com/scripting/
========================================================
Java Asp PHP .Net XML C/C++ CGI VB Jsp J2ee J2se J2me EJB Servlet Tomcat Resin Struts Weblogic Eclipse ANT GUI JMS Web servise IDEA Webphere Hibernate Spring Jboss Applet Swing Socket Javamail Perl Ajax P2P 安全 模式 框架 测试 开源 游戏
Windows XP Windows 2000 Windows 2003 Windows Me Windows 9.x Linux UNIX 注册表 操作系统 服务器 应用服务器