现在的位置: 首页 > 综合 > 正文

《我不是沈佳宜,我是女Geek——IT女的大学说明书》——引子

2013年10月12日 ⁄ 综合 ⁄ 共 1338字 ⁄ 字号 评论关闭

【那些年,男生们都一起梦想着沈佳宜;那些年,女生们都梦想着自己是沈佳宜;那些年,我没成为沈佳宜,我成了一个女Geek。】

 

       2011年的时候,在自己163的博客里,写了一篇我的大学生活——引子。 当时想着,恩,写写自己的大学生活吧,日后看着回忆下也不错。到现在毕业证、学位证两个本本都拿到手了,这大学生活,一眨眼,已经成为回忆了。

	/**
	 * 
	 * I am a girl, I am a graduate.
	 * I am a proprammer, and some of my friends call me "女 Geek".
	 * 
	 */
	
		Girl i = new Girl("chaoyue");
		College myCollege = new College("Langfang Normal College");
		Teacher myTeacher = new Teacher(Mr. Mi);
		// Sept 4, 2008, I was admitted by this college.
		myCollege.accepted(i);
		// I chose the Information and Computing Sciences by chance.
		i.chose("Information and Computing Sciences");
		// Since then, my college begin.
		i.startCollegeLife();
		// And I met my life totor Teacher Mi.
		i.met(myTeacher);
		// At first, I even can't type well. I can't install Antivirus software by myself.
		// But,my teacher believes that there are no bad students but poor teachers in the world.
		// So I keep moving forward.
		myTeacher.believe(i);
		i.moveForword();
		// Time flies. 4 years has passed. My parents and my friends are worried for my future.
		// They can't believe, that little girl, has become a Geek.
		boolean isHesitate = true;
		while(isHesitate) {
			i.workHard();
			// I think it is normal, parents want their daughter lives a good life.
			// and most people don't agree it's good for a girl to be a programmer.
			// I know if I like my choice. They will always stand by my side.
			isHesitate = i.haveHapplyLife();
		}
		// After 4 years, computer and code have changed my life, and will bring me a colorful future.
			i.becomeProprammer();
			i.keepMoving();
			i.liveHappyAsAGeek();

 

       

 

 

 

       

抱歉!评论已关闭.