<?xml version="1.0" encoding="utf-8" ?>















<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="zh_CN">
<title><![CDATA[一个人在微笑的天空飘荡]]></title>
<link rel="alternate" type="text/html" href="http://wbf3515407.blog.bokee.net"/>
<modified>2008-10-12T10-43-05 CST</modified>
<tagline type="text/html" mode="escaped"><![CDATA[博客就是我的生活的反映，博客中的我就是真实的我]]></tagline>
<generator url="http://www.bokee.net/" version="2.0">bokee.net</generator>
<copyright>Copyright (c) 2005,  wbf3515407</copyright>


<entry>
<title>三级数据库技术及应用考试大纲</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/2196327.html"/>
<issued>2008-10-12T10-43-05 CST</issued> 
<created>2008-10-12T10-43-05 CST</created>
<modified>2008-10-12T10-43-05Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://2196327</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>学习札记</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>三级数据库技术及应用考试大纲<br /></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 基本要求 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.掌握数据结构的基础知识和简单应用；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.掌握数据库的基本概念；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.熟练掌握E-R模型、关系模型、关系代数运算及关系模式<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 的规范化；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.掌握结构化查询语言SQL常用语句；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.了解数据库管理系统SQL SERVER的常用操作；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.能进行简单的数据库应用系统设计。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 考试范围<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 一、数据结构基础<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1．数据结构的基本概念及有关术语<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 数据、数据元素、数据类型、数据的逻辑结构、数据的存储<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 结构、算法和算法分析、算法的时间及空间复杂性；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2．基本数据结构及其操作<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 线性表的定义、逻辑结构、存储结构（顺序存储、链式存储），<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 插入、删除操作；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3．数组的定义、数组逻辑结构与存储结构的关系；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4．栈的定义、逻辑结构、存储结构，进栈、出栈操作；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5．队列的定义、逻辑结构、存储结构，循环队列，进队、出队操作；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6．二叉树的定义、性质、存储结构，二叉树的遍历，二叉排序树，哈夫曼树；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7．检索方法<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 顺序查找、二分查找；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6．内部排序方法<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 选择排序、冒泡排序、插入排序、归并排序、快速排序、堆<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 排序。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 二、数据库系统<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 数据库的基本概念：信息、数据和数据处理、数据库系<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 统的组成与结构；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 数据库管理系统的三级模式结构的概念、原理和对数据<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 独立性的意义，数据独立性的含义；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 数据库系统的数据模型：层次、网状、关系和面向对象<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 的模型的含义、特点和主要区别；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 关系模型、关系、关系模式、关系数据库模式、关系数<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 据库的定义（关系、元组、属性、域、关键字、数据项）；主属性和非主属性；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 关系运算：选择、投影、集合并运算、集合差运算、笛<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 卡儿积、连接；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 关系数据库基本概念：函数依赖的定义和相应的概念；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 完全函数依赖、部分函数依赖和传递函数依赖定义；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 规范化理论：第一范式、第二范式、第三范式和BCNF<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 范式的定义、关系模式规范化的方法和关系模式分解的方法及分解准则；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 关系数据库规范化：1NF，2NF，3NF，BCNF；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9．&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 结构化查询语言SQL：数据库操作（数据类型、库的创<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 建与撤消、表的创建、修改与撤消、视图的创建与撤消、索引的创建与撤消），数据库查询（单表查询、多表连接查询、分组查询、按序查询、统计查询），数据更新（表和视图中数据的插入、删除和修改）；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10．典型数据库管理系统SQL SERVER：创建数据库、创建表、<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 表的插入、删除和修改、数据库查询、建立表索引；<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11．数据库应用系统设计技术：数据模型的基本概念、E-R图向关系模型的转换、数据模型优化、设计视图、逻辑设计，物理设计。</p>
<p>&nbsp;</p>]]>
</content>
</entry>

<entry>
<title>发现</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/2174071.html"/>
<issued>2008-10-01T21-37-55 CST</issued> 
<created>2008-10-01T21-37-55 CST</created>
<modified>2008-10-01T21-37-55Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://2174071</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>Default Cloumn</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 今天，我和同学一起去了一个好玩的地方--理工后面的公园，以前都不知道还有这样的地方啊，因为今天是国庆节，所以那里结婚的人很多啊，那里有中式婚礼和西式两种的，那里的人都是一片的笑声欢语，我觉得那些人都是很幸福的，当然我也是啊，今天，我玩的好开心啊，很久都没有这么开心了&hellip;&hellip;]]>
</content>
</entry>

<entry>
<title>报否</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/2172623.html"/>
<issued>2008-09-30T14-32-19 CST</issued> 
<created>2008-09-30T14-32-19 CST</created>
<modified>2008-09-30T14-32-19Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://2172623</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>学习札记</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<div>&nbsp;&nbsp;&nbsp;&nbsp; 不知道怎么搞的，现在可以报考英语四级了，可是我都不知道怎么办才好啊，报呢还是不报啊，报了的话，学习日语的时间就会少很多啊，可是无论如何是迟早要报的，谁可以告诉我，我该咋办呢？</div>]]>
</content>
</entry>

