There is always that one song that brings back old memories.

总有那么一首歌,让你想起那些旧的回忆。

There are seveal songs that I love very much.

When I hear them, their melodies and lyrics often bring me back to my old days, the lost youth, the incredible pain and sufferings of the past, the seemingly endless failures...

It is said that when a man can't have the time, the only thing he can do is not to forget.

I won't forget the dreams of the happy journeies, the mountains and the fields I have seen, I won't forget those dreams that I will never achieve.

Actually now I know there may be no more hope in my life, I still expect there will be some good things in the comming days, I just wait, wait a little movement, wait a little voice.

Maybe I should utterly discard those negative memories, however, without some sort of spiritual energy or peace or karma, it's very difficult to close those memories and move on without feelings of bitterness and resentment.

Maybe I should be more confident and optimistic, because no one likes a jaded, world-weary person.

If a thing isn't worth saying, you sing it.

如果一件事不值得说出来,你就把它唱出来吧。

From Pierre Beaumarchais.

Today, I have reviewed several confusing concepts about array and pointer, both of them are very common and important built-in datatype of C/C++.

One is array pointer, the other is pointer of array.

Actually I think it is understandable for a greenhad who just starts to learn progrmming for a few days to feel confused about these concepts, but for one who have programmed for many years, it is inexcusable to make mistakes on them.

Just like my last interview in Tencent, the interviewee pointed at the mistakes on my paper and said in a disdainful tone:

I don't believe that a man, who pretends to have several years of experience on programming, would make mistakes on so easy questions.

At that moment, I felt unlimited humiliations.

That is not what I want to be, I can't make others feel disappointed any longer, I must strengthen those basic skills, and I expect I can deliver some satisfying outcomes to those who still have expectation on me.

There are too many feelings I can't write down, sometimes maybe it is a good way to sing out them in my own heart.

June 25th 2017 Week 26th Sunday的更多相关文章

  1. June. 25th 2018, Week 26th. Monday

    Change in all things is sweet. 有改变就会有美好. From Aristole. Change is always good, but embracing change ...

  2. June. 24th 2018, Week 26th. Sunday

    Beautiful things don't ask for attention. 真正美丽的东西,并不会刻意寻求别人的注目. From The Secret Life of Walter Mitty ...

  3. June 30th 2017 Week 26th Friday

    Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...

  4. June 29th 2017 Week 26th Thursday

    Hope for the best, but prepare for the worst. 做最好的期望,做最坏的打算. Always remember that quotes about being ...

  5. June 28th 2017 Week 26th Wednesday

    Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...

  6. June 27th 2017 Week 26th Tuesday

    Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...

  7. June 11th 2017 Week 24th Sunday

    I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...

  8. June 04th 2017 Week 23rd Sunday

    It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...

  9. June 30th, 2019. Week 26th, Sunday

    It's so easy to be careless, it takes courage and courage to care. 不在乎很容易,但在乎却需要很多勇气. Sometimes it w ...

随机推荐

  1. unittest简介

    unittest是python里面的单元测试框架 1 unittest 简介 1).先导入 unittest2).用 help 函数查看源码解析3).查看描述:Python unit testing ...

  2. 使用ant宏定义任务

    基础basic.xml文件 <?xml version="1.0" encoding="UTF-8"?><project>    < ...

  3. 【curl】Linux下命令行curl详解

    在Linux中curl是一个利用URL规则在命令行下工作的文件传输工具,可以说是一款很强大的http命令行工具.它支持文件的上传和下载,是综合传输工具,但按传统,习惯称url为下载工具. 语法:# c ...

  4. 查询数据库的所有列信息 sys.all_columns

    一.Database.sys.tables 为每个表对象返回一行,当前仅用于 sys.objects.type = U 的表对象. 列名 数据类型 说明 <继承的列>   有关此视图所继承 ...

  5. 智能提示含查询多列(html+JS+handler+ HttpRemoting)二、Remoting代码

    /// <summary> /// 智能查询类型 /// </summary> public enum QueryType : byte { /// <summary&g ...

  6. monodb分片集群部署

    本文档基于MongoDB版本3.6.2 下载地址: 建议使用最新版本 https://www.mongodb.com/download-center#community 安装文件 集群ip及端口设计方 ...

  7. java IO流实现删除文件夹以及文件夹中的内容

    这篇主要是对IO文件流对文件常用处理中的删除文件夹,平时我们直接删除文件夹既可以删除里面的全部内容. 但是java在实现删除时,只能是文件才会被删除. 所以这里需要定义一个方法,来递归调用方法(递归调 ...

  8. mongodb使用实践---mongodb+mongo-java-driver+morphia

    package com.lolaage.dals.dbfactory.mongodb; import java.net.UnknownHostException; import java.util.A ...

  9. pv-remjs的快速开始

    pv-remjs 这是一个移动端适配的工具类,采用rem布局的方式 ## 快速开始 在html文件中引入,先查看版本`<script src= "https://unpkg.com/p ...

  10. vue.js与angular.js的区别(个人)

    刚进入实训 讲师就要发一些什么比较高大上的东西,本人才疏学浅  浅浅的分享一下angularjs 和vue.js的区别.只是简单的理解一下 大神勿喷. 生实训之前学习的angular.js 只是理解了 ...