nasdaqhe's blog

被生活强jian着
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年10月26日

摘要: 4 then exit functiongetHTTPimg=Http.responseBodyset http=nothingif err.number0 then err.Clear end functionfunction Save2Local(from,tofile)dim geturl,objStream,imgsgeturl=trim(from)imgs=gethttpimg(getu... 阅读全文

posted @ 2006-10-26 01:13 nasdaqhe 阅读(389) 评论(0) 推荐(0)

摘要: On Error Resume Next url="myurl"set objXML=Server.CreateObject("Msxml2.ServerXMLHTTP") objXML.open "post",url,false objXML.send("") if objXML.readystate=4 then '检查磁盘空间 if (Drive.freespace/1024/1024... 阅读全文

posted @ 2006-10-26 01:09 nasdaqhe 阅读(362) 评论(0) 推荐(0)

摘要: Asp.Net不使用CodeBehind的做法................... 阅读全文

posted @ 2006-10-26 01:03 nasdaqhe 阅读(487) 评论(0) 推荐(0)

该文被密码保护。 阅读全文

posted @ 2006-10-26 01:01 nasdaqhe 阅读(155) 评论(0) 推荐(0)

摘要: using System.Text.RegularExpressions;/// /// 去除HTML标记 /// /// 包括HTML的源码 /// 已经去除后的文字 public static string NoHTML(string Htmlstring) { //删除脚本 Htmlstring = Regex.Replace(Htmlstring,@"","",... 阅读全文

posted @ 2006-10-26 00:57 nasdaqhe 阅读(304) 评论(0) 推荐(0)

摘要: unicode字符集是我们世界上最完善最全面的字符集,几乎包含了世界上所有的字符。其实可以这么理解,unicode字符集是一张巨大的表格,把世界上各种语言的字符和标点符号都编排到里面,然后按照一定的顺序给每个字符排号(很遗憾的是对于中文来说,这个顺序不是按照汉语拼音的顺序)。有了这张巨大的表格,世界上大部分字符就都有一个unicode内码(整数)来对应。计算机就通过记录字符的unicode码来表示... 阅读全文

posted @ 2006-10-26 00:54 nasdaqhe 阅读(839) 评论(1) 推荐(0)

摘要: 由于asp中只有一种变量类型判断数据库中的字段未赋值、或者判断某个变量是否为空如果用 if rs("name")="" then 的话,可能会导致错误,另外用 if isnull(rs("name")) or isempty(rs("name")) then 也不一定得出正确结果,但是用 if rs("name")&"a"="a" then 非常简单而且总可以得到正确的结果。 这个可以作为通用的方... 阅读全文

posted @ 2006-10-26 00:51 nasdaqhe 阅读(337) 评论(0) 推荐(0)

摘要: "TS1.writeline "SDFSDDYIJK SNBSY XKJDNB TRECEWDCE RSEYGBS."Set TS1 = NothingSet fs = Nothingresponse.end%> 阅读全文

posted @ 2006-10-26 00:49 nasdaqhe 阅读(161) 评论(0) 推荐(0)

摘要: 120){this.width=120;}if(this.height>120){this.height=120;}'>"; } else { t_html="240){this.width=240;}if(this.height>240){this.height=240;}'>"; } } else ... 阅读全文

posted @ 2006-10-26 00:25 nasdaqhe 阅读(796) 评论(0) 推荐(0)

该文被密码保护。 阅读全文

posted @ 2006-10-26 00:12 nasdaqhe 阅读(54) 评论(0) 推荐(0)

摘要: 很简单的一个方法,我教你:在SQL-Server里面建你说的4张表,把这4个表放在一起建一个视图,然后把你要显示的字段钩上,然后再看代码就是你所想要的SQL。绝对行!! 阅读全文

posted @ 2006-10-26 00:10 nasdaqhe 阅读(2062) 评论(1) 推荐(0)

摘要: 获取QQ是否在线图片 420513822发送QQ信息 阅读全文

posted @ 2006-10-26 00:07 nasdaqhe 阅读(1569) 评论(5) 推荐(0)

摘要: 我们最常用的是4种a(锚)元素的伪类,它表示动态链接在4种不同的状态:link、visited、active、hover(未访问的链接、已访问的链接、激活链接和鼠标停留在链接上)。我们把它们分别定义不同的效果: a:link {color: #FF0000; text-decoration: none} /* 未访问的链接 */a:visited {color: #00FF00; text-dec... 阅读全文

posted @ 2006-10-26 00:02 nasdaqhe 阅读(116) 评论(0) 推荐(0)