邓聿文:谁是中国改革的既得利益集团

这似乎是中国学界和官员的“通病”:虽然大家都在批评利益集团阻碍中国改革,但却都不捅破这层“窗户纸”,从而使利益集体的形象在中国的语境中始终处于一种模糊状态
本文来源于《财经网》 2012年01月16日 09:47
Posted in Excerpt | Leave a comment

关于尊重(转载)

国王亚瑟被俘,本应被处死,但对方国王见他年轻乐观,十分欣赏,他要求亚瑟回答一个十分难的问题,答出来就可以得到自由。

这个问题就是: “女人真正想要的是什么?” 亚瑟开始向身边的每个人征求答案:公主、*女、牧师、智者……结果没有一个人能给他满意的回答。

Continue reading

Posted in Reproduced | Leave a comment

不平凡的执着

一直以来忙于各种各样的事情,导致网站荒废了一段时间,实在不应该。感觉自己还是在某些方面感情过于外在化了,比如说,心情不好就不想写博客之类的。。。虽然现在也未见得愉悦起来了,但是还是想敲打一些文字记录这个艰难的阶段,其目的也仅仅是想对自己说一些话,一个坚强的自我总是需要去抚慰脆弱的另一面。

Continue reading

Posted in Diary | Leave a comment

看美剧学习英语»中文最常用短语地道英文表达【FromYYeTS】

1. 活该! serves you(him,her) right!   = you deserve (he/she deserves it.)
e.g   you failed the test? serves you right for not studying!

2. 活该! you had it coming!
e.g. a: i gained weight!
b: well, you had it coming, because you’ve been eating so much without exercising.

3. 胡闹 that’s monkey business!
e.g. a: stop fooling around! that’s monkey business! 别再混日子了!你根本在胡闹嘛!
注:本句也可把monkey当成动词说成“stop monkeying around!”

3.请便! help yourself. do as you please. (表示不需准许而可取东西,就是请客人自在点,不必太拘束。)
Posted in Reproduced | Tagged | Leave a comment

摇摆在命运与理想之间

一年的毕业季刚过,看着毕业生忙着收拾行装各奔东西,想到一年后的自己可能也是这副模样,难免泛起少许忧伤,或许是因为一场欢聚的散场,又或许是经历了几次这样的场景后的淡然。内心的平静或许才是忧伤的真正原因,太过于平静,以至于有些许悲伤的调调。

在实验室坐在我旁边的师兄今年毕业,因为平时玩得好比较好,所以就买了一份礼物权当略表心意,在做这件事的时候确实让我感觉到一些快乐,当把内心的情感真实的表达出来的时候,我自己确实能够感受到那种发自内心的快乐。有些事情就是我想做的,没有任何理由,就是一种感觉,一种情感的寄托,很简单的发自内心的驱动让我感觉自己特别的真实。

Continue reading

Posted in Diary | Tagged , | Leave a comment

悲观or乐观

还记得在中科大代培读研究生阶段,教算法的老师让我们模拟一个自然界的场景,具体内容有点模糊了,似乎是这样一个场景,在一个系统中有食草的哺乳动物和食肉的哺乳动物,食肉动物以食草动物为食,食草动物和食肉动物分别以不同的新生率和死亡率繁衍着种群,问题是这样的,如何维持整个系统的平衡?拿到这个题目之后,我想这个系统似乎太简单了一点,如果仅仅在食草动物和食肉动物之间进行匹配,那么食肉动物只需要每次将食草动物的种群增加的量消耗掉,并且维持食肉动物种群新生率和死亡率相等就可以使得整个系统平衡,于是可想而知,这样的一种理想化的结果是非常索然无味的,系统虽然非常的平衡,但是却没有一个自然的波动过程。

Continue reading

Posted in Diary | Leave a comment

在Fedora14下编译ns2的threshold工具

$ cd ns-allinone-2.34/ns-2.34/indep-utils/propagation/
g++ threshold.cc -o threshold

编译出错:threshold.cc:56:22: fatal error: iostream.h: No such file or directorycompilation terminated.解决方法:打开vi编辑threshold.cc将#include <iostream.h>替换成以下三行代码

#include <string.h>
#include <iostream>
using namespace std;

重新编译threshold,完成。

参考网址:http://teachers.ksu.edu.tw/rscheng/simulation/threshold.pdf

 

Posted in Reproduced | Leave a comment

Installing the plugin on Chrome in Fedora 14[reproduced]

Installing the plugin on Chrome

Follow all of the instructions above. Then:

- create a Chrome plugin folder:

sudo mkdir /opt/google/chrome/plugins

Continue reading

Posted in Reproduced | Leave a comment

How To Launch Nautilus, Programs As Root In Fedora Linux【Reproduced】

If you’re familiar with Ubuntu, then you’ll notice that normal users can open nautilus file browser or launcher programs as root by running the command ‘gksu’ in the Run application dialog box. In this tutorial, I’ll show you how to open Nautilus or launcher programs that required root access as a normal user in Fedora.

Continue reading

Posted in Reproduced | Leave a comment