1. 程式人生 > >一個程序員如何用代碼來一段優雅的自我介紹

一個程序員如何用代碼來一段優雅的自我介紹

眼鏡 格子 sim div () for edate code 一個

     Person person = new Person();
        person.Name = "鐵柱";
        person.WeChat = "15144388228";//this is real
        person.HeaderPhoto="戴眼鏡、黑眼圈、格子衫、牛仔褲、雙肩包";
        DateFormat date = new SimpleDateFormat("yyyy-MM-dd");
        person.Birthday = date.parse("1990-02-10");
        person.Hobby = "女";
        person.Sex 
= "男"; String major[] = { "c#", "java", "html" }; person.Major = major; String experience[] = { "吹牛B1", "吹牛B2", "吹牛B3" }; person.WorkExperience = experience; person.IWantSay("辛苦的行業,苦逼的工作,時間不會辜負你今天的努力,祝願來到這裏的朋友越來越好。");

一個程序員如何用代碼來一段優雅的自我介紹