用ASP.Net實現(xiàn)在線壓縮和解壓縮(2)_.Net教程
推薦:Asp.net Ajax--Calendar控件使用簡介 Calendar控件是一個很簡單的控件,主要用來在頁面中提供日歷的選擇,其實現(xiàn)在已經(jīng)有很多用javascript寫的日歷控件,但是Canlendar日歷控件能夠讓我們更快速地來實現(xiàn)這種效果,只需要進行
|
// --------------------------------------------- using System; namespace WebZipUnzip //生成解壓目錄 if (fileName != String.Empty) int size = 2048; streamWriter.Close(); }//end UnZip public static bool UnZipFile(string file, string dir) ZipEntry theEntry; if (directoryName != String.Empty) if (fileName != String.Empty) streamWriter.Close(); }//end UnZipClass |
分享:ASP.NET備份恢復SqlServer數(shù)據(jù)庫備份SqlServer數(shù)據(jù)庫 核心技術: using System.Data.SqlClient; using System.IO; string SqlStr1 = "Server=(local);DataBase=master;Uid=sa;Pwd=&q
- asp.net如何得到GRIDVIEW中某行某列值的方法
- .net SMTP發(fā)送Email實例(可帶附件)
- js實現(xiàn)廣告漂浮效果的小例子
- asp.net Repeater 數(shù)據(jù)綁定的具體實現(xiàn)
- Asp.Net 無刷新文件上傳并顯示進度條的實現(xiàn)方法及思路
- Asp.net獲取客戶端IP常見代碼存在的偽造IP問題探討
- VS2010 水晶報表的使用方法
- ASP.NET中操作SQL數(shù)據(jù)庫(連接字符串的配置及獲取)
- asp.net頁面?zhèn)髦禍y試實例代碼
- DataGridView - DataGridViewCheckBoxCell的使用介紹
- asp.net中javascript的引用(直接引入和間接引入)
- 三層+存儲過程實現(xiàn)分頁示例代碼
- 相關鏈接:
- 教程說明:
.Net教程-用ASP.Net實現(xiàn)在線壓縮和解壓縮(2)
。