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...

随机推荐

  1. SGU 180 Inversions(离散化 + 线段树求逆序对)

    题目链接:http://acm.sgu.ru/problem.php?contest=0&problem=180 解题报告:一个裸的求逆序对的题,离散化+线段树,也可以用离散化+树状数组.因为 ...

  2. [转]结合轮廓显示,实现完整的框选目标(附Demo代码)

    原地址:http://www.cnblogs.com/88999660/articles/2887078.html 几次看见有人问框选物体的做法,之前斑竹也介绍过,用画的框生成的视椎,用经典图形学的视 ...

  3. 对原型prototype的详解

    刚开始接触对象原型时大脑就开始起义了,脑子就转不灵清了.就感觉怎么着这个概念就是灌输不进去,俗称断路.后面找了很多资料,最主要的还是要借助于<JavaScript语言精髓>这本书,让我对这 ...

  4. php页面打开响应时间

    $start_time = array_sum(explode(' ',microtime())); //your code here   $end_time = array_sum(explode( ...

  5. android 自定义Dialog背景透明及显示位置设置

    先贴一下显示效果图,仅作参考: 代码如下: 1.自定义Dialog public class SelectDialog extends AlertDialog{ public SelectDialog ...

  6. Repeated DNA Sequences

    All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACG ...

  7. 【UGUI】Canvas和Rect Transform

    Canvas 1.所有的UI元件都需要放在Canvas里 2.UI元件的绘制顺序,与在 Hierarchy的顺序相同,在上面的元素会先被绘制,位于后续绘制元素的下面 3.可以选择3种不同的渲染模式: ...

  8. ajax:post 400错误

    POST http://localhost:8080/purchase/purchase-apply/update.htm 400 (Bad Request) n.ajaxTransport.k.co ...

  9. Java for LeetCode 168 Excel Sheet Column Title

    Given a positive integer, return its corresponding column title as appear in an Excel sheet. For exa ...

  10. 铺地毯(luogu 1003)

    题目描述 为了准备一个独特的颁奖典礼,组织者在会场的一片矩形区域(可看做是平面直角坐标系的第一象限)铺上一些矩形地毯.一共有 n 张地毯,编号从 1 到n .现在将这些地毯按照编号从小到大的顺序平行于 ...