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

幸亏昨晚上记录下了早上要帮别人搜论文的事情,不然早上来教研室肯定会忘记。花了几分钟来做这件事情。之后便安排了一下今天的任务,打电话,在晚上的时候,还给其中一个买了礼物。今天看到的朋友圈,都是总结与展望,我也有立个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. Sqlserver 函数(例子)

    --SQL SERVER 2008 函数大全/*author:TracyLeecsdncount:Travylee*/ /*一.字符串函数:1.ascii(字符串表达式)   返回字符串中最右侧字符的 ...

  2. WinZip Registry Optimizer 初体验

    WinZip Registry Optimizer是来自著名压缩软件WinZip开发团队的一种可以修复.组织和整理Windows注册表的应用程序,它可以删除无效的注册表条目,整理碎片从而提升系统性能, ...

  3. CE 定时器

    //头文件: afx_msg void OnTimer(UINT_PTR nIDEvent); //声明定时器响应函数 //代码文件: #define TIMER 1 #define TIMEROUT ...

  4. 关于浏览器兼容问题及hack写法

    浏览器的兼容问题 1.浏览器内核: Mozilla Firefox ( Gecko ) Internet Explorer ( Trident ) Opera ( Presto ) Safari ( ...

  5. Windows快速删除文件脚本

    1.新建一个txt文件 2.将DEL /F /A /Q \\?\%1RD /S /Q \\?\%1这段代码放在新建好的txt文件中 3.将txt文件的后缀名改为.bat 4.将这个文件放在需要删除的文 ...

  6. oracle数据库从入门到精通之二

    重点关注表的创建与操作语法(如何创建与设计表是后话)常用数据类型表本质上是数据的集合操作数据类型:不管扩展多少种数据类型,常用的就以下几种字符串    varchar2(其它数据库是varchar)来 ...

  7. unity, reduce android size

    参考: https://www.youtube.com/watch?v=TYSmf_zgtZo http://stackoverflow.com/questions/41087220/how-to-u ...

  8. OpenRefine 数据清洗工具

    OpenRefine(官方网站:http://openrefine.org/).它能自动对数据内容进行修正与整理.OpenRefine可以实现数据排序.自动查找重复条目并完成数据记录.OpenRefi ...

  9. python 发邮件-带附件-文本-html

    #!/usr/bin/python # encoding=utf-8 # Filename: send_email.py from email.mime.image import MIMEImage ...

  10. 富文本编辑器防止xss注入javascript版

    富文本编辑器:ueditor 其实富文本编辑器已经有防止xss注入功能,但是你服务端程序在接收的时候在做一次转义,否则有可能然后前端验证直接提交数据导致被xss攻击. 为了节省后端程序开销则在前端 显 ...