<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_SouthSea</title><subtitle type="text">陈南海</subtitle><id>http://feed.cnblogs.com/blog/u/28173/rss</id><updated>2008-11-18T05:00:24Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28173/rss"/><entry><id>http://www.cnblogs.com/SouthSea/archive/2008/11/18/1335812.html</id><title type="text">javascript的类、委托、事件</title><summary type="text">很多javascript新手都觉得javascript的类、委托、事件很神秘，当你看下面几段代码后，你会觉得它也不过如此，和其他的面向对象的语言没什么差别。javascript中的类：[代码]看起来很简单吧。下面我们把Pererson类的show方法加一个参数，让它具有委托的功能。[代码]javascript中的事件[代码]委托和事件都看起来很简单吧。javascript的动态类，它的格式是与JS...</summary><published>2008-11-18T04:59:00Z</published><updated>2008-11-18T04:59:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2008/11/18/1335812.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2008/11/18/1335812.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2008/11/18/1335724.html</id><title type="text">Silverlight的企业应用</title><summary type="text">今天在Terry Lee的博客中看到《Silverlight 3 －瞥》，之后找到Scott的原文《Update on Silverlight 2 - and a glimpse of Silverlight 3》，发现在Scott的文章里提到了K2的Blackpoint。 Silverlight已经发布了一段时间，但很少听说有企业用Silverlight来做产品或者做企业级开发，K2在很早前已经...</summary><published>2008-11-18T03:09:00Z</published><updated>2008-11-18T03:09:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2008/11/18/1335724.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2008/11/18/1335724.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2008/04/01/1132659.html</id><title type="text">VS2005的Bug</title><summary type="text">今天到公司后打开VS2005出现了如下图的状况,真是不可思意,今天是愚人节,难道是有人和我开玩笑?重启了几次还是这样子,第一次看到VS2005的Bug.</summary><published>2008-04-01T05:21:00Z</published><updated>2008-04-01T05:21:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2008/04/01/1132659.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2008/04/01/1132659.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/11/27/973793.html</id><title type="text">《天气与生活》保存城市问题</title><summary type="text">《天气与生活》的保存城市问题，已经做了修正，大家下载看看下载链接今天（2008.1.18）又出现了不能显示温度的问题，现在已经解决不好意思，18号上传错文件了，现在上传上去的已经经过测试了，应该没问题了。谢谢大家一直以来的关注</summary><published>2007-11-27T03:21:00Z</published><updated>2007-11-27T03:21:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/11/27/973793.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/11/27/973793.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/11/23/970494.html</id><title type="text">C#3.0新特性 和 Javascript</title><summary type="text">这段是时间学习LINQ的同时学习了C#3.0的一些新特性，发学它和JavaScript很像一、C#新特性的 自动属性 &amp;amp; JavaScript JSONC#代码：publicclassPerson{publicPerson(){}publicstringName{get;set;}publicintAge{get;set;}}//创建一个Person对象Personperson=newPe...</summary><published>2007-11-23T14:03:00Z</published><updated>2007-11-23T14:03:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/11/23/970494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/11/23/970494.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/11/23/970440.html</id><title type="text">LINQ学习之旅(4)</title><summary type="text">前面我已经写了3编LINQ的文章，所谓的3编，真正来说只是一编而已，第2、第3都是写C#的新特性了，有些朋友觉得上我的当了，呵呵，在此向大家道个谦。LINQ学习之旅(1)LINQ学习之旅(2)C#新特性扩展方法LINQ学习之旅(3)C#新特性自动属性现在继续学习LINQ。LINQ与数据库/**///////这是LINQ的与数据库部分的，很像强类型DataSet/**/////NorthwindDa...</summary><published>2007-11-23T12:59:00Z</published><updated>2007-11-23T12:59:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/11/23/970440.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/11/23/970440.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/11/07/951656.html</id><title type="text">LinQ学习之旅(3)</title><summary type="text">LinQ学习之旅(1) LinQ学习之旅(2)其实第二次的例子与LinQ一点关系都没有，只是我在学习LinQ的时候看到C#的一些新特性，把写我的学习之旅中。这次又学到了一些新特性，可以说与LinQ不相关的，但我也把它写入我的学习之旅。扩展方法(Extension Methods)我们平时在使用要判断一个字符串是不是邮件地址的，以前的写法：publicboolisEmailAddress(strin...</summary><published>2007-11-06T17:34:00Z</published><updated>2007-11-06T17:34:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/11/07/951656.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/11/07/951656.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/11/05/949749.html</id><title type="text">LinQ学习之旅(2) 自动属性</title><summary type="text">上一节：LinQ学习之旅(1)基础数据类型都可以像 LinQ学习之旅(1) 那样写，对数据的筛选、排序C#语言的新特性自动属性：在以前的我们写一个类属性一般都要定义一个私有变量，如：publicclassPerson{privateint_id;publicintId{get{return_id;}set{_id=value;}}privatestring_fristName;publicstri...</summary><published>2007-11-05T05:31:00Z</published><updated>2007-11-05T05:31:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/11/05/949749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/11/05/949749.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/11/05/949683.html</id><title type="text">LinQ学习之旅（1）</title><summary type="text">关注.NET的程序员，对LinQ这个名词应该已经听说过了，上个星期和THIN见了一下面，他给我演示了一下LinQ，觉得很有意思，有些东西很像JavaScript。后来在他的博客里也看到他写的一编文章。自己也写了一个小Demo，现在拿出来和大家分享一下，这编都是比较简单的例子，因为我也是才自学那么几天时间，Demo1:从一个整型数组中找出偶数：原始写法：int[]numbers={12,234,15...</summary><published>2007-11-05T04:35:00Z</published><updated>2007-11-05T04:35:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/11/05/949683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/11/05/949683.html"/></entry><entry><id>http://www.cnblogs.com/SouthSea/archive/2007/09/26/Gadget.html</id><title type="text">《天气与生活》修正</title><summary type="text">由于THIN的《天气与生活》显示数据有误， 经THIN的同意，我对《天气与生活》进行修改，现已经修正了一些BUG，现在发布上来和大家共享。下载新文体如还有什么问题，请通知我或THIN，谢谢！@zh0897提供保存城市问题解决方案：关于显示城市的问题．在你装好《天气与生活》后，先进入到http://weather.cn.yahoo.com/　网站，输入你所在城市名，并设置为默认城市．这样，你的《天气...</summary><published>2007-09-26T14:59:00Z</published><updated>2007-09-26T14:59:00Z</updated><author><name>SouthSea</name><uri>http://www.cnblogs.com/SouthSea/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SouthSea/archive/2007/09/26/Gadget.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SouthSea/archive/2007/09/26/Gadget.html"/></entry></feed>
