Golden's profile雪斋PhotosBlogListsMore Tools Help

Blog


    October 14

    A Customer And A Salesperson

    From: Golden Leo
    Sent: Wednesday, 14 October 2009 12:28 PM
    To:*******************
    Subject: FW: Electronic ticket receipt, May 30 for LI

     

    Hi Luisa:
     
    Can you help me about this?
     
    cheers
    Guanzhong
     


    From: unswgoldenleo@hotmail.com
    To: ***********************
    Subject: RE: Electronic ticket receipt, May 30 for LI
    Date: Wed, 14 Oct 2009 11:26:55 +1000

    Hi:
     
    I want to fly to China around Feb 14, 2009 and be back to Sydney around March 1, 2009.
    Can you check the information for me?
     
    thank you very much
    cheers
     
    Guanzhong

    Subject: RE: Electronic ticket receipt, May 30 for LI
    Date: Wed, 14 Oct 2009 12:56:18 +1100
    From: ******************
    To: unswgoldenleo@hotmail.com

    Hi Guanzhong!

    No worries, I’ll check on it now!

    Cheers,

    Luisa


    From: Golden Leo [mailto:unswgoldenleo@hotmail.com]
    Sent: Wednesday, 14 October 2009 1:01 PM
    To: *************************
    Subject: RE: Electronic ticket receipt, May 30 for LI

     

    Hi Luisa:
     
    I think "2009" should be replaced by "2010". ^_^
     
    Thank you very much.
     
    cheers
    Guanzhong


     

    RE: Electronic ticket receipt, May 30 for LI‏
    From: ***************************** 
    Sent: Wednesday, 14 October 2009 12:09:09 PM
    To: Golden Leo (unswgoldenleo@hotmail.com)

    Yeah, I noticed that one and was about to e-mail you about it!

    From: Golden Leo [mailto:unswgoldenleo@hotmail.com]
    Sent: Wednesday, 14 October 2009 3:37 PM
    To: ************
    Subject: RE: Electronic ticket receipt, May 30 for LI

    Hi Luisa:
     
    I forgot to tell you that my destination in China is Wuhan.
     
    cheers
    Guanzhong

     

    RE: Electronic ticket receipt, May 30 for LI‏

    From: ********************** 
    Sent: Wednesday, 14 October 2009 2:48:04 PM
    To: Golden Leo (unswgoldenleo@hotmail.com)

    Thanks! I have a feeling it would be Wuhan, since that’s where you have your last travel.

    Luisa

     

    March 10

    Bangladesh

    Ring....

    Golden:Hello.

    Woman:Hello. I come from Bangladesh.

    Golden:....Enhen.

    Woman:Hello.

    Golden: Yeah.

    Woman: I come from Bangladesh.

    Golden: So what can I do for you?

    Woman: Can i talk to Mahady?

    Golden: Okey. (Loudly to the neighbor) Mahady.................

    From then on

    Ring

    Golden:Hello.

    Woman:Hello. I come from Bangladesh.

    Golden:(Loudly)Mahady....................

    (Logically, Golden should answer:"Hello, I come from China.")

    January 08

    404

    CSE has many jokes. Jack just paraphrased one happened today. I want to paste the whole story.:)

    On 08/01/2009, at 3:32 PM, M wrote:

    This is odd.

    Has anyone else noticed that there is no Room 404 in the K17 building. Room 403 is a consultation room and 405 is Bill Wilson's office, but there is no 404. I've even checked the plans. 404 cannot be found.

    M

    From: ***

    Cc: CSE Discussion

    Subject: Re: Room 404: Not found

    Is anyone ever allowed into room 403?

    Cheers,

    G

    From: ***

    To: M***

    Cc: CSE Discussion

    Subject: Re: Room 404: Not found

    The 404 or Not Found error message is an HTTP standard response code. -Wiki

    Regards,

    P

    December 24

    每周六去踢球,兄弟们总怕人不够。我总说没事,到时候把球往草地上一放,收些野人,一样踢。有人问:“何为野人?”。答曰:“踢球前没被哥儿几个通知到,而临时到球场上招的人谓野人”。 踢完球换衣之时,传统项目为比肌肉。常闻中原雅音:这一块很野嘛。 卧床一天调试程序,偶查memset的用法。搜到一篇文章,云:memset是给一块内存区初始化用,如若不初始化,该内存区的值很可能是“野值”。原来很多没被预先设定好而出现的随机物可称“野”。

    原文选段如下:

    :为何要用memset置零?memset( &Address, 0, sizeof(Address));经常看到这样的用法,其实不用的话,分配数据的时候,剩余的空间也会置零的。

    答:1.如果不清空,可能会在测试当中出现野值。 你做下面的试验看看结果() 

    char buf[5]; 

    CString str,str1; //memset(buf,0,sizeof(buf)); for(int i = 0;i<5;i++) { str.Format(“%d “,buf[i]); str1 +=str ; } TRACE(“%s\r\n“,str1)

    原文全文链接如下:

    http://blog.ednchina.com/fpga2006/16745/message.aspx