老哥,小弟最近感觉也不是很爽,公司都快把握磨得没性子了:( 能靠共享软件攒些前的毕竟是少数,虽然我也想试试,但也是心有余而力不足。所以对未来也很迷茫……
    至于感情问题,小弟就幸运多了,我劝你主动一些,会找到自己所爱的。
    Good Luck!!

解决方案 »

  1.   

    男人贵在主动嘛,不要寄希望于MM自动送上来, 除非你是大帅哥, 而又碰上花痴型的MM.
      

  2.   

    玩编程是吃青春饭的,泡M可不必,嘿嘿~~成熟一点也好,我喜欢四处窜,换换城市,直到我懒得动了,就找个印象最好的留下来,有GF会打搅我的计划~~:)
      

  3.   

    to 各位兄弟:
    -->老婆的事,我没什么特别的要求,只是希望找个我真正能全心投入的女人。也许这种条件才TMD是最苛刻的,对我,也对我接触过的女孩。以前我也是满不在乎,一直认为“有没有老婆不是一样过?!”,随着年龄的增长,身边的朋友、同学一个一个都结婚生子。结婚的人、有女友的人,都忙于自己的小圈子。当他们和老婆吵架的时候,来找我诉苦,可是一旦和好了,就没人理我了,我光棍一根寂寞得紧,我想有个固定的女友,结婚的对象。我真的觉得自己的感情已经经不起挥霍了。
    24岁以前认为结婚是件很荒唐的事,26岁的时候希望有个稳定的家,人生也许就是如此。
      

  4.   

    KAO,大老爷们一个,能被女人烦死,大不了不结婚嘛,一辈子单身不行啊.
      

  5.   

    to vivitor
       hahaha, ... but can't agree to you
    to y1g1y1
       GF is No.1, Computer is No. 1.01 :-)
    to seesi
       When we are 60 years old, the Software for Old-ages perhaps can be a great work.:-)
    to kongmj
      i think you are right, maybe...
    to all friend
      i have find my lover..
      so happy, and so excite
      

  6.   

    to sunbn:
    不会吧?这么快?I服了YOU!
      

  7.   

    to Alpha
       yes,at the past weekend, 
       thanks all.
      

  8.   

    To sunba:
    介绍一下经验给兄弟嘛!
    thank u,hehe!
      

  9.   

    to Alpha
       She is Market-Manager of our corp. I like her very much, but I didn't know clearly whether 'like' is the 'Love'. But when I decide to change my job, I found, yes,it really is. Then I told her that I aways love her.
      Of course, she is like me, but she never tell me before.
      Falling into Love...
      I prey the feeling->age=10000 years.
      
      

  10.   

    to All
       大家抓紧找GF,good luck!!
      

  11.   

    #!/usr/bin/perl
    #A formula of PaoNiu
    use strict;
    #Include package
    use MM;
    use GG;
    #Create new object
    my $mm = new MM;
    my $gg = new GG;if ($mm->age lt "25" && $mm->age gt "18")
    {
      if ($mm->appearance eq "beauty" ¦¦ $mm->appearance eq "pretty")
      {
        $gg->action="泡";
        $gg->object=$mm;
        $gg->receive="Be Kick in Head";
        $gg->action="run away";
      }
      elsif($mm->appearance eq "common" or $mm->appearance eq "normal")
      {
        $gg->action="谈谈";
        $gg->object=$mm;
        $gg->receive="...";
        $gg->action="Kiss";
        $gg->receive="Kick in face";
        $gg->action="run away";
      }
      elsif($mm->appearance eq "ugly" )
      {
        
        $gg->action="run away";
      }
    }
    else
    {
      $gg->action="Skip";
    }