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. python mongodb压力测试脚本

    $ pip install pymongo #!/usr/bin/env python #coding=utf-8 #Author: Ca0Gu0 from pymongo import MongoC ...

  2. Codeforces_733D

    D. Kostya the Sculptor time limit per test 3 seconds memory limit per test 256 megabytes input stand ...

  3. 初学JSP_内置对象

    out内置对象: 表单,表单常用的的提交方式

  4. Style在Android中的继承关系

    Style在Android中的继承关系 Android的Styles(样式)和Themes(主题)非常类似Web开发里的CSS,方便开发者将页面内容和布局呈现分开.Style和Theme在Androi ...

  5. javascript 大数据处理方法

    随着前端的飞速发展,在浏览器端完成复杂的计算,支配并处理大量数据已经屡见不鲜.那么,如何在最小化内存消耗的前提下,高效优雅地完成复杂场景的处理,越来越考验开发者功力,也直接决定了程序的性能. 本文展现 ...

  6. css流光效果

    css流光效果1: <!DOCTYPE html> <html> <head> <title>ww</title> </head> ...

  7. API开发管理平台eoLinker AMS 4.1版本发布:加入聚合空间,发布AMS专业版等

    eoLinker AMS是集API文档管理.API自动化测试.开发协作三位一体的综合API开发管理平台,是中国最大的在线API管理平台. eoLinker AMS 4.1更新内容: 1.新增" ...

  8. Day 11 文件和异常

    文件和异常 在实际开发中,常常需要对程序中的数据进行持久化操作,而实现数据持久化最直接简单的方式就是将数据保存到文件中.说到“文件”这个词,可能需要先科普一下关于文件系统的知识,对于这个概念,维基百科 ...

  9. Vivaldi解决flash插件问题

    Vivaldi浏览器 Vivaldi是Opera联合创始人.前CEO谭咏文(Jon von Tetzchner)2015年1月27日发布的一款浏览器,具有个性化的笔记功能,带有迷你屏幕截图的书签,以及 ...

  10. 23.match_phrase_prefix实现search-time搜索推荐

    主要知识点: 搜索推荐的使用场景 用法 原理 一.搜索推荐的使用场景 搜索推荐,就是在你做搜索时,当你写出一部搜索词时,es会自提示接下来要写的词,比如当你在搜索hello w 时,如果es中有如下文 ...