
My Code
100fun
这个作者很懒,什么都没留下…
展开
-
關鍵字代碼!
%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>http://www.w3.org/TR/html4/loose.dtd">無標題文檔function getKeyword(str){strKey=str.replace(//strKey=strKey.replace(//"/>/gi,"");document.write(str+strKey);//alert(s原创 2004-12-31 17:14:00 · 1237 阅读 · 0 评论 -
網頁截取代碼!
%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>Function bytes2BSTR(vIn)strReturn = "" For i = 1 To LenB(vIn) ThisCharCode = AscB(MidB(vIn,i,1)) If ThisCharCode strReturn = strReturn & Chr(ThisCharCode) Else Ne原创 2004-12-31 17:22:00 · 1090 阅读 · 0 评论 -
判斷radio是否已選擇!
document.adseach.Status[0].checked==false && document.adseach.Status[1].checked==false如多行可通過length進行循環。原创 2005-01-03 17:59:00 · 1162 阅读 · 0 评论 -
正则表达式 循环 满足条件
GetControlValue 为函数 public static string ReplaceControlName(AsapExlib.Base.BaseForm bf,string Txt) { foreach (Match m in Regex.Matches(Txt, @"/{(.+?)/}")) {原创 2009-06-14 22:26:00 · 905 阅读 · 0 评论 -
北洋标签打印机类
using System;using System.Collections.Generic;using System.Text;using System.Data;using Beiyang;using ASAP.Extend.UIControl.Common;using ASAP.Extend.UIControl.Dialog;using System.Windows.Forms;using S原创 2009-06-14 22:29:00 · 2110 阅读 · 0 评论 -
多线程 循环 更新 网络状态
using System.Threading;private ToolStrip ts = null; private ToolStripLabel tlbl=new ToolStripLabel(); private string PingStr=string.Empty; private string ServerIP=AsapPublic.Globe.RemotServerAdd原创 2009-11-17 17:40:00 · 565 阅读 · 0 评论 -
最简单的 ajax Loading 效果
CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="True" OnPageIndexChanging="GvPubList_PageIndexChangi原创 2009-12-14 12:12:00 · 882 阅读 · 0 评论 -
WebView 如何能同时载入网上的和本地的文件
WebView 如何能同时载入网上的和本地的文件Posted onSeptember 20, 2010byadmin<br /> <br />把 web page的资源搜索路径都指向客户端本地的资源包<br />需要的脚本、图片、html等,都会从本地加载<br /> <br />谁知道WebView 如何能同时载入网上的和本地的文件呢?<br /> <br /> 网上和本地文件的结构 <br /> <br /> NSString *imagePath = [[NSBundle mainBundle] re转载 2011-01-14 15:00:00 · 755 阅读 · 0 评论