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. Django 更新字段

    Django在1.7以后的版本提供数据迁移命令,用来在修改模型中的字段,更新到数据库 1. python manager.py makemigrations 命令用来创建迁移文件版本的 2. pyth ...

  2. SQL查询性能优化

    使用高效的查询 使用 EXISTS 代替 IN -- 查询A表中同时存在B表的数据 -- 慢 SELECT * FROM Class_A WHERE id IN (SELECT id FROM Cla ...

  3. redis查看数据

    目前Redis缓存数据库在许多行业平台大量应用,有效解决了高并发等特定场景的应用性能瓶颈,Redis数据的查看.维护,性能监控有没有好用的工具呢,目前TreeSoft数据库管理系统可以满足实现需求. ...

  4. CAD直接打印,不出现打印对话框(com接口VB语言)

    主要用到函数说明: MxDrawXCustomFunction::Mx_Print 直接打印,不出现打印对话框,详细说明如下: 参数 说明 double ptLBx 打印的范围左下角x double ...

  5. redis键的过期和内存淘汰策略

    键的过期时间 设置过期时间 Redis可以为存储在数据库中的值设置过期时间,作为一个缓存数据库,这个特性是很有帮助的.我们项目中的token或其他登录信息,尤其是短信验证码都是有时间限制的. 按照传统 ...

  6. Haproxy 【转载】

    一.HAProxy简介 (1)HAProxy 是一款提供高可用性.负载均衡以及基于TCP(第四层)和HTTP(第七层)应用的代理软件,支持虚拟主机,它是免费.快速并且可靠的一种解决方案. HAProx ...

  7. 如何反向遍历List集合

    List接口中提供了ListIterator<E> listIterator()这样的一个方法,可以获得一个ListIterator接口的实例,如下: 看一下他的方法: 了解了这些之后再看 ...

  8. 第五节:web爬虫之urllib(一)

    一.urllib.request.urlopen(url, data=None, [timeout, ]*, cafile=None, capath=None, cadefault=False,    ...

  9. hdu 3500 DFS(限定)

    Fling Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 65535/65535 K (Java/Others)Total Submi ...

  10. PAT 1117 Eddington Number

    British astronomer Eddington liked to ride a bike. It is said that in order to show off his skill, h ...