LINUKS BLOG

Make progress is the topic for ever...

My Photo
Name:
Location: China

It's a fans of computer/ Computer is my favorite/ Making progress is the topic for ever...

Friday, March 30, 2007

Static Class And Inner Class

3.Question:

Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。

Answer:

Nested Class (一般是C++的说法),Inner Class (一般是JAVA的说法)。Java内部类与C++嵌套类最大的不同就在于是否有指向外部的引用上。具体可见http: //www.frontfree.net/articles/services/view.asp?id=704&page=1

  注: 静态内部类(Inner Class)意味着1创建一个static内部类的对象,不需要一个外部类对象,2不能从一个static内部类的一个对象访问一个外部类对象

Wednesday, March 28, 2007

Anonymous Inner Class

2.Question:

Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?

Answer:

Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?

  匿名的内部类是没有名字的内部类。不能extends(继承) 其它类,但一个内部类可以作为一个接口,由另一个内部类实现。

Tuesday, March 27, 2007

32 Java questions when be interviewed

1.

Question: 谈谈final, finally, finalize的区别。

Answer:

final?修饰符(关键字)如果一个类被声明为final,意味着它不能再派生出新的子类,不能作为父类被继承。因此一个类不能既被声明为 abstract的,又被声明为final的。将变量或方法声明为final,可以保证它们在使用中不被改变。被声明为final的变量必须在声明时给定初值,而在以后的引用中只能读取,不可修改。被声明为final的方法也同样只能使用,不能重载finally?再异常处理时提供 finally 块来执行任何清除操作。如果抛出一个异常,那么相匹配的 catch 子句就会执行,然后控制就会进入 finally 块(如果有的话)。

  finalize?方法名。Java 技术允许使用 finalize() 方法在垃圾收集器将对象从内存中清除出去之前做必要的清理工作。这个方法是由垃圾收集器在确定这个对象没有被引用时对这个对象调用的。它是在 Object 类中定义的,因此所有的类都继承了它。子类覆盖 finalize() 方法以整理系统资源或者执行其他清理工作。finalize() 方法是在垃圾收集器删除对象之前对这个对象调用的。

Monday, March 26, 2007

I/O Stream

FileOutputStream fos=new FileOutputStream("1.txt");
fos.write("http://www.mybole.com.cn".getBytes());
fos.close();

FileInputStream fis=new FileInputStream("1.txt");
byte[] buf=new byte[100];
int len=fis.read(buf);
System.out.println(new String(buf,0,len));
fis.close();

I become to know about the I/O by learn the lesson of the JAVA from the web.

As my understand, the input stream is that the info stream from the outside(Such as disk,keyboard,mouse) to the inside(memory,CPU).

To the opposite ,the output stream is like it.

I understand the question by a mistake,the day before today.Maybe the reason is that i don't understand the I/O equipment really.

And had a against psychology to the I/O programming.To the more the psychology become stronger when i saw the I/O programming not once.Although said i like it in the mouse ,against from the deep of the heart. If study like this, i will not profess in any field.

Saturday, March 24, 2007

Dream in my life

As a person in the 21th centrury,have no goal,no dream.It's not only a simple sorrowful as a person,but also the centrury's sorrowful.I want to become a scientist when i was young.But the reality told me that if one person not have the strong eager to come true his dream,he will far away from the idea point by point.But i become to like computer since the high school,though i know nothing about it.But the reality not give me the regular education of computer.Maybe it is the distance between the dream and reality.However,i can't complain the god for all the thing, the mainly mistakes is me.

Yesterday,

When you learn a new knowledge point ,you should make it clearly.and the more important thing is don't forget it forever,even you don't use it at once.The knowledge you learn is your wealth,don't throw it away easily.

class father{

fatherWealth fw;

public father(){

...

}

}

class son extends father{

sonWealth sw;

public sun(){

sw+=fw;

...

}

}

Friday, March 23, 2007

