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. 【转】DBA需要的技能

         dba掌握的技术    1.      os : linux,solaris或其他unix起码要一种    2.      bash (不精通也要熟)  LINUX与UNIX SHELL编程 ...

  2. CSS之密码强度检测

    输入密码后单击空白处即可检测. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "ht ...

  3. 写shell,运行出错:syntax error near unexpected token `$’do\r”

    cygwin下面写shell,运行出错:syntax error near unexpected token `$’do\r” 写shell,运行出错:syntax error near unexpe ...

  4. 正确使用Android性能分析工具——TraceView

    http://blog.jobbole.com/78995/     首页 最新文章 IT 职场 前端 后端 移动端 数据库 运维 其他技术 - 导航条 - 首页 最新文章 IT 职场 前端 - Ja ...

  5. 怎么解决tomcat占用8080端口问题图文教程(转)

    亲测有效. 原因:可能是开了多个tomcat 原文网址:http://jingyan.baidu.com/article/1612d5006c3cdae20e1eee04.html  怎么解决tomc ...

  6. oracle发送邮件

    1.创建发送邮件的存储过程 CREATE OR REPLACE PROCEDURE send_mail(p_recipient VARCHAR2, -- 邮件接收人 p_subject VARCHAR ...

  7. UNIX 信号基本概念

    1. 信号的基本概念 为了理解信号,先从我们最熟悉的场景说起: 用户输入命令,在Shell下启动一个前台进程. 用户按下Ctrl-C,这个键盘输入产生一个硬件中断. 如果CPU当前正在执行这个进程的代 ...

  8. 你应该知道的9个优秀的CSS框架

    前端开发是一项非常繁琐的工作,你不仅需要拥有和别人不一样的审美观和设计观,而且需要了解诸如HTML.CSS.JavaScript等错综复杂的技术,因此选择一些优秀的CSS框架或许可以帮助你大大提高工作 ...

  9. Flex设置外部浏览器

    Flex Builder默认的外围浏览器是微软 Internet Explorer. 如果想改成Firefox,步骤如下: Window>Preferences>General>We ...

  10. 3月3日(4) Remove Duplicates from Sorted List

    原题 Remove Duplicates from Sorted List 有序单链表去重,delete 只能对指针起作用. /** * Definition for singly-linked li ...