<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-32767919</id><updated>2025-07-31T15:18:36.652+08:00</updated><category term="Job Hunt"/><category term="daily"/><category term="blogger"/><category term="linux"/><category term="music"/><category term="C/C++ 数据结构"/><category term="Feed"/><title type='text'>Y-Why</title><subtitle type='html'>For my dream....for you.....</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default?start-index=26&amp;max-results=25'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>42</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-32767919.post-3621147453465895706</id><published>2009-03-07T18:39:00.008+08:00</published><updated>2009-03-07T19:22:40.301+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger"/><title type='text'>在Blogger的日志中增加Read More</title><content type='html'>&lt;div class=&quot;summary&quot;&gt;在Blogger的日志中添加read more选项的方法有很多，我曾经试过通过添加javascript的方法实现，这样也最简单，但是那个javascript不是你写的，而且每次打开日志时都会下载这个javascript，会非常影响速度，我也寻找过其它办法，但是都不怎么成功，之后我在&lt;a href=&quot;http://beautifulbeta.blogspot.com/&quot;&gt;Beautiful Beta&lt;/a&gt;看到了一个好方法，非常简单。&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 1:备份Blogger模板&lt;/span&gt;&lt;br /&gt;首先在布局-修改HTML处下载现在使用的模板，做好备份，以防万一&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;restofpost&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 2:修改HTML代码&lt;/span&gt;&lt;br /&gt;勾选“扩展窗口小部件模板”旁边的方框，找到以下几句：&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;div class=&#39;post-body entry-content&#39;&amp;gt;&lt;br /&gt;&amp;lt;data:post.body/&amp;gt;&lt;br /&gt;&amp;lt;div style=&#39;clear: both;&#39;/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;修改为，红色为新添加部分：&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;div class=&#39;post-body entry-content&#39;&amp;gt;&lt;br /&gt; &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.homepageUrl == data:blog.url&#39;&amp;gt;&lt;br /&gt;   &amp;lt;style type=&#39;text/css&#39;&amp;gt;.restofpost {display:none;}&amp;lt;/style&amp;gt;&lt;br /&gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;lt;data:post.body/&amp;gt;&lt;br /&gt; &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&amp;lt;b:if cond=&#39;data:post.link&#39;&amp;gt;&lt;br /&gt;   &amp;lt;a expr:href=&#39;data:post.link&#39;&amp;gt;Read more...&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;lt;b:else/&amp;gt;&lt;br /&gt;   &amp;lt;b:if cond=&#39;data:post.url&#39;&amp;gt;&lt;br /&gt;     &amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;Read more...&amp;lt;/a&amp;gt;&lt;br /&gt;   &amp;lt;/b:if&amp;gt;&lt;br /&gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;lt;div style=&#39;clear: both;&#39;/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;保存&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 3:修改帖子模板&lt;/span&gt;&lt;br /&gt;在设置-格式设置-帖子模板处添加：&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;div class=&quot;summary&quot;&amp;gt;Type summary here&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;restofpost&quot;&amp;gt;Type rest of post here&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;保存后就完成了。&lt;br /&gt;&lt;br /&gt;以后发布日志时，在&quot;Type summary here&quot;处为你想在首面显示的部分，，在&lt;br /&gt;&quot;Type rest of post here&quot;处为隐藏部分。&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/3621147453465895706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/3621147453465895706' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/3621147453465895706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/3621147453465895706'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2009/03/bloggerread-more.html' title='在Blogger的日志中增加Read More'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-8327320414521178474</id><published>2009-02-23T23:22:00.002+08:00</published><updated>2009-02-23T23:38:37.445+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>实习第一天</title><content type='html'>第一天在未来自己将要工作的公司实习，从前一天开始就有感到有些紧张，不是因为其它什么，只是舍不下这学生的身份，很难接受自己将来成为一位真正的上班族，完完全全踏入社会这个事实。&lt;br /&gt;昨天睡得不是太好，1点才上床，睡到半夜还被对面床那个爱说梦话的吵醒，也发现隔壁床的还在下面玩网游，唉。。。。&lt;br /&gt;闹钟闹了两三次才起床，那时候时间已经不早了，很苍促得把自己收拾得靓靓正正。因为寒假肥了太多，年前买的“工作服”也不怎么合身了。Business Casual一点也不casual啊，跟我以前在领事馆的casual比起来，现在的装束实在不怎么习惯。&lt;br /&gt;没想到，因为赶着出门而忘了带手机。&lt;br /&gt;地铁的多人真是令我大吃一惊，该死的三号线，N久一班车，还只有一二号线的一半长，体育中心转车时，全车都挤着中信和中泰国际的白领。&lt;br /&gt;来到公司，第一天的内容在我的预料范围之内，游办公室，见导师，导师做些比较深入的部门介绍，然后就是疯狂得看文档。比较意外得就是要每周每月写report，而且还会有个test，都说这是老板的意思。&lt;br /&gt;感觉在这个公司还是很有前景和希望的，可以学到很多东西。只是怕，自己会在这日复一日的工作中，慢慢变老。。。。</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/8327320414521178474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/8327320414521178474' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/8327320414521178474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/8327320414521178474'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2009/02/blog-post.html' title='实习第一天'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-509325461412121964</id><published>2008-12-21T15:40:00.009+08:00</published><updated>2009-03-07T18:39:02.925+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>嵌入式QT-交叉编译环境</title><content type='html'>&lt;div class=&quot;summary&quot;&gt;&lt;br /&gt;Ubuntu 8.10 64bit&lt;br /&gt;一、设置交叉编译环境&lt;br /&gt;所用包:&lt;br /&gt;crosstool-0.43&lt;br /&gt;gcc-3.3.6&lt;br /&gt;gcc-4.1.1&lt;br /&gt;glibc-2.3.2&lt;br /&gt;binutils-2.16.1&lt;br /&gt;linux-libc-headers-2.6.12.0&lt;br /&gt;linux-2.6.27.6&lt;br /&gt;事先必须安装的包:bison  flex  build-essential  patch  libncurses5-dev(patch可能会找不到，没有太大关系)&lt;br /&gt;&lt;br /&gt;1. Ubuntu 8.10 默认安装的 gcc 版本为4.3.2，根据多人反映，用此版本编译会出错，目前不宜选用&lt;br /&gt;于是选择了 gcc-4.1.1 ，但并不需要卸载 gcc-4.3.2&lt;br /&gt;在 Ubuntu 8.10 不要去下 gcc-4.1.1 的源码来编译（自行下载源码编译会发现遇到更多的问题），直接在终端输入&lt;br /&gt;sudo apt-get install gcc-4.1&lt;br /&gt;安装就可以了&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;restofpost&quot;&gt;&lt;br /&gt;然后是&lt;br /&gt;sudo rm /usr/bin/gcc             (删除GCC，它只是个到gcc-4.3.2的软链接文件)&lt;br /&gt;sudo ln -s /usr/bin/gcc-4.1 /usr/bin/gcc            (建立GCC到gcc-4.1的软链接)&lt;br /&gt;&lt;br /&gt;编译完成后可以运行以下命令修改回来&lt;br /&gt;sudo rm /usr/bin/gcc                            &lt;br /&gt;sudo ln -s /usr/bin/gcc-4.3 /usr/bin/gcc&lt;br /&gt;&lt;br /&gt;如果运行&lt;br /&gt;ls -la /bin/sh&lt;br /&gt;看到链接的是 dash ，则请运行以下命令&lt;br /&gt;sudo dpkg-reconfigure dash&lt;br /&gt;选择 no 以删除 dash ，编译完成可再运行此命令选择 yes 以重新安装 dash&lt;br /&gt;此处如果不改好的话，编译时会出现错误。&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;cd crosstool-0.43&lt;br /&gt;cp demo-arm.sh arm.sh&lt;br /&gt;vi arm.sh&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;修改&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;如下：&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;set -ex&lt;br /&gt;TARBALLS_DIR=&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;$HOME/downloads&lt;/span&gt;//crosstool 所在目录&lt;br /&gt;RESULT_TOP=&lt;span style=&quot;color:#ff0000;&quot;&gt;/home/luis/crosstool&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;//安装目录&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;export TARBALLS_DIR RESULT_TOP&lt;br /&gt;GCC_LANGUAGES=&quot;c,c++&quot;&lt;br /&gt;export GCC_LANGUAGES&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.2.3-glibc-2.2.5.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.2.3-glibc-2.3.2.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.2.3-glibc-2.3.2-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.3.6-glibc-2.2.5.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.3.6-glibc-2.3.2.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.3.6-glibc-2.3.2-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.2.5.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.3.2.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.3.2-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.3.5.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.3.5-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.3.6.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-3.4.5-glibc-2.3.6-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.0.2-glibc-2.3.2.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.0.2-glibc-2.3.2-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.0.2-glibc-2.3.5.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.0.2-glibc-2.3.5-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.0.2-glibc-2.3.6.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.0.2-glibc-2.3.6-tls.dat` sh all.sh --notest&lt;br /&gt;#eval `cat arm9tdmi.dat gcc-4.1.0-glibc-2.3.2.dat` sh all.sh --notest&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;#&lt;/span&gt;eval `cat arm9tdmi.dat gcc-4.1.0-glibc-2.3.2-tls.dat` sh all.sh --notest&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;eval `cat arm.dat gcc-4.1.1-glibc-2.3.2.dat` sh all.sh --notest&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;修改 crosstool-0.43 目录下 gcc-4.1.1-glibc-2.3.2.dat 为&lt;br /&gt;&lt;br /&gt;BINUTILS_DIR=binutils-2.16.1&lt;br /&gt;GCC_CORE_DIR=gcc-3.3.6&lt;br /&gt;GCC_DIR=gcc-4.1.1&lt;br /&gt;GLIBC_DIR=glibc-2.3.2&lt;br /&gt;LINUX_DIR=&lt;span style=&quot;color:#ff0000;&quot;&gt;linux-2.6.27.6&lt;/span&gt;&lt;br /&gt;LINUX_SANITIZED_HEADER_DIR=linux-libc-headers-2.6.12.0&lt;br /&gt;GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.2&lt;br /&gt;GDB_DIR=gdb-6.5//事先下载好gdb-6.5放在定义的源代码目录下&lt;br /&gt;&lt;br /&gt;arm.dat文件&lt;br /&gt;KERNELONFIG＝&#39;pwd&#39;/arm.config//内核的配置&lt;br /&gt;TARGET=arm-linux-//编译生成的工具链的名称&lt;br /&gt;TARGET_CFLAGS=&quot;-O&quot;&lt;br /&gt;&lt;br /&gt;在终端中进入 crosstool-0.43 目录执行&lt;br /&gt;./arm.sh&lt;br /&gt;注：&lt;span style=&quot;color:#ff0000;&quot;&gt;不要以root用户登录进行编译&lt;br /&gt;&lt;/span&gt;好的机器大概半个钟头便可以编译完成，编译过程中可能会出现变量已经already set 的错误，只要运行一次Unset就可以了.&lt;br /&gt;错误信息&lt;br /&gt;&lt;table style=&quot;border: 1px solid rgb(153, 153, 153); width: 80%; font-size: 12px;&quot; align=&quot;center&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;i&gt;&lt;span style=&quot;font-family:黑体;&quot;&gt;crosstool: glibc refuses to build if LD_LIBRARY_PATH is set. Please unset it before running this script.&lt;/span&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;这个问题好解决，unset一下就行了&lt;br /&gt;&lt;i&gt;&lt;span style=&quot;font-family:黑体;&quot;&gt;$ unset LD_LIBRARY_PATH&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;添加目录&lt;br /&gt;在终端中输入以下命令&lt;br /&gt;sudo gedit /etc/environment&lt;br /&gt;&lt;br /&gt;在PATH结尾的分号前添加 Crosstool 的 bin 目录(此处我即使加了路径，在终端下也无法识别，所以每次编译都是手动定义好路径)&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/509325461412121964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/509325461412121964' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/509325461412121964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/509325461412121964'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/12/qt.html' title='嵌入式QT-交叉编译环境'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-8459557809722906789</id><published>2008-12-08T21:25:00.017+08:00</published><updated>2009-03-07T18:32:46.356+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>08安利IT——助理电脑工程师offer之路</title><content type='html'>&lt;div class=&quot;summary&quot;&gt;&lt;br /&gt;某日不知道上何网，突见安利IT招聘，顿生悦意，卒投之，熟料直杀入终面。&lt;br /&gt;&lt;br /&gt;笔试：很简单的看图选择，20分钟30道题，即使每道题用最笨的方面，也基本能做完，算对，就是检验反应能力，然后休息5分钟，40分钟的英语题，有阅读，然后就是选择题，很像老四级的，就考单词，语法。（后来听智联的人说笔试淘汰了五分之四）&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;restofpost&quot;&gt;&lt;br /&gt;群面：在中信41楼，比一般的群面简单多了，8到10个人，不分组，也不分职位，第一部分是英文：介绍你旁边的人的兴趣，我旁边和我同一间学校，两个人比较有默契，不过我自己感觉这一组的人都比较弱，特别是英文没有说的特别好的，基本英文一开口就知道各自在这组处于什么位置了。第二部分是中文，很简单，一个topic大家说一下看法：网络是令人更亲近还是更疏远，我毫不犹豫得选了亲近，不过当然也要说明一下凡事都有两面性。补充发言我也没开口，另一个同学倒是说了很多，后来感觉这一组就我一个进了，其它组最多也就三个进的。&lt;br /&gt;二面：一对一，聊天，面试官不怎么笑，不过还比较nice，全程看我简历问问题，都是比较regular的，一开始感觉像是帮我补充简历，然后还问了职业规划，兴趣，认为自己在学校和社会学习到的什么东西是比较适合应聘这个职位的，自己的弱点在哪里等等。。。当然能吹尽量吹，反正往好的方面吹。&lt;br /&gt;&lt;br /&gt;部门面：四对一，感觉二面没怎么刷人，四个面试官都不错，两男两女，因为时间延后得比较多，所以先面试出来的都会说下问了什么，不过感觉每个人的都不一样，真是头大了，有人就被狂问技术问题，比如你做过什么项目啊，怎么做的啊之类的，而有得人就纯聊天，什么都问，就是不问技术。20到40分钟不等，我属于比较中间的吧，一上去就自我介绍，然后看我简历上写英文比较好，就跟我聊起英文来了，后来广州话都用上了，技术问题问了一点点，基本没怎么问，好像都是我自己主动说的。然后就问你想做哪个TEAM的职位，我选了技术支持，还问我喜不喜欢旅游，就是变相问你肯不肯出差。当然是肯定的回答，然后还问派到北京去行不行，当然也说行。唉。。。这年头，卖身不容易，有人要了就行。发现面试官问的问题都很随意，跟在我之前的人问的问题都不同，应该是开发和技术支持的不同吧。一个星期出结果，要再刷掉一半人。&lt;br /&gt;&lt;br /&gt;想不到第二天就收到offer了，又是在自动控制课上，上次终面通知也是这时候，下了课也把这消息告诉老师了，她居然要让我请吃饭。。。。。&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/8459557809722906789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/8459557809722906789' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/8459557809722906789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/8459557809722906789'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/12/08itoffer.html' title='08安利IT——助理电脑工程师offer之路'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-700088561506586865</id><published>2008-11-10T15:10:00.001+08:00</published><updated>2008-11-10T15:13:17.934+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>2008.11.10 华为霸面</title><content type='html'>&lt;span id=&quot;fullpost&quot;&gt;没有什么好说的，突然感觉自己帮自己纠正了方向，以前所想所做的都是错的。就当攒RP，积累经验了&lt;br /&gt;只是感觉有些失落，因为给华农丢脸了，连累了师弟师妹们。。。&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/700088561506586865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/700088561506586865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/700088561506586865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/700088561506586865'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/11/20081110.html' title='2008.11.10 华为霸面'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-3084575356392833335</id><published>2008-11-07T21:45:00.002+08:00</published><updated>2008-11-07T22:06:53.597+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>华为霸笔</title><content type='html'>华为的宣讲会上说6号网申截止，7号就开始笔试，只有技术服务和软件研发两个职位需要笔试，我后来就把技术服务改在了第二志愿，不过我最想做的仍然是技术服务。&lt;br /&gt;让人郁闷的不是这个，是我周围的同学7号都没有收到华为的笔试通知，7号早上在网上查到当天凌晨1点多有人就有人收到笔试通知了。我和庄世平都很着急，他一直在想，华为肯定是把我们学校BS了，根本连我们的简历看都不看，所以我们就又在网上找到了笔试地点，准备下午去做笔霸。&lt;br /&gt;来到华工，看来庄世平的预言是真的，不过来做技术服务笔霸的只有我们班和隔壁六班的人，加起来不过十个，而另一边是软件研发的，有好几十人，基本都是华农的，包括我认识的几个劲人，所以可以确定华为的确是把我们学校BS了。&lt;br /&gt;看到提着试卷的华为工作人员过来，我们便围了上去，他们态度还是非常好的，基本解答了我们的所有问题，不过说只在试卷有多的情况下才可以给我们霸笔。2点钟的时候，那些收到笔试短信的人开始进场，而我们还被拦在外面，教室里还是有不少空位的，我们想进去，但工作人员说要请示一下领导，才可以决定。我看到有几个人曾经冒然进去，然后被勒令赶了出来（后来这些人都放弃了，看来脸皮真的要够厚，还要找多个同伴一起才行）。在门外耐心等了几分钟，一位工作人员，笑着开了门说欢迎我们来霸笔（--!!!）。&lt;br /&gt;&lt;br /&gt;笔试内容真够“丰富”的，其实就是大杂绘，第一部分是Unix和数据库（我强项），第二部分开始数电模电了，第三部分是通信知识，第四部分计算机网络，考得都很細。还好全是选择题，不然基本不会做。&lt;br /&gt;不知道为什么，有人开考十分钟就交卷，我想即使你再牛，看完100道选择题也要十分钟吧，更不要说还要涂答题卡了。很多人一个钟头内就交卷了，我提前了大概二十分钟交卷，当时剩下的人已经很少了。&lt;br /&gt;That&#39;s all.&lt;br /&gt;God bless me!</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/3084575356392833335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/3084575356392833335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/3084575356392833335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/3084575356392833335'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/11/blog-post.html' title='华为霸笔'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-5843679911001950484</id><published>2008-11-02T21:44:00.000+08:00</published><updated>2008-11-07T21:45:54.483+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>2008年11月2号</title><content type='html'>仅以此纪念广东广雅中学建校120周年！&lt;br /&gt;校训--&lt;br /&gt;         广博雅正，务本求实&lt;br /&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/5843679911001950484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/5843679911001950484' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5843679911001950484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5843679911001950484'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/11/2008112.html' title='2008年11月2号'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-5673842551002125113</id><published>2008-10-31T21:41:00.001+08:00</published><updated>2008-11-01T21:44:29.806+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>My Last Day in BC</title><content type='html'>昨天是我在BC的last day, 上午David问要不要大家一起吃饭farewell，而且还要发email问大家要不要一起，当时感觉真的不是很好意思的说，整个人突然变得很低调，心里感觉怪怪的，反正我就交给他处理了。&lt;br /&gt;他发了EMAIL后，才有很多同事知道我要走了，都感觉很惊讶，纷纷跑过来问我，我还要逐个解释一番，这时候的感觉真的挺好的，很感动，大家都很挂念我，说明我平时的公关做得还是不错的。Haha....&lt;br /&gt;同一天farewell的还有Kenmi，他要去BCG了，虽然只在BC待了6个月。他知道我要走也过来和我吹了一下，Jim叔也是，虽然下午的VC把他弄得暴粗。几个大人物还是挺给面的。&lt;br /&gt;不过说实话，实在有点舍不得，真的舍不得。。。</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/5673842551002125113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/5673842551002125113' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5673842551002125113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5673842551002125113'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/my-last-day-in-bc.html' title='My Last Day in BC'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-7834718601326875608</id><published>2008-10-28T22:12:00.002+08:00</published><updated>2008-10-28T22:23:58.943+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>联想上机测试——08.10.25</title><content type='html'>联想真是海笔啊（不过不知道为什么我周围的同学都没进），就那几个职位，而且每个只招一两个人，都要兴师动众，来个全国招聘，北到哈尔滨南到广州都进行了笔试，而且是连续三天，每天基本一个小时一场，&lt;span id=&quot;fullpost&quot;&gt;而且形式也很特别，跟托福一样的机考。&lt;br /&gt;第一部分是十分钟的英语测试，跟托福的Speaking几乎一样，三个topics，是抽题的，但第一题一定是自我介绍，后面我抽到介绍一个熟悉的公园，人的幸福与收入是否成正比，反正自我感觉说得很烂，基本乱说。&lt;br /&gt;第二部分30分钟30题能力测试，就是公务员考试那些题，但是第一题的看图题居然漏票数字，还是监考人跟我说的，白白浪费开始的五分钟，唉。。。。然后就基本是数列，图表题，就是给出前几个数字或图形猜最后一个是什么。我不够时间，最后三题没做。&lt;br /&gt;昨天去北电面霸没成功，少了一个好企业，也少了一次锻炼的机会。我不能总被卡在笔试那一关。很多时间都感觉梦想已经离自己很近了，昨天聊天Steven Leuang劝我找个企业保底，我觉得他说得很对。十月底了，下个月初又将是一轮笔试和面试高潮。。。。&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/7834718601326875608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/7834718601326875608' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/7834718601326875608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/7834718601326875608'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/081025.html' title='联想上机测试——08.10.25'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-5779221190742777217</id><published>2008-10-20T23:59:00.002+08:00</published><updated>2008-10-21T00:06:29.834+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>参观新浪广州办公室</title><content type='html'>今天参观了新浪广州办公室，在天河城大厦最高层-43楼，而且是占了整层，听说装修的很漂亮，所以就上去参观了一下，感觉办公室这么高简直就是折磨员工的，除了搭电梯的时间要特别久，而且电梯加速时耳朵会很痛&lt;br /&gt;进入他们办公室，首先映入眼睑的就是前台的漂亮MM，还有挂得满天花板的大眼睛，然后就是新浪的紅和黄，办公室比BC大太多了，有两百多号人，厕所就有两间，冰箱两个，微波炉六个，很难想像中午排除热饭的样子，还有满冰箱的各式饭盒。只是他们还是格仔式的办公桌，而且上下班还是要打卡。&lt;br /&gt;今天还收到联想的上机测试预约邀请，我那时已经没得挑了，只有星期六一个时间段的，那还预约个屁啊。。。。</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/5779221190742777217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/5779221190742777217' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5779221190742777217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5779221190742777217'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/blog-post.html' title='参观新浪广州办公室'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-8077540883904965132</id><published>2008-10-18T20:28:00.003+08:00</published><updated>2008-10-18T21:23:17.477+08:00</updated><title type='text'>TOEFL iBT</title><content type='html'>考完了，感觉很简单，题目非常难，特别是reading&amp;amp;listening，一千多块钱浪费了，没办法，自己也的确没怎么复习过。&lt;span id=&quot;fullpost&quot;&gt;考完之后还跟谢丽聊了几个钟，了解到她想出国。&lt;br /&gt;现实就是这么残酷的了。。。我一直都是这么想的。。。。&lt;br /&gt;明天去宁波实习的那帮人就走了，今晚看来要陪他们好好打打机才行。。。。&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/8077540883904965132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/8077540883904965132' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/8077540883904965132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/8077540883904965132'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/toefl-ibt.html' title='TOEFL iBT'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-7752568815702237125</id><published>2008-10-17T18:18:00.002+08:00</published><updated>2008-10-17T18:46:30.797+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>北电笔试_08年10月17日</title><content type='html'>北电算是我第一个通过网申进入笔试的企业（之前还有腾讯的实习生，不过那个好像只要申了都可以笔试），我喜欢的职位，我喜欢的企业风格和文化，还有福利，还有是专业对口的，一开始的确挺兴奋，狂复习了两天，其实那两天还要工作。。。。所以只算是两个晚上。。唉。。。。&lt;br /&gt;&lt;br /&gt;笔试题目的类型跟以前几乎一样，第一题英译中，是北电的自吹自擂，&lt;br /&gt;第二题中译英，关于C++的，没什么难度。&lt;br /&gt;第三题求C^n_{m}={m!} over {n!(n-m)!} ，就是M!/N!(N-M)!&lt;br /&gt;第四题就有难度了，就是二叉树的链表，删除结点的填空题，但是我怎么也不觉得应该这么写。。。所以空白。。。。&lt;br /&gt;第五题就可以死人了，改错题，一个电信计费的程序，前十分钟免费，在我眼中那程序乱得要死。。。。变量太多。。。。所以空白。。。。&lt;br /&gt;&lt;br /&gt;看来注定是给人BS的了。。。。安心准备明天的托福。。。。托福完后就好好再看一下那些题目，好好复习数据结构和算法，时间真的是不够用啊！</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/7752568815702237125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/7752568815702237125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/7752568815702237125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/7752568815702237125'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/081017.html' title='北电笔试_08年10月17日'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-1617424189809939419</id><published>2008-10-11T15:58:00.005+08:00</published><updated>2008-10-11T18:50:35.236+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Job Hunt"/><title type='text'>First Step</title><content type='html'>今天下午去了CVT的简历提交现场，昨天去了他们的宣讲会，企业文化和福利应该是不错的，不过毕竟是一家电子设计企业，辛苦是一定的了。周围的同学都被洗脑的很厉害，呵呵。。。要思辨。。。要思辨。。。&lt;br /&gt;CVT的介绍，他们的网站都有，我感觉主要就是福利好，企业文化比较特别，宣讲会上讲了半天的国学和音乐，而且对于员工都不轻易放弃，通过工作轮换一定让员工找到适合自己的职位。&lt;br /&gt;今天去交简历时，他们的员工问了一些问题，其它问题我感觉答得还OK吧，就是问成绩怎么样，对这个职位的兴趣，如果没有被录取感觉是什么问题，但是专业题就惨了，居然问我ARM，刚刚这个学期才开始学的，而且我又没怎么学过，只能靠猜，或者干脆不知道。汗！！！打算回去狂补习！&lt;br /&gt;&lt;br /&gt;之前还跟Terence and Karen聊过，T就觉得应该闯一闯，不要过得太安逸，K就觉得IT这行实在太累了，而且还要不断充电才行。很感谢他们给我的建议，T还帮我看了一下简历。&lt;br /&gt;&lt;br /&gt;Adrew在华为培训三个月后，去了墨西哥了，应该比非洲好一点吧，我想，虽然很明显是给华为当开荒牛了，不过肯定可以得到不少锻炼，祝他好运！</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/1617424189809939419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/1617424189809939419' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/1617424189809939419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/1617424189809939419'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/first-step.html' title='First Step'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-2176258500019096068</id><published>2008-10-06T19:07:00.003+08:00</published><updated>2008-10-06T19:21:52.640+08:00</updated><title type='text'>A new beginning</title><content type='html'>这是段值得纪念的日子。&lt;br /&gt;转眼就一年多了，这个荒废的Blog，居然又解封了，真的想k人。如今&lt;span id=&quot;fullpost&quot;&gt;的我已经大四了，为了一份好的工作而疯狂着。梦想着。。迷茫着。。。自己也不是个牛人，只能海投简历。。。而且投的都是很牛的企业，而且几乎是外企或者有着出国机会的，只希望有一间可以让我突出重围。&lt;br /&gt;这些天，只有hiall, chinahr, 51job伴随着我，国庆七天在学校的努力，让我感觉在找工作方面没有被大部队落下，虽然身心都感觉有些疲倦，但未来的景象在眼前变得越来越清晰了。&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/2176258500019096068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/2176258500019096068' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/2176258500019096068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/2176258500019096068'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2008/10/new-beginning.html' title='A new beginning'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-4330219904959726627</id><published>2007-06-09T23:03:00.000+08:00</published><updated>2007-06-10T00:29:50.731+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>这个星期~~~</title><content type='html'>今天被matlab弄得一头雾水，这么重要的应用软件，老师居然从来都没有认真得教过我们，只让我们自己看书学，真是令人不解，难道中国的应试教育还要在大学延续？！&lt;br /&gt;&lt;br /&gt;高考今天结束了，已经看到那些人开始玩了，呵呵，他们真是好啊，结束了那么辛苦的一段岁月，唉~~~可是我的苦日子才刚刚开始~~~&lt;br /&gt;&lt;br /&gt;星期四上了大学的最后一堂英语课，真的很感谢老师两年来的教导，不过课堂的气氛很感伤，搞到我很不舒服，很不适应，老师都差点掉眼泪了，后来还照了合照，搞到像要毕业了一样，因为我一开始以为既然是最后一节课，大家就表达一下感谢之意，开开心心聊聊天过完就好，我是一个平淡的人，太悲、太热闹的环境我都不适应。&lt;br /&gt;&lt;br /&gt;最近感觉很不顺，总感觉和一些人聊天聊不到位。。。。感觉周围人变得挺冷漠的~~看来我要增强一下人格魅力才行。&lt;br /&gt;&lt;br /&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;br /&gt;昨天晚上进行了形势教育演讲和班干换届选举，前一个真是够形势的，一下子就说完了，但后面那个也够拖沓，大家都太谦让，虽然最后搞定了，不过有些人选我确定觉得不太好，都不知道剩下两年怎么办。。。。&lt;br /&gt;&lt;br /&gt;今天做matlab做得很头痛，就无意拾回了以前的EVA来看，真的有一种很特别的感觉，虽然以前看EVA时思想有点不太正确，但是现在看回来感觉很适合我们这个年龄段的人看，其实很喜欢看这些很有思想的动漫和电影，有些情节看一遍看不懂，有些思想要深究下去才能体会。&lt;br /&gt;&lt;br /&gt;blogger又被封了，感觉中国政府做得很过份，要封就彻底点，一时松一时紧的，根本就在玩我们啊。。。。！很多网站都有反动思想啦，你要封就封那一样，不要一网打尽啊.....！而且很多都是对我们平时生活很有益的啊，维基百科那么好你都封......其实我觉得按照中国人的传统观念和所受的教育，发生颜色革命的可能性很小的...就算有人想，你一道墙也根本拦不住啊！其实GOOGLE应该配合一下中国政府，MSN SPACE就是很好的范例嘛~~~&lt;br /&gt;&lt;br /&gt;这一个星期都雨里来雨里去的。。。呵呵。。。很享受这种天气带来的生活。。&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/4330219904959726627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/4330219904959726627' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/4330219904959726627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/4330219904959726627'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/06/blog-post.html' title='这个星期~~~'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-900225169344071867</id><published>2007-05-24T22:39:00.000+08:00</published><updated>2007-05-24T22:42:42.481+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>非常动听的歌，居然没歌词</title><content type='html'>Concerto pour deux voix，来自‘放牛班的春天’&lt;br /&gt;&lt;br /&gt;&lt;a style=&quot;left: 0px ! important; top: 0px ! important;&quot; title=&quot;点击这里使 Adblock Plus 过滤该对象&quot; class=&quot;abp-objtab visible&quot; href=&quot;http://player.youku.com/player.php/sid/XMzU3MDkxNg==/v.swf&quot;&gt;&lt;/a&gt;&lt;embed src=&quot;http://player.youku.com/player.php/sid/XMzU3MDkxNg==/v.swf&quot; quality=&quot;high&quot; allowscriptaccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; align=&quot;middle&quot; height=&quot;372&quot; width=&quot;450&quot;&gt;&lt;/embed&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/900225169344071867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/900225169344071867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/900225169344071867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/900225169344071867'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/05/blog-post_24.html' title='非常动听的歌，居然没歌词'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-4854928965838350274</id><published>2007-05-21T13:47:00.000+08:00</published><updated>2007-05-21T13:49:50.813+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Linux真是太厉害了，太漂亮了！</title><content type='html'>ubuntu 下超酷的3D桌面，vista也不能比啊,经过两天折腾我也弄出来了！&lt;br /&gt;&lt;br /&gt;&lt;a style=&quot;left: 0px ! important; top: 0px ! important;&quot; title=&quot;点击这里使 Adblock Plus 过滤该对象&quot; class=&quot;abp-objtab visible&quot; href=&quot;http://www.youtube.com/v/Snz2DPU8tTk&quot;&gt;&lt;/a&gt;&lt;object height=&quot;350&quot; width=&quot;425&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Snz2DPU8tTk&quot;&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/Snz2DPU8tTk&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; height=&quot;350&quot; width=&quot;425&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/4854928965838350274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/4854928965838350274' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/4854928965838350274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/4854928965838350274'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/05/linux.html' title='Linux真是太厉害了，太漂亮了！'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-7556588489212027897</id><published>2007-05-12T21:27:00.000+08:00</published><updated>2007-05-12T23:09:42.128+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>本来要增肥的假期居然变成减肥假期了</title><content type='html'>不是路的~~~&lt;br /&gt;今天居然有好多人说我瘦了~~~首先是见到潘鑫鑫~~~本来我想他说我瘦了也是正常的，因为他的吨位本来就比我大一些，而且大家也那么久没见过了。&lt;br /&gt;不过今晚出去剪头发~~~发廊的老板娘居然说：“哇~~~你瘦佐好多啊~~~！系吾系五一好玩得好辛苦啊！”我就话：“真系？！无理由哦，我假期边都未去成~~~七日都好食好睡~~！点会瘦啊”她又话：“但的确系事实哦。”此时我真想找个秤回来，证明给她看。&lt;br /&gt;以上暂时靠一段落，不过不知道为什么，她今天下手特别“重”，剪了这么多年了，我还是第一次在她的剪刀下感觉不妥，果然~~她在我的头上破了纪录，我第一次被她剪得这么短，不过看起来都几靓仔的~~而且天气又这么热~~~就不追究了，心理暗想：“少了些头发，体重肯定比刚才又轻了几量了。”&lt;br /&gt;P.S.   blogspot又没得上了~~~有一个最终解决方法：&lt;br /&gt;用记事本打开C:\WINDOWS\system32\drivers\etc下的hosts文件，加入一行72.14.207.190 yangyuwhy.blogspot.com　　其他的blogspot网站也一样，只要更改后面的网址，重启后就行了</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/7556588489212027897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/7556588489212027897' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/7556588489212027897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/7556588489212027897'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/05/blog-post_12.html' title='本来要增肥的假期居然变成减肥假期了'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-276352673392980847</id><published>2007-05-06T21:05:00.000+08:00</published><updated>2007-05-06T21:12:59.807+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C/C++ 数据结构"/><title type='text'>中缀前缀后缀</title><content type='html'>记得上次问薇的时候还是一头雾水，狂翻数据结构的书却连个“缀”字都没找到，不过还好我够聪明，领悟到了“前，中，后”的含义，虽然现在还对结合顺序还是不太懂，不过对于我搞定个&lt;span style=&quot;font-style: italic;&quot;&gt;长整数四则运算&lt;/span&gt;已经够了，具体的&lt;a href=&quot;file:///D:/Program%20Files/Mozilla%20Firefox/profile/ScrapBook/data/20070506170309/index.html&quot;&gt;这里&lt;/a&gt;说得很清楚，终于解决了一个心病啊~~~这个五一假期就做了这么一件有意义的事~~~唉~~~T_T</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/276352673392980847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/276352673392980847' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/276352673392980847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/276352673392980847'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/05/blog-post.html' title='中缀前缀后缀'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-273160794338913109</id><published>2007-05-01T20:45:00.000+08:00</published><updated>2008-12-10T01:19:03.348+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>Way Back Into Love</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfIdorSaL7Ru-pIKZOSuRz57QEVpgia97zFRmbfF7Rxhda4ptTFQvjTfMfojlMvXBje5NgSzNRIC_ZPZee5tgJP8h4Fa46UqUSqcJhRdyMsQRi89oLFSp8JHAM_pghT6DyWBrO/s1600-h/cover-small.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfIdorSaL7Ru-pIKZOSuRz57QEVpgia97zFRmbfF7Rxhda4ptTFQvjTfMfojlMvXBje5NgSzNRIC_ZPZee5tgJP8h4Fa46UqUSqcJhRdyMsQRi89oLFSp8JHAM_pghT6DyWBrO/s320/cover-small.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5059574761626557314&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;介绍一首好听的歌，very classic，男女对唱的经典，歌词也不难&lt;br /&gt;是我的偶像Hugh Grant唱的~~~~~^0^&lt;br /&gt;分享地址：Haley Bennett and Hugh Grant&lt;br /&gt;http://www.huihuinews.com/akoo/in2love.mp3&lt;br /&gt;&lt;embed width=&quot;180&quot; src=&quot;http://www.huihuinews.com/akoo/in2love.mp3&quot; autostart=&quot;true&quot; loop=&quot;-1&quot; height=&quot;45&quot;&gt;&lt;/embed&gt;&lt;br /&gt;电影music and lyrics也很好看啊~~~~强烈强烈推荐！！！</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/273160794338913109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/273160794338913109' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/273160794338913109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/273160794338913109'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/05/way-back-into-love.html' title='Way Back Into Love&lt;Music and Lyrics&gt;'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfIdorSaL7Ru-pIKZOSuRz57QEVpgia97zFRmbfF7Rxhda4ptTFQvjTfMfojlMvXBje5NgSzNRIC_ZPZee5tgJP8h4Fa46UqUSqcJhRdyMsQRi89oLFSp8JHAM_pghT6DyWBrO/s72-c/cover-small.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-6521566579370836327</id><published>2007-04-21T20:16:00.000+08:00</published><updated>2008-12-10T01:19:03.574+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Feed"/><title type='text'>What is RSS,what is Feed?</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;什么是RSS，什么是FEED&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihItqkjJVGeJkgAd_DCAEqKKhZ93itvC9c53zuvdvoJNzrRutlvuMm6UXBidxpRlQYdjMU93Q4QH-dA8rfdZ48CgCv2h_s6VFHypTFzxQecrVdub-ggt80F2U_X_N4jyqOOPzg/s1600-h/RSS.JPG&quot;&gt;&lt;img style=&quot;cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihItqkjJVGeJkgAd_DCAEqKKhZ93itvC9c53zuvdvoJNzrRutlvuMm6UXBidxpRlQYdjMU93Q4QH-dA8rfdZ48CgCv2h_s6VFHypTFzxQecrVdub-ggt80F2U_X_N4jyqOOPzg/s320/RSS.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5055870710984649122&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;我现在算是在这里大众搞科普吧~~~（其实主要是给女生）先说RSS&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;它是什么&lt;/span&gt;：站点用来和其他站点之间共享内容的简易方式(也叫聚合内容)&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;它代表什么&lt;/span&gt;：Really Simple Syndication (或RDF Site Summary，RDF站点摘要)&lt;br /&gt;一些免费的软件能够让你阅读那些RSS使能的站点，比如 Google Reader.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;它有什么用处&lt;/span&gt;：让别人容易的发现你已经更新了你的站点，让人们很容易的追踪他们阅读的所有weblogs。&lt;br /&gt;现在几乎每一个即时更新网站都有RSS，更不要说BLOGGER了，&lt;span style=&quot;font-weight: bold; color: rgb(255, 0, 0);&quot;&gt;一般可以在页首，或者页尾找到它&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;那什么是Feed?&lt;/span&gt;&lt;br /&gt;Feed，本意是“饲料、饲养、（新闻的）广播等”，RSS订阅的过程中会用到的“Feed”，表示这是用来接收该信息来源更 新的接口，Feed是个很重要的东西，我现在每发现一个好的Blog后，第一件事便是去页面上找能够用Google Reader订阅的 Feed，一旦添加完毕，便可以放心的关闭窗口，并不需要把它加入收藏夹，因为我知道，这个Blog的更新，我再也不会漏掉了。&lt;br /&gt;其实FEED就是一种接口，至少我是这么理解的。&lt;span id=&quot;fullpost&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 153); font-family: trebuchet ms; font-size: 85%;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold;&quot;&gt;其实以上的内容你都可以不看，只看下面的&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;如果&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;你经常看BLOG或者新闻，那你如何去跟踪他们的更新呢？难道要手动一个个打开来查看？&lt;br /&gt;NO~~在BLOG首页的上面或者页面最下面会有一个图标&lt;a href=&quot;http://picasaweb.google.com/yyangcum/YWhy/photo?authkey=TsHO5AL2WxU#5055870710984649122&quot;&gt;&lt;img src=&quot;http://lh4.google.com/image/yyangcum/RioPn96KqaI/AAAAAAAAAA8/4lLiIPIWbLE/s144/RSS.JPG&quot; /&gt;&lt;/a&gt;直接点击它，便会叫你选择RSS阅读器，我使用的是GOOGEL READER，我推荐大家都用它，因为不用在电脑上安装软件，当然你要先有一个GOOGLE帐户（可以向我索要邀请）。&lt;br /&gt;如果你自己是个BLOG用户，如何让别人订阅你的RSS，如果了解每一天有多少人通过它阅读你的BLOG吗？&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; color: rgb(255, 0, 0);&quot;&gt;这可以算是高阶应用了吧，不过很实用，非常非常实用&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;首先要去这个网站http://www.feedsky.com，一路下一步，不能再简单了&lt;br /&gt;这是一个FEED管理网站，其实国外有个更好的，不过某人一直向我报怨英文多，所以也就算了&lt;br /&gt;完成后会生成一个新的FEED地址，回到首页会有点击&lt;span style=&quot;color: rgb(51, 204, 255);&quot;&gt;转到&lt;/span&gt;&lt;span style=&quot;font-style: italic; color: rgb(51, 204, 255);&quot;&gt;我的Feeds-进入管理－Feeds发布，&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 204, 255);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;选择一个图标样式和阅读器（有GOOGLE的）&lt;/span&gt;&lt;/span&gt;，然后把HTML代码复制到BLOG模板里，Blogger里很简单，和添加背景音乐的步骤一样。&lt;br /&gt;这里网站里还有很多有用的信息，大家可以自己翻来看一下，可以看到每天有多少人阅读你的FEEDS，还有多少人新订阅你的FEEDS哦。哈哈~~~~&lt;br /&gt;P.S：写了这么多，望各位有耐心看下去&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 153); font-family: trebuchet ms; font-size: 85%;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0); font-weight: bold;&quot;&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/6521566579370836327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/6521566579370836327' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/6521566579370836327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/6521566579370836327'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/04/what-is-rsswhat-is-feed.html' title='What is RSS,what is Feed?'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihItqkjJVGeJkgAd_DCAEqKKhZ93itvC9c53zuvdvoJNzrRutlvuMm6UXBidxpRlQYdjMU93Q4QH-dA8rfdZ48CgCv2h_s6VFHypTFzxQecrVdub-ggt80F2U_X_N4jyqOOPzg/s72-c/RSS.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-5223919125042482929</id><published>2007-04-16T22:44:00.000+08:00</published><updated>2007-04-16T23:02:02.311+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>我不想喝酒</title><content type='html'>今晚和TNET的一班师兄师弟出去吃饭，都几开心的，因为这两天搞义修活动，太累了，我们大佬要犒劳一下大家。&lt;br /&gt;我们那一桌的人还是挺“纯洁的”，基本是喝茶和汽水，不过旁边两桌就不同了，都在那里比酒量，我是不太喜欢喝酒的，除了菠萝碑和嘉士伯，其它我都比较抵制，因为从小父母就不让我喝酒，和亲戚吃饭时，他们也当我是小孩子，不让我喝酒。我也自然而然得产生了对酒的抵制情绪，即使是啤酒。不过今晚实在顶不住师兄的劝酒，喝了一瓶有多，算是破纪录了。看来我很不适应这种应酬~~~</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/5223919125042482929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/5223919125042482929' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5223919125042482929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/5223919125042482929'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/04/blog-post_16.html' title='我不想喝酒'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-3267876533822560755</id><published>2007-04-15T11:56:00.000+08:00</published><updated>2007-04-15T12:02:51.982+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="daily"/><title type='text'>有些愧疚。。。</title><content type='html'>星期五去了大学城，感觉遗憾比收获多很多~~~&lt;br /&gt;阿肥的电脑的确有问题，不是我的能力可以解决的了~~~&lt;br /&gt;感觉很对不起她~~~我一定会负责到底的~~&lt;br /&gt;还有就是感觉对不起家里人，那么晚才回到家~~~没能陪他们吃晚餐，又没跟他们说实话，我真是一个坏孩子啊~~~~！！！&lt;br /&gt;今天起正式脱离FM~~~really a waste of time!</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/3267876533822560755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/3267876533822560755' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/3267876533822560755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/3267876533822560755'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/04/blog-post_3051.html' title='有些愧疚。。。'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-1549413711603991554</id><published>2007-04-15T11:54:00.000+08:00</published><updated>2007-04-15T11:56:06.329+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger"/><title type='text'>玩野咩~~~~</title><content type='html'></content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/1549413711603991554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/1549413711603991554' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/1549413711603991554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/1549413711603991554'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/04/blog-post_15.html' title='玩野咩~~~~'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32767919.post-9188825940341785765</id><published>2007-04-04T23:44:00.000+08:00</published><updated>2007-04-04T23:54:22.159+08:00</updated><title type='text'>我到底怎么了？</title><content type='html'>现在有时间都拿来睡觉了，特别是上课时间，都不知道为什么会那么累～～其实我很不想的&lt;br /&gt;想起在高一的时候写过一首诗，当时宿舍其他人都在聊天，我就借着电筒光写，那天好像聊到三点多，我也那时才写完，其实那首诗我真的不是写着玩的，我是很认真的，虽然在全班面前朗诵时，我感情有些过于激动，但对那时刚考上GY，脑里充满梦想的我来说，就是当时的那种心情，一点儿也不假,现在只希望能重拾那时的力量，让我更坚强&lt;br /&gt;唉～～可惜那首诗我也不知道放去哪里了，只记得一句:&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;“全世界只想让你来爱我，我的梦想！”&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;情绪也是可以传染的，你睡着了～～但我又是一个难眠夜&lt;span style=&quot;font-family: arial;&quot;&gt;T-T&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://yangyuwhy.blogspot.com/feeds/9188825940341785765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/32767919/9188825940341785765' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/9188825940341785765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/32767919/posts/default/9188825940341785765'/><link rel='alternate' type='text/html' href='http://yangyuwhy.blogspot.com/2007/04/blog-post_04.html' title='我到底怎么了？'/><author><name>Mike Yang</name><uri>http://www.blogger.com/profile/11928965095973515346</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://lh4.google.com/image/yytmdyy/Rfvv9XIL4hI/AAAAAAAAAeE/t0uMfCTujn4/s144/%E4%BF%AE%E6%94%B9CIMG0950.JPG'/></author><thr:total>0</thr:total></entry></feed>