If you shed tears when you miss the sun, you also miss the stars.

如果你因为错过太阳而哭泣,你也将会错过繁星。

If you have missed the sun, that doesn't mean you would be sure to miss the stars.

Sometimes, the stars also can give you enough light and hints to continue your journey.

You can shed tears, but remember not to cry too much for the missing ones, and don't let your tears blear your vision.

After crying, after relieving your emotions, please wipe your tears, raise your head, face up to those fears and difficulities. Now that they are in my way, I must conquer them and eliminate them, otherwise there will be no chance to go upwards.

Think not those faithful who praise all thy words and actions, but those who kindly reprove thy faults.

别去想那些对你的一切所言所行都大加赞赏的人,真正需要在乎的是那些友善地批评你过错的人。

From Socrates.

Don't critisize me, my life is already in its worst condition, I have learned that fact deeply without your notice.

I think you can understand me, please don't mind.

And what I desperately need might be the praises of my abilities, the approval of my performance, and the rewards of my expenditures.

But until now I haven't obtained much of them.

You will always want things you are lack of.

What about the things you do well every day without any recognition?

Maybe we must praise ourselves first, we must approve ourselves first, and we must validate our achievements first, no matter how trival they are in other's opinion.

Journal about some problems:

When coding in an IDE, how to configure the environments so that the IDE can perform in a more suitable way?

And when tackling with autocomplete suggestions, how to set the filters to remove some unwanted ones?

Actually, if the configuration isn't suitable, it would be a terrible experience when coding a program.

So, it seems I must spend some time in learning how to use an IDE skillfully.

August 18th 2017 Week 33rd Friday的更多相关文章

  1. August 19th 2017 Week 33rd Saturday

    Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...

  2. August 17th 2017 Week 33rd Thursday

    Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...

  3. August 16th 2017 Week 33rd Wednesday

    A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...

  4. August 15th 2017 Week 33rd Tuesday

    Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...

  5. August 14th 2017 Week 33rd Monday

    Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...

  6. August 13th 2017 Week 33rd Sunday

    The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...

  7. August 18th 2016 Week 34th Thursday

    Comedy is acting out optimism. 喜剧就是将乐观演绎出来. Being optimistic or pessimistic, that is all about your ...

  8. August 13th 2016 Week 33rd Saturday

    What makes life dreary is the want of motive. 没有目标与动力,生活便会郁闷无光. Without dreams and hope, there will ...

  9. August 12th 2016 Week 33rd Friday

    Everything is good in its season. 万物逢时皆美好. Every dog has its day. You are not in your best condition ...

随机推荐

  1. C 标准库 - string.h之memcpy使用

    memcpy Copy block of memory Copies the values of num bytes from the location pointed to by source di ...

  2. PHP之string之str_split()函数使用

    str_split (PHP 5, PHP 7) str_split - Convert a string to an array str_split - 将字符串转换为数组 Description ...

  3. 修复PHP支持的标准JSON数据格式

    PHP的json_decode无法解析的JSON数据,代码如下: $json = "{rst:5,c:[ [1018485,2,0,0,0,0,'','0-0','','',2,0,2],[ ...

  4. Betriebssystem

    1.Prozess 1.1 Das Begriff Der Prozess ist eine Entität der Aktivität,umfasst aktuell Aktivitäten,dur ...

  5. 记一次接口调用耗时服务端PHP-FPM配置调优

    最近测试人员不时有反馈,APP首页打开会出现除了基本的页面布局,需要展示数据的地方都是空白. 想着最近首页接口有过调整,新增数据.会不会是接口改动导致的?? 但APP首页接口都是读取redis的,应该 ...

  6. 关于vue.js中slot的理解

    slot这块看官网文档,起初有点不懂,仔细研究还是最终理解了,slot是用来干嘛的呢,先看下一个例子: <script src="https://unpkg.com/vue/dist/ ...

  7. 用jquery把一个List里面的对象的属性,依次填入到一个table里面啊

    假设list格式如下list = [{"id":"1","name":"A","age":20}, ...

  8. django分页的两种方式

    第一种自定义分页: def pageDemo(request): ''' 自定义分页] :param request: :return: ''' currentpage=request.GET.get ...

  9. 按照拼音排序的SQL语句条件

    ORDER BY nlssort(NAME, 'NLS_SORT=SCHINESE_PINYIN_M')

  10. asp.net修改上传文件大小

    我们大家都知道ASP.NET为我们提供了文件上传服务器控件FileUpload,默认情况下可上传的最大文件为4M,如果要改变可上传文件大小限制,那么我们可以在web.config中的httpRunti ...