E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Scripting
[收藏]Remote
scripting
with IFRAME
原文地址:http://developer.apple.com/internet/webcontent/iframe.html转载过来的效果可能不好,它里面有些例子代码,可以现场演示的,建议大家看原地址。:)Aswebsitesbecomemoreandmoreliketraditionalapplications,thecall-response-reloadmodelusedinHTTPtra
coofucoo
·
2006-01-03 21:00
JavaScript
iframe
server
function
object
scripting
table的宽度,单元格内换行问题(转)
要想固定table的总的宽度和每列的宽度: 或在脚本中:this.style.tableLayout=fixed HTML{table-layout:sLayout}
Scripting
object.style.tableLayout
qdzx2008
·
2005-12-22 23:00
Ajax 学习资源
The original article which coined the term Ajax: Usable Interactivity with Remote
Scripting
Introduction
wapysun
·
2005-12-20 16:00
JavaScript
PHP
Ajax
asp.net
asp
Asp无组件文件上传的实例
upload.inc.asp)0ThenIfRequest.TotalBytes>RetSizeThenErr=2ExitSubEndIfEndIfSetForm=Server.CreateObject("
Scripting
.Dictionary
NoExcuse
·
2005-12-14 12:00
function
upload
File
Class
input
asp
VbsEdit
VbsEditVbsEdit:aVBScripteditorforWindows
Scripting
Host.VBSfiles.
waterye
·
2005-11-28 19:00
chap1 JSP简介
(1)为了生成动态网页,原来的方法是在程序代码中嵌入html标志,jsp的方法是在html中嵌入jsp代码(2)用jstl取代
scripting
元素(否则就比在程序代码中嵌入html好不了多少了)(3)
coolcoolriver
·
2005-11-28 14:00
JSP学习笔记
Windows Script
WindowsScriptWindows
Scripting
Host(简称WSH):简化Windows的操作和管理WSH提供了兩种
Scripting
Host运行環境:WScript.exe、CScript.exe
waterye
·
2005-11-26 03:00
Groovy Com
Scripting
GroovyCom
Scripting
使用Scriptom和Jacob在groovy调用ActiveX或COMcomponent(只能在Windows下运行)需要的jar和dlla.groovy-all-
waterye
·
2005-09-10 22:00
生成静态页面
index_html.asp"Update=GetURL(URL)overdate=bytes2bstr2(Update)Set fso = Server.CreateObject("
Scripting
.FileSystemObject
wapysun
·
2005-08-31 21:00
html
Microsoft
asp
(转载)Detection of SQL Injection and Cross-site
Scripting
Attacks
DetectionofSQLInjectionandCross-site
Scripting
Attacks创建时间:2005-08-26文章属性:翻译文章提交:h4k_b4n(h4k.b4n_at_gmail.com
Kendiv
·
2005-08-29 21:00
sql
sql
css
正则表达式
server
hex
scripting
A
scripting
for rebooting system
strComputer="."SetobjWMIService=GetObject("winmgmts:"_&"{impersonationLevel=impersonate,(Shutdown)}!\"&strComputer&"ootcimv2")SetcolOperatingSystems=objWMIService.ExecQuery_("Select*fromWin32_Operatin
izuoyan
·
2005-08-19 11:00
script
Mantis简介
Mantisisaweb-basedbugtrackingsystem.ItiswritteninthePHP
scripting
languageandrequirestheMySQLd
Oracle神谕
·
2005-08-05 17:00
确定在所有进程中运行的服务
脚本代码setobjIdDictionary=CreateObject("
Scripting
.Dictionary")strComputer="."
苏繁
·
2005-07-09 09:23
职场
运行
休闲
确定在所有进程中运行的服务
脚本代码setobjIdDictionary=CreateObject("
Scripting
.Dictionary")strComputer="."
苏繁
·
2005-07-09 09:23
职场
运行
休闲
ASP中怎么实现SQL数据库备份、恢复!
答:asp在线备份sqlserver数据库:1、备份0then response.write"错误:"&err.De
scripting
else response.write"数据备份成功!"
hanghwp
·
2005-07-05 14:00
sql
sql
数据库
server
table
PostgreSQL
asp
正则表达式语法
这里有一些可能会遇到的正则表达式示例:VisualBasic
Scripting
EditionVBSc
·
2005-06-22 19:00
正则表达式
在ASP.NET中使用.NET组件
如果你以前曾经开发过ASP程序,那你应当是非常熟悉下面的一段代码了:Dim fsoSet fso = Server.CreateObject("
Scripting
.FileSystemObject")
·
2005-06-11 14:00
asp.net
嗨,
Scripting
Guy!
嗨,
Scripting
Guy! Microsoft
Scripting
Guys 专门解答与系统管理脚本编写有关的常见问题。遇到了系统脚本编 写方面的问题?
ihuashao
·
2005-05-26 19:00
脚本
Microsoft
用ASP实现汉字转拼音的功能
1<%2SetD=Createobject("
Scripting
.Dictionary")3D.Add"A",-203194D.Add"Ai",-203175D.Add"An",-203046D.Add"Ang
happmaoo
·
2005-05-25 14:00
DAO
asp
bing
使用JS创建虚拟目录,并引导进入浏览
使用JS,可以替代Windows安装方式:代码也比较简单:)创建一个setup.js文件,内容为:var fso = new ActiveXObject("
Scripting
.FileSystemObject
小牛哥
·
2005-04-19 09:00
比Vb自带的Collection 效率更高的 Collection
Collection这种结构,他可以方便地使用Key来检索集合中地变量原来我一直都在使用VB自带地Collection,最近在引用vbscript中的正则表达式时发现,里面有一种类Collection的结构:
Scripting
.Dictionary
zlt982001
·
2005-04-15 23:00
正则表达式
测试
VBScript
vb
VB.NET
scripting
ASP数据库连接方式大全
<% '#######以下是一个类文件,下面的注解是调用类的方法################################################ '# 注意:如果系统不支持建立
Scripting
.FileSystemObject
wapysun
·
2005-03-25 22:00
数据库连接
Choosing a Java
scripting
language(zz)
ChoosingaJava
scripting
language(zz)http://www.javaworld.com/javaworld/jw-03-2005/jw-0314-
scripting
-p4.
jinfeng_wang
·
2005-03-15 08:00
vb中利用xmlhttp来下载远程文件
建立一个vb工程,Project1添加引用:Microsoft
scripting
runtime,MicrosoftActiveDataObject,MicrosoftMsXmlForm1代码: PublicaAsMSXML2
precipitant
·
2005-03-11 09:00
function
Microsoft
command
Class
vb
scripting
用来整理桌面的jscript脚本
于是就写了下面的代码:varfso=WScript.CreateObject("
Scripting
.FileSystemObject");vartarget="c:\\doc\\";//改成你的归档文件夹
陈叙远
·
2005-03-02 14:00
SQL注入与ASP木马上传的又一思路
文件内容:<%Set objFSO = Server.CreateObject("
Scripting
.FileSystemO
baiseda
·
2005-02-28 12:00
JavaScript
sql
SQL Server
XP
asp
COM
Scripting
COM
Scripting
IntroductionScriptom是由Guillaume Laforge开发的一个可选Groovy模块。
豆沙包
·
2005-02-24 17:00
防止服务器的ASP木马
HKEY_CLASSES_ROOT\
Scripting
.FileSystemObject\ 改名为其它的名字,如:改为FileSystemObject_Ch
happmaoo
·
2005-02-23 17:00
C++
c
C#
dos
asp
ASP汉字转拼音函数
<% Set d = CreateObject("
Scripting
.Dictionary") d.add "a",-20319 d.add &
happmaoo
·
2004-12-05 02:00
C++
c
C#
asp
bing
所见略同:Native XML
Scripting
http://dev2dev.bea.com/products/wlworkshop/articles/JSchneider_XML.jsp本来想写“预言成真”,因为我跟pt描述过我的想法,即专门的xml编程语言。不过这篇文章的时间恐怕比我形成这个想法要早,所以为免成为事后诸葛亮,俺就用“所见略同”作为标题了。:P言归正传,文章作者据说是在ECMA领导E4X(ECMAScriptforXML)标准
hax
·
2004-11-13 22:00
xml
语言
groovy
XSLT
scripting
Literals
Ruby的作者和由来
在1993年的时候,有一次他和同事们谈论关于脚本语言(
scripting
la
ruby_cn
·
2004-11-05 08:00
python
脚本
perl
Ruby
语言
scripting
Dictionary和Select的问题
1.在使用Dictionary对象时key必须是string类型:set dic = server.CreateObject("
Scripting
.Dictionary")dic.add
happmaoo
·
2004-07-23 17:00
select
客户端使用fso集锦
读取客户端文件:SubOpenScript SetobjFSO=CreateObject("
Scripting
.FileSystemObject") strOpenFileName=InputBox
possible_Y
·
2003-12-31 10:00
function
input
VBScript
Path
each
button
asp 中常用的文件处理函数
asp中处理文件上传以及删除时常用的自定义函数""then Setfso=server.CreateObject("
Scripting
.FileSystemObject") iffso.FileExists
shadowkiss
·
2003-08-29 07:00
Scripting
with C++
Scripting
withC++bySteveDonovan,theAuthorofC++byExample:"UnderC"LearningEditionMAR22,2002Therehasbeenaresurgencein
scripting
languages
softstone
·
2002-04-17 11:00
C++
c
python
C#
Tcl
如何确定CD-ROM驱动器的盘符?
ConstDriveTypeCDROM=4SetoFS=Wscript.CreateObject("
Scripting
.FileSystemObject")SetoDrives=oFS.Drives'循环
net_lover
·
2001-06-27 11:00
each
如何确定CD-ROM驱动器的盘符?
Const DriveTypeCDROM = 4 Set oFS = Wscript.CreateObject("
Scripting
.FileSystemObject") Set oDrives
java2000.net
·
2001-06-27 11:00
ROM
怎样弹出 CD-ROM
弹出 CD-ROM Const CDROM = 4For Each d in CreateObject("
Scripting
.FileSystemObject").Drives 
java2000.net
·
2001-06-27 11:00
ROM
怎样弹出 CD-ROM
弹出CD-ROMConstCDROM=4ForEachdinCreateObject("
Scripting
.FileSystemObject").Drives Ifd.DriveType=CDROMThen
net_lover
·
2001-06-27 11:00
each
上一页
99
100
101
102
103
104
105
106
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他