Autobiography
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的更多相关文章
- XmlValidationHelper XSD、Schema(XmlSchemaSet)、XmlReader(XmlValidationSettings)、XmlDocument、XDocument Validate
namespace Test { using Microshaoft; using System; using System.Xml; using System.Xml.Linq; class Pro ...
- Eliot
T.S. Eliot - Biographical Thomas Stearns Eliot (1888-1965) was born in St. Louis, Missouri, of an ol ...
- XmlReader读取XML
StringBuilder output = new StringBuilder(); String xmlString = @"<bookstore> <book gen ...
- HDU 5768:Lucky7(中国剩余定理 + 容斥原理)
http://acm.hdu.edu.cn/showproblem.php?pid=5768 Lucky7 Problem Description When ?? was born, seven ...
- HDU 5768 Lucky7 (中国剩余定理 + 容斥 + 快速乘法)
Lucky7 题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5768 Description When ?? was born, seven crow ...
- 英语阅读积累<一>
Passage 1.Woodpecker 惹treat or trick There are many apple trees in a garden. They’re good friend ...
- XML文件操作指南
一.XML简介 XML的全名是eXtensible Markup Language(可以扩展的标记语言),它的语法类似HTML,都是用标签来描述数据.HTML的标签是固定的,我们只能使用.不能修改: ...
- c# 操作xml之xmlReader
xmlReader的名称空间using System.Xml; xmlReader是通过流的方式来读取xml文件的内容 <?xml version="1.0" encodin ...
- Lucky7(容斥原理)
Problem Description When ?? was born, seven crows flew in and stopped beside him. In its childhood, ...
随机推荐
- 移动web——bootstrap响应式工具
基本介绍 1.利用媒体查询功能并使用这些工具类可以方便的针对不同设备展示或隐藏页面内容. 基本使用 <!DOCTYPE html> <html lang="zh-CN&qu ...
- 2016.01.08 Javascript视频
完成JavaScript开发视频课程的Ajax部分内容.
- JS实现随机颜色的3种方法与颜色格式的转化
JS实现随机颜色的3种方法与颜色格式的转化 随机颜色和颜色格式是我们在开发中经常要用到的一个小功能,网上相关的资料也很多,想着有必要总结一下自己的经验.所以这篇文章主要介绍了JS实现随机颜色的3种 ...
- ARX中类型强制转换
比如 克隆 clone, 获得的是一个acrxobject, acrxobject *pobj=pployline->clone(); acdbpolyline *ppoly=acdbpolyl ...
- netperf使用指南
1. 介绍: Netperf是由惠普公司开发的,测试网络栈.即测试不同类型的网络性能的benchmark工具,大多数网络类型TCP/UPD端对端的性能,得到网络上不同类型流量的性能参数.Netperf ...
- JAVA如何获得数据库的字段及字段类型
Java获取数据库的表中各字段的字段名,代码如下: import java.sql.Connection;import java.sql.DriverManager;import java.sql.R ...
- JavaScript day4(逻辑运算符)
逻辑运算符 逻辑运算符用于测定变量或值之间的逻辑 逻辑与运算符:&&.同时满足(and). 通过if语句的嵌套来实现: if (num > 5) { if (num < 1 ...
- [C++] muParser 的简单使用方法
关于 muParser 库 许多应用程序需要解析数学表达式.该库的主要目的是提供一种快速简便的方法. muParser是一个用C ++编写的可扩展的高性能数学表达式解析器库. 它的工作原理是将数学表达 ...
- discuz 微社区开通
检测api: http://wsq.discuz.com/?a=apitest
- 第六节:web爬虫之urllib(二)
二.urllib.request.Request(url, data=None, headers={}, origin_req_host=None, unverifiable=False, metho ...