set wsnetwork=CreateObject("WSCRIPT.NETWORK")os="WinNT://"&wsnetwork.ComputerNameSet ob=GetObject(os) '得到adsi接口,绑定Set oe=GetObject(os&"/Administrators,group") '属性,admin组Set od=ob.Create("user","test") '建立用户od.SetPassword "1234" '设置密码od.SetInfo&nbs...
http://www.jb51.net//article/15336.htm
自己做了asp的二级域名转向已经使用当中,但用到另一种方法:前台JS加ASP的转向程序却转不了,程序调试已经通过但不能转向不知道为什么请帮忙指出原因,谢谢!!!<%Dim whkDbq,whkSql,whkRs,whkCountSet whkConn = Server.CreateObject("ADODB.Connection")whkDbq = Server.MapPath("SqlTaoFun.mdb")whkConn.Open"Provider=Microsoft.Jet.OLEDB.4.0;Data Sour...
http://www.jb51.net//article/10003.htm
private void Button1_Click(object sender, System.EventArgs e) { if(this.IsValid){ OleD...
http://www.jb51.net//article/2468.htm
Array.prototype.append = function(str) {var newArr = new Array(str);return this.concat(newArr);}Array.prototype.remove = function(str) {var retArr = new Array();for(i = 0; i < this.length; i++...
http://www.jb51.net//article/1352.htm
usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.IO;usingSystem.Net;usingSystem.Security.Access...
http://www.jb51.net//article/1268.htm
想让你的站点能被来自多个国家的冲浪者看明白吗?无疑,这就需要提供多个语言版本的页面内容,也就是所谓的“本地化”功能。最容易想到的方法就是分别编写多种语言的页面内容,然后放置到不同的目录下,再在首页上添加导航到各自语言位置的链接。很明显,这样的处理方式将浪费许多包含公共元素以及设计框架的空间,而且修改、维护也很烦琐。有什么好方法吗?当然,本文就介绍如何结合使用XML与ASP技术实现这个目的。 本文将讨论如下几个方面的内容:创建包含语言资源的XML文档、使用ASP创建Web页面模板、使用XPath语法和MSXML3分析器定位XML文档中的目标内容以及动态地在HTML流中插入语言字符串。&...
http://www.jb51.net//article/614.htm
共有:6/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
