<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BLACK JACK</title><subtitle type="text">Get busy living, or get busy dying. </subtitle><id>http://feed.cnblogs.com/blog/u/14939/rss</id><updated>2008-08-18T09:40:26Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14939/rss"/><entry><id>http://www.cnblogs.com/jackielin/archive/2008/08/08/1263724.html</id><title type="text">据可靠小道消息VS 2008 SP1 RTM 将在下周一发布</title><summary type="text">SQL Server 2008 RTM 已经发布，并且可以从MSDN下载。 说明的文字里面提到VS 2008 SP 1在8月11号后就可以下载了。注意是说August 11后就能下载（准确说是从Aug 12算起），而不是要到August 11之后的某天才能下载。不知道我理解的对不对。 另外，Danny在system.data.objects的blog上也说EF v1 is almost here.</summary><published>2008-08-08T06:14:00Z</published><updated>2008-08-08T06:14:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2008/08/08/1263724.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2008/08/08/1263724.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2008/03/20/1114544.html</id><title type="text">Configuration Section Designer 自定义配置设计器</title><summary type="text">这东西真的很棒。如果你的系统里需要定义类似Community Server里那样复杂的配置文件的话，它可是帮上大忙了。不仅可以生成配置类，还能生成schema和sample，外部的自定义类型也能方便的设定。另外项目还是开源的，地址：http://www.codeplex.com/csd废话不多说了，大家自己玩吧。Update: 刚才发现新发布的1.1版本似乎有点问题，大家可以先下1.0.2的用Up...</summary><published>2008-03-20T04:15:00Z</published><updated>2008-03-20T04:15:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2008/03/20/1114544.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2008/03/20/1114544.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2008/03/07/1095602.html</id><title type="text">Linq to Sql: 批量删除之投机取巧版</title><summary type="text">前些天看了Jeffrey扩展LINQ to SQL：使用Lambda Expression批量删除数据。说实话解析表达式生成Where Condition的那部分代码基本没看懂（事实是代码太多实在是没耐心看）。 根据Linq to Sql原有的设计，解析Query得到DbCommand应该是SqlProvider干的事，只是现在这个SqlProvider只从IReaderProvider出(事实上...</summary><published>2008-03-07T10:53:00Z</published><updated>2008-03-07T10:53:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2008/03/07/1095602.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2008/03/07/1095602.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2007/08/22/865854.html</id><title type="text">[CSS Hack] border-color:transparent &amp;amp; filter+ClearType bug</title><summary type="text">IE6不支持设置transparent为边框的颜色。 例如：border:solid 1px transparent; 解决方法：border:solid 1px transparent;/*set an unused color to be index color*/_border-color:tomato; /*For IE6-*//*then remove this indexed colo...</summary><published>2007-08-22T10:25:00Z</published><updated>2007-08-22T10:25:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2007/08/22/865854.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2007/08/22/865854.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2007/02/07/643411.html</id><title type="text">ASP.NET AJAX 1.0 &amp; AJAX Control Toolkit 在iframe中的"access denied"错误</title><summary type="text">在iframe或frame中使用另一个域名的ASP.NET AJAX或Toolkit页面，会得到cross-domain access denied错误。Bleroy和Delay分别post了两篇文章，详细讲述了引起问题的原因以及如何解决。如果你也遇到了这个问题可以参考。1. How to work around the access denied cross-domain frame issue...</summary><published>2007-02-07T05:22:00Z</published><updated>2007-02-07T05:22:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2007/02/07/643411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2007/02/07/643411.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2006/11/07/Aptana1.html</id><title type="text">Aptana使用入门一：Code Assist</title><summary type="text">前两天我在《不可多得的Javascript(AJAX)开发工具 － Aptana》一文中简单介绍了Aptana。大家都很关注，同时也提了很多问题。因为Aptana相关的内容比较多，不可能在一篇里全部讲完，所以我想就问题比较多的几方面陆续写几篇小文。希望能对大家有所帮助。本人也是刚刚开始使用Aptana，有不对的地方请大家包含。</summary><published>2006-11-07T15:17:00Z</published><updated>2006-11-07T15:17:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2006/11/07/Aptana1.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2006/11/07/Aptana1.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2006/11/06/PageClass.html</id><title type="text">What we can do in "Page" class 页面基类功能扩展汇总</title><summary type="text">扩展页面基类可以实现太多功能了，本篇是我平时用到的一些功能的整理。&#xD;包括：企业库操作简化，Theme选择器，语言选择器，AJAX，ViewState存储等。</summary><published>2006-11-05T17:44:00Z</published><updated>2006-11-05T17:44:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2006/11/06/PageClass.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2006/11/06/PageClass.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2006/11/05/550422.html</id><title type="text">不可多得的Javascript(AJAX)开发工具 － Aptana</title><summary type="text">自从开始做Web开发起，一直都没有找到一个很让人满意的Javascript开发工具。从Editplus、Dreamweaver到FrontPage、Visual Studio，没有一样是很称手的。你是不是还在为Visual Studio中的那一点点智能提示感到兴奋不已？的确VS比其他的好那么一点点，但是相对于VS中的C#、VB等来说对javascript的支持实在是太少了。下面我要向你介绍一款非常...</summary><published>2006-11-04T17:18:00Z</published><updated>2006-11-04T17:18:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2006/11/05/550422.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2006/11/05/550422.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2006/10/28/542430.html</id><title type="text">右键菜单快速打开VS 2005 Website项目</title><summary type="text">这个是很久以前就在用的，今天突然发觉家里的机器上居然没装。一下忘了怎么弄，搞了半天才搞好。特此记录背忘。实现效果：在文件夹上右键，选择“Open as Visual Studio Website”，VS自动打开并加载此文件夹为一个Website项目步骤：1。在VS2005中选择 Toos/Macros/Macros IDE2。选中MyMacros项目，并添加一个一个module，命名为“Websi...</summary><published>2006-10-27T17:18:00Z</published><updated>2006-10-27T17:18:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2006/10/28/542430.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2006/10/28/542430.html"/></entry><entry><id>http://www.cnblogs.com/jackielin/archive/2006/05/11/397600.html</id><title type="text">SQL Server 2005 SP1 安装问题</title><summary type="text">http://www.vsteamsystemcentral.com/cs/blogs/applied_team_system/archive/category/1005.aspxhttp://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=01fbed6b-cb29-417e-ad24-56183fb9159...</summary><published>2006-05-11T11:19:00Z</published><updated>2006-05-11T11:19:00Z</updated><author><name>J. Lin</name><uri>http://www.cnblogs.com/jackielin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackielin/archive/2006/05/11/397600.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackielin/archive/2006/05/11/397600.html"/></entry></feed>
