<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_JasonLin's Cafe</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/37246/rss</id><updated>2010-05-26T08:52:08Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/37246/rss"/><entry><id>http://www.cnblogs.com/JasonLin/archive/2009/10/10/1579972.html</id><title type="text">我的简历</title><summary type="text">简历姓名：林建设性别：男出生日期：1984年12月婚姻状况：未婚政治面貌：党员入学前户口：福建厦门毕业时间：2010年07月电子邮件：jasonlin.jl@gmail.com联系方式：13541212614(手机)职业技能l 两年ASP.NET和C#开发经验，一年Delphi开发经验，参与过多个WEB和Windows项目开发；l 熟悉C#语言，数据结构与常用算法，了解WINDOWS API，常用...</summary><published>2009-10-09T17:17:00Z</published><updated>2009-10-09T17:17:00Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JasonLin/archive/2009/10/10/1579972.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/archive/2009/10/10/1579972.html"/></entry><entry><id>http://www.cnblogs.com/JasonLin/archive/2009/08/14/1546177.html</id><title type="text">【转】SQL Server 索引结构及其使用（二）</title><summary type="text">SQL Server 索引结构及其使用（二）作者：freedk一、深入浅出理解索引结构改善SQL语句　　很多人不知道SQL语句在SQL SERVER中是如何执行的，他们担心自己所写的SQL语句会被SQL SERVER误解。比如：select * from table1 where name=''zhangsan'' and tID &amp;gt; 10000和执行:select * from table...</summary><published>2009-08-14T06:40:00Z</published><updated>2009-08-14T06:40:00Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JasonLin/archive/2009/08/14/1546177.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/archive/2009/08/14/1546177.html"/></entry><entry><id>http://www.cnblogs.com/JasonLin/archive/2008/08/07/1262849.html</id><title type="text">XP IIS 500错误解决方案（非原创，整理）</title><summary type="text">今天部署个网站出现IIS 500错误，马上google之，发现网上的绝大部分解决方案都是什么同步IIS密码的，一大堆看了就晕倒。接着查看了下错误日志，发现是Distributed Transaction Coordinator服务（MSDTC）有问题，无法正常启动。网上查找，找到一篇类似解决方法。链接：http://www.blogjava.net/lusm/archive/2008/01/03/...</summary><published>2008-08-07T06:10:00Z</published><updated>2008-08-07T06:10:00Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JasonLin/archive/2008/08/07/1262849.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/archive/2008/08/07/1262849.html"/></entry><entry><id>http://www.cnblogs.com/JasonLin/archive/2008/05/17/1201669.html</id><title type="text">Anthem.NET扩展控件autoSuggest使用与修改</title><summary type="text">最近客户提出根据用户姓名的拼音来查找用户的要求，于是很自然的想到了autosuggest控件。autosuggest控件是Anthem.net里的扩展控件，效果相当不错。但是有两点不是很好，我接下来根据自己的要求修改一下这个控件。1.下拉DIV的界面实在有点难看，黑白搭配不怎么好看。修改过程如下：首先将注入式脚本注释掉 //Page.ClientScript.RegisterClientScrip...</summary><published>2008-05-17T15:55:00Z</published><updated>2008-05-17T15:55:00Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JasonLin/archive/2008/05/17/1201669.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/archive/2008/05/17/1201669.html"/></entry><entry><id>http://www.cnblogs.com/JasonLin/archive/2008/05/15/1198782.html</id><title type="text">Anthem.NET试用手记之性能优化篇(转载)</title><summary type="text">转一下作为存档http://blog.csdn.net/lvlv526/archive/2007/03/13/1528031.aspx</summary><published>2008-05-15T10:06:00Z</published><updated>2008-05-15T10:06:00Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JasonLin/archive/2008/05/15/1198782.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/archive/2008/05/15/1198782.html"/></entry><entry><id>http://www.cnblogs.com/JasonLin/archive/2008/05/15/1198044.html</id><title type="text">Anthem.NET使用初感</title><summary type="text">最近项目要求，有个类似用户注册的唯一性检 查的功能，虽然写上了但是交互性不够，用户体验太差。于是开始学习AJAX。刚开始的想法是直接用JS写XMLHttpRequest来实现，难度不大。 找了点书再从用AJAX实现注册功能的网站把注册网页源码COPY下来，很简单的封装了下。用的时候发现要改的东西多不是很方便。用ASP.NET AJAX 控件吧Web.config改动实在太大，也不知道会有什么问题，...</summary><published>2008-05-15T09:07:00Z</published><updated>2008-05-15T09:07:00Z</updated><author><name>JasonLin</name><uri>http://www.cnblogs.com/JasonLin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JasonLin/archive/2008/05/15/1198044.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JasonLin/archive/2008/05/15/1198044.html"/></entry></feed>
