早上,按照平常的时间去吃早饭,食堂格外的空旷,打饭的员工说今天人很少,我说昨天是有元旦晚会,她说今天是放假,我后来想,还是她说的更有道理。她看的比我清楚更清楚!

幸亏昨晚上记录下了早上要帮别人搜论文的事情,不然早上来教研室肯定会忘记。花了几分钟来做这件事情。之后便安排了一下今天的任务,打电话,在晚上的时候,还给其中一个买了礼物。今天看到的朋友圈,都是总结与展望,我也有立个flag的冲动。在朋友圈做个见证,但估计很快就会被淹没。

今天没有做工作相关的事情,上午,学习基本乐理模型,听了两节课,听进去了,觉得时间过得好快。今天听到一个名词,黑天鹅事件,不可预测性的有重大影响的事件。下午的时候,在宿舍,打电话给家人与同学,自己练习了吉他,但是事后没有太多收获,可能是太过着急。

随后一觉睡到了八点钟,醒来聊天的时候答应了琼,回来的时候要一起买衣服。又帮同学下载论文,九点到教研室,给同学买了本手账笔记本,然后便是在一直学习吉他的动作基本动作要点,刚开始,我还是想更规范一些。我手中的吉他速成教程,走的是经验论。

Morning, in accordance with the usual time to eat breakfast, canteen exceptionally open, Dafan staff said that today few people, I said Yesterday is a New Year's party, she said today is a holiday, I later thought, or she said more justified . She saw more clearly than I know!

Fortunately, last night to record the morning to help others search the text of things, or morning to the Department will certainly forget. It took a few minutes to do this. After the arrangement of what today's task, call, in the evening, back to one of them bought a gift. Today to see the circle of friends, are summed up and outlook, I have a flag impulse. In the circle of friends to be a witness, but estimates will soon be submerged.

Today did not do work-related things in the morning, learning the basic theory of music model, listening to two classes, listening to go, and feel time flies. Today heard a noun, black swan incident, unpredictable events that have a significant impact. In the afternoon, in the dormitory, called his family and students, their practice of the guitar, but not too much after the harvest, may be too anxious.

Then wake up to sleep at eight o'clock, woke up to chat when the promise of Joan, come back to buy clothes together. And to help students download papers, nine to the teaching and research section, to the students to buy their own account notebook, and then is always learning the basic action of the guitar action points, beginning, I would like to regulate some. I am in the hands of the guitar crash course, taking the empiricism.

随机推荐

  1. gruntjs

    先输入命令: npm install -g grunt-clinpm install grunt --save-devgrunt –version 新建json文件:package.json { &q ...

  2. mysql数据库性能篇

    慢查询:超过设定时间的SQL语句会被记录到指定文件内 1.观察mysql慢查询默认的时间(默认10秒) show variables like 'long%'; 2.修改慢查询设定时间 set lon ...

  3. CI框架 CodeIgniter 伪静态 htaccess设置和Nginx伪静态方法2

    1.在根目录西下  新建.htaccess 文件 RewriteEngine on RewriteCond $1 !^(index\.php|images|robots\.txt) RewriteRu ...

  4. 修复FreeBSD上的ufs文件系统

    昨天在两台FreeBSD上配置好Heartbeat服务(两台机器是用网线连通的,做为Heartbeat的两个节点),启动服务时Heartbeat检测到crmd守护进程没起来,于是它就尝试重启两台机器以 ...

  5. 将.war文件解压到指定目录

    jar命令无法将.jar解压到指定目录,因为-C参数只在创建或更新包的时候可用 要将.jar文件解压到指定目录可以用unzip命令 unzip命令在windows下自带就有,不用另外下载安装 下面是将 ...

  6. facebook darkforest围棋ai测试

    0.darkforest说明 darkforest是facebook田渊栋博士开发的深度学习围棋程序,2016的uec cup得了第二名(http://jsb.cs.uec.ac.jp/~igo/en ...

  7. OPENVPN

    安装 方法1--源码安装yum -y install  pam pam-devel gcc gcc-c++ lzo lzo-devel openssl openssl-devel wget autom ...

  8. [转]MySQL Connector/C++(一)

    http://www.cnblogs.com/dvwei/archive/2013/04/18/3029464.html#undefined#undefined MySQL Connector/C++ ...

  9. 多种姿势破解centos OR readhat enterprises 7.X root密码

    NO:1 启动系统,在grub界面按"e"键,进入编辑模式,找到以"linux16"开始的行,在行尾加入"rd.break",按" ...

  10. [LeetCode] 14. Longest Common Prefix

    Write a function to find the longest common prefix string amongst an array of strings. public class ...