Luo's profileMy Small Room~~PhotosBlogLists Tools Help

Blog


    January 09

    Tokens

    1.Look at distance, to protect ur eyes.
    2.透过现象看本质
    3.质量决定生命
    4.根-杆-枝-叶-花-果
    5.人总是在压力下成长起来的!
     
    January 05

    Book Notes A: Dorothy Carnegie(Autoor)

    Foundation technique in handing people:

    1.      Don’t criticize, condemn or complain.

    2.      Give honest and sincere appreciation.

    3.      Arouse in the other people an eager want.

    Six ways to make people like you:

    1.      Become genuinely interested in other people.

    2.      Smile.

    3.      Remember that a person’s name is to that person the sweetest and most important sound in any language.

    4.      Be a good listener. Encourage others to talk about themselves.

    5.      Talk in terms of the other person’s interests.

    6.      Make the other person feel important – and do it sincerely.

    January 04

    热烈庆祝ICS于2008 年1月1日开台

    太激动了,一口气看完Runway show, 8点到9,自己一分钟也没有舍得离开电视,生怕错过了某一个片段,每一分钟都是那么激动人心,那么引人入胜,环环相扣,节节相连,悬念不断,真不知道下一步会出现什么样的结局,而每一个片段又是那么有趣,整个节目把美国的生活节奏,生活方式,思维习惯一展无遗,很有点象国内的绝对挑战”, 但更为精彩,更吸引人的眼球,看完之后,感觉就像吃了一顿美国大餐,很过瘾!

    ICS (I See Shanghai), 太棒了,这种节目早就该推出来了,一直以来,只有CCTV9,但其中的节目过于严谨,学术性,介绍性太强,少了一份娱生活的味道,也少了一份真正意义上的娱乐.ICS真正将英语融入了生活中,从生活\娱乐\时政方方面面的涵盖,更广,更宽,而且引入了原汁原味美国Local节目,这些节目都是经过精心挑选,处理过了,挺好的,为我们打开一扇通往异国文化生活的大门,真的很喜欢这样的节目!

    不过,节目的主持人火候稍微欠缺了一点,还有一点为做节目而做节目的感觉,有点生硬,尤其是说东道西”,刚看了一期,感觉不够圆润和成熟,主持人和嘉宾说话时,把我不好说话的时间和火候,偶尔会打断别人,这在西方是很不礼貌的行为(这只是自己个人的感觉)也许过了一段时间会好一些,开台没几天,可以理解的呀!

    热烈庆祝2008 11ICS开台,鞭炮,鞭炮……

     

     

     

    January 02

    Boxing & Unboxing

    如何交换两个变量的值
    a=4;
    b=5;
    在不引入第三个变量的情况下,交换a、b
    谢了

    回复:装箱拆箱
    a = a+b;
    b = a-b;
    a = a-b;
     
    [Daisy] It is so funny, I really do test it just now:)