﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-Prison Break!-随笔分类-ASP</title><link>http://jay-c.cnblogs.com/category/94467.html</link><description>This is ten percent luck.
Twenty percent skill.
Fifteen percent concentrated power of will.
Five percent pleasure.Fifty percent pain.</description><language>zh-cn</language><lastBuildDate>Fri, 15 Aug 2008 17:34:56 GMT</lastBuildDate><pubDate>Fri, 15 Aug 2008 17:34:56 GMT</pubDate><ttl>60</ttl><item><title>[转]SQL SERVER存储过程，非常实在的新手入门文章</title><link>http://www.cnblogs.com/jay-c/archive/2007/06/15/785056.html</link><dc:creator>jay-c</dc:creator><author>jay-c</author><pubDate>Fri, 15 Jun 2007 10:34:00 GMT</pubDate><guid>http://www.cnblogs.com/jay-c/archive/2007/06/15/785056.html</guid><wfw:comment>http://www.cnblogs.com/jay-c/comments/785056.html</wfw:comment><comments>http://www.cnblogs.com/jay-c/archive/2007/06/15/785056.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/jay-c/comments/commentRss/785056.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/jay-c/services/trackbacks/785056.html</trackback:ping><description><![CDATA[摘要: SQL SERVER 联机丛书中的定义：<br>　　存储过程是保存起来的可以接受和返回用户提供的参数的 Transact-SQL 语句的集合。<br>　　可以创建一个过程供永久使用，或在一个会话中临时使用（局部临时过程），或在所有会话中临时使用（全局临时过程）。<br>　　也可以创建在 Microsoft SQL Server 启动时自动运行的存储过程。&nbsp;&nbsp;<a href='http://www.cnblogs.com/jay-c/archive/2007/06/15/785056.html'>阅读全文</a><img src ="http://www.cnblogs.com/jay-c/aggbug/785056.html?type=1" width = "1" height = "1" />]]></description></item><item><title>无限动态参数在ASP分页时自动记录所有参数名的解决方法</title><link>http://www.cnblogs.com/jay-c/archive/2007/05/23/757353.html</link><dc:creator>jay-c</dc:creator><author>jay-c</author><pubDate>Wed, 23 May 2007 09:01:00 GMT</pubDate><guid>http://www.cnblogs.com/jay-c/archive/2007/05/23/757353.html</guid><wfw:comment>http://www.cnblogs.com/jay-c/comments/757353.html</wfw:comment><comments>http://www.cnblogs.com/jay-c/archive/2007/05/23/757353.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/jay-c/comments/commentRss/757353.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/jay-c/services/trackbacks/757353.html</trackback:ping><description><![CDATA[摘要: 我在做asp分页时会碰到一个问题，当分页地址中带有除了页数(pagenum)的其它参数时，通过调用call自定义的分页函数传递可变参数的方式手动添加需要的参数(call selectpage(page_num,total,产品大类a,产品小类b))，然后把每个多出的参数手动的加到selectpage函数的连接中<br>比如：&nbsp;&nbsp;<a href='http://www.cnblogs.com/jay-c/archive/2007/05/23/757353.html'>阅读全文</a><img src ="http://www.cnblogs.com/jay-c/aggbug/757353.html?type=1" width = "1" height = "1" />]]></description></item><item><title>[转载|必备]FCKeditor2.4下载及设置</title><link>http://www.cnblogs.com/jay-c/archive/2007/05/23/757157.html</link><dc:creator>jay-c</dc:creator><author>jay-c</author><pubDate>Wed, 23 May 2007 06:45:00 GMT</pubDate><guid>http://www.cnblogs.com/jay-c/archive/2007/05/23/757157.html</guid><wfw:comment>http://www.cnblogs.com/jay-c/comments/757157.html</wfw:comment><comments>http://www.cnblogs.com/jay-c/archive/2007/05/23/757157.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/jay-c/comments/commentRss/757157.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/jay-c/services/trackbacks/757157.html</trackback:ping><description><![CDATA[摘要: FCKeditor是我们常用到的一款文本编辑器，我想了想还是把它转载过来当作备忘录吧。。。还没有的同志建议你还是也保存一份。<br><br>1、默认语言<br>打开fckconfig.js文件（相对FCKeditor文件夹，以下同），把自动检测语言改为不检测，把默认语言改为简体中文：<br><br>FCKConfig.AutoDetectLanguage = false ;<br>FCKConfig.DefaultLanguage = ''zh-cn'' ;&nbsp;&nbsp;<a href='http://www.cnblogs.com/jay-c/archive/2007/05/23/757157.html'>阅读全文</a><img src ="http://www.cnblogs.com/jay-c/aggbug/757157.html?type=1" width = "1" height = "1" />]]></description></item><item><title>关于ASP出现Microsoft VBScript 编译器错误 错误 '800a03f6'等错误</title><link>http://www.cnblogs.com/jay-c/archive/2007/05/23/757146.html</link><dc:creator>jay-c</dc:creator><author>jay-c</author><pubDate>Wed, 23 May 2007 06:37:00 GMT</pubDate><guid>http://www.cnblogs.com/jay-c/archive/2007/05/23/757146.html</guid><wfw:comment>http://www.cnblogs.com/jay-c/comments/757146.html</wfw:comment><comments>http://www.cnblogs.com/jay-c/archive/2007/05/23/757146.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/jay-c/comments/commentRss/757146.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/jay-c/services/trackbacks/757146.html</trackback:ping><description><![CDATA[摘要: 今天在本机上调试ASP程序时出现很多莫名的错误，比如：<br><br>Microsoft VBScript 编译器错误 错误 '800a03f6' <br><br>缺少 'End' <br><br>/iisHelp/common/500-100.asp，行242 <br><br>Microsoft OLE DB Provider for SQL Server 错误 '80004005' <br><br>诸如此类。。。&nbsp;&nbsp;<a href='http://www.cnblogs.com/jay-c/archive/2007/05/23/757146.html'>阅读全文</a><img src ="http://www.cnblogs.com/jay-c/aggbug/757146.html?type=1" width = "1" height = "1" />]]></description></item><item><title>解决方法：ASP读取数据库中的中文数据出现乱码的问题</title><link>http://www.cnblogs.com/jay-c/archive/2007/05/23/757119.html</link><dc:creator>jay-c</dc:creator><author>jay-c</author><pubDate>Wed, 23 May 2007 06:26:00 GMT</pubDate><guid>http://www.cnblogs.com/jay-c/archive/2007/05/23/757119.html</guid><wfw:comment>http://www.cnblogs.com/jay-c/comments/757119.html</wfw:comment><comments>http://www.cnblogs.com/jay-c/archive/2007/05/23/757119.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/jay-c/comments/commentRss/757119.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/jay-c/services/trackbacks/757119.html</trackback:ping><description><![CDATA[摘要: 相信有许多ASP编程爱好者都碰到过这样的问题，在本机上测试的时候，当遇到与数据库交互时，数据库中的中文会变成乱码显示出来，而英文则不会。刚开始我的解决方法是新建一个该站点的虚拟目录，不过这只是治标不治本的办法，问题随时都会再出现，我们在享受编程带来的乐趣时当然是不能容忍这样的事情来打扰啦~~~，通过在网上查找原因，终于找到了根本的解决方法。<br><br>我上面不是说中文会出现乱码而英文不会吗？第一就应该猜想是不是编码不正确的原因！ASP默认的内部编码是Unicode，当页面没有指定的时候则有时候会出现乱码的问题（为什么是有时候我也觉得很奇怪，希望高手在评论栏中解释一下），于是解决方法就是：&nbsp;&nbsp;<a href='http://www.cnblogs.com/jay-c/archive/2007/05/23/757119.html'>阅读全文</a><img src ="http://www.cnblogs.com/jay-c/aggbug/757119.html?type=1" width = "1" height = "1" />]]></description></item><item><title>[转]ASP提速五点注意事项</title><link>http://www.cnblogs.com/jay-c/archive/2007/05/23/757079.html</link><dc:creator>jay-c</dc:creator><author>jay-c</author><pubDate>Wed, 23 May 2007 06:05:00 GMT</pubDate><guid>http://www.cnblogs.com/jay-c/archive/2007/05/23/757079.html</guid><wfw:comment>http://www.cnblogs.com/jay-c/comments/757079.html</wfw:comment><comments>http://www.cnblogs.com/jay-c/archive/2007/05/23/757079.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/jay-c/comments/commentRss/757079.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/jay-c/services/trackbacks/757079.html</trackback:ping><description><![CDATA[摘要: 一：提高使用Request集合的效率<br>访问一个ASP集合来提取一个值是费时的、占用计算资源的过程。因为这个操作包含了一系列对相关集合的搜索，这比访问一个局部变量要慢得多。因此，如果打算在页面中多次使用Request集合中的一个值，应该考虑将其存贮为一个局部变量。例如将代码写成下面的形式以加快脚本引擎处理速度： <br><br>strTitle=Request.Form("Title") <br>strFirstName=Request.Form("FirstName")　 <br>strLastName=Request.Form("LastName")　 <br>If Len(strTitle) Then strTitle=strTitle & " "　 <br>If strFirstName="" Then strFullName=strTitle & " " & strLastName　 <br>Elseif Len(strFirstName)=1 Then <br>strFullName=strTitle & strFirstName & ".&nbsp;&nbsp;<a href='http://www.cnblogs.com/jay-c/archive/2007/05/23/757079.html'>阅读全文</a><img src ="http://www.cnblogs.com/jay-c/aggbug/757079.html?type=1" width = "1" height = "1" />]]></description></item></channel></rss>