用ASP.Net实现在线压缩和解压缩(2)_.Net教程
推荐:Asp.net Ajax--Calendar控件使用简介 Calendar控件是一个很简单的控件,主要用来在页面中提供日历的选择,其实现在已经有很多用javascript写的日历控件,但是Canlendar日历控件能够让我们更快速地来实现这种效果,只需要进行
// --------------------------------------------- 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数据库备份SqlServer数据库 核心技术: using System.Data.SqlClient; using System.IO; string SqlStr1 = "Server=(local);DataBase=master;Uid=sa;Pwd=&q
- asp.net如何得到GRIDVIEW中某行某列值的方法
- .net SMTP发送Email实例(可带附件)
- js实现广告漂浮效果的小例子
- asp.net Repeater 数据绑定的具体实现
- Asp.Net 无刷新文件上传并显示进度条的实现方法及思路
- Asp.net获取客户端IP常见代码存在的伪造IP问题探讨
- VS2010 水晶报表的使用方法
- ASP.NET中操作SQL数据库(连接字符串的配置及获取)
- asp.net页面传值测试实例代码
- DataGridView - DataGridViewCheckBoxCell的使用介绍
- asp.net中javascript的引用(直接引入和间接引入)
- 三层+存储过程实现分页示例代码
- 相关链接:
- 教程说明:
.Net教程-用ASP.Net实现在线压缩和解压缩(2)。