<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>delphine的专栏</title><link>http://blog.csdn.net/delphine/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 07 Oct 2008 10:42:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>delphine</dc:creator><title>关于如何统计在线用户的简单范例</title><link>http://blog.csdn.net/delphine/archive/2008/10/07/3026209.aspx</link><pubDate>Tue, 07 Oct 2008 10:12:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2008/10/07/3026209.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/3026209.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2008/10/07/3026209.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/3026209.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3026209</trackback:ping><description>统计用户在线难点主要是在退出在线状态&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;退出主要也就两种方式，一种是正常退出，一种是非正常退出。&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;正常退出执行相应处理方法就行，非正常退出的我给出的解决方法如下：&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;引入当前用户活动时间的记录，判断静态设置变量时间间隔与用户活动时间相比，如果超出１分钟，就按正常退出处理就可以了。记入在线用户也需要一些技巧，在我开发的一些网站中，有很多用户喜欢看到自己版块的用户在线很多，往往采用新打开一个浏览器窗口，从而获得不同的SessionId，从而让系统认为是新用户。这里我们考虑的是用IP来记录，当然只统计会员就不存在这个情况。下面给个整个方案的流程&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;获取网站用户（考虑一些网站中用cookie,如无cookie可不用进行下面的判断）－》判断是否在在线表中是否存在－》（yes）执行A－B；（NO）获取IP－》判断IP在在线表中是否存在（yes）执行A－B；（NO）C&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;A&lt;img src ="http://blog.csdn.net/delphine/aggbug/3026209.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>世界上最聪明的人</title><link>http://blog.csdn.net/delphine/archive/2007/12/25/1966192.aspx</link><pubDate>Tue, 25 Dec 2007 12:27:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2007/12/25/1966192.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/1966192.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2007/12/25/1966192.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/1966192.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1966192</trackback:ping><description>不知道智商高是好事还是坏事。&lt;img src ="http://blog.csdn.net/delphine/aggbug/1966192.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>Castle错误信息整理</title><link>http://blog.csdn.net/delphine/archive/2006/10/19/1341151.aspx</link><pubDate>Thu, 19 Oct 2006 16:12:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/10/19/1341151.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/1341151.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/10/19/1341151.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/1341151.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1341151</trackback:ping><description>待续&lt;img src ="http://blog.csdn.net/delphine/aggbug/1341151.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>castle的另一种方式的数据传递--&gt;blockcomponent</title><link>http://blog.csdn.net/delphine/archive/2006/10/11/1329820.aspx</link><pubDate>Wed, 11 Oct 2006 10:50:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/10/11/1329820.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/1329820.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/10/11/1329820.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/1329820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1329820</trackback:ping><description>castle的另一种方式的数据传递&lt;img src ="http://blog.csdn.net/delphine/aggbug/1329820.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>恩和嗯的区别（原创）</title><link>http://blog.csdn.net/delphine/archive/2006/06/29/851800.aspx</link><pubDate>Thu, 29 Jun 2006 17:03:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/06/29/851800.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/851800.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/06/29/851800.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/851800.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=851800</trackback:ping><description>总结一下，首先两者发音不同，
 
另外恩是个形声字，形声。从心,因声

嗯是个叹词，根据单调不同表示疑问，表示出乎意外或不以为然，表示肯定或应允。
 
我觉得聊天时应该用得比较多的是嗯，在写小说，人物的语气应该用恩，而且此时语气应该是肯定，应允。 
&lt;img src ="http://blog.csdn.net/delphine/aggbug/851800.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>IIS 6.0中无法上传超过200K的附件的解决办法</title><link>http://blog.csdn.net/delphine/archive/2006/06/21/817936.aspx</link><pubDate>Wed, 21 Jun 2006 10:48:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/06/21/817936.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/817936.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/06/21/817936.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/817936.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=817936</trackback:ping><description>IIS，WEB&lt;img src ="http://blog.csdn.net/delphine/aggbug/817936.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>这样设置一下，2003就安全了。</title><link>http://blog.csdn.net/delphine/archive/2006/06/01/767737.aspx</link><pubDate>Thu, 01 Jun 2006 13:49:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/06/01/767737.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/767737.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/06/01/767737.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/767737.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=767737</trackback:ping><description>Windows Server 2003 系统配置方案

