摘要:ASP Test "For Each Field In rs.Fields strResponse = strResponse & "" & Field.Name & ""NextstrResponse = strResponse & ""'输出表体Do Until rs.EOF strResponse = strResponse & "" For Each Fi...
阅读全文
摘要://方法一function DayNumOfMonth(Year,Month){ var d = new Date(Year,Month,0); return d.getDate();}//方法二function DayNumOfMonth(Year,Month){ Month--; var d = new Date(Year,Month,1); d.setDate...
阅读全文
摘要:昨天下了个qqlite03,研究了一番不算太好用。不过还是从中挖出了一些宝贝。qqlite03是用JS去做的,在我这边表现不太好(有可能是防火墙的原因)。我把它用dotNet写了个类,表现还算可以。不过在asp.net 2.0里就不能用了,只能在1.1中用,不知其解。拿去来与大家分享。 using System;using System.IO;using System.Text;using Sy...
阅读全文
摘要:本来打算写个显示数据库关系的页面,可惜JS太慢了。代码又舍不得扔,就放在这里。 javascript绘图 Table Name &C1 C2 C3 Table Name &C1 C2 ...
阅读全文
摘要:using System;using System.Web;using System.Drawing;using System.Drawing.Imaging;using System.Net;using System.IO;namespace Goodspeed.test.httphandle{ public class myjpg : IHttpHandler { ...
阅读全文
摘要:获取当前系统字体和排版样式 系统字体和排版样式 SystemFont and BlockFormats
阅读全文
摘要:Downloading Requested Document Please wait while I download the document you requested. This may take several seconds.
阅读全文
摘要:javascript绘图 javascript绘图 如果需要在网页上提供图形化的资料,通常是将其制作成图片,但这样一来网络上的开销就太大了。有什么办法呢?这里向你提供一组javascript函数,来解决这一问题。虽然简单了点,但是对画点线图来说还是绰绰有余的!
阅读全文
摘要:请输入一个对象(如navigator document window),回车显示他的下一级所有子对象属性和方法
阅读全文
摘要:不少Bloger都问我如何像我一样把自己的logo放到Blog中,其实很简单。看看我的“文章分类”中ASP栏目的代码,你就能明白。Asp
阅读全文
摘要:就是希望将"艾"转换成 艾 我可以用javascript的charCodeAt转,可不知道用c#如何搞定.谢了
阅读全文
摘要:今天同事做了个GIF动画,结果不能动!运行平台:win2003 IE6.0大家试试看。下面的小猪在acdsee下可以动的,可是在我这就不动PS:刚才在win98下的IE6下试了试是正常的。
阅读全文
摘要:来源:php.net The first Release Candidate of PHP 5 is finally here! The move from Beta stage to RC stage means that PHP 5 is now feature complete, and is quite stable - stable enough for everyone to ...
阅读全文
摘要:撰写安全的 ADO.NET 命令字串本課程將介紹如何利用 ADO.NET 的 Command 物件,執行 T-SQL 語法,包括 DML、DCL、DDL,以提高應用程式的彈性與功能。並探討這些語法所可能造成的安全漏洞,以及正確安全的用法。UML Modeling 技術與程式實作 本課程將介紹軟體開發的發展趨勢 – 如何使用 UML 建構系統模型。從 UML Model 產生程式碼是提高生產力的捷...
阅读全文
摘要:http://www.xasa.com/grupos/en/microsoft/c-d/ 还不错.大家试试看.
阅读全文
摘要:大家参观一下 http://www.430000.net/guestbook/index.asp http://www.aspease.com/ly 安全问题还是蛮重要的.
阅读全文