今年的元旦能明显感觉到节日的狂欢。一方面,论文的事情,压抑了好久,另一方面,把自己融入节日之中。所以才有了节日的深度参与。

早上还是按时的起床,看了朋友圈,内心却能专注于平静。因为见到了优秀的人,才发现自己的渺小,这应该是一种焦虑。上午修改论文的时候,发现了一种套路,下午三点的时候就已经按照套路修改完论文。三点的时候已经不想呆在教研室里了,记下剩下的任务,关于第二章,大幅改动的问题。

下午回到宿舍,决定开始学习吉他,在调音的时候就弄断了一根弦,当时,很后悔,很紧张,但发现换根弦其实也很简单。让我想起了,小时候把家里的东西弄坏了,总是很紧张。现在也是这样,弄坏了东西,总会变得很紧张。错误也是有价值的,让我对于吉他结构有了新的认识。这种犯错情结并不是好事。

下午六点钟去包饺子的时候,才发现人很多,我找不到能融入的地方,只能回教研室。随后,吃过晚饭,与教研室的同学一起参加各个学院的晚会,才发现自己对于不擅长的事情(比如唱歌),现在已经变得很陌生,甚至,去尝试也需要很大的勇气。随后,回到教研室,在等待着去参加学校的跨年晚会,可惜去了两次,都没有进去,直到凌晨前我才进去赶上了晚会的尾声。今晚我们的群里有很多红包,异常的活跃,可就算是平常网速很好的学校,在这个关键时候,也显得力不从心。

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.

随机推荐

  1. 使用gnucash查看任意时间段内的所有者权益变动表

    gnucash默认会以当年的会计账期显示所有者权益变动表 如果要看指定时间的所有者权益变动表,需要这样做 打开所有者权益变动表 点击上面的[选项] 如图 在常规中自行选择日期 确定后就能够看到指定时间 ...

  2. install google chrome

    32bit: wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb sudo dpkg -i go ...

  3. SPOJ-SUBST1 New Distinct Substrings(后缀数组)

    题目大意:判断总共有多少种不同的子串. 题目分析:不同的子串数目为 Σ(后缀SA[i]的长度-height[i]). 代码如下: # include<iostream> # include ...

  4. Linear Algebra lecture 2 note

    Lecture2 Elimination Inverses Permutation 消元法介绍(elimination): 有方程组 提取系数,形成矩阵为: 消元的思想跟解方程组中先消除未知数的思路一 ...

  5. lua判断表中数据是否连续,0可以代表任何数

    最近看到有lua面试题,挺有意思的,一张表中有若干个数,0可以代表任何数 比如有张表{9, 2, 4, 1, 3, 0, 0, 0, 0},按照规则这张表中的四个0可以用来代表5,6,7,8,那么这张 ...

  6. nginx 反向代理TCP mysql

    stream {upstream mysql { hash $remote_addr consistent; server 10.26.112.12:3306 max_fails=3 fail_tim ...

  7. 在Ubuntu上安装LAMP服务器

    1.安装Ubuntu上安装LAMP apt-get install lamp-server^ 2.安装过程中设置MySql密码 3.测试 创建index.php var/www/html/index. ...

  8. SQLSERVER 复制同一张表的递归结构

    CREATE PROCEDURE [dbo].[Pro_Copy] @OLDJiFenSeriesId VARCHAR(), @NEWJiFenSeriesId VARCHAR() AS BEGIN ...

  9. InstallShield打包设置相对路径

    InstallShield打包设置相对路径 在使用Installshield 打包安装文件时,添加打包文件时默认使用绝对路径,但是工程文件转移时(复制到其它位置时)编译时就会找不到安装文件,这样很不方 ...

  10. 关于delegate(代理)总结

    stackoverflow  上讲解:http://stackoverflow.com/a/12660523/4563358 delegate是将需要处理交给自己的代理. 在自己的对应的类中.h文件中 ...