Today is my birthday

I am a lonely person.Although there are some friends daily,but i feel alone some time .Not just a simple feeling,but there were much reason in it. Maybe i have some good friend in the 24 years,and we are friendly with each other.But, there has less to talk with in heart.Today is my 24th birthday.I don't want everyone to know it, though i remenber it this year.

Some people think that it is important to have an happy birthday.But i have never spent an happy birthday in my life.

But i want to make some change from now ,from the 24 year's birthday.

My life was down all the time ,i want to let the 24th birthday become the 底谷 of my life.I eager to clime the mountain to the top,not disappoint the name of mine.攀峰-攀登高峰......

Thursday, March 22, 2007

A knowledge point

When you find a new knowledge point .First of all, you can't afraid of or unfriendly to it . Perhaps you aren't able to solve the problem because your against psychology.And second,one person can't learn the knowledge point shallow.But it is not advise you to learn the point deeply.The important thing is the basic knowledge you must accept.And should use the point in a fixed model in the diary life.As long as you do the thing as the fixed model day by day,you will master the knowledge soon or later.

Wednesday, March 21, 2007

Some sentence to advice myself

And learn the thinking to faultless myself.

由内而外全面造就自己


一, 品德成功论强调,圆满的生活与基本品德是不可分的。惟有修养自己具备品德,才能享受真正的成功与恒久的快乐。没有正常的生活,就没有真正卓越的人生。

二, 品德与个人魅力孰重?

Tuesday, March 20, 2007

No Title

Sunday, March 18, 2007

Cheated by the saler on the 3.15

Cheated by the saler on the 3.15 for the mobile phone.The saler told me that his mobile is the version of taiwan.So i bought the mobile from the saler at once.But to my surprise, the mobile is the version of T-Mobile.I knew that the T-Mobile has some disadvantage:0.3 photograph and has the Radio frequency.

The result is not i wanted,but i can do nothing because it has become the true in fact.

Wednesday, March 14, 2007

Waiting is a suffering thing

But because the suffer,the process is beauty.Especial the thing is you want to get.

Dopod 575 is a smart phone, though there is more disadvantage than imagine in it.I like it ,and can bear the disadvantage than some one.

For example, the photo is unclear, and there may exist more serious 射频 on it.

But the disadvantage may give the more change to people to Dir.

Waiting...

Tuesday, March 13, 2007

Can not wait

第一是“贫穷”

贫穷不能等,因为一但时间久了,你将习惯贫穷,到时不但无法突破自我,甚至会抹杀了自己的梦想,而庸庸碌

碌的过一辈子......

第二是“梦想”

梦想不能等,因为人生不同的阶段,会有不同的历练和想法,试想一个问题:如果你20岁时的梦想,在60岁的时

候才得以实现,那会是什么样的一个情况???

譬如说你20岁时的梦想是希望能买到一辆法拉利的跑车,然后到德国的无限速公路狂飙。你一直努力工作,好不

容易到60岁了,总算买得起跑车了,但要实现年轻时的梦想,恐怕也是心有余而力不足吧......

第三是“家人”

家人不能等,或许我们还年轻,未来有很多的时间可以让我们摸索、打拼,但是家人吗?他们还有时间等我们成

功吗???还有时间等我们赚到钱,让他们过好日子,让他们以我们为荣???

树欲静而风不止,子欲养而亲不待......这是很多人的痛,也是很多人一辈子的遗憾。

人的上半生:要不犹豫;

人的下半生:要不后悔;

活在当下,把握每次的机会,因为机会稍纵即逝,为自己的生命找到出路! 最近在经济日报看到一篇由郑丹瑞写

的文章,值得分享,内容如下。

