There is always one things we donot notice---time ,which is the most important to all of us.By watching others' life, communicating with the elders,i truely realize that i should not waste any time of my life,even just one second.And in lots of people's eyes,i am young now,i should do as other young people do,like following the trend,being fashion,playing funs day and night...i also did these things,but now i will do it for a little from now on.Apple's pre-CEO,Steve Jobs,has ever said "to live today just like you will die tomorrow,and stay hungry,stay foolish".I know that deeply, 'cause it sounds easily,but just a little person can do as it was said.

I'm twenty one now.Within the past years of me,i have no big goals,no great dreams,no amazing ambitions,and always follow the paths that parents,teachers ,friends and even the strangers made for me.Even if i have no ideas about my future now, it's time for me to change.Change to be a great man with goals,dreams,amditions,knowing how to gain a meaningful life.No one knows how many setbacks are waiting for in the front,but taking my goals,dreams,ambitions,i am not afraid now,and i have the courage,confidence and wisdom to conquer all of them.I will never stop fighting for my future,my own future!!

随机推荐

  1. MongoDB - The mongo Shell, Access the mongo Shell Help

    In addition to the documentation in the MongoDB Manual, the mongo shell provides some additional inf ...

  2. js获取iframe的parent对象

    使用谷歌浏览器调试代码时无意间发现了一个奇特的问题:从iframe页面调用父级页面的方法,window.parent.text(),出现 Blocked a frame with origin &qu ...

  3. .NET P****** CMS 逆向工程

    (应一些园友建议,我把敏感字段去掉) 其实当初我的目的是很纯洁的,只是想找一个简单的网站生成模板,由于对.net更熟悉一点,就去搜索了.net框架的CMS,看它的介绍挺强大的,符合最初的目的,但是下下 ...

  4. HTML5桌面通知(Web Notifications)实例解析

    先上一段代码,ie不支持,Chrome.fireFox.Opera支持 <!DOCTYPE html> <html> <head> <meta http-eq ...

  5. JS数据类型转换

    JS 数据类型转换 方法主要有三种 转换函数.强制类型转换.利用js变量弱类型转换. 1. 转换函数: js提供了parseInt()和parseFloat()两个转换函数.前者把值转换成整数,后者把 ...

  6. HashSet 读后感

    HashSet实现Set,是一个不能重复元素的集合,内部使用HashMap实现.因此具有HashMap的特性,如不保证元素插入的顺序,线程不安全,允许null.HashSet的元素就是内部HashMa ...

  7. 灰度直方算法 C++

    #include <string> #include "20140318计算类的面积.cpp" //////////////////////////////////// ...

  8. linux之Vim使用

    Vim同Emac是Linux世界下最为流行的两个文本编辑工具,集中精力学习一个就好了,暂定以Vim为学习对象.在本文中,一些基本的操作将不再介绍,只会介绍最为常用的命令以及设置,操作系统为Ubuntu ...

  9. winform:无法引用其他类库,dll,using等个人看法【图】

    在项目类库中已经引用了相关了类库,生成解决方案也没问题,但是到了后置代码,通过using引用其他类库的时候,再生成解决方案或者生成单个类库,就会报“未能找到类型或命名空间“xxx"(是否缺少 ...

  10. 利用VSCode进行.Net Core初尝试

    1.下载.Net Core,https://www.microsoft.com/net/core#windows,按照页面提示进行SDK的安装. 2.下载VsCode,https://www.visu ...