用ASP.Net實(shí)現(xiàn)在線壓縮和解壓縮(3)_.Net教程
推薦:Asp.net Ajax--Calendar控件使用簡(jiǎn)介 Calendar控件是一個(gè)很簡(jiǎn)單的控件,主要用來(lái)在頁(yè)面中提供日歷的選擇,其實(shí)現(xiàn)在已經(jīng)有很多用javascript寫(xiě)的日歷控件,但是Canlendar日歷控件能夠讓我們更快速地來(lái)實(shí)現(xiàn)這種效果,只需要進(jìn)行
// ---------------------------------------------- // 3. ZipClass.cs // ---------------------------------------------- using System; using System.IO; using ICSharpCode.SharpZipLib.Zip; using ICSharpCode.SharpZipLib.GZip; using ICSharpCode.SharpZipLib.BZip2; using ICSharpCode.SharpZipLib.Checksums; using ICSharpCode.SharpZipLib.Zip.Compression; using ICSharpCode.SharpZipLib.Zip.Compression.Streams; namespace WebZipUnzip System.IO.FileStream StreamToZip = new System.IO.FileStream(FileToZip,System.IO.FileMode.Open , System.IO.FileAccess.Read); public void ZipFileMain(string[] args) Crc32 crc = new Crc32(); s.SetLevel(6); // 0 - store only to 9 - means best compression foreach (string file in filenames) entry.DateTime = DateTime.Now; // set Size and the crc, because the information crc.Reset(); entry.Crc = crc.Value; s.PutNextEntry(entry); s.Write(buffer, 0, buffer.Length); } |
分享:ASP.NET備份恢復(fù)SqlServer數(shù)據(jù)庫(kù)備份SqlServer數(shù)據(jù)庫(kù) 核心技術(shù): using System.Data.SqlClient; using System.IO; string SqlStr1 = "Server=(local);DataBase=master;Uid=sa;Pwd=&q
- asp.net如何得到GRIDVIEW中某行某列值的方法
- .net SMTP發(fā)送Email實(shí)例(可帶附件)
- js實(shí)現(xiàn)廣告漂浮效果的小例子
- asp.net Repeater 數(shù)據(jù)綁定的具體實(shí)現(xiàn)
- Asp.Net 無(wú)刷新文件上傳并顯示進(jìn)度條的實(shí)現(xiàn)方法及思路
- Asp.net獲取客戶(hù)端IP常見(jiàn)代碼存在的偽造IP問(wèn)題探討
- VS2010 水晶報(bào)表的使用方法
- ASP.NET中操作SQL數(shù)據(jù)庫(kù)(連接字符串的配置及獲取)
- asp.net頁(yè)面?zhèn)髦禍y(cè)試實(shí)例代碼
- DataGridView - DataGridViewCheckBoxCell的使用介紹
- asp.net中javascript的引用(直接引入和間接引入)
- 三層+存儲(chǔ)過(guò)程實(shí)現(xiàn)分頁(yè)示例代碼
.Net教程Rss訂閱編程教程搜索
.Net教程推薦
- 淺談ASP.NET中如何使用AJAX中的方式
- 解讀.Net技術(shù)開(kāi)發(fā)中兩個(gè)“屬性”引起的歧異
- 判斷瀏覽器是否接受Cookies
- .NET平臺(tái)依賴(lài)注入機(jī)制及IoC的設(shè)計(jì)與實(shí)現(xiàn)
- ASP.NET調(diào)用oracle存儲(chǔ)過(guò)程實(shí)現(xiàn)快速分頁(yè)
- 淺談asp.net頁(yè)面執(zhí)行機(jī)制
- 關(guān)于Gridview的多種使用方法總結(jié)
- 幾種判斷asp.net中session過(guò)期方法的比較
- ASP.NET筆記之 行命令處理與分頁(yè)詳解
- GridView/DataGrid行單擊和雙擊事件實(shí)現(xiàn)代碼
- 相關(guān)鏈接:
- 教程說(shuō)明:
.Net教程-用ASP.Net實(shí)現(xiàn)在線壓縮和解壓縮(3)。