急事,慢慢的说;
大事,清楚的说;
小事,幽默的说;
没把握的事,谨慎的说;
没发生的事,不要胡说;
做不到的事,别乱说;
伤害人的事,不能说;
讨厌的事,对事不对人的说;
开心的事,看埸合说;
伤心的事,不要见人就说;
别人的事,小心的说;
自己的事,听听自己的心怎么说;
现在的事,做了再说;
未来的事,未来再说。
有缘人,共勉之!

Monday, March 12, 2007

Recursion


还是没有理解递归的真谛.

static long fib(int n){
if(n>2) return n;
return fib(n-1)+fib(n-2);
}

Sunday, March 11, 2007

The use of "static"
通常,我们创建类时会指出那个类的对象的外观与行为。除非用new创建那个类的一个对象,否则实际上并未得到任何东西。(注意,这里其实就是说的引用和真正的对象创建问题)只有执行了new后,才会正式生成数据存储空间,并可使用相应的方法。
但在两种特殊的情形下,上述方法并不堪用。一种情形是只想用一个存储区域来保存一个特定的数据——无论要创建多少个对象,甚至根本不创建对象。另一种情形 是我们需要一个特殊的方法,它没有与这个类的任何对象关联。也就是说,即使没有创建对象,也需要一个能调用的方法。为满足这两方面的要求,可使用static(静态)关键字。一旦将什么东西设为static,数据或方法就不会同那个类的任何对象实例联系到一起。所以尽管从未创建那个类的一个对象,仍能调用一个static方法,或访问一些static数据。而在这之前,对于非static数据和方法,我们必须创建一个对象,并用那个对象访问数据或方法。这是由于非static数据和方法必须知道它们操作的具体对象。当然,在正式使用前,由于static方法不需要创建任何对象,所以它们不可简单地调用其他那些成员,同时不引用一个已命名的对象,从而直接访问非static成员或方法(因为非static成员和方法必须同一个特定的对象关联到一起)。
有些面向对象的语言使用了"类数据"和"类方法"这两个术语。它们意味着数据和方法只是为作为一个整体的类而存在的,并不是为那个类的任何特定对象。有时,您会在其他一些Java书刊里发现这样的称呼。
为了将数据成员或方法设为static,只需在定义前置和这个关键字即可。例如,下述代码能生成一个static数据成员,并对其初始化:

class
StaticTest {
Static int i = 47;
}

现在,尽管我们制作了两个StaticTest对象,但它们仍然只占据StaticTest.i的一个存储空间。这两个对象都共享同样的i。请考察下述代码:
StaticTest st1 = new StaticTest();
StaticTest st2 = new StaticTest();
此时,无论st1.i还是st2.i都有同样的值47,因为它们引用的是同样的内存区域。
有两个办法可引用一个static变量。正如上面展示的那样,可通过一个对象命名它,如st2.i。亦可直接用它的类名引用,而这在非静态成员里是行不通的(最好用这个办法引用static变量,因为它强调了那个变量的"静态"本质)。
StaticTest.i++;
其中,++运算符会使变量增值。此时,无论st1.i还是st2.i的值都是48。
类似的逻辑也适用于静态方法。既可象对其他任何方法那样通过一个对象引用静态方法,亦可用特殊的语法格式"类名.方法()"加以引用。静态方法的定义是类似的:
class StaticFun {
static void incr() { StaticTest.i++; }
}
从中可看出,StaticFun的方法incr()使静态数据i增值。通过对象,可用典型的方法调用incr():
StaticFun sf = new StaticFun();
sf.incr();
或者,由于incr()是一种静态方法,所以可通过它的类直接调用:
StaticFun.incr();
尽管是"静态"的,但只要应用于一个数据成员,就会明确改变数据的创建方式(一个类一个成员,以及每个对象一个非静态成员)。若应用于一个方法,就没有那么戏剧化了。对方法来说,static一项重要的用途就是帮助我们在不必创建对象的前提下调用那个方法。正如以后会看到的那样,这一点是至关重要的——特别是在定义程序运行入口方法main()的时候。
和其他任何方法一样,static方法也能创建自己类型的命名对象。所以经常把static方法作为一个"领头羊"使用,用它生成一系列自己类型的"实例"。

