About

2010年4月6日 发表评论 阅读评论
class Timmy
{
    String Name;
    String Nickname;
    int Age;
    String Birthday;
    String Sex;
    String Blog;
    String College;
    String Cellphone;
    bool KnowMyCellphone;
 
    Timmy()
    {
        KnowMyCellphone = false;
    }
 
    Timmy(String Cellphone)
    {
        Name = "Timmy";
        Nickname = "大恐龙"; // Vicky起的哦, 翻译为"Big Konglong"
        Age = 23;
        Birthday = "December, 24th (Christmas Eve)"; // 圣诞节几号你知道伐?
        Sex = "Male"; // 经Vicky检验,童叟无欺
        Blog = "http://imtimmy.com"; // OldBlog : http://imtimmy.com/oldblog/  ,如果你比较怀旧的话可以去逛逛
        College = "ZUCC -> HDU";   //欢迎校友联系哈
        this.Cellphone = Cellphone;
        KnowMyCellphone = true;
     }
 
    String[] Habbit()
    {
        String[] h=new String[10];
        //  猪一般的生活
        h[1]="Sleeping";
        h[2]="Basketball";
        h[3]="Coding";
        //  不断更新中...
        return h;
    }
 
    String[] Skill()
    {
        String[] s = new String[10];
        //  可以认为我只是知道怎么用....
        s[1] = "C/C++";
        s[2] = "Delphi";
        s[3] = "JAVA";
        s[4] = "C#";
        s[5] = "HTML";
        s[6] = "CSS";
        s[7] = "ASP";
        s[8] = "PHP";
        //  不断更新中...
        return s;
    }
 
    String Contact()
    {
        if (isFriend())
            return "i@imtimmy.com | " + Cellphone;  // Both short messages and calls are welcome
        else
            return "i@imtimmy.com";
        //  This account is availible in E-mail, QQ, Gtalk, 人人, 豆瓣, 新浪微博
        //  MSN不常用, 此处忽略
    }
 
    static bool isFriend()
    {
        if (KnowMyCellphone)
            return true;
        else
            return false;
    }
 
}

若日志经rss订阅或导入到外站,可能有些视频和图片无法显示,请点击原文链接查看。
本文链接地址: http://imtimmy.com/about/

转载请注明: 转载自Timmy's Blog

如果你觉得本博内容不错,欢迎 [订阅 Timmy's Blog],以便第一时间了解本博更新内容;

  1. 2010年5月4日22:01 | #1

    呵呵,又见纯程序员风格个人简介

    timmy Reply:

    @小峰JoysBoy, 好玩而已,哈哈

  2. 2010年5月6日22:53 | #2

    看到这些代码我就头痛,我也不知道何时才能够爱上这些代码。

    timmy Reply:

    @Laycher, coding还是蛮有意思的

  3. 2010年6月29日23:07 | #3

    结论,精通所有编程语言。

    timmy Reply:

    @oschina, 不是精通,只能说我能看懂。。。

  1. 本文目前尚无任何 trackbacks 和 pingbacks.
:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :cool: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O