it's hard to say
Ew,it's hard to begin.In fact I don't know what to say either.So here is a sad story.First of all ,my status is a college student with now a ice-cold hand typing my keyboard.In my opinion there is a kind of the disaster of life is from the unit you are in.The unit that I'm in is my school.So you can easily get what I want to say.To avoid the flood of tear,I don't want to say anything about.As usual,the ruin of score won't let me feel anything wrong.But now it is the fulture that confused most.I have no interest in what I'm forced to learning,and I don't know what I want in the fulture either.The demand I set for myself is just pass the exam,and now only this seems no hardness for me.But this is not enough for being recommanded to the admission of postgraduate.Because the average of the goal they want is at least eighty,and now it's kind of dengerous for me.So everyday,I pace up and down between reviewing lessons and doing what I want.
The worse thing is,if there were something that I really want,I won't be such pain. Once I loved programming.I put all my heart and time into it and nearly nothing feed me back.The only thing I got was three useless second prize and a terrible academic.Once I loved writing,and I tried to write a short novel.But I can't write even one more letter after twenty thousand words.Once I loved drawing,but...
随机推荐
- [Effective JavaScript 笔记]第22条:使用arguments创建可变参数的函数
第21条讲述使用可变参数的函数average.该函数可处理任意数量的参数并返回这些参数的平均值. 如何创建可变参数的函数 1.实现固定元数的函数 书上的版本 function averageOfArr ...
- ext3文件系统反删除利器-ext3grep
导读 Linux作为企业级服务器,数据的安全性至关重要,任何数据德尔丢失和误删都是不可容忍的!最近我接触到一款软件-ext3grep,它可以恢复误删的数据,下面简单讲解一下这个软件. ext3grep ...
- HDOJ 1870
#include<stdio.h> #include<stack> #include<string.h> #include<iostream> usin ...
- 一步步实现Nagios监控linux主机及飞信报警
一步步实现Nagios监控linux主机及飞信报警 上篇文章介绍了在linux主机上架设nagios监控服务,并对windows主机进行服务状态变化的监控,这次我们继续上次内容. 首先实现n ...
- 【云计算】docker daemon如何提供Restful的API
Docker Remote API 如何使用? docker 的 Remote API 定义如下: 这个API看着是http协议的但是我用 curl http://127.0.0.1:4243/con ...
- iOS 定义圆角控件
ios7 以前,想把UILabel变为圆角的,只需要设置layer的 cornerRadius属性,ios7以后,还需要设置 masksToBounds = true. 以下是这个属性的说明 A Bo ...
- 新建myeclipse工作空间需要的工作
接触了许多个项目,都挺大的,每次都需要配置,简单总结总结. 第一.右击项目,选择Text file encoding 第二.点击window-->preferences-->myeclip ...
- 项目总结(四)--- 网络封包分析工具Charles
Charles是Mac下一款截取网络封包的工具,主要原理就是将自己设置成为熊网络访问的代理服务器,这样的话,所有的网络请求都得通过它来完成,从而实现网络封包的拦截分析. 这款软件功能整体来说还是非常强 ...
- 【python】argparse模块
来源:http://www.2cto.com/kf/201412/363654.html argparse是python用于解析命令行参数和选项的标准模块,用于代替已经过时的optparse模块.ar ...
- VelocityTracker简介
android.view.VelocityTracker主要用跟踪触摸屏事件(flinging事件和其他gestures手势事件)的速率.用addMovement(MotionEvent)函数将Mot ...