Thursday, March 08, 2007

Learning from the others.
No ever when,you should learn from the others using heart.Some people may give you some information to help you grow up.
For example, when i was listening java from the teacher of sunxin.I find that he is a excellent teacher at some habits.eg. When he write the codes as habit he will not make new styles as me.It only let me be not familiar with the content of i have know about. And he is a teacher who can read English easily,for the great method to read.First of all, he will hold the whole sentence.And then analyze the construct of it.After that,he would translate the words for each.
Although he is not a professor of English teacher,but the method to read English is very good.And it represent the thinking of programing.

Wednesday, March 07, 2007

25种让你赚大钱的方法.

1、做你真正感兴趣的事——你会花很多时间在上面,因此你一定要感兴趣才行,如果不是这样的话,你不愿意把时间花在上面,就得不到成功。

2、自己当老板。为别人打工,你绝不会变成巨富,老板一心一意地缩减开支,他的目标不是使他的职员变成有钱人。

3、提供一种有实效的服务,或一种实际的产品。你要以写作、绘画或作曲变成百万富翁的机会可以说是无限小,而你要在营造业、房地产、制造业发大财的机会比较大。记住,出版商赚的钱比作家多得多。

4、如果你坚持要用自己的灵感来创业?最好选择娱乐业,在这方面,发财的速度相当快,流行歌曲和电视最理想。

5、不论你是演员或商人,尽量增加你的观众。在小咖啡馆唱歌的人,所赚的钱一定比不上替大唱片公司灌唱片的人,地方性的商人,不会比全国性的商人赚的钱多。

6、找出一种需要,然后满足它。社会越变越复杂,人们所需要的产品和服务越来越多,最先发现这些需求而且满足他们的人,是改进现有产品和服务的人,也是最先成为富翁的人。

7、不要不敢采用不同的方式——新的方法和新产品,会造成新的财富。但必须确定你的新方法比旧方法更理想,你的新方法必须增进产品外观、效率、品质、方便或者降低成本。

8、如果你受过专业教育,或者有特殊才能,充分利用它。如果你烧得一手好菜,而却要去当泥水匠,那就太笨了。

9、在你着手任何事情之前,仔细地对周围的情形研究一番。mop.com机关和公共图书馆,可以提供不少资料,先做研究,可以节省你不少时间和金钱。

10、不要一直都想着发大财,不如你想想如何改进你的事业,您应该常常问自己的是:“我如何改良我的事业?”如何使事业进行顺利,财富就会跟着而来。

11、可能的话,进行一种家庭事业,这种方法可以减少费用,增进士气,利润的分配很简单,利润能够得到充分的利用,整个事业控制也较容易。

12、尽可能减少你的费用,但不能牺牲你的品质,否则的话,你等于是在慢性自杀,赚钱的机会不会大。

13、跟同行的朋友维持友谊——他们可能对你很有帮助。

14、把尽量多的时间花在事业上。一天12小时、一星期6天是最低要求,一天14小时到18小时很平常,一星期工作7天最好了。你必须先牺牲家庭和社会上的娱乐,直到你事业站稳为止。也只有到那时候,你才能把责任分给别人。

15、不要不敢自己下决心。听听别人的赞美和批评,但你自己要下决心。

16、不要不敢说实话。拐弯抹角,只会浪费时间,心里想什么就说什么,而且要尽可能地直截了当地、明确地说出来。

17、不要不敢承认自己的错误。犯了错误并不是一种罪行,犯错不改才是罪过。

18、不要因为失败就裹足不前。失败是难免的,也是有价值的,从失败中,你会学到正确的方法论。

19、不要在不可行的观念上打转。一发现某种方法行不通,立即把它放弃。世界上有无数的方法,把时间浪费在那些不可行的方法上是无可弥补的损失。

