Autobiography

My name is Donggongdechen. I am ** years old. I was born in XuChang, HeNan province, the capital of Wei in three Kingdoms. And I have a brother, who is three years younger than me and is a college student also in our province, majoring in civil engineering.

My father and mother are peasants. Our home is in the countryside. My grandfather has four sons and three daughters, making a living from the soil. And my father is my grandfather’s third son. When I was in primary school, my grandmother passed away. Also my grandpa has many children, that is to say, I have three uncles and two aunts. Influenced by my grandpa, they all went to school when they were young. It is not easy at that time, because most of their peers didn’t go to school unless their parents did care about it. So my mother inherited the excellent concept that her children must be sent to school to learn science and technology. And they should accept modern education and go to college if they want to. So when I was less than 5 years, I had went to school. The teacher was not willing to accept me, but after a period of time, she found I had the ability to keep up with what she said on the class. So she had to let me go to school.

When I was in primary school, we were all very industrious and hardworking. We had to get up early to go to school to read and to recite Chinese articles, and after our supper we also went to school to do math homework deep into the night. Sometimes our school has not electricity, so we had to light a candle to study. Like this, I finished my primary education. In the north of China, winter is very cold. Now I don’t know how I did it, and I feel I was too little that time. Compared with today’s children, we did more than they do. Also at weekend, my brother and I had to help our mother to do some farm work, which was too heavy to us to do that time. In summer, the weather was very hot. In a word, I think my childhood was not full of fun. Most time of my childhood was spent on studying. But I never regret to have a childhood like this. If another chance were given to me, I would do the same.

Then came the year of my middle school, which was spent in our small town. I think this is a kind of typical education experience, which represents most students coming from rural areas. Most of them have the same experience as mine, whose primary school education was finished in their own village and middle school education their own small town and high school country town. And when the time of college comes, they can have a chance to go out of their own province. Most people coming from rural areas go to big city to have a job like this. For me, the chance came until my graduate education. The choice of my college school, which was decided by my uncle. Today I think the choice is very unsuccessful. So when my graduate education started, I decided it myself, following my own heart. Because I like GuangZhou, also I want to have my career here. So I choose South China University of Technology. I think the future belongs to the brave, not the faint.                                                                                                                                                                                                                                            Mar 2014

Autobiography的更多相关文章

  1. XmlValidationHelper XSD、Schema(XmlSchemaSet)、XmlReader(XmlValidationSettings)、XmlDocument、XDocument Validate

    namespace Test { using Microshaoft; using System; using System.Xml; using System.Xml.Linq; class Pro ...

  2. Eliot

    T.S. Eliot - Biographical Thomas Stearns Eliot (1888-1965) was born in St. Louis, Missouri, of an ol ...

  3. XmlReader读取XML

    StringBuilder output = new StringBuilder(); String xmlString = @"<bookstore> <book gen ...

  4. HDU 5768:Lucky7(中国剩余定理 + 容斥原理)

    http://acm.hdu.edu.cn/showproblem.php?pid=5768 Lucky7 Problem Description   When ?? was born, seven ...

  5. HDU 5768 Lucky7 (中国剩余定理 + 容斥 + 快速乘法)

    Lucky7 题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5768 Description When ?? was born, seven crow ...

  6. 英语阅读积累<一>

    Passage 1.Woodpecker    惹treat or trick There are many apple trees in a garden.  They’re good friend ...

  7. XML文件操作指南

    一.XML简介 XML的全名是eXtensible Markup Language(可以扩展的标记语言),它的语法类似HTML,都是用标签来描述数据.HTML的标签是固定的,我们只能使用.不能修改: ...

  8. c# 操作xml之xmlReader

    xmlReader的名称空间using System.Xml; xmlReader是通过流的方式来读取xml文件的内容 <?xml version="1.0" encodin ...

  9. Lucky7(容斥原理)

    Problem Description When ?? was born, seven crows flew in and stopped beside him. In its childhood, ...

随机推荐

  1. jQuery——this

    js注册事件this代表的dom对象 jQuery注册事件this代表的也是dom对象,所以需要$(this)转成jQuery对象

  2. linux下tomcat启动正常,但是外部浏览器无法访问

    这种情况一般是由于系统防火墙设置问题导致的,这次遇到的系统是centos 7.2,防火墙由iptables改成了firewall,因此停止防火墙的命令应该是: systemctl disable fi ...

  3. Go 时间相关

    >获取当前时间: t := time.Now() >获取当天开始.结束时间: tm1 := time.Date(t.Year(), t.Month(), t.Day(), 0, 0, 0, ...

  4. 安卓设置AttributeSet

    XmlPullParser parser = getResources().getXml(R.layout.textview);    AttributeSet attributes = Xml.as ...

  5. vC web管理无法访问解决办法

    localhost:~ # service-control --status vsphere-clientINFO:root:Service: vsphere-client, Action: stat ...

  6. poj2385 - Apple Catching【动态规划】

    Description It is a little known fact that cows love apples. Farmer John has two apple trees (which ...

  7. C#学习笔记_08_面向对象

    08_面向对象 面向对象:一种看待问题解决问题的思维方式,着眼点在于找到一个能够帮助我们解决问题的实体,然后委托这个实体来帮我们解决问题:(在面向对象之前你要有一个女朋友,否则代码会经常出现bug) ...

  8. NLTK学习笔记(六):利用机器学习进行文本分类

    目录 一.监督式分类:建立在训练语料基础上的分类 特征提取器和朴素贝叶斯分类器 过拟合:当特征过多 错误分析 二.实例:文本分类和词性标注 文本分类 词性标注:"决策树"分类器 三 ...

  9. 198. House Robber(动态规划)

    You are a professional robber planning to rob houses along a street. Each house has a certain amount ...

  10. asp.net 跨域问题

    asp.net 跨域问题 解决方案1: public void ProcessRequest(HttpContext context) { //解决跨域问题 context.Response.Clea ...