<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Lileltp's Blog</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/20591/rss</id><updated>2011-10-22T06:44:54Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20591/rss"/><entry><id>http://www.cnblogs.com/Lileltp/archive/2009/07/16/1525053.html</id><title type="text">[转载]泛型与泛型集合</title><summary type="text">不好意思忘了出处。老早就copy到了witer里。  在2005年底微软公司正式发布了C# 2.0，与C# 1.x相比，新版本增加了很多新特性，其中最重要的是对泛型的支持。通过泛型，我们可以定义类型安全的数据结构，而无需使用实际的数据类型。这能显著提高性能并得到更高质量的代码。泛型并不是什么新鲜的东西，他在功能上类似于C++的模板，模板多年前就已存在C++上了，并且在C++上有大量成熟应用。 &amp;#...</summary><published>2009-07-16T09:25:00Z</published><updated>2009-07-16T09:25:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2009/07/16/1525053.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2009/07/16/1525053.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2009/04/29/1446554.html</id><title type="text">vs2008中服务资源管理器中无法添加sqlserver服务器</title><summary type="text"/><published>2009-04-29T13:48:00Z</published><updated>2009-04-29T13:48:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2009/04/29/1446554.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2009/04/29/1446554.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2009/03/20/1417703.html</id><title type="text">Windows2008 可用的通用蓝牙驱动程序</title><summary type="text"/><published>2009-03-20T06:44:00Z</published><updated>2009-03-20T06:44:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2009/03/20/1417703.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2009/03/20/1417703.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/09/05/ObjectDataSource.html</id><title type="text">在ASP.NET中使用ObjectDataSource来实现数据的增删改查(目录)</title><summary type="text">在学习ASP.NET2.0的时候发现在操作数据的时候微软给我们提供了几个数据源控件. 然而每个控件也有各自的优缺点.比如说SqlDataSource使用起来方便. 可是在我们做项目中时常要将项目分层次来进行开发.于是我很少用到SqlDataSource,那么就开始关注ObjectDataSource了. 但是在使用的时候发现有很多问题.到网上查找确没有一些很好的答案,问到多数的前辈大部分都是说从来不用这个东西.^_^ 其实按照以前的写法我也可以不用.但是出于研究的目的于是乎自己弄的试了试.那下面的内容就是在学习中遇到的问题并找到解决的答案,如果你也在学习这个ObjectDataSource那么你可以看看我解决的方式和你的方式有什么区别.有了好的可一定要告我. </summary><published>2008-09-05T08:36:00Z</published><updated>2008-09-05T08:36:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/ObjectDataSource.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/ObjectDataSource.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/09/05/1285232.html</id><title type="text">在ASP.NET中使用ObjectDataSource数据控件实现插入新记录</title><summary type="text"/><published>2008-09-05T08:26:00Z</published><updated>2008-09-05T08:26:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/1285232.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/1285232.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/09/05/1285180.html</id><title type="text">在ASP.NET中使用ObjectDataSource数据控件和GridView操作数据</title><summary type="text"/><published>2008-09-05T07:26:00Z</published><updated>2008-09-05T07:26:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/1285180.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/1285180.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/09/05/1284764.html</id><title type="text">在ASP.NET中使用ObjectDataSource数据控件和GridView显示数据(2)</title><summary type="text"/><published>2008-09-04T16:05:00Z</published><updated>2008-09-04T16:05:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/1284764.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/09/05/1284764.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/09/04/1284082.html</id><title type="text">在ASP.NET中使用ObjectDataSource数据控件和GridView显示数据</title><summary type="text"/><published>2008-09-04T07:47:00Z</published><updated>2008-09-04T07:47:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/09/04/1284082.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/09/04/1284082.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/01/30/1058582.html</id><title type="text">在sqlserver2005中部署C#编写的自定义函数</title><summary type="text"/><published>2008-01-30T04:56:00Z</published><updated>2008-01-30T04:56:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/01/30/1058582.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/01/30/1058582.html"/></entry><entry><id>http://www.cnblogs.com/Lileltp/archive/2008/01/30/1058578.html</id><title type="text">Javascript 中 &amp;quot;=&amp;quot; ,&amp;quot;==&amp;quot;,&amp;quot;===&amp;quot;的区别与关系</title><summary type="text"/><published>2008-01-30T04:51:00Z</published><updated>2008-01-30T04:51:00Z</updated><author><name>阿呆乐</name><uri>http://www.cnblogs.com/Lileltp/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Lileltp/archive/2008/01/30/1058578.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Lileltp/archive/2008/01/30/1058578.html"/></entry></feed>
