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. oracle中斜杠(/)的含义

    斜杠就是让服务器执行前面所写的sql脚本.如果是普通的select语句,一个分号,就可以执行了.但是如果是存储过程,那么遇到分号,就不能马上执行了.这个时候,就需要通过斜杠(/)来执行. 1 2 3 ...

  2. PHP中判断字符串是否包含某个字符时,建议使用正则表达式preg_match()

    判断字符串中是否包含 某个字符时,在java中时直接使用 indexOf()来判断的 在php中好像也要对应的,strpos(),stripos() 不过每次我用的都很不爽,老是出现各种各样的小问题, ...

  3. 自动收缩数据库T-SQL

    alter database 数据库名 set auto_update_statistics off alter database 数据库名 set auto_update_statistics on

  4. Angular4 step by step.4

    1.官方的模拟远程调用API接口没整出来,干脆自己使用 最新版本 .netcore2.1.0 preview 作为请求地址 2.直接上图懒得沾代码了,等完善后再开放所有源码: 3.使用了Chole.O ...

  5. vim的多标签

    vim支持多标签页,可以在同一窗口同时打开多个文档, 两种方法: vim -d 通过vim --help后发现vim -d相当与vimdiff模式 例子: $ vim -d a.txt b.txt c ...

  6. 第8章 CSS3中的变形与动画(上)

    变形--旋转 rotate() 旋转rotate()函数通过指定的角度参数使元素相对原点进行旋转.它主要在二维空间内进行操作,设置一个角度值,用来指定旋转的幅度.如果这个值为正值,元素相对原点中心顺时 ...

  7. 1003. 猜数游戏 (Standard IO)

    题目描述 有一个“就是它”的猜数游戏,步骤如下:请你对任意输入的一个三位数x,在这三位数后重复一遍,得到一个六位数,467-->467467.把这个数连续除以7.11.13,输出最后的商. 输入 ...

  8. CSS3弹性盒布局

    使用自适应的窗口弹性盒布局 可以使div总宽度等于浏览器宽度,而且可以随着浏览器的改变而改变. <!DOCTYPE html> <html lang="zh-CN" ...

  9. Linux基础之命令练习Day4-fdisk,mkfs,mlabel,mount,umount,mkswap,swapon,dd,top,free,ps,kill,rpm,yum,make

    一. 硬盘分区.格式化及文件系统的管理 1. 在Linux系统中,一切皆文件.每个设备都被当作一个文件来对待. 常见的存储设备在Linux系统中的文件名如下表所示: 2. 对硬盘进行分区有以下优点: ...

  10. JavaEE中表现层、持久层、业务层的职责分析(转载)

    表现层.持久层.业务层 注:本文转载于:http://www.blogjava.net/jiabao/archive/2007/04/08/109189.html 为了实现web层(struts)和持 ...