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...
随机推荐
- Unable to execute dex: Multiple dex files define
这是一个编译错误,在ADT的编译器和SDK的工具有差异或是版本不一致时常会出现的一个问题,解决的方案如下: 第一步: updated eclipse (Help->Check for updat ...
- 更改win7开机界面
按“win+R”组合键,打开运行框,在打开框中输入"regedit”,单击“确定”. 打开注册表编辑器,依次展开注册表里: “HKEY_LOCAL_MACHINE---SOFTWARE--- ...
- ntpdate公司测试
[root@i158 ~]# ntpdate -u time.uuwatch.com 9 Jul 11:18:50 ntpdate[853]: no server suitable for synch ...
- 【GoLang】GoLang fmt 占位符详解
golang 的fmt 包实现了格式化I/O函数,类似于C的 printf 和 scanf. # 定义示例类型和变量 type Human struct { Name string } var peo ...
- MySQL报错:Packets larger than max_allowed_packet are not allowed 的解决方案
在导大容量数据特别是CLOB数据时,可能会出现异常:“Packets larger than max_allowed_packet are not allowed”. 这是由于MySQL数据库有一个系 ...
- 【转】java反射详解
转自:http://www.cnblogs.com/rollenholt/archive/2011/09/02/2163758.html 本篇文章依旧采用小例子来说明,因为我始终觉的,案例驱动是最好的 ...
- Transfer-Encoding: chunked
Http1.1中 使用 chunked 编码传送时 没有CONTENT_LENGTH,下载之前无法确定要下载的大小. Wininet中已经内嵌该传输协议,要查看chunked块的大小只能socket底 ...
- Java for LeetCode 026 Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only once and ret ...
- tomcat启动,输出system.out.println()
tomcat6.0在使用System.out.println("aa")的时候,用cmd启动startup.bat,弹出的那个cmd窗口看到 还可以看logs/catalina.o ...
- css3学习总结8--CSS3 3D转换
3D 转换 1. rotateX() 2. rotateY() otateX() 方法 通过 rotateX() 方法,元素围绕其 X 轴以给定的度数进行旋转. 示例: div { transform ...