<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>じJF[CMS]ve</title><link>http://blog.csdn.net/RemanticMemory/</link><description>努力去工作，用心去生活! </description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 27 Sep 2007 08:59:28 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>RemanticMemory</dc:creator><title>实现的不让同一个用户登陆  </title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802436.aspx</link><pubDate>Thu, 27 Sep 2007 08:59:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802436.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802436.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802436.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802436.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802436</trackback:ping><description>string test = "username";
private void Page_Load(object sender, System.EventArgs e)
{
   if(Application["User_" + test] == null || Application["User_" + test].ToString() != Request.UserHostAddress)
      Session["login"] = null;
   else
      Response.Write(Session["login"].ToString() + "已登录");
}
private void Button1_Click(object sender, System.EventArgs e)
{
   Session["login"] = test;
   Application["User_" + test] = Request.UserHostAddress;
} 

&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802436.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>ASP.net下实现像QQ或迅雷一样的从下面浮上个提醒消息框 </title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802432.aspx</link><pubDate>Thu, 27 Sep 2007 08:58:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802432.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802432.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802432.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802432.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802432</trackback:ping><description>&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802432.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>asp.net利用多线程执行长时间的任务，客户端显示出任务的执行进度的示例  </title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802428.aspx</link><pubDate>Thu, 27 Sep 2007 08:55:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802428.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802428.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802428.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802428.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802428</trackback:ping><description>对上一次的做一点修改，增加一个比较美观的进度显示。上面那个是运行中的画面，下面那个是结束后的画面  用到的图标在这里：对上次的前台修改如下：&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802428.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>C#中字符串处理的一些自定义方法 </title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802424.aspx</link><pubDate>Thu, 27 Sep 2007 08:53:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802424.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802424.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802424.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802424.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802424</trackback:ping><description>using System.Collections.Generic;using System.Linq;using System;Configuration;Text;Text.RegularExpressions;Xml;Web;Collections;Net;IO;namespace SystemFramework.CommonFunctions{&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802424.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>用C#写的字符串截取函数 </title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802423.aspx</link><pubDate>Thu, 27 Sep 2007 08:52:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802423.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802423.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802423.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802423.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802423</trackback:ping><description>用C#写的字符串截取函数。&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802423.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>如何在DataGrid里面产生滚动条而不滚动题头</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802422.aspx</link><pubDate>Thu, 27 Sep 2007 08:50:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802422.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802422.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802422.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802422.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802422</trackback:ping><description>我们在开发的时候一定遇到，使用DataGrid的时候由于不想分页（数据没有那么多）但是又显示不在一页里面，此时我们希望在DataGrid里面出现一个滚动条，可以上下滚动DataGrid里面的数据而不用上下滚动页面，由于写本文的目的是为了说明如何实现，所以对于细节性的问题读者可以自己思考完成（比如：既要分页又要滚动等等）。为了可以滚动DataGrid我们需要一个可以让客户端的Table滚动js脚本（该js代码我是从CodeProject上面下载的），但又不能滚动Table的题头（也就是第一行）。&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802422.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>DataGrid实现自增列、单选、多选  </title><link>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802417.aspx</link><pubDate>Thu, 27 Sep 2007 08:48:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802417.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1802417.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/09/27/1802417.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1802417.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802417</trackback:ping><description>上一次，我们为这个DataGrid实现了添加、删除、修改、分页、动态修改内容等功能，今天再来分析一下如何为之添加自增列、单选、多选的功能。&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1802417.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>AJAX实例：根据邮编自动完成地址信息</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752756.aspx</link><pubDate>Tue, 21 Aug 2007 13:53:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752756.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1752756.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752756.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1752756.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1752756</trackback:ping><description>描述： 
　　在注册或购物车结帐的时候，需要用户填入个人资料，这个环节可以简练一下，我们只需客人填入邮政编码，然后就根据这个邮政编码，自动从数据库中取出相应的省，市等地址信息。这样既可以减少客户的输入，增加客户体验，又可以减少由于资料输入而产生的错误。

　　实现：

 HTML

Enter A United States Zipcode, Then Tab

  
    Enter Zipcode:
    
  
  
    City:
    
  
  
    State:
    
  


 


　以上是客户输入页面，下面是服务端的处理页面'zipcode.php 


　　当客户输入一个POSTCODE后，zipcode.php就接收到它，然后进行从数据表中取出对应的资料，再按一定的格式返回给客户端（此处是以 | 分隔）。最后客户端接收返回的资料，显示在页面上。

if(response.indexOf('|' != -1)) {
            update = response.spli&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1752756.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>通用分页存储过程</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752752.aspx</link><pubDate>Tue, 21 Aug 2007 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752752.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1752752.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752752.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1752752.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1752752</trackback:ping><description>通用分页存储过程&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1752752.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>经常用到的javaScript技术代码</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752727.aspx</link><pubDate>Tue, 21 Aug 2007 13:35:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752727.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1752727.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/08/21/1752727.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1752727.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1752727</trackback:ping><description>一、验证类http://www.pconcool.com1、数字验证内http://www.pconcool.com1.1 整数http://www.pconcool.com1.2 大于0的整数 （用于传来的ID的验证)http://www.pconcool.com1.3 负整数的验证http://www.pconcool.com1.4 整数不能大于iMaxhttp://www.pconcool.com1.5 整数不能小于iMinhttp://www.pconcool.com2、时间类http://www.pconcool.com2.1 短时间，形如 (13:04:06)http://www.pconcool.com2.2 短日期，形如 (2003-12-05)http://www.pconcool.com2.3 长时间，形如 (2003-12-05 13:04:06)http://www.pconcool.com2.4 只有年和月。&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1752727.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>.net2003+ajax 表单用户名验证无刷新</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/07/16/1693264.aspx</link><pubDate>Mon, 16 Jul 2007 11:27:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/07/16/1693264.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1693264.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/07/16/1693264.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1693264.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1693264</trackback:ping><description>.net2003+ajax 表单用户名验证无刷新&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1693264.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>随便写写今天一个知识点(三)</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669736.aspx</link><pubDate>Thu, 28 Jun 2007 09:12:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669736.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1669736.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669736.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1669736.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1669736</trackback:ping><description>总结性的东东!~&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1669736.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>随便写写今天一些知识点（二）．</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669626.aspx</link><pubDate>Thu, 28 Jun 2007 01:17:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669626.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1669626.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669626.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1669626.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1669626</trackback:ping><description>随便写写！～&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1669626.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>随便写写今天一些知识点．</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669619.aspx</link><pubDate>Thu, 28 Jun 2007 00:50:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669619.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1669619.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/06/28/1669619.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1669619.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1669619</trackback:ping><description>总结一些用到的好东东！～&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1669619.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>获取数据库表架购信息</title><link>http://blog.csdn.net/RemanticMemory/archive/2007/06/26/1667525.aspx</link><pubDate>Tue, 26 Jun 2007 17:44:00 GMT</pubDate><guid>http://blog.csdn.net/RemanticMemory/archive/2007/06/26/1667525.aspx</guid><wfw:comment>http://blog.csdn.net/RemanticMemory/comments/1667525.aspx</wfw:comment><comments>http://blog.csdn.net/RemanticMemory/archive/2007/06/26/1667525.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/RemanticMemory/comments/commentRss/1667525.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1667525</trackback:ping><description>GetSchemaTable(string connectionString)
 获取数据库表架购信息
&lt;img src ="http://blog.csdn.net/RemanticMemory/aggbug/1667525.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>