August 18th 2017 Week 33rd Friday
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的更多相关文章
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
- August 13th 2017 Week 33rd Sunday
The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...
- August 18th 2016 Week 34th Thursday
Comedy is acting out optimism. 喜剧就是将乐观演绎出来. Being optimistic or pessimistic, that is all about your ...
- August 13th 2016 Week 33rd Saturday
What makes life dreary is the want of motive. 没有目标与动力,生活便会郁闷无光. Without dreams and hope, there will ...
- August 12th 2016 Week 33rd Friday
Everything is good in its season. 万物逢时皆美好. Every dog has its day. You are not in your best condition ...
随机推荐
- C#调用SQLite报错:无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块
C#调用SQLite数据库,有些情况下会报以下这个错误: 无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块 实际上程序目录中是存在SQLite.Interop.dll这个文 ...
- linux下perforce(p4)的使用方法和命令
环境变量: export P4PASSWD=abcdefg export P4CLIENT=dyoldfish.com export P4USER=dyoldfish export P4PORT=19 ...
- 第十一章、认识与学习 BASH
第十一章.认识与学习 BASH 1. 认识 BASH 这个 Shell 1.1 硬件.核心与 Shell 1.2 为何要学文字接口的 shell 1.3 系统的合法 shell 与 /etc/shel ...
- ACM,算法
ACM,算法 描述 最近Topcoder的XD遇到了一个难题,倘若一个数的三次方的后三位是111,他把这样的数称为小光棍数.他已经知道了第一个小光棍数是471,471的三次方是104487111,现在 ...
- 【TCP协议详解】
为什么会有TCP/IP协议 在世界上各地,各种各样的电脑运行着各自不同的操作系统为大家服务,这些电脑在表达同一种信息的时候所使用的方法是千差万别.就好像圣经中上帝打乱了各地人的口音,让他们无法合作一样 ...
- Modbus Com SerialPort
项目中用到的工具,串口modbus协议读写数据. public class ModbusHelper { private readonly SerialPort _serialPort; privat ...
- 清空控件的TeXt属性
foreach (Control item in groupBox1.Controls) { if (item is TextBox) //判断控件是不是TextBox { item.Text = & ...
- OpenFileDialog 打开文件对话框
InitialDirectory 对话框的初始目录 Filter 要在对话框中显示的文件筛选器,例如,"文本文件(*.txt)|*.txt|所有文件(*.*)||*.*" Filt ...
- flush table with read lock的轻量级解决方案
为什么要使用FTWRL MySQL dba在日常工作中,数据备份绝对是工作频度最高的工作内容之一.当你使用逻辑方式进行备份(mydumper,mysqldump)或物理方式进行备份(percona ...
- 二:Bootstrap-css组件
Glyphicons 图标: span.glyphicon glyphicon-align-center 下拉菜单: div.dropdown/div.btn-group button[data-to ...