<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BK</title><subtitle type="text">我是BK，不断成长，不愿辜负任何对我保有期盼的人...</subtitle><id>http://feed.cnblogs.com/blog/u/18074/rss</id><updated>2007-10-12T09:37:20Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18074/rss"/><entry><id>http://www.cnblogs.com/bk/archive/2007/10/12/922573.html</id><title type="text">中国父母十个错误教育观念［转］</title><summary type="text">让保姆，爷爷奶奶带孩子。不自己亲自照顾　　很多中国父母以为孩子只要身边有人看著，没有生命危险就好。其实从出生开始，孩子就需要和别人交流。不会说话也可以交流。肌肤的接触，拥抱，关注的眼光，和他说话。 　　孩子需要不断的交流，会变得比较聪明，对爱有安全感。我们很多家庭的孩子，是在没有关注的环境下长大。脑子会变得怪异呆滞。然后永远缺乏爱的安全感。终生追求那童年，婴儿时期失去却永远追不回的爱。 　　另外最...</summary><published>2007-10-12T09:37:00Z</published><updated>2007-10-12T09:37:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/12/922573.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/12/922573.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917110.html</id><title type="text">asp.net根据域名查ip C#版</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。 网上有类似的教程，但是是asp.net 1.1的版本，这是本人写的，asp.net 2.0支持。 public string GetIPByDomain(string url) { if (url.Trim() == string.Empty) return ""; try { System.Net.IPHostEntry host = Sy...</summary><published>2007-10-08T07:11:00Z</published><updated>2007-10-08T07:11:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917110.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917110.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917074.html</id><title type="text">asp.net 2.0教程 登录系列控件</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。登录系列控件支持可视化操作，只需要修改相应的属性设置就能满足基本功能，在代码层不需要添加任何代码，当在页面中拖入一个登录系列控件后，.NET会自动在项目的数据库文件夹中增加1个数据库，用于登录控件的数据访问。 但是，个人认为Asp.Net 2.0 的登陆控件，甚至包括成员资格、角色管理等，在实际开发过程中实用性都不敢恭维，还是需要我们编写自己的...</summary><published>2007-10-08T06:49:00Z</published><updated>2007-10-08T06:49:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917074.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917074.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917071.html</id><title type="text">asp.net 2.0教程 成员资格和角色管理</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。每一个完善的网站管理系统都应该包括用户管理、角色管理，都包含用户注册、密码修改、用户登录、身份验证等功能。在asp.net 1.x时代，程序员为了这些常用的功能反复做着重复性的工作，今天的asp.net 2.0替我们封装了这些常用控件及机制，给我们带来了诸多便利。接下来两节我们就来学习这方面的内容。这一节我们讲述asp.net 2.0的成员资格...</summary><published>2007-10-08T06:48:00Z</published><updated>2007-10-08T06:48:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917071.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917071.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917067.html</id><title type="text">asp.net 2.0教程 Web部件WebPart</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。用过baidu空间或者msn的朋友可能为其网站强大的个性化定制功能而耳目一新。其实这些东西并不神秘，在asp.net 2.0中依靠WebParts的灵活功能,我们也可以轻松实现同样的功能。WebPart是vs2005的新控件,它的作用是可以使用户在页面上进行控件的拖放,调整位置内容,对控件进行增加,删除,修改等操作.和上节一样，WebParts...</summary><published>2007-10-08T06:46:00Z</published><updated>2007-10-08T06:46:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917067.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917067.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917066.html</id><title type="text">asp.net 2.0教程 个性化用户配置</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。本节一起学习Asp.net 2.0的个性化服务解决技术框架：个性化用户配置。什么是个性化用户配置呢？以下是引自网上Daniel Pang朋友的讲述：存储和访问用户配置数据一直是开发人员关注的热点。在ASP.NET 1.x时代，实现这一功能主要通过Session、Application等对象或者采用数据库存储的方法。这两种方法都有着本身不可克服的...</summary><published>2007-10-08T06:45:00Z</published><updated>2007-10-08T06:45:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917066.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917066.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917065.html</id><title type="text">asp.net 2.0教程 数据缓存</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。前面学习了数据源控件和数据绑定控件，今天我们将要学习的是：数据缓存。接触过asp.net 1.x版本的朋友可能会说，这不是个新东西了。是的，数据缓存确实不是asp.net 2.0的新产物，但是asp.net 2.0赋予数据缓存更多属性和方法，让数据缓存可以在asp.net 2.0时代大展雄风。数据缓存将频繁被请求的内容存贮在服务器端缓存中，以便...</summary><published>2007-10-08T06:44:00Z</published><updated>2007-10-08T06:44:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917065.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917065.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917061.html</id><title type="text">asp.net 2.0教程 数据绑定控件</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。使用Asp.Net 2.0技术实现数据访问及显示，主要依靠两种类型的服务器控件：数据源控件和数据绑定控件。数据源控件我们前几节已经讲述过了，本节讲述数据绑定控件。数据绑定控件包括GridView控件、DetailsView控件、FormView控件。1、GridView数据绑定控件功能：GridView控件提供数据的显示、排序、添加、修改、删除...</summary><published>2007-10-08T06:42:00Z</published><updated>2007-10-08T06:42:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917061.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917061.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917059.html</id><title type="text">asp.net 2.0教程 数据源控件2</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。上一节我们讲述了SqlDataSource和AccessDataSource这两个.net数据源控件中的重要成员，本节我们接着讲述.net数据源控件中的XmlDataSource控件、SiteMapDataSource控件和ObjectDataSource控件。1、XmlDataSource控件XmlDataSource控件是针对层次化数据源中...</summary><published>2007-10-08T06:41:00Z</published><updated>2007-10-08T06:41:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917059.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917059.html"/></entry><entry><id>http://www.cnblogs.com/bk/archive/2007/10/08/917056.html</id><title type="text">asp.net 2.0教程 数据源控件</title><summary type="text">尊重作者，请保留 www.it55.com 链接字样。在没有讲述 数据源控件 之前，我们先来认识一下数据源控件、数据绑定控件之间的关系。数据源控件封装所有获取和处理数据的功能，主要包括连接数据源、使用Select、Update、Delete和Insert等对数据进行管理。数据绑定控件主要用于将数据于前台显示出来。通常情况下，我们常常先用数据源控件取得数据集合，然后使用数据绑定控件将数据集合绑定并呈...</summary><published>2007-10-08T06:41:00Z</published><updated>2007-10-08T06:41:00Z</updated><author><name>blue1000</name><uri>http://www.cnblogs.com/bk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bk/archive/2007/10/08/917056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bk/archive/2007/10/08/917056.html"/></entry></feed>