20、不要冒你承担不起的风险。如果你损失10万元,若损失得起的话,就可以继续下去,但如果你赔不起5万元,而一旦失败的话,你就完蛋了。

21、一再投资,不要让你的利润空闲着,你的利润要继续投资下去,最好投资别的事业或你控制的事业上,那样,才能钱滚钱,替你增加好几倍的财富。

22、请一位高明的律师——他会替你节约更多的金钱和时间,比起你所给予的将要多的多。

23、请一位精明的会计师。最初的时候,你自己记账,但除非你本身是个会计师,你还是请一位精明的会计师,可能决定你的成功和失败——他是值得你花钱的。

24、请专家替你报税。一位机灵的税务专家,可又替你免很多的税。

25、好好维持你的健康和你的平静心灵——否则的话,拥有再多的钱也没有什么意思。

Tuesday, March 06, 2007

Some small knowledge of the j2se
1.String s=new String(); string is a type of reference variable.All of the types are reference style except the 8 basic types. eg.int,long....
2.int[] num=new int[5]; num.length represent the number of the elements but not the size of the memory.
3.And the symbol "new" create a reference variable in the leap but not the stack.
4.Static type can't create any object in the memory.
5.Java is a language which send arguments are value.

Monday, March 05, 2007

Abstract

The nature is complex. If there is no way to convert the complex to simple.We will be not able to control the world.Otherwise, the abstract method give the way to deal it.And the more importance is the abstract method deeply apply in the programming.The program is the abstract of the reality. By the abstract we can let the computer do the complex thing of their own free will for us.So i have to be familiar with the abstract method ,and usually use the method consciousness.

Sunday, March 04, 2007

Do one thing many times

When it begin ?I don't know.But i come to do a thing only once.Because i think it is repeat to do a thing twice ,and there has no value to do it .So if i have read the book,will not read it for the second time;And if i have said a word,will not said it for the second time too.And so,i don't learn the knowledge on the book in the heart,and can not well memorize the word.
Sometime, the technology will not contain in the taste. To the opposite, the more you do it ,there are more technology will be appear you would find.Although the world has much interesting,but you can't do all the things in the short life.In fact, one person can do one thing in the short life time is enough.

The 15th of the 1st Moon

Today is the Chinese's night of the 15th of the 1st Moon.
The firecrackers outside are 不绝于耳.
Although there is no miss home,but some sorrow mood around me all the time.
As a big boy,maybe there need a plmm some time.

Friday, March 02, 2007

Inheritance

Inheritance is the most importance natural regular for all the species.
By the inheritance, the humans can develop generation by generation.The son can inheritance all of the father's advantages and possess the new special property.By this process,the humans can exist on the earth and developed better and better.
The above is the simple relation between father and son.There is a suppose,if the son can inherit the advantages from all the relatives,not only the father,the development of the humans can't be imagined.
All of the above is only the theory of inheritance.Only show that i understand the logic,but can't show that i can do thing as the theory.So i can't learn the wisdom inherit from the others.For example ,since i touch java language for 2 years,but i learn less than the 2 years.Why?Maybe the most importance reason is that i can't inherit from yesterday.I know about something yesterday,and would throw it till tomorrow.The experience and habit can not possess by the time.
class yesterday{
status st1;
public do1(){
return;
}
}

class today extends yesterday{
status st2;
public today(){
System.out.print("Progressing...");
}
public do2(){
return;
}
public do1(object o1){
return;
}
}

public class test{
public static void main(String[] args){
new today();
}
}

内部类实现多重继承

内部类实现多重继承:
interface Machine
{
void run();
}

class Person
{
void run()
{
System.out.println("run");
}
}

class Robot extends Person
{
private class MachineHeart implements Machine
{
public void run()
{
System.out.println("heart run");
}
}
Machine getMachine()
{
return new MachineHeart();
}
}

