To our youth

  sonic0002        2013-05-02 05:26:56       4,006        0    

Youth is the best period in our life for most of us. We have dreams, passions and energies. We can work day and night for our dreams.We can hang out with friends the whole day. But there will always be a day when we are not young anymore, our youth will pass by. We will not be able to go back to our youth any more. Do you have anything to say about your youth? Recently, a Chinese IT engineer @本座 wrote a short code snippet to describe our youth. Here we share what she writes:

public void toOurYouth() throws Exception{
    do{
        experience=yourYouth.prepareStatement("INSERT INTO your_memory VALUES(?,?,?)");
        experience.executeUpdate();
        yourYouth.commit();
    }while(yourYouth.isWonderful() || yourYouth.isRegretful());
    
    try{
        yourYouth.rollback();
        throw new RollbackException();
    }catch(RollbackException e){
        System.our.println("youth can't go back again anymore.");
    }finally{
        yourYouth.close();
    }
}

We will say goodbye to our youth finally, we cannot rollback our youth. What we can do is save those memories no matter they are wonderful or regretful. To our youth!

PROGRAMMING  YOUTH  ROLLBACK 

       

  RELATED


  0 COMMENT


No comment for this article.



  RANDOM FUN

I am a programmer

A man was smoking when a lady walked by and chided him, "don't you know these things are bad for you? Look at the warning on the box". The man replied, "it's OK lady, I'm a programmer". The lady asked,"what the hell does that have to do with this?" The man said, "programmers only care about errors,