&lt;img src ="http://blog.csdn.net/delphine/aggbug/767737.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>个人电脑详细的安全设置方法[转]</title><link>http://blog.csdn.net/delphine/archive/2006/05/30/762737.aspx</link><pubDate>Tue, 30 May 2006 09:19:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/05/30/762737.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/762737.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/05/30/762737.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/762737.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=762737</trackback:ping><description>谈到个人上网时的安全，还是先把大家可能会遇到的问题归个类吧。我们遇到的入侵方式大概包括了以下几种：

　　(1) 被他人盗取密码；

　　(2) 系统被木马攻击；

　　(3) 浏览网页时被恶意的java scrpit程序攻击；

　　(4) QQ被攻击或泄漏信息；

　　(5) 病毒感染；

　　(6) 系统存在漏洞使他人攻击自己。

　　(7) 黑客的恶意攻击。
&lt;img src ="http://blog.csdn.net/delphine/aggbug/762737.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>出现如下错误：试图运行项目时出错 启动调试 此项目URL位于...的解决方案，解决成功率在90%以上</title><link>http://blog.csdn.net/delphine/archive/2006/01/13/578337.aspx</link><pubDate>Fri, 13 Jan 2006 14:34:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2006/01/13/578337.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/578337.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2006/01/13/578337.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/578337.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=578337</trackback:ping><description>在我所遇到的无法调试的情况下,一般用下面的方法可以解决:&lt;img src ="http://blog.csdn.net/delphine/aggbug/578337.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>歇店两个月</title><link>http://blog.csdn.net/delphine/archive/2005/12/14/552366.aspx</link><pubDate>Wed, 14 Dec 2005 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2005/12/14/552366.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/552366.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2005/12/14/552366.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/552366.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=552366</trackback:ping><description>重头再来&lt;img src ="http://blog.csdn.net/delphine/aggbug/552366.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>解决IIS配置后一切正常，但不能访问到页面的问题。</title><link>http://blog.csdn.net/delphine/archive/2005/10/31/519927.aspx</link><pubDate>Mon, 31 Oct 2005 13:54:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2005/10/31/519927.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/519927.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2005/10/31/519927.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/519927.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=519927</trackback:ping><description>  好了，到现在为止，IWAM账号在Active Directory、IIS metabase数据库和COM+，你的ASP程序又可以运行了&lt;img src ="http://blog.csdn.net/delphine/aggbug/519927.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>jmail 在C#中的应用</title><link>http://blog.csdn.net/delphine/archive/2005/10/24/514555.aspx</link><pubDate>Mon, 24 Oct 2005 10:57:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2005/10/24/514555.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/514555.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2005/10/24/514555.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/514555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=514555</trackback:ping><description>jmail 在C#中的应用 jmail.Message jmessage=new jmail.MessageClass();&lt;img src ="http://blog.csdn.net/delphine/aggbug/514555.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>关于IIS管理的部分中英文资料</title><link>http://blog.csdn.net/delphine/archive/2005/10/11/499895.aspx</link><pubDate>Tue, 11 Oct 2005 17:02:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2005/10/11/499895.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/499895.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2005/10/11/499895.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/499895.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=499895</trackback:ping><description>关于IIS管理的部分中英文资料&lt;img src ="http://blog.csdn.net/delphine/aggbug/499895.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>.Net 中通用的FormatString格式符整理 </title><link>http://blog.csdn.net/delphine/archive/2005/10/09/498078.aspx</link><pubDate>Sun, 09 Oct 2005 14:28:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2005/10/09/498078.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/498078.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2005/10/09/498078.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/498078.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=498078</trackback:ping><description>C#，FormatString很少用到&lt;img src ="http://blog.csdn.net/delphine/aggbug/498078.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>delphine</dc:creator><title>C#将10进制转换为16进制自写的方法</title><link>http://blog.csdn.net/delphine/archive/2005/07/19/428552.aspx</link><pubDate>Tue, 19 Jul 2005 11:00:00 GMT</pubDate><guid>http://blog.csdn.net/delphine/archive/2005/07/19/428552.aspx</guid><wfw:comment>http://blog.csdn.net/delphine/comments/428552.aspx</wfw:comment><comments>http://blog.csdn.net/delphine/archive/2005/07/19/428552.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/delphine/comments/commentRss/428552.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=428552</trackback:ping><description>C#没有提供这样的转换函数，就自写一个吧。&lt;img src ="http://blog.csdn.net/delphine/aggbug/428552.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>