<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/lzyzuixin" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lzyzuixin" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 25 Jun 2009 12:44:00 GMT</lastBuildDate><title>摄氏37度</title><description>摄氏37度</description><link>http://blog.csdn.net/lzyzuixin/</link><item><title>类与类关系的UML图与代码表现</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297244.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4297244.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4297244.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4297244</trackback:ping><description>相关文章:  类与类关系的UML图与代码表现（再讨论）有了hibernate是否还需要Dao? Erlang里的OO和Java里的OO&lt;br /&gt;推荐圈子: EXT&lt;br /&gt;更多相关推荐&lt;br /&gt;&lt;br /&gt;类与类之间的关系对于理解面向对象具有很重要的作用，以前在面试的时候也经常被问到这个问题，在这里我就介绍一下。&lt;br /&gt;类与类之间存在以下关系:&lt;br /&gt;(1)泛化(Generalization)&lt;br /&gt;(2)关联(Association)&lt;br /&gt;(3)依赖(Dependency)&lt;br /&gt;(4)聚合(Aggregation)&lt;br /&gt;UML图与应用代码例子:&lt;br /&gt;1.泛化(Generalization)&lt;br /&gt;[泛化]&lt;br /&gt;表示类与类之间的继承关系，接口与接口之间的继承关系，或类对接口的实现关系。一般化的关系是从子类指向父类的，与继承或实现的方法相反。&lt;br /&gt;[具体表现]&lt;br /&gt;父类 父类实例＝new 子类()&lt;br /&gt;[UML图](图1.1)&lt;br /&gt;&lt;br /&gt;图1.1Animal类与Tiger类,Dog类的泛化关系&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4297244.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/237016146/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297244.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/237016146/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/237016146/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Jun 2009 20:44:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297244.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297244.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297244.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/237016146/1109649</fs:itemid></item><item><title>类与类关系的UML图与代码表现</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297179.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4297179.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4297179.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4297179</trackback:ping><description>相关文章:  类与类关系的UML图与代码表现（再讨论）有了hibernate是否还需要Dao? Erlang里的OO和Java里的OO&lt;br /&gt;推荐圈子: EXT&lt;br /&gt;更多相关推荐&lt;br /&gt;&lt;br /&gt;类与类之间的关系对于理解面向对象具有很重要的作用，以前在面试的时候也经常被问到这个问题，在这里我就介绍一下。&lt;br /&gt;类与类之间存在以下关系:&lt;br /&gt;(1)泛化(Generalization)&lt;br /&gt;(2)关联(Association)&lt;br /&gt;(3)依赖(Dependency)&lt;br /&gt;(4)聚合(Aggregation)&lt;br /&gt;UML图与应用代码例子:&lt;br /&gt;1.泛化(Generalization)&lt;br /&gt;[泛化]&lt;br /&gt;表示类与类之间的继承关系，接口与接口之间的继承关系，或类对接口的实现关系。一般化的关系是从子类指向父类的，与继承或实现的方法相反。&lt;br /&gt;[具体表现]&lt;br /&gt;父类 父类实例＝new 子类()&lt;br /&gt;[UML图](图1.1)&lt;br /&gt;&lt;br /&gt;图1.1Animal类与Tiger类,Dog类的泛化关系&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4297179.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/237003357/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297179.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/237003357/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/237003357/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Jun 2009 20:16:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297179.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297179.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4297179.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/237003357/1109649</fs:itemid></item><item><title>基本的 CVS 命令(转)</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4296417.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4296417.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4296417.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4296417</trackback:ping><description>10.4. 基本的 CVS 命令&lt;br /&gt;&lt;br /&gt;配置好系统的 CVS 访问之后，检出要处理的模块。技巧&lt;br /&gt;关于是否需要设置 $CVSROOT 环境变量，或命令行选项 -m repository，应当看当前工作目录是否有一个 CVS/ 子目录。&lt;br /&gt;如果有 CVS/ 子目录，CVS 忽略任何 $CVSROOT 或 -m 命令行选项设置。10.4.1. 检出模块&lt;br /&gt;您只需检出模块一次。当一个模块检出到本地之后，它就一直在那儿了。&lt;br /&gt;要检出一个模块，执行下面的命令：$cvs co&lt;br /&gt;例如，要检出 example-tutorial 模块，先进入工作目录，然后执行下面的命令：$cvs co example-tutorial&lt;br /&gt;当前目录下将新建一个名字是 example-tutorial/ 的子目录。&lt;br /&gt;如果检出模块时没有指定分支名称，默认就是 CVS 中模块的 HEAD 分支。10.4.1.1. 检出模块的分支&lt;br /&gt;可以将 CVS 分支视为一篇手册的某个版本，或是一个文件的不同版本。&lt;br /&gt;要检出模&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4296417.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236928017/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4296417.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236928017/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236928017/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Jun 2009 17:01:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4296417.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4296417.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/25/4296417.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236928017/1109649</fs:itemid></item><item><title>函数中省略号的意义和用法</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4294320.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4294320.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4294320.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4294320</trackback:ping><description>某些情况下希望函数的参数个数可以根据需要确定。典型的例子有大家熟悉的函数printf()、scanf()和系统调用execl()等。那么它们是怎样实现的呢？C编译器通常提供了一系列处理这种情况的宏，以屏蔽不同的硬件平台造成的差异，增加程序的可移植性。这些宏包括va_start、va_arg和va_end等。       &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  ----   采用ANSI标准形式时，参数个数可变的函数的原型声明是：       &lt;br /&gt;&lt;br /&gt;  type   funcname(type   para1,   type   para2,   ...)       &lt;br /&gt;  ----   这种形式至少需要一个普通的形式参数，后面的省略号不表示省略，而是函数原型的一部分。type是函数返回值和形式参数的类型。       &lt;br /&gt;  ----   采用与UNIX   System   V兼容的声明方式时，参数个数可变的函数原型是：       &lt;br /&gt;&lt;br /&gt;  type   funcname(va_alist)   &lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4294320.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236515409/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4294320.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236515409/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236515409/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 24 Jun 2009 22:17:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4294320.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4294320.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4294320.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236515409/1109649</fs:itemid></item><item><title>sscanf用法详解</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4293544.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4293544.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4293544.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4293544</trackback:ping><description>sscanf名称:&lt;br /&gt;　　sscanf() - 从一个字符串中读进与指定格式相符的数据. &lt;br /&gt;函数原型:&lt;br /&gt;　　Int sscanf( string str, string fmt, mixed var1, mixed var2 ... );&lt;br /&gt;　　int scanf( const char *format [,argument]... ); &lt;br /&gt;说明：&lt;br /&gt;　　sscanf与scanf类似，都是用于输入的，只是后者以键盘(stdin)为输入源，前者以固定字符串为输入源。&lt;br /&gt;　　其中的format可以是一个或多个 {%[*] [width] [{h | l | I64 | L}]type | ' ' | '\t' | '\n' | 非%符号} &lt;br /&gt;注：&lt;br /&gt;　　1、 * 亦可用于格式中, (即 %*d 和 %*s) 加了星号 (*) 表示跳过此数据不读入. (也就是不把此数据读入参数中) &lt;br /&gt;　　2、{a|b|c}表示a,b,c中选一，[d],表示可以有d也可以没有d。 &lt;br /&gt;　　3、width表示读取宽&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4293544.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236402250/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4293544.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236402250/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236402250/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 24 Jun 2009 18:14:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4293544.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4293544.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/24/4293544.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236402250/1109649</fs:itemid></item><item><title>2009头大娱乐新闻</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4289967.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4289967.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4289967.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4289967</trackback:ping><description>&lt;br /&gt;李开复成了色情网站的掌门人，哈哈，这些比尔盖茨们要笑啦,baidu们要笑啦，必应们要笑啦，ccav们笑啦。&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4289967.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236402253/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4289967.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236402253/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236402253/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Jun 2009 05:33:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4289967.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4289967.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4289967.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236402253/1109649</fs:itemid></item><item><title>SIP和ISUP协议互通的研究</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4288633.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4288633.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4288633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4288633</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;SIP和ISUP协议互通的研究&lt;br /&gt;凌　颖, 钮颖彬, 李　青&lt;br /&gt;（中国电信集团上海研究与开发中心, 上海 200122）&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;摘　要：本文是基于软交换（SoftSwitch）技术的发展而提出的，从网络融合的角度分析了SIP和ISUP互通单元（IWU,即Interworking Unit ）的结构模型，着重介绍了IWU上实现SIP和ISUP互通的原则和机制，为实现PSTN向软交换网络的平滑过渡提供了可行的解决方案。&lt;br /&gt;关键词：软交换；SIP;ISUP;IWU&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Research on Interworking between SIP and ISUP Protocol&lt;br /&gt;LING Ying，NIU Ying-bin，LI Qing&lt;br /&gt;（Shanghai Research and Development Center of China Telecom Group，Shanghai 200122,China）&lt;br /&gt;&lt;br /&gt;Abst&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4288633.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236402259/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4288633.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236402259/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236402259/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Jun 2009 21:35:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4288633.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4288633.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/22/4288633.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236402259/1109649</fs:itemid></item><item><title>现代版的因噎废食之-“封杀谷歌”</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/21/4286347.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4286347.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4286347.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4286347</trackback:ping><description>现在在sohu的新闻上,关于谷歌的批判,扣了一个大帽子,“传播淫秽色情,毒害青少年”。谷歌人家不过是一个专门做搜索引擎,他的目的是帮助人们查找想要找的信息。它搜索到的信息内容,都是从其他网站上得到的。这难道能说谷歌在传播色情吗？我突然在想那些色情的书刊,色情的文字其实是从中国文字中排列组合得到的,难道是不封那些色情书刊,而要把那些文字从字典上扣掉吗？什么叫因噎废食,这个就是现代版的因噎废食。我想如果你要NB就把做这些色情的网站给干掉。我想你要NB就提高国民素质,不去搜索那些内容。我想你要NB就正确引导青少年的性取向。&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4286347.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236402262/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/21/4286347.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236402262/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236402262/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 21 Jun 2009 19:41:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/21/4286347.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/21/4286347.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/21/4286347.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236402262/1109649</fs:itemid></item><item><title>北京小学最新排名</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285816.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4285816.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4285816.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4285816</trackback:ping><description>                                 北京城七区各小学统测成绩最新排名各位家长：     2009年年中，北京市即将在各小学按区县统一抽测学习成绩（闭卷考试：语文、数学、英语），这也是北京的第4年抽测了。2008年最新的抽测结果我已经得到，现在公布出来供大家参考。      仅从成绩看，有的传统名校依然有很大吸引力。但各区的一些知名度不很大的小学成绩相当突出，甚至超过部分名校。如果你的孩子能在这些普通小学上学，也是相当值得的，性价比会很高。1.东城区——上榜次知名小学：和平里九小、西中街小学、北官厅小学。上榜名校：史家小学、府学小学、景山学校(小学部)2.西城区——上榜次知名小学：中古友谊小学、育翔小学。上榜名校：北京实验二小、育民小学、黄城根小学。3.海淀区——上榜次知名小学：中关村二小(也是传统名校，因成绩很突出，首先列出)、七一小学、中关村四小、石油附小、上地实验小学、四季青中心小学。上榜名校：中关村一小、中关村三小、北师大实验小学、北大附小、人大附小、海淀&lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4285816.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236402273/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285816.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236402273/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236402273/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 21 Jun 2009 07:04:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285816.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285816.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285816.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236402273/1109649</fs:itemid></item><item><title>北京小学排名——前十名信息</title><link>http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285794.aspx</link><wfw:comment>http://blog.csdn.net/lzyzuixin/comments/4285794.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lzyzuixin/comments/commentRss/4285794.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4285794</trackback:ping><description>北京第二实验小学 ●校长：李烈 始建于１９０９年，前身为国立京师女子师范学堂附属小学、国立北平师范大学附属第二小学。１９５５年改为现名，郭沫若先生题写校名。 实验二小分为一年级部、二年级部和本部三个校区，占地总面积约为２２０００平方米。目前，全校共有５６个教学班，１８０余名教职员工，２６００多名学生。从２００３年起，每年招收１２个班，从２００５年９月１日开始招收外籍学生入学。预计在２００９年将达到７２个班，在校生超过３０００人。 学校学制六年，开设语文、数学、英语、品德、舞蹈、体育、美术、书法、手工、劳动、信息技术、社会、科学等丰富多彩的课程，和艺术、体育、手工、朗读等选修科目。学校定期举办“体育节”、“艺术节”、“科技节”、“读书节”等大型课外活动，让每一个学生参与其中，尤其是在人民大会堂召开了两届“实验二小艺术节”，让参与活动的所有人终生难忘。 １９９７年，李烈校长创造性地提出了“双主体育人”办学思路，通过“以爱育爱”、“以学论教”、“以参与求体验”、“以**求发展”的实施途径，为学生提供着优质的教育服务。 &lt;img src =&quot;http://blog.csdn.net/lzyzuixin/aggbug/4285794.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236402278/lzyzuixin/csdn.net/s.gif?r=http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285794.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lzyzuixin/236402278/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lzyzuixin/236402278/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 21 Jun 2009 06:53:00 +0800</pubDate><author>摄氏37度</author><comments>http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285794.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285794.aspx</guid><dc:creator>摄氏37度</dc:creator><fs:srclink>http://blog.csdn.net/lzyzuixin/archive/2009/06/20/4285794.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lzyzuixin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lzyzuixin/~1109651/236402278/1109649</fs:itemid></item></channel></rss>