首页 相关文章 PerlScript编写ASP

PerlScript编写ASP

现在我们建立第一个ASP页
<%@Language=PerlScript%
<% <br>for($i=0; $i<=10; $i+=2) { <br>$Response-Write(""); <br>$Response-Write("Hello World! <br>"); <br>} <br>% <br></HTML <br>在这里大家一定要注意 <br>"$Response-Write("");"为什么不用print呢?因为print 是对程序而言,是直接的,而ASP是间接的输出。在ASP里面使用PerlScript是自动应用了ASP相关模块(use ASP;)。这个页内容是进行循环依次输出字的大小。 <br><br>访问得到服务器的变量,也不是以前那么样子了,命令是 <br>"<%= $Request-ServerVariables('SERVER_SOFTWARE')-Item() % " <br><br>我们一般在Perl里面则是 <br>"$ENV{'SERVER_SOFTWARE'};" <br>得到POST或者GET数据,比以往在Perl程序中容易很多。 ...<a href="https://www.tulaoshi.com/n/20160129/1505885.html" target="_blank">[ 查看全文 ]</a></p> <div class="img_yyy_2"> <span>2016-01-29</span> <i>标签:</i> <div class="yyy_2_a"><a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> </div> </div> </div> </div> <div class="xiangguan_gg xiangguan_reader clearfix"> <div class="xiang_892_1" style="width:1158px;"> <h3><a href="https://www.tulaoshi.com/n/20160129/1505885.html" target="_blank">PerlScript编写ASP</a>的相关文章</h3> </div> <div class="xiang_892_2" style="width:1158px;"> <ul id="loadmore_container" style="width:1158px;"> <li> <div class="xiang_892_2_1"><a href="/reader/1500648" target="_blank"><img src="https://img.tulaoshi.com/201601/29/4199e438d755f36e300069f617a0bd1f_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500648.html" target="_blank">使用VB编写纯ASP程序</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   前几天大哥对我说,使用asp真麻烦,编译环境实在是差劲,他总是在vb里面写好调试好代码然后在把代码粘贴到asp程序中,为此,我在这提出一个解决之道。使用VB接替ASP所有的对象,在VB中编写纯粹的ASP程序。 大家应该都知道,其实asp中的好多组件都是使用VB编写出来的,但是让大家感到很不方便的是如何使用asp固有的几个组件,例如Response,Request,Application,Session等等,如果我要是能够在VB里...<a href="https://www.tulaoshi.com/n/20160129/1500648.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/lansetita/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/18.jpg" /><span>lansetita</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">22</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1500373" target="_blank"><img src="https://img.tulaoshi.com/201601/29/3b6314ade26e0f30c270257de4f6787c_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500373.html" target="_blank">如何把ASP编写成DLL</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">  服务器端组件 首先,服务器端的组件要有别于客户端的组件.客户端的组件是通过网络传输,依靠HTML来起作用.而且只能在IE上有用.但是服务器端的组件是运行在服务器端,它在服务器上执行各种操作.因此,所有的浏览器都能享用,它依靠的是服务器而不是浏览器. 当IIS被请求执行一个ASP程序,它首先会在ASP文件中找到 <% %标签之间的代码,并且执行它(也可以是<script runat=server</script之间的代码).如果...<a href="https://www.tulaoshi.com/n/20160129/1500373.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/tumunj4025/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/13.jpg" /><span>tumunj4025</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">6</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1500396" target="_blank"><img src="https://img.tulaoshi.com/201601/29/0c728bc41aa68d2fe759fe268930b1e7_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500396.html" target="_blank">如何用ASP编写网站统计系统</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123"> 在目前的网站统计系统决大部分都是CGI的,但编写起来特别复杂,而ASP学起来简单,更有和数据库结合的优点,所以结合自己曾经做过的网站统计系统,和大家探讨一下ASP编写网站统计系统。 大家都看过网易的网站统计系统,它可以统计总访问量,每日平均访问量,当日访问量,最高访问量,最高访问日期,日流量分析,月流量分析,周流量分析,浏览器分析,等等。 其实要做一个ASP的访问统计系统关键是系统表结构的...<a href="https://www.tulaoshi.com/n/20160129/1500396.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/快乐的吉祥妹纸/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/6.jpg" /><span>快乐的吉祥妹纸</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">4</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501566" target="_blank"><img src="https://img.tulaoshi.com/201601/29/a159d1b8ddfff26cde7a88b7ba13f9fb_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501566.html" target="_blank">用asp怎样编写文档搜索页面(1)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN" <html<head<titleMicrosoft Index Server: 查询语言</title <SCRIPT LANGUAGE="JavaScript" TempString = navigator.appVersion if (navigator.appName == "Microsoft Internet Explorer"){ // Check to see if browser is Microsoft if (TempString.indexOf ("4.") = 0){ // Check to ...<a href="https://www.tulaoshi.com/n/20160129/1501566.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/潇梦心思/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/6.jpg" /><span>潇梦心思</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">3</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1500657" target="_blank"><img src="https://img.tulaoshi.com/201601/29/705e259497302745926e62cf6c6708f9_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500657.html" target="_blank">如何用ASP编写网站统计系统(一)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   在目前的网站统计系统决大部分都是CGI的,但编写起来特别复杂,而ASP学起来简单,更有和数据库结合的优点,所以结合自己曾经做过的网站统计系统,和大家探讨一下ASP编写网站统计系统。 大家都看过网易的网站统计系统,它可以统计总访问量,每日平均访问量,当日访问量,最高访问量,最高访问日期,日流量分析,月流量分析,周流量分析,浏览器分析,等等。 其实要做一个ASP的访问统计系统...<a href="https://www.tulaoshi.com/n/20160129/1500657.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/我心痛03/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/27.jpg" /><span>我心痛03</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">2</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1503282" target="_blank"><img src="https://img.tulaoshi.com/201601/29/f1d5e69c2376890d976298b86fb6b60c_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1503282.html" target="_blank">如何用ASP编写网站统计系统二</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">     1。取得用户的操作系统。   在ASP中使用如下语句可以得到访问者的http_user_agent字符串。   Dim StrUserAgent   StrUserAgent=Request.ServerVariables("HTTP_USER_AGENT")   这个字符串一般是如下格式:   Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)   上面的字符...<a href="https://www.tulaoshi.com/n/20160129/1503282.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/婚礼手绘交流群/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/12.jpg" /><span>婚礼手绘交流群</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">1</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1500730" target="_blank"><img src="https://img.tulaoshi.com/201601/29/b3f9935ebfd618fea99fe59e197cbfa9_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500730.html" target="_blank">如何用ASP编写网站统计系统(三)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   设计表结构是一项极其重要的工作,它的合理与否与程序的编制紧密相关。 一个网站统计系统应该有一个用户表,统计值表。 这个用户表也就是保留注册用户信息的表,统计值表就是记录用户的每一项统计指标值的表。在统计值的表中我们可以指定用户的统计指标,我们可把每一个指标用一个ID值来表示,这里我们简单举例。 用户表: Table Name:regist_table Field type username C 用户名 pas...<a href="https://www.tulaoshi.com/n/20160129/1500730.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/Sentimentaj/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/10.jpg" /><span>Sentimentaj</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">2</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1500649" target="_blank"><img src="https://img.tulaoshi.com/201601/29/fe6f6459b12ae076ed9648eacd900671_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500649.html" target="_blank">如何用ASP编写网站统计系统(二)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   1 取得用户的操作系统。 在ASP中使用如下语句可以得到访问者的http_user_agent字符串。 Dim StrUserAgent StrUserAgent=Request.ServerVariables("HTTP_USER_AGENT") 这个字符串一般是如下格式: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) 上面的字符串可以说明访问者使用的操作系统是Windows98,浏览器是MSIE 4.01,但是这个字符串格式不固定,而且...<a href="https://www.tulaoshi.com/n/20160129/1500649.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/野狼25169/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/19.jpg" /><span>野狼25169</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">2</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501667" target="_blank"><img src="https://img.tulaoshi.com/201601/29/6e771ad420b8854423a1654249506292_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501667.html" target="_blank">用asp怎样编写文档搜索页面(4)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   td valign="top"<code@contents apple tree</code</td <td valign="top"同上</td </tr <tr <td valign="top"<codeMicrosoft and @size 1000000</code</td <td valign="top"包含单词“Microsoft”,并且大于大于一兆字节的页</td </tr <tr <td valign="top"<code"microsoft and @size 1...<a href="https://www.tulaoshi.com/n/20160129/1501667.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/撸夫公公/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/17.jpg" /><span>撸夫公公</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">1</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501649" target="_blank"><img src="https://img.tulaoshi.com/201601/29/a85a9c85fdcc7cad2be981565c929a3b_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501649.html" target="_blank">用asp怎样编写文档搜索页面(5)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   <tr <td valign="top"DocComments</td<td valign="top"DBTYPE_WSTR | DBTYPE_BYREF</td <td valign="top" width=65%关于文档的注释。</td </tr <tr <tdDocCompany</td<tdDBTYPE_STR | DBTYPE_BYREF</td<td文档写作的公司名称。</td </tr <tr <td valign="top"DocCreatedTm</td<td valign=&qu...<a href="https://www.tulaoshi.com/n/20160129/1501649.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/一统南战苏米苏/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/29.jpg" /><span>一统南战苏米苏</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">1</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501539" target="_blank"><img src="https://img.tulaoshi.com/201601/29/60078dd29bd3d3662eb2d3f13a901dc5_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501539.html" target="_blank">用asp怎样编写文档搜索页面(3)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   <ul <li除了星号 (*)、逗号 (.)、问号 (?) 和竖线 (|) 之外的任何字符都默认为匹配自己。</li <li正则表达式可以用引号 (“) 括起来,如果包含空格 ( ) 或右括号 ()),则必须用引号括起来。</li <li字符 *、.、和 ? 的作用与它们在 Windows 中的作用一样,星号匹配任意字符,句号匹配 (.) 或字符串结尾,问号匹配任何单个字符。</li <li字符 | 是转意字符,在 | 之后的字符具...<a href="https://www.tulaoshi.com/n/20160129/1501539.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/最爱擦擦擦擦擦/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/9.jpg" /><span>最爱擦擦擦擦擦</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">0</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1503257" target="_blank"><img src="https://img.tulaoshi.com/201601/29/9c9bcb7d4fb84ff524a1e743ed1f5a78_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1503257.html" target="_blank">如何用ASP编写网站统计系统四</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">     本文只做方法探讨。 ----------------- 能采集数据我们都能采到了,那么我们就开始编制ASP的统计页面。 这一页我们叫计数页,counter.asp   这段asp代码我们需要让它按如下的流程进行采集数据并保存数据和更新数据:   采集用户名,判断用户名是否合法,采集访问者的信息,对信息进行加工,进行保存和更新数据库,返回logo图标。...<a href="https://www.tulaoshi.com/n/20160129/1503257.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/OH3E4J/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/17.jpg" /><span>OH3E4J</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">1</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1500719" target="_blank"><img src="https://img.tulaoshi.com/201601/29/07f7492b5b7091da0b42179fc8c37904_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1500719.html" target="_blank">如何用ASP编写网站统计系统(四)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   本文只做方法探讨。 能采集数据我们都能采到了,那么我们就开始编制ASP的统计页面。 这一页我们叫计数页,counter.asp 这段asp代码我们需要让它按如下的流程进行采集数据并保存数据和更新数据: 采集用户名,判断用户名是否合法,采集访问者的信息,对信息进行加工,进行保存和更新数据库,返回logo图标。 调用这个ASP用counter.asp?user=abc这个方式。 采集用户名...<a href="https://www.tulaoshi.com/n/20160129/1500719.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/ipnrioym365635/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/29.jpg" /><span>ipnrioym365635</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">3</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1503266" target="_blank"><img src="https://img.tulaoshi.com/201601/29/4a6a9cedeeab6546db644fe9e520cbce_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1503266.html" target="_blank">如何用ASP编写网站统计系统三</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">     设计表结构是一项极其重要的工作,它的合理与否与程序的编制紧密相关。 一个网站统计系统应该有一个用户表,统计值表。 这个用户表也就是保留注册用户信息的表,统计值表就是记录用户的每一项统计指标值的表。在统计值的表中我们可以指定用户的统计指标,我们可把每一个指标用一个ID值来表示,这里我们简单举例。 用户表: Table Name:regist_table ...<a href="https://www.tulaoshi.com/n/20160129/1503266.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/曾经的伤于痛8/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/26.jpg" /><span>曾经的伤于痛8</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">2</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1502802" target="_blank"><img src="https://img.tulaoshi.com/201601/29/4f295e0d9e13d281c82d319cf8cd0e4a_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1502802.html" target="_blank">用VB编写ActiveX DLL实现ASP编程</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   ASP是目前一种广为应用的用来快速构建动态WEB站点的编程语言,默认的内置开发语言是VBScript,由于ASP和微软Windows系列操作系统的结合非常的好,使得ASP已经成为了NT开发平台上面进行WEB开发的首选语言和环境。他有着简单易学,方便快速开发的种种优点,但是他也有着致命的弱点,就是他是脚本语言解释执行的,速度会受到一定的影响,更为关键的是,使用ASP来开发完成一个项目之后,整个项目在交付客...<a href="https://www.tulaoshi.com/n/20160129/1502802.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/达爷最强/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/12.jpg" /><span>达爷最强</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">33</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501638" target="_blank"><img src="https://img.tulaoshi.com/201601/29/3a936a6878fc5e2ee2b6b7b01c922c79_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501638.html" target="_blank">用asp怎样编写文档搜索页面(6)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   <tr <td valign="top"<a name="Path"Path</a</td<td valign="top"DBTYPE_WSTR | DBTYPE_BYREF</td <td valign="top" width=65%文件的物理路径,包含文件名。</td </tr <tr <td valign="top"Rank</td<td valign="top"DBTYPE_I4</td <td valign="top" width=65%行的等级,范...<a href="https://www.tulaoshi.com/n/20160129/1501638.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/ylflipped/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/18.jpg" /><span>ylflipped</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">1</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501553" target="_blank"><img src="https://img.tulaoshi.com/201601/29/b73f3bdbc4488de574fac4d40be0639d_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501553.html" target="_blank">用asp怎样编写文档搜索页面(2)</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   <td valign="top"DocSubject</td <td valign="top"文档的主题</td </tr <tr <td valign="top"DocAuthor</td <td valign="top"文档的作者</td </tr <tr <td valign="top"DocKeywords</td <td valign="top"文档中的关键字</td </tr <tr <td valign="top"DocComments&...<a href="https://www.tulaoshi.com/n/20160129/1501553.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/dveyedtie/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/23.jpg" /><span>dveyedtie</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">0</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1501452" target="_blank"><img src="https://img.tulaoshi.com/201601/29/c5cae081924b9a9631d7f5a933b2fd4a_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1501452.html" target="_blank">编写“公平”的ASP图形计数器</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">   “技术天地”中的《编写ASP图形计数器》一文,详细的说明了如何利用流行的ASP来编写计数器。但是,美中不足的是,如果某个用户反复点击“刷新”按钮,那么计数器还是要不断的增加的,这对网站点击率评比来说是不公平的,也失去了计数器做为正常统计功能的作用。如何在技术上避免这种情况的发生呢? 我认为要防止上网用户连续按下“刷新”计数器也连续增加的问题,最好的办法就是利用ASP的Session对象...<a href="https://www.tulaoshi.com/n/20160129/1501452.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/ZFG康康/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/12.jpg" /><span>ZFG康康</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">3</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1503294" target="_blank"><img src="https://img.tulaoshi.com/201601/29/4f7435d31ccddf668b1918d6e48b25b7_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1503294.html" target="_blank">如何用ASP编写网站统计系统一</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">      在目前的网站统计系统决大部分都是CGI的,但编写起来特别复杂,而ASP学起来简单,更有和数据库结合的优点,所以结合自己曾经做过的网站统计系统,和大家探讨一下ASP编写网站统计系统。   大家都看过网易的网站统计系统,它可以统计总访问量,每日平均访问量,当日访问量,最高访问量,最高访问日期,日流量分析,月流量分析,周流量分析,浏览器分析,等等。 其实...<a href="https://www.tulaoshi.com/n/20160129/1503294.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/张晓番zw/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/24.jpg" /><span>张晓番zw</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">0</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> <li> <div class="xiang_892_2_1"><a href="/reader/1503238" target="_blank"><img src="https://img.tulaoshi.com/201601/29/afba2083143f7ea1198b064f596a85d5_thumb_189.jpg" width="224" height="173"></a></div> <div class="xiang_right clearfix"> <div class="xiang_right_1"><A href="https://www.tulaoshi.com/n/20160129/1503238.html" target="_blank">Delphi编写组件封装asp代码的基本步骤</A></div> <div class="xiang_righ_lable">标签:<a href="https://www.tulaoshi.com/asp/" target="_blank">ASP</a></div> <div class="span_em_123">      如果你想脱离asp爱好者的水平,那么你就应该学会为asp编写组件。我在google上搜索了一下,Delphi编写asp组件的文章一共就几篇,所以今天写了这篇Delphi编写asp组件的基础文章,希望对新手有点帮助。     开始吧,让我们一起编写一个”hello world!”的示例。我这里用的是Delphi 7。     1.文件-新建-其他-ActiveX-ActiveX Library,然后保存成showdll.d...<a href="https://www.tulaoshi.com/n/20160129/1503238.html" target="_blank">[ 查看全文 ]</a></div> <div class="span_em "> <div class="cai_list_font"><a href="/user/淡定人生86627/" target="_blank"><img src="https://static.tulaoshi.com/html/tulaoshi_new/images/touxiang/28.jpg" /><span>淡定人生86627</span></a></div> <span class="font_span"><a class="em_s" href="javascript:;">69</a><a class="em_s2" href="javascript:;">1</a></span></div> </div> </li> </ul> <div id="pages" class="clearfix"> <a href="/reader/23971.html">上一页</a><a href="/reader/23968.html">23968</a><a href="/reader/23969.html">23969</a><a href="/reader/23970.html">23970</a><a href="/reader/23971.html">23971</a><a href="/reader/23972.html" class="cur">23972</a><a href="/reader/23973.html">23973</a><a href="/reader/23974.html">23974</a><a href="/reader/23975.html">23975</a><a href="/reader/23976.html">23976</a><a href="/reader/23973.html">下一页</a> </div> </div> </div> <!--footer底部--> <script type="text/javascript">tls.output.show_foot();</script> <div class="float_bottom" id="fixbottom" style="bottom:30px;"> <a href="https://m.tulaoshi.com//" class="icon_hu3">手机页面</a> <div class="float_bot_2"> <a href="javascript:;"id="show_search_input"> <input type="submit" class="input_sub" id="fixbottom_search_btn"> <input type="text" class="text_a_input" placeholder="输入你想搜索的关键词" style="display:none;" id="fixbottom_search_input"> </a> </div> <a href="javascript:;" class="icon_hu2" id="fav_site_btn" data-url="https://www.tulaoshi.com//">收藏网站</a> <a href="javascript:;" class="icon_hu" id="totop">回到头部</a> </div> <!--tag PC分类 标签--> <script type="text/javascript" src="https://static.tulaoshi.com/js/zt.js"></script> </body> </html>