heartstill

博客园 首页 新随笔 联系 订阅 管理

2011年3月9日 #

摘要: http://tech.sina.com.cn/z/weibo_developer/index.shtml 阅读全文
posted @ 2011-03-09 22:46 开始测试 阅读(176) 评论(0) 推荐(0) 编辑

摘要: ASP导出到Excel http://tomieric.wordpress.com/2010/06/24/export_to_excel/简单导出到excel二则1.利用IE和html的ContentType。最简单且可导出6W以内记录。view sourceprint?01'------------------------------------------- 02'showData.asp 03'------------------------------------------- 04<% 05dim html 06html="<table& 阅读全文
posted @ 2011-03-09 16:51 开始测试 阅读(460) 评论(0) 推荐(0) 编辑

摘要: request.form() request.querystring() request() 区别2009-07-23 21:42request.from(),获得表单提交的信息request.querystring是get传递方式request包含各种方式的值,没有指名是什麽,所以Request.Form() Request.QueryString()等都包含在裏面,但是它们之间有个优先级问题,比如<form method="post" action="xxx.aspx?id=2"><input id="id" t 阅读全文
posted @ 2011-03-09 15:08 开始测试 阅读(322) 评论(0) 推荐(0) 编辑