class Test
{
public static void main(String[] args)
{
Robot robot=new Robot();
Machine m=robot.getMachine();
m.run();
robot.run();
}
}

Thursday, March 01, 2007

读大学,究竟读什么

一、读大学,究竟读什么?
  大学生和非大学生最主要的区别绝对不在于是否掌握了一门专业技能……一个经过独
立思考而坚持错误观点的人比一个不假思索而接受正确观点的人更值得肯定……草木可以
在校园年复一年地生长,而我们却注定要很快被另外一群人替代……尽管每次网到鱼的不
过是一个网眼,但要想捕到鱼,就必须要编织一张网……
  
  二、人生规划:三岔路口的抉择
  不走弯路就是捷径……仕途,商界,学术。在这人生的三岔路口,你将何去何从……
与其跟一百个人去竞争五个职位,不如跟一个人去竞争一个职位……学术精神天然的应当
与尘嚣和喧哗保持足够的距离……商场不忌讳任何神话。你也完全可能成为下一个传奇…

  
  三、专业无冷热,学校无高低
  没有哪个用人单位会认为你代表了你的学校或者你的专业……既然是概率,就存在不
止一种可能性……如果是选择学术,冷门专业比热门专业更容易获得成就……跨专业几乎
早已成为一种流行一种时尚……大学之间的实力之争到了考研考场和人才市场原来是那样
的微不足道……
  
  四、不可一业不专,不可只专一业
  千招会,不如一招熟……十个百分之十并不是百分之百,而是零……在这个现实的社
会,真正实现个人价值才是最体面最有面子最有尊严的事情……要想知道需要学什么,最
好的方式就是留意招聘信息……很多专业因为不具备专长的有效性,所以成为了屠龙之术
……为什么不将“买一送一”的促销思维运用到求职应聘的过程中来呢……
  
  五、不逃课的学生不是好学生
  什么课都不逃,跟什么课都逃掉没什么两样……读大学,关键是学会思考问题的方法
……逃课没有错,但是不要逃错课……英语角绝对不是学英语的地方……为了英语丢了专
业,那就舍本逐末了……招聘单位是用人才的地方,而不是培养人才的地方……既要逃课
,又要让老师给高分……
  
  六、勤工俭学的辩证法
  对于贫困生来说,首先要做的不是挣钱,而是省钱……大部分女生将电脑当成了影碟
机,大部分男生将电脑当成了游戏机……在这个处女膜都可以随意伪造的年代,还有什么
值得轻易相信……态度决定一切……当学习下降到次要的地位,大学生就只能说是兼职的
学生了……
  
  七、做事不如做人,人脉决定成败
  学问好不如做事好,做事好不如做人好……会说话,就能减少奋斗三十年……一个人
有多少钱并不是指他拥有多少钱的所有权,而是指他拥有多少钱的使用权……一个人赚的
钱,12.5%是靠自身的知识,87.5%则来自人脉关系……三十岁以前靠专业赚钱,三十岁以
后拿人脉赚钱……你和世界上的任何一个人之间只隔着四个人……
  
  八、互联网:倚天剑与达摩克利斯之剑
  花两个小时就写出一篇天衣无缝的优秀毕业论文……在互联网领域创业的技术门槛并
不高,关键的是市场眼光和营销能力……轻舞飞扬已经红颜薄命了,而痞子蔡却继续跟别
的女孩发生着一次又一次的亲密接触……很多大学生的网友遍布祖国大江南北,可他们却
从未主动向周围的人说一声:你好,我们可以聊聊吗……
  
  九、恋爱:花开堪折方须折
  爱情是不期而至的,可以期待,但不可以制造……越是寂寞,越要警惕爱情……既然
