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.
随机推荐
- cloudera manager安装spark后使用spark shell编写基于scala的world count
val file = sc.textFile("hdfs://zhcloudil-lcnode04:8020/user/cloudil/wc_spark.txt") val cou ...
- Ubuntu下配置Pyspider环境
Ubuntu 14.04.4 LTS 1.ubuntu 系统自带Python 所以不用安装Python 注:安装前先更新下软件源 命令 :sudo apt-get update 2.开始安装pip 命 ...
- android和linux开发环境建立(驱动层)
流程:安装ubutu14.04操作系统==>安装各种库和应用程序并配置环境变量 1,install ubuntu14.04 为了完全释放PC机的资源,我们安装在主机上,就不用虚拟机来玩了.下面是 ...
- pyqt4:线程的串联运行方式
有些时候我们在pyqt中需要线程串行运行,而不是并发运行,用以下方式,这是在网上找的,暂存. > Hello > I have something like the foll scenar ...
- Android——JDK的get请求方式
layout文件: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:an ...
- Quant的笑话
Q) Why was the FX quant so unlucky with the ladies?A) Because he always kept his dates short. Q) Why ...
- Could not load type from string value 'DALMSSQL.DBSessionFactory,DALMSSQL'.
问题: 原因: DAL.dll不在程序目录下 --调了老半天.
- Nginx和Apache配置日志格式记录Cookie
记录Cookie有什么用? 有时候我们需要通过web服务器的访问日志来统计UV(独立访客),并据此分析用户的行为.而UV是依据cookie数据得出的统计.UV相对于IP的好处是:IP是一个反映网络虚拟 ...
- .net调用java写的WebServise时方法总是返回空的问题
解决方法如下: 直接用wsdl.exe根据描述文件生成代理类来调,可避免这样的问题. 同时附上,wsdl工具在.net菜单中的配置方法,参考园友: http://www.cnblogs.com/qfb ...
- python中import和from...import区别
在python用import或者from...import来导入相应的模块.模块其实就是一些函数和类的集合文件,它能实现一些相应的功能,当我们需要使用这些功能的时候,直接把相应的模块导入到我们的程序中 ...