<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_年 华 向 左 、</title><subtitle type="text">重要的不是我遇到了什么事情,而是怎样处理这些事情！</subtitle><id>http://feed.cnblogs.com/blog/u/36902/rss</id><updated>2011-09-12T15:43:59Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/36902/rss"/><entry><id>http://www.cnblogs.com/zsb/archive/2008/08/02/1258834.html</id><title type="text">为什么我们总是比别人钱少？(转)</title><summary type="text">一条猎狗将兔子赶出了窝，一直追赶他，追了很久仍没有捉到。牧羊看到此种情景，讥笑猎狗说"你们两个之间小的反而跑得快得多。" 猎狗回答说："你不知道我们两个的跑是完全不同的！我仅仅为了一顿饭而跑，他却是为了性命而跑呀！"　　目标这话被猎人听到了,猎人想:猎狗说的对啊,那我要想得到更多的猎物,得想个好法子。于是,猎人又买来几条猎狗,凡是能够在打猎中捉到兔子的,就可以得到几 根骨头,捉不到的就没有饭吃.这...</summary><published>2008-08-02T07:49:00Z</published><updated>2008-08-02T07:49:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/08/02/1258834.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/08/02/1258834.html"/></entry><entry><id>http://www.cnblogs.com/zsb/articles/1258486.html</id><title type="text">什么是套接字(Socket)</title><summary type="text"/><published>2008-08-01T14:05:00Z</published><updated>2008-08-01T14:05:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/articles/1258486.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/articles/1258486.html"/></entry><entry><id>http://www.cnblogs.com/zsb/articles/1255008.html</id><title type="text">c#调用API显示隐藏状态栏</title><summary type="text"/><published>2008-07-28T10:02:00Z</published><updated>2008-07-28T10:02:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/articles/1255008.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/articles/1255008.html"/></entry><entry><id>http://www.cnblogs.com/zsb/articles/1201829.html</id><title type="text">ASP.NET生成静态网页的方法</title><summary type="text"/><published>2008-05-18T01:52:00Z</published><updated>2008-05-18T01:52:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/articles/1201829.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/articles/1201829.html"/></entry><entry><id>http://www.cnblogs.com/zsb/archive/2008/05/15/1198688.html</id><title type="text">DataSet操作XML的一点理解</title><summary type="text">代码简单，记录下来为了以后能再看。有错误请指出。谢谢。DataSet操作源码：1usingSystem;2usingSystem.Configuration;3usingSystem.Data;4usingSystem.Linq;5usingSystem.Web;6usingSystem.Web.Security;7usingSystem.Web.UI;8usingSystem.Web.UI.Ht...</summary><published>2008-05-15T09:25:00Z</published><updated>2008-05-15T09:25:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/05/15/1198688.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/05/15/1198688.html"/></entry><entry><id>http://www.cnblogs.com/zsb/archive/2008/05/14/1196966.html</id><title type="text">字符串的常用操作(转)</title><summary type="text">IndexOf-搜索函数 int String.IndexOf(string value); 返回字符串中第一次出现子字符串的字符位置，从0开始，未找到子字符串返回-1。 int String.IndexOf(string value,int startIndex); 同上，但是从字符串的startIndex位置开始搜索，一直到字符串末尾。 int String.IndexOf(string va...</summary><published>2008-05-14T08:53:00Z</published><updated>2008-05-14T08:53:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/05/14/1196966.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/05/14/1196966.html"/></entry><entry><id>http://www.cnblogs.com/zsb/archive/2008/05/09/1190481.html</id><title type="text">常用META标签</title><summary type="text">（转）META标签分两大部分：HTTP标题信息(HTTP-EQUIV)和页面描述信息(NAME)。 一、HTTP-EQUIV HTTP-EQUIV类似于HTTP的头部协议，它回应给浏览器一些有用的信息，以帮助正确和精确地显示网页内容。常用的HTTP-EQUIV类型有： 1、Content-Type和Content-Language (显示字符集的设定)用法：&amp;lt;Meta http-equiv=...</summary><published>2008-05-09T11:24:00Z</published><updated>2008-05-09T11:24:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/05/09/1190481.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/05/09/1190481.html"/></entry><entry><id>http://www.cnblogs.com/zsb/archive/2008/05/09/1188795.html</id><title type="text">文件处理类简介</title><summary type="text">System.IO.Directory：用于创建、移动和枚举通过目录和子目录。.File：用于创建、复制、删除、移动和打开文件。.Path：对包含文件和目录路径的信息String实例执行操作。.StreamReader、StreamWriter：以一种特定的编码读写字符。 File类：（静态）用于创建、复制、删除、移动和打开文件的静态方法，并协助创建FileStream对象。File类常用方法&amp;#...</summary><published>2008-05-09T10:55:00Z</published><updated>2008-05-09T10:55:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/05/09/1188795.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/05/09/1188795.html"/></entry><entry><id>http://www.cnblogs.com/zsb/archive/2008/05/04/1181536.html</id><title type="text">最简单的文件上传</title><summary type="text">纯属个人所见，请大家批评指点。btnUpLoad Button按钮fileUp FileUpload控件1usingSystem;2usingSystem.Data;3usingSystem.Configuration;4usingSystem.Collections;5usingSystem.Web;6usingSystem.Web.Security;7usingSystem.Web.UI;8u...</summary><published>2008-05-04T04:08:00Z</published><updated>2008-05-04T04:08:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/05/04/1181536.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/05/04/1181536.html"/></entry><entry><id>http://www.cnblogs.com/zsb/archive/2008/05/04/1181405.html</id><title type="text">用CSS弹出对话框</title><summary type="text">原理非常简单，就是把背景图片的地址改为JAVASCRIPT代码，当页面加载的时候就会JAVASCRIPT代码。也可以放其他简单的代码。1&amp;lt;html&amp;gt;2&amp;lt;head&amp;gt;3&amp;lt;title&amp;gt;CSS弹出对话框&amp;lt;/title&amp;gt;4&amp;lt;styletype="text/css"&amp;gt;5body{}{6background-image:url('javascript:...</summary><published>2008-05-04T03:03:00Z</published><updated>2008-05-04T03:03:00Z</updated><author><name>向左、</name><uri>http://www.cnblogs.com/zsb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsb/archive/2008/05/04/1181405.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsb/archive/2008/05/04/1181405.html"/></entry></feed>