单身是可耻的,那西门庆是不是应该被评为宋朝十大杰出青年……花开堪折方须折,莫让
鲜花败残枝……一个有一万块钱的人为你花掉一百元,你只占了他的百分之一;而一个只
有十块钱的人为你花掉十块,你就成了他的全部……
  
  十、性:上帝死了,众神在堕落
  爱要说,爱要做……我只有在肉体一下一下的撞击中才感到快乐。经过之后,将是更
大的寂寞更大的空虚……为何要让别人的虚荣成为对自己的伤害……当她机械地躺在床上
张开双腿,她的父母正在憧憬着女儿的未来……一朝春尽红颜老,花落人亡两不知……
  
  十一、考研:痛苦的安乐死
  没有比浪费青春更失败的事情了……研究生扩招的速度是30%,也就意味着硕士学历贬
值的速度是30%……同样是付出三年的努力,你可以让E1的值增加1,也可以让E2的值增加
2甚至增加3……读完硕士或博士并不等于工作能力更强……面对13.54万的成本,你还会毫
不犹豫地投资读研究生吗……努力就会有结果,但不一定是好结果……
  
  十二、留学:“海龟”变“海带”
  月薪2500元的工作,居然引得三个“海归”硕士争相竞聘……对于某些专业而言,去
美国留学和去埃塞俄比亚留学没什么两样……既然全世界的公司都想到中国的市场上来瓜
分蛋糕,为什么中国人还要一门心思到国外去留学然后给外国人打工……
  
  十三、非统招:养卑照样处优
  她在中国信息产业界创下了几项纪录。她被称为中国的“打工皇后”。而她不过是一
名自考大专生……要想把曾经输掉的东西赢回来,就必须把自己比别人少付出的努力补上
来……非统招生不但要有一定的实力,而且必须掌握一定的技巧,做到扬长避短出奇制胜
……路在脚下。好走,走好……
  
  十四、毕业:十面埋伏的陷阱
  母校不把自己当母亲,你又何必把自己当儿女……听辅导班不过是花钱买踏实……人
才市场就是一个地雷阵……通过多种方式求职固然没有错,但是千万不要饥不择食……只
要用人单位一说要你交钱,你掉头就走便是了……这年头立字尚且不足以为据,更何况一
个口头约定……
  
  十五、求职:做人不要太厚道
  求职简历必须突出自己的核心竞争力……求职的时候大可不必像严守一那样“有一说
一”……一个人说假话并不难,难的是把假话说到底,并且不露一丝破绽……在填写自己
的特长时,一定要尽可能详细……一份求职简历只要用一张A4纸做个表格就足够了……面
试其实是有规律的,每次面试的时候只要背标准答案就行了……
  
  十六、骑一头能找千里马的驴
  美国铁路两条铁轨之间的标准距离是4英尺8.5英寸,为什么呢?因为两匹马臀部之间
的宽度是4英尺8.5英寸……垃圾是放错位置的人才……世界上最大的悲剧莫过于有太多的
年轻人从来没有发现自己真正想做什么……中小型企业或许能够让你得到更充分的锻炼…
…从基层做起并不意味着可以从基层的每一个职位做起……要“钱途”,更要前途……
  
  十七、写字楼政治:白领必修课
  大公司是做人,小公司是做事……职员能否得到提升,很大程度不在于是否努力,而
在于老板对你的赏识程度……公司的事情和秘密永远比你想象的还要复杂和深奥……在适
当的时候装糊涂不但是必要的,而且是睿智的……就把你的同事当成一群你可以叫得出名
字的陌生人好了……
  
  十八、创业:29岁以前做富翁
  瘦死的骆驼比马大……撑死胆大的,饿死胆小的……不再是“大鱼吃小鱼”,而是“
快鱼吃慢鱼”……对于趋势的把握是一个创业者最重要的能力……高科技行业留给毕业生
的空间已经很小……欲速则不达。在创业以前通过给别人打工而积累经验是非常必要的…
…市场永远比产品更重要……钱不够花,怎么办?第一,看菜吃饭;第二,借鸡生蛋……?