Happy New Year
今年的元旦能明显感觉到节日的狂欢。一方面,论文的事情,压抑了好久,另一方面,把自己融入节日之中。所以才有了节日的深度参与。
早上还是按时的起床,看了朋友圈,内心却能专注于平静。因为见到了优秀的人,才发现自己的渺小,这应该是一种焦虑。上午修改论文的时候,发现了一种套路,下午三点的时候就已经按照套路修改完论文。三点的时候已经不想呆在教研室里了,记下剩下的任务,关于第二章,大幅改动的问题。
下午回到宿舍,决定开始学习吉他,在调音的时候就弄断了一根弦,当时,很后悔,很紧张,但发现换根弦其实也很简单。让我想起了,小时候把家里的东西弄坏了,总是很紧张。现在也是这样,弄坏了东西,总会变得很紧张。错误也是有价值的,让我对于吉他结构有了新的认识。这种犯错情结并不是好事。
下午六点钟去包饺子的时候,才发现人很多,我找不到能融入的地方,只能回教研室。随后,吃过晚饭,与教研室的同学一起参加各个学院的晚会,才发现自己对于不擅长的事情(比如唱歌),现在已经变得很陌生,甚至,去尝试也需要很大的勇气。随后,回到教研室,在等待着去参加学校的跨年晚会,可惜去了两次,都没有进去,直到凌晨前我才进去赶上了晚会的尾声。今晚我们的群里有很多红包,异常的活跃,可就算是平常网速很好的学校,在这个关键时候,也显得力不从心。
This year 's New Year' s Day can obviously feel the festive carnival. On the one hand, the paper thing, suppressed for a long time, on the other hand, into their own festivals. So have the depth of participation in the festival.
Morning or get up on time, but the heart can not focus on calm. Because to see more good people, only to find their own small, this should be an anxiety. Am modified paper, found a routine, so, at three in the afternoon when the routine has been modified in accordance with the completion of the paper. Three points have not wanted to stay in the teaching room, and write down the remaining tasks, on the second chapter, a substantial change in the problem.
Back to the dormitory, decided to start learning guitar, in the tuning time to break a string, then, very sorry, very nervous, but found that change the root string is actually very simple. Reminds me of a child to break the things at home, always very nervous. Now is the case, broke something, always become very nervous. Error is also valuable, let me have a new understanding of the guitar structure. This complex is not a good thing.
Six o'clock in the afternoon to dumplings, only to find a lot of people, I could not find a place to integrate. Then, with the staff of the Department to participate in the evening of the college, only to find themselves not good at things, and now has become very strange, even to try also need a lot of courage. Then, back to the teaching room, waiting to attend the school's New Year's Eve party, but unfortunately went twice, do not go in until early morning before I went in to catch up with the end of the party. Tonight, our group has a lot of red envelopes, unusually active, can be a normal speed even a good school, at this critical time, but also seem powerless.
随机推荐
- JVM初学笔记
JVM概念 JVM是Java Virtual Machine(Java虚拟机)的缩写,JVM是一种用于计算设备的规范,它是一个虚构出来的计算机,是通过在实际的计算机上仿真模拟各种计算机功能来实现的. ...
- 采集数据和memchche的存储使用,分页展示
<?phpheader('content-type:text/html;charset=utf-8');//实例化memcache$mem=new Memcache();//链接$mem-> ...
- PHP比较操作符详解(转自hack58)
php的比较操作符有==(等于)松散比较,===(完全等于)严格比较,这里面就会引入很多有意思的问题. 在松散比较的时候,php会将他们的类型统一,比如说字符到数字,非bool类型转换成bool类型, ...
- 在Chrome+Visual Studio中调试asp.net程序很慢的问题(Firefox也有类似问题)
在Chrome+Visual Studio中调试asp.net程序很慢的问题(Firefox也有类似问题) 今天开始起在Chrome中调试,发现问题主要出在菜单栏(layout文件)中,google了 ...
- php中判断字符串是否全是中文或含有中文的实现代码
<?php header('Content-type:text/html; charset=utf-8'); $str = '你好'; if(preg_match('/^[\x{4e00}-\x ...
- 富文本编辑器防止xss注入javascript版
富文本编辑器:ueditor 其实富文本编辑器已经有防止xss注入功能,但是你服务端程序在接收的时候在做一次转义,否则有可能然后前端验证直接提交数据导致被xss攻击. 为了节省后端程序开销则在前端 显 ...
- SQL分页语句
有关分页 SQL 的资料很多,有的使用存储过程,有的使用游标.本人不喜欢使用游标,我觉得它耗资.效率低:使用存储过程是个不错的选择,因为存储过程是经过预编译的,执行效率高,也更灵活.先看看单条 SQL ...
- Ubuntu setup Static IP Address
Change Ubuntu Server from DHCP to a Static IP Address If the Ubuntu Server installer has set your se ...
- 文章汇总(包括NVMe SPDK vSAN Ceph xfs等)
基础部分 NVMe驱动解析-前言 NVMe驱动解析-注册设备 NVMe驱动解析-关键的BAR空间 NVMe驱动解析-DMA传输(热门) NVMe驱动解析-响应I/O请求 用一个简单的例子窥探NVMe的 ...
- 01从c到c++
c++的发展历史 + 80年代贝尔实验室 本贾尼 + 83年 正式命名c++ + 87年 gnu制定了c++标准 + 92年 微软和IBM分别制定了c++标准 + 98年 ansi ISO 制定了标 ...