June 25th 2017 Week 26th Sunday
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的更多相关文章
- June. 25th 2018, Week 26th. Monday
Change in all things is sweet. 有改变就会有美好. From Aristole. Change is always good, but embracing change ...
- June. 24th 2018, Week 26th. Sunday
Beautiful things don't ask for attention. 真正美丽的东西,并不会刻意寻求别人的注目. From The Secret Life of Walter Mitty ...
- June 30th 2017 Week 26th Friday
Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...
- June 29th 2017 Week 26th Thursday
Hope for the best, but prepare for the worst. 做最好的期望,做最坏的打算. Always remember that quotes about being ...
- June 28th 2017 Week 26th Wednesday
Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...
- June 27th 2017 Week 26th Tuesday
Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...
- 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 ...
- June 04th 2017 Week 23rd Sunday
It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...
- June 30th, 2019. Week 26th, Sunday
It's so easy to be careless, it takes courage and courage to care. 不在乎很容易,但在乎却需要很多勇气. Sometimes it w ...
随机推荐
- Jmeter断言实例—响应断言
断言有很多种,最最最常用的一种就是响应断言,目前我用的最多是这一种,下面列举一个运用响应断言的实例 对相应的请求添加断言 **Main sample and sub-samples:断言应用于主采样器 ...
- 理解session和cookie
Session 与 Cookie 的作用都是为了保持访问用户与后端服务器的交互状态.它们有各自的优点,也有各自的缺陷,然而具有讽刺意味的是它们的优点和它们的使用场景又是矛盾的.例如,使用 Cookie ...
- mongodb数据库还原
./mongorestore -h -u myhuiqu -p Huiqu.com@ --authenticationDatabase /
- Principal Component Analysis(PCA)
Principal Component Analysis(PCA) 概念 去中心化(零均值化): 将输入的特征减去特征的均值, 相当于特征进行了平移, \[x_j - \bar x_j\] 归一化(标 ...
- C++的中英文字符串表示(string,wstring)
在C++中字符串类的string的模板原型是basic_string template <class _Elem, class traits = char_traits<_Elem> ...
- mysql client does not support authentication
打开mysql 命令行 mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123456 ...
- 基于easyUI实现权限管理系统(一)一—组织结构树图形
此文章是基于 EasyUI+Knockout实现经典表单的查看.编辑 一. 相关文件介绍 1. organize.jsp:组织结构树的主界面 <!DOCTYPE html PUBLIC &quo ...
- sqlserver查询表字段描述(转)
原文地址:https://blog.csdn.net/changhong009/article/details/29587063 --快速查看表结构(比较全面的) SELECT CASE WHEN c ...
- 通过反射感知Redis类里边全部的操作方法
<?php //通过反射感知Redis类里边全部的操作方法 //根据Redis类实例化一个反射类对象 $me = new ReflectionClass('Redis'); //获得Redis类 ...
- CSS之after与before的content 和 attr 配合使用
content 和 attr 配合使用 如果你不想把content内容在CSS里写死,那你可以使用attr表达式来从页面元素中动态的获取内容: /* <div data-line="1 ...