摘要: 一、gzip介绍 Gzip是一种流行的文件压缩算法,现在的应用十分广泛,尤其是在Linux平台。当应用Gzip压缩到一个纯文本文件时,效果是非常明显的,大约可以减少70%以上的文件大小。这取决于文件中的内容。 利用Apache中的Gzip模块,我们可以使用Gzip压缩算法来对Apache服务器发布的... 阅读全文
posted @ 2015-03-31 17:00 徐本县 阅读(486) 评论(0) 推荐(0)
摘要: public int ExecuteSqlTran(Maticsoft.Model.SHWL_Stock model, Maticsoft.Model.SHWL_OutPutComponet model2) { StringBuilder strSql = ne... 阅读全文
posted @ 2015-03-31 13:26 徐本县 阅读(490) 评论(0) 推荐(0)
摘要: Category.DataSource = b_ProductType.GetAllList().Tables[0]; Category.DataTextField = "TypeName"; Category.DataValueField = "ID";... 阅读全文
posted @ 2015-03-31 13:22 徐本县 阅读(323) 评论(0) 推荐(0)