关于

Self Introduction

☑光棍 ☑80后 ☑宅男 ☑色狼 ☑天蝎 ☑英俊 ☑愤青 ☑幽默 ☒党员 ☒同志 ……

public static void main(String[] args){

    Person ROKR = new Person("ROKR",DateTime.parse("1989"),"male");
    ROKR.Major = new Major("Computer Science And Technology ");
    ROKR.Email = "rokr.lau@gmail.com";
    ROKR.QQ= "392659330";
    ROKR.Blog = "http://www.rokrlau.cn";

    do{
        ROKR.Age++;
        ROKR.GotoSchool();
    }while(ROKR.Age < 22);

    foreach(Target t in ROKR.Targets){
        ROKR.WorkHard(t);
        while(!t.success){
            ROKR.WorkHard(t);
            continue;
        }
    }
}

  • #1 呼噜卡
    大约1月前

    加了你的友链哦~欢迎来访

    • #2 admin
      大约1月前

      链接已加~~多互动~~

  • #3 P.H
    大约1月前

    很喜歡你的代碼簡介,小心內存洩漏哦~ ^_^

  • #4 呼噜卡
    大约1月前

    你的博客好像在chrome下显示有点不太正常哦

  • #5 呼噜卡
    大约1月前

    你这个主题有个小程序,会把导航栏的文字和某些h1 h2转化为图片,但这个程序在中文下什么都不显示,就出问题了。不过好像chrome会执行这个程序。

    • #6 admin
      大约1月前

      不是吧。。这主题我还真没测试过IE和chrome。。就在FF上看过。。回头我再研究研究。。

没有引用