About
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],以便第一时间了解本博更新内容;

呵呵,又见纯程序员风格个人简介
timmy Reply:
05月 4th, 2010 at 10:08 下午
@小峰JoysBoy, 好玩而已,哈哈
看到这些代码我就头痛,我也不知道何时才能够爱上这些代码。
timmy Reply:
05月 7th, 2010 at 1:15 上午
@Laycher, coding还是蛮有意思的
结论,精通所有编程语言。
timmy Reply:
06月 30th, 2010 at 10:37 上午
@oschina, 不是精通,只能说我能看懂。。。