<entry>
<title>日语初学</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/2125814.html"/>
<issued>2008-09-10T15-42-31 CST</issued> 
<created>2008-09-10T15-42-31 CST</created>
<modified>2008-09-10T15-42-31Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://2125814</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>外语乐园</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 刚刚开始学习日语，我就碰到了麻烦事，难记的片假名和平假名&hellip;&hellip;真是不知如何是好 啊&hellip;&hellip;</p>]]>
</content>
</entry>

<entry>
<title>她好像变了</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1823485.html"/>
<issued>2008-05-23T21-00-07 CST</issued> 
<created>2008-05-23T21-00-07 CST</created>
<modified>2008-05-23T21-00-07Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://1823485</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>情感绿洲</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[&nbsp; 最近，她好像变了 ，开始不和我说话了，我不知道该怎么做，才能让她变成原来的她，永远会对我开心的笑，我好怀念以前的她，不知道她什么时候可以回到以前，我估计以她的性格是不大可能再回头的，我到底该怎么做，才能让她像以前那样对我，她永远是我的开心果，可是现在不是了，我该怎么办呢？？？？？？？]]>
</content>
</entry>

<entry>
<title>最近好累啊</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1719563.html"/>
<issued>2008-04-28T17-46-13 CST</issued> 
<created>2008-04-28T17-46-13 CST</created>
<modified>2008-04-28T17-46-13Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://1719563</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>情感绿洲</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 前几天，有一个好同学来我这里玩了，刚看到她的时候，我非常高兴，因为已经有半年多的时间没有见过她了。第二天，我和其他同学陪她去西湖玩了，在那里逛了一天，真的好累啊。。。。。。]]>
</content>
</entry>

<entry>
<title>迷茫</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1687612.html"/>
<issued>2008-04-20T09-47-39 CST</issued> 
<created>2008-04-20T09-47-39 CST</created>
<modified>2008-04-20T09-47-39Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://1687612</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>学习札记</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<font face="宋体">&nbsp;&nbsp;&nbsp; 昨天我们参加了浙江省Visual Basic二级考试,可是我在考试的时候,我忽视了时间,而导致考试题目没有做完,还有我对题目不是很仔细我就做错了很多题目,在保存的时候,还把题目保存到了错误的文件夹中,真是后悔啊,好迷茫啊.......</font>]]>
</content>
</entry>

<entry>
<title>最近的生活</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1636421.html"/>
<issued>2008-04-06T16-14-56 CST</issued> 
<created>2008-04-06T16-14-56 CST</created>
<modified>2008-04-06T16-14-56Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://1636421</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>情感绿洲</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<font face="宋体">&nbsp;&nbsp;&nbsp;&nbsp; 最近，我总是忙于做ACM的练习，但是这些题目都是非常枯燥的，每一次做题目都会感觉到我的身体会很累&hellip;&hellip;就因为如此，我会经常感到烦躁&hellip;&hellip;</font>]]>
</content>
</entry>

<entry>
<title>忙</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1575140.html"/>
<issued>2008-03-23T11-42-44 CST</issued> 
<created>2008-03-23T11-42-44 CST</created>
<modified>2008-03-23T11-42-44Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://1575140</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>学习札记</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<font face="宋体">最近我觉得我的学习压力变得越来越大了,也许这都是我自己对自己的要求比较严格的原因吧,我觉得这样学习好累啊,但是我没有其他办法,能够让我做到两全其美的了,我可能要先放一放学习,让自己先放松一下,我再作打算了......</font>]]>
</content>
</entry>

<entry>
<title>屁之规律</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1542306.html"/>
<issued>2008-03-15T19-44-34 CST</issued> 
<created>2008-03-15T19-44-34 CST</created>
<modified>2008-03-15T19-44-34Z</modified>
<id>tag:wbf3515407.blogchina.com,2005://1542306</id>
<author>
<name>wbf3515407</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/wbf3515407.html</url>
</author>
<dc:subject>海阔天空</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[有一次一位女生在课上放了一响屁，大家窃笑，有人捂鼻子，搞得那女生一大红脸。 <br />　　黄教授说：&ldquo;笑什么！屁是人身之气，哪有不放之理。怎么着，嫌臭？要是谁放一屁带香味，准是得了艾滋病之类的绝症了。既然说到屁，你们发现没有一个规律，就是：面黄瘠瘦，放屁蔫臭；块大膘肥，放屁如雷？还有的人总结在公共场所的放屁策略：屁声较小，目标难找；屁声太大，自己尴尬。从屁味方面讲就是：屁味不重，最多一哄；屁味不淡，一片抱怨。不管怎么说，放屁是一个自然现象，没什么大惊小怪的。不过也是要讲究辩证法，大家听听对不对：有屁不放，憋坏五脏；没屁乱挤，挤坏身体。&rdquo;<br />　　说着，老黄自己放了一屁。<br />]]>
</content>
</entry>

</feed>
