2005年11月16日

摘要: ShowImage.aspx显示页面DataList模板项html: ' Runat="server"> ' AlternateText=''> 图片处理页面GetThumbnail.aspx代码: const int MaxLength=150; //显示图片最大长度 private void Page_Load(o... 阅读全文
posted @ 2005-11-16 15:23 .net技術 阅读(814) 评论(0) 推荐(0)
 
摘要: 另外一种: 阅读全文
posted @ 2005-11-16 14:56 .net技術 阅读(291) 评论(0) 推荐(0)
 
摘要: long i; string path=Server.MapPath(".\\cc"); DirectoryInfo dinfo=new DirectoryInfo(path); DirectoryInfo[] df=dinfo.GetDirectories(); foreach(DirectoryInfo din in df) { foreach(FileInfo... 阅读全文
posted @ 2005-11-16 14:26 .net技術 阅读(194) 评论(0) 推荐(0)