Do things for others
早上,按照平常的时间去吃早饭,食堂格外的空旷,打饭的员工说今天人很少,我说昨天是有元旦晚会,她说今天是放假,我后来想,还是她说的更有道理。她看的比我清楚更清楚!
幸亏昨晚上记录下了早上要帮别人搜论文的事情,不然早上来教研室肯定会忘记。花了几分钟来做这件事情。之后便安排了一下今天的任务,打电话,在晚上的时候,还给其中一个买了礼物。今天看到的朋友圈,都是总结与展望,我也有立个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.
随机推荐
- js-PC版监听键盘大小写事件
//获取键盘按键事件,可以使用keyup. //问题:获取到键盘的按下Caps lock键时,不能知道当前状态是大写.还是小写状态. //解决: 设置一个全局判断大小写状态的 标志:isCapital ...
- JSON.parse() 和 JSON.stringify()
JSON.parse()和JSON.stringify() 1.parse 用于从一个字符串中解析出json 对象.例如 var str='{"name":"cpf& ...
- 在生产环境记录http请求参数
StringBuilder strParam = new StringBuilder(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + ...
- [BZOJ 3123]森林
这题和 COT1 一定有 JQ 喵~ 线段树的启发式合并,每次要连接两个点时就对比较小的那棵树暴力 DFS 一边 然后均摊时间依旧是 logn 的,均摊真是世界上最邪恶的东西了…… 然后这题的数据是要 ...
- jquery之css操作
HTML示例代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset=" ...
- mongodb 3 常用命令操作
操作命令详见,这个归类很好,有些教程乱麻麻的 http://www.tuicool.com/articles/j2ueau db.createUser({user:"zhihuiroot&q ...
- mysql内存使用以及优化中需要的几点注意
1.从内存中读取数据是微秒级别的.而从磁盘读则是毫秒级别的.二者相差一个数量级.所以想优化数据库,第一个要做到的就是优化io. 2.key_buffer_size[global]设置的内存区域大小缓存 ...
- 简单MVC项目搭建--Java1.7+Eclipse luna + Maven 3.2.5 +spring 4.1.4
转载请注明出处:http://www.cnblogs.com/mybest/p/4265872.html 1. 环境配置 a) Java 1.7 b) Eclipse ...
- 基于Verilog HDL整数乘法器设计与仿真验证
基于Verilog HDL整数乘法器设计与仿真验证 1.预备知识 整数分为短整数,中整数,长整数,本文只涉及到短整数.短整数:占用一个字节空间,8位,其中最高位为符号位(最高位为1表示为负数,最高位为 ...
- [Andriod] - Andriod Studio + 逍遥模拟器
Andriod Studio自身自带的模拟器实在太卡,用Genymotion模拟器又要安装VirtualBox,然后一堆的设置,结果还是卡B. 网上下了个逍遥模拟器,这模拟器是游戏专用的,目前正式版的 ...