Too much thinking! Too much annoying.
I am now in great demand for an opportunity to yearn for, the ability to express myself, in a maximum scale to let other people know about me, and my feeling as well.
First: a good atmosphere could affect someone in a good way, and otherwise may be counterproductive. I am now temporarily living in one single room with my cousin, whose apartment is very near from my own worksite. He is a super-straight man, thinking everything evil and disgusting which has (even little) connection with the stuff like homosexuality. And therefore he get himself quite a different from as I live. I used to be very diligent in daily chores and he said he could remember that; and now I become a lazy and common person due to my present living habit and unhealthy mindset. While, the truth is he is in my mind, a very lazy person, as exactly as what he describes me. He has a single apartment which might size 25 square meters, with elaborated design and practical decoration (like chairs and balcony-sofa). The problem is he doesn’t often take good care of his room, like sweeping the floor, and collecting the dust. He also cook in this room. As a consequence a lot of flavors mixed with different origins stimulate your nose and mind. His solution to this was just nothing at all. He has blamed me for not helping him cleaning the floor and making the bed. Well the truth in China is: when you’re living under someone’s house, you have to take the owner’s orders into account. However, I forsake it. Most possibly reason is: I ignore this because he is my cousin, and as a relative who also comes from my father’s family part, I disrespected him unconsciously. He had done very sin-like stuff to me when I was very young and was having a resident identity in his family and house. He could do those unspeakable insulting things to me, well which after so many years I found affected me so much and haunts me so heavily. I suddenly stand at someone else’s point and judge on me, the conclusion is: I am of a pity, and devastation could be percept even not as tiny as a single drop of dust in air. My experiences could just be mine, but more of us in this world are sharing the same circumstances. (This world is twisted by those unseen and unknown forces, that we could not ever find or change, which is of a very sad story.)
Second: consumption is more than my income. I have been in an internship in an f-c, which doesn’t earn me much but can afford my controllable purchases. Once I claim for more it will become very disappointing and melancholy. One cannot cover his expenses, and then he or she is going to suffer from a certain series torment. I met Han Han a few days ago, and having had a night spent in embraces and kisses and oral sexes, I thought he could be the one (the one I admire for his courage, capability, talent, wealth and quality). Well then what I figure in my mind is to compare myself to him, to lift myself to the level as he in, as much as possible. Then I went to Xinhua Hospital, to claim for an operation on my penis, ‘cuz I had the covering skin too much and somehow affected my normal life in the past almost 8 years. I had mentioned this to my father a year ago, and what he said made me more timid and scare to tell other people the truth about my sexual organ. Also, I bought a brand new jacket online which cost a lot more than my average consumption amount. A playboy branded jacket costed 270 yuan, and a Tebu branded jacket costed me 260, and I guess I never have expended so much on my dressing. Now for what I do? In my opinion, for the lift-up to another level of living standard, and appearance standard.
Third: I have to say: I am now in danger. I have no idea how I perform in the f-c. So I don’t know if I could be excelling in things I need to master. Sometimes I just worry too much, but though they don’t make no sense.
Too much thinking! Too much annoying.的更多相关文章
- 2015 Multi-University Training Contest 1 - 1009 Annoying problem
Annoying problem Problem's Link: http://acm.hdu.edu.cn/showproblem.php?pid=5296 Mean: 给你一个有根树和一个节点集合 ...
- 心情烦闷annoying,贴几个图!唉!annoying
nothing could be more annoying!!!!! lost!failed!
- Codeforces 1009C: Annoying Present
C. Annoying Present time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- The Annoying Bug
log里看不出问题,直接客户端就disconnected. gdb 挂了也不会停住,继续跑得跟正常人似的 再连根本不正常的了. 硬件: a , 主板CPU更换过 b,USB3.0 软件: 无有更换,但 ...
- HDU 5293 Annoying problem 树形dp dfs序 树状数组 lca
Annoying problem 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5293 Description Coco has a tree, w ...
- HDU 5296 Annoying problem dfs序 lca
Annoying problem 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5296 Description Coco has a tree, w ...
- HDU 5296 Annoying problem
Annoying problem Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others ...
- C. Annoying Present SB题
C. Annoying Present time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- hdu5296(2015多校1)--Annoying problem(lca+一个公式)
Annoying problem Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others ...
- HDU 5296 Annoying problem LCA+树状数组
题解链接 Annoying problem Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/O ...
随机推荐
- python-django rest framework框架之分页
1. 以前django做的分页组件当数据量特别大的时候,性能不是很高,有以下三种方式处理: a. 记录当前访问页的最后一条数据id,往后取多少条 b. 最多显示120页 ...
- js 遍历
for循环 var a = new Array("first", "second", "third") for(var i = 0;i &l ...
- Web Services的学习一
1.Web Services可以将应用程序转换成为网络应用程序,也就是说可以通过Web Services,应用程序可以向全世界发布信息,或者提供功能. 而且通过Web Services发布的,可以被其 ...
- tp框架 php ajax 登陆
html 文件 <form class="form-signin loginform" role="form"> <input type=&q ...
- Java Web(三) Servlet会话管理
会话跟踪 什么是会话? 可简单理解为,用户打开一个浏览器,点击多个超链接,访问服务器多个web资源,然后关闭服务器,整个过程称为一个会话.从特定客户端到服务器的一系列请求称为会话.记录会话信息的技术称 ...
- laravel中当使用Elquent ORM中的模型作为参数进行传递时的方法:
Controller中的函数: /* $modelArg:是调用模型的路径,以字符串的形式传递过来. $id:要查询当前模型的id号. $args:具体查询的字段 */ public function ...
- javascript 日期函数
获取当前日期的前一天的日期 var MyDate = new Date( ); //获取昨天的日期 var yesterday = myDate.getTime()-1000*60*60 ...
- oracle日志相关的表
SELECT * FROM all_objects t where object_name like '%EN_CONCAT_IM%';DBA_HIST_SQLTEXTDBA_HIST_SQLSTA ...
- TTL特殊门电路
集电极开路(OC)门:主要作用实现线与功能:用做驱动器:实现电平转换 三态输出(TS)门:应用于计算机总线结构,通过分时控制三态门始轮端使得cpu与不同的外设通信:应用于双向传输,实现门电路与总线实现 ...
- 每天CSS学习之text-indent
text-indent是CSS的一个属性,其作用是定义首行文本的缩进.其值如下: 1.length:首行缩进固定的长度.默认值为0. 设置 首行缩进2em的长度. div{ width:300px; ...