<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/LucasLynn" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/LucasLynn" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 13 Jan 2009 06:13:00 GMT</lastBuildDate><title>LucasLynn的专栏</title><link>http://blog.csdn.net/LucasLynn/</link><item><title>中文Cookie导致Session丢失的问题</title><link>http://blog.csdn.net/LucasLynn/archive/2009/01/13/3764456.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/3764456.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/3764456.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3764456</trackback:ping><description>在网络上，已经有无数的文章讨论Session丢失问题，其中的原因有非常多的种类，在此不再赘述。下面我们描述一种特殊的Session丢失现象：1、在绝大多数客户端上，Session都运行正常，在某些特定客户端上则Session丢失。2、写入Session后只要跳转页面，Session立即丢失。排除了各类网文中介绍的Session丢失原因后，最后发现，原来是中文Cookie导致。由于本人的站点采用了二级域名：aaa.bbb.com，而另外一个应用程序中写入了域为bbb.com的中文Cookie。而浏览器在回送Cookie的时候，会将所有符合本域特征的Cookie均回送到服务器，由于Cookie本身在HTTP请求中序列化传送，中文Cookie将导致乱码而造成后面的Cookie无法解析，因此服务器接收完bbb.com的cookie以后，aaa.bbb.com的cookie却全部解析错误，无法读取，其中当然包括最重要的SessionID。解决办法：1、全站所有Cookie如果需要使用中文，均应该先进行编码转化为英文合法字符。2、如果无法重写全站Cookie，则可以在第一个页面请求时，覆盖清空发生&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/3764456.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Jan 2009 14:13:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2009/01/13/3764456.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2009/01/13/3764456.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>四种整数数据类型的性能对比</title><link>http://blog.csdn.net/LucasLynn/archive/2005/09/09/475599.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/475599.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/475599.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=475599</trackback:ping><description>　　我们可以看到，在位操作项目上，Byte赶上了Currency成了第三名，而Integer和Long则咬得很紧，但是最终还是Long胜出了，看来在32位系统上，32位数据类型确实有位操作上的优势，不要以为1字节位操作就会比4字节位操作快，事实上正好相反，4字节&gt;2字节&gt;1字节。&lt;br /&gt;&lt;br /&gt;　　综合以上表现，我们的结论是，Byte和Currency的表现是最差的，但是这两个数据类型有他们的特殊用途，Byte适用于内存块的批量操作，Currency适用数据类型不确定的时候，剩下的Integer和Long，Integer在赋值操作上更快，Long在位操作上更快。&lt;br /&gt;&lt;br /&gt;　　现在你知道该如何选择整数数据类型了吗？&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/475599.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 09 Sep 2005 10:21:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/09/09/475599.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/09/09/475599.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>谨慎使用单精度/双精度数值类型</title><link>http://blog.csdn.net/LucasLynn/archive/2005/09/09/475589.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/475589.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/475589.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=475589</trackback:ping><description>　　通过本文，我们介绍了单精度/双精度数据类型的实质以及其特点（优点和缺点），通过比较和解剖我们了解到单精度/双精度实际上存储的是一个近似值，浮点的特性决定了他可以存储非常小的数，也可以存储极大的数，他的数据精度并不是一个绝对值，而是存储值的百分比，如果你存储10的100次方，误差就可能是10的80次方，如果你存储10的-100次方，误差就可能是10的-120次方。因此单精度/双精度数据类型不能进行相等的比较（或数据库关联）。&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/475589.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 09 Sep 2005 10:14:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/09/09/475589.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/09/09/475589.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>Dim 的陷阱</title><link>http://blog.csdn.net/LucasLynn/archive/2005/09/03/470741.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/470741.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/470741.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=470741</trackback:ping><description>而如果不作类型说明，那么VB就会给你使用默认的类型Variant。&lt;br /&gt;&lt;br /&gt;这个错误非常隐蔽，而且并不常见在编程新手身上，而是有过很长时间其他语言编程经验的老程序员身上，希望这篇文章能够使你避免犯这样的错误。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/470741.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 04 Sep 2005 04:27:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/09/03/470741.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/09/03/470741.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>窗体控件绑定数据库字段后的Value类型</title><link>http://blog.csdn.net/LucasLynn/archive/2005/09/03/470734.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/470734.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/470734.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=470734</trackback:ping><description>窗体控件绑定数据库字段后的Value类型&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/470734.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 04 Sep 2005 04:13:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/09/03/470734.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/09/03/470734.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>窗体类中慎用Option Explicit</title><link>http://blog.csdn.net/LucasLynn/archive/2005/09/03/470733.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/470733.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/470733.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=470733</trackback:ping><description>　　我个人对于Option Explicit的建议是，尽量不要在窗体类中使用，但是同时也尽量把大量的程序放在使用Option Explicit的模块中，窗体类中尽可能少用变量。&lt;br /&gt;&lt;br /&gt;　　如果你一定要在窗体类中使用Option Explicit的话，你有两个选择：&lt;br /&gt;&lt;br /&gt;1、对于每个访问的值都进行IsNull判断。&lt;br /&gt;2、对于每个控件都设定默认值。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/470733.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 04 Sep 2005 04:11:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/09/03/470733.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/09/03/470733.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>Access 窗体控件事件集线器（EventsHub）V 1.1</title><link>http://blog.csdn.net/LucasLynn/archive/2005/08/29/467685.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/467685.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/467685.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=467685</trackback:ping><description>模块介绍：&lt;br /&gt;　　很多时候我们在窗体中会有很多类似的控件（比方说40多个TextBox），对于这些类似的控件我们需要编制类似的事件处理程序（比方说其中任何一个TextBox内容更新后重新计算结果），这种情况下，控件的事件编程会变得很复杂，比方说例子中提到的40多个TextBox，就要写40多个事件处理程序。一旦程序要作某些调整，这些代码也要作大量的调整。&lt;br /&gt;　　现在让我们告别手工作坊的事件处理年代，采用新的事件处理方式，以下模块集中捕获对象的所有事件（包括子对象的事件）。初始化的时候（InitHub方法）指定你要集中捕获事件的控件（比方说窗体），然后当这个控件或者他的子控件有任何事件发生的时候，OnEvent方法都会被自动调用，并且传递给你三个参数：发生事件的对象名，发生事件的对象的路径（父节点），发生的事件名。你可以在代码中根据这些参数来判断到底发生了什么事件，然后决定怎么处理。&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/467685.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 Aug 2005 05:02:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/08/29/467685.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/08/29/467685.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>Access多条件格式研究笔记（上）</title><link>http://blog.csdn.net/LucasLynn/archive/2005/08/29/467680.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/467680.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/467680.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=467680</trackback:ping><description>之前见过论坛好几个帖子讨论过超过三个的条件格式，当时因为没有用过条件格式（通常遇到类似需求我就直接用VBA写代码了……），所以也无法加入讨论，但是开始留意条件这个这个功能。适逢周末有点空闲，就专门对多条件格式这个问题做了一下研究。&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/467680.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 Aug 2005 04:55:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/08/29/467680.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/08/29/467680.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>Access中神秘的Criteria（上）</title><link>http://blog.csdn.net/LucasLynn/archive/2005/08/29/467662.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/467662.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/467662.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=467662</trackback:ping><description>　　看到这个标题，很多读者可能会迷惑，什么是Criteria？我用了这么久Access，怎么从来没听说国。我猜想很多读者都是怀着好奇的心情点击的这个主题。但是也许你不知道，Access中，Criteria无处不在，无时无刻不在你的代码中出现，可能你每天都要和她打交道无数次，只是你从未真正了解过她。&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/467662.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 Aug 2005 04:19:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/08/29/467662.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/08/29/467662.aspx</guid><dc:creator>LucasLynn</dc:creator></item><item><title>Access.Image BMP图像高速切割函数</title><link>http://blog.csdn.net/LucasLynn/archive/2005/08/28/466864.aspx</link><wfw:comment>http://blog.csdn.net/LucasLynn/comments/466864.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LucasLynn/comments/commentRss/466864.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=466864</trackback:ping><description>附件包含：&lt;br /&gt;&lt;br /&gt;1、BMP切割公共函数模块（核心部分）&lt;br /&gt;2、一个未使用BMP切割函数的割图演示（BMP Cutter）&lt;br /&gt;3、一个使用了BMP切割函数的割图演示（BMP Cutter Advanced）&lt;br /&gt;4、切割函数所用到的数据块存取函数（也是另外一个公共模块）&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/LucasLynn/aggbug/466864.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 28 Aug 2005 19:36:00 +0800</pubDate><author>LucasLynn</author><comments>http://blog.csdn.net/LucasLynn/archive/2005/08/28/466864.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LucasLynn/archive/2005/08/28/466864.aspx</guid><dc:creator>LucasLynn</dc:creator></item></channel></rss>