摘要:
15个强大的jQuery开发提示和技巧收藏!谢谢浏览! 阅读全文
随笔档案-2011年11月20日
利用 HttpRequest 得到 GzipStream ,从而获取远程服务器数据库中的数据
2011-11-20 18:06 by 音乐让我说, 464 阅读, 收藏,
摘要:
一般远程服务器上放一个导出(Export.aspx)页面,本地服务器上放一个导入(Import.aspx)页面,以实现从远程服务器上获取数据。直接贴代码了:Export.aspxusing System;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.IO;using System.IO.Compression;namespace WebDownloadGzipStream{ public partial class _Export : System.Web.UI.... 阅读全文
浙公网安备 33010602011771号