Failure is the condiment that gives success its flavor.

失败是让成功变美味的调味料。

There are kinds of flavors in life, only we have experienced them, we will know the taste of the world, we will know what to be cherished and what to be avoided.

Without failure, we never know how joyful success will be.

Without failure, we never know how hard success will be.

In the past month, I have applied for some jobs, I hadn't get a reply from any of them, maybe I am not qualified, maybe the salary I asked is too higher.

Delightfully, some companies I didn't apply for asked me to have an interview and finally I got several offer.

Honestly speaking, my performance was not good enought, some famous companies even thought I was totally unqualified.

It is just these failures let me see where my pitfalls lie in.

Thanks all the same. I will continue to improve my skills.

May I get the recoginiton in all the interviews.

Self-confidence is the first requisite to great undertakings.

自信是成大事的首要条件。

From Samuel Johnson.

Self-confidence, self-discipline, self-examination, self-consciousness, that are four vital traits that can help us accomplish great undertakings.

For most of us, self-confidence may be the first and foremost character when we strive for somethings important.

Because there may be much more obstacles along our way, withour self-confidence, it may be difficult to get enough stimulation to get through those obstacles.

Sometimes, it may become a smooth way just after we overcome a seemingly unsurmountable obstacle, many people didn't make their dreams true just because they had given up just after a failing trying.

But how to build up self-confidence? It is not an easy job, for that most of the confidence come from the recognition of others, self-stimulation without other's approvals just has temporary effects, it can't provide a long-term stimulus and may have negative effects once the outcome is not satisfying.

It is hard to insist on making efforts to realize our dreams if we can't get paid or recognitions.

And some of us may betray ourselves just by the need to seek approvals from others.

So, divide the whole goal into small ones, step by step, once we realize all those small goals, we realize the big dream.

It will happen and it's gonna to happen.

June 07th 2017 Week 23rd Wednesday的更多相关文章

  1. June 6. 2018 Week 23rd Wednesday

    You are confined only by the walls you build yourself. 限制你的只有你自己筑起的墙. From Andrew Murphy. Let's repe ...

  2. June 28th 2017 Week 26th Wednesday

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

  3. June 21st 2017 Week 25th Wednesday

    Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...

  4. June 14th 2017 Week 24th Wednesday

    Love looks not with the eyes, but with the mind. 爱,不在眼里,而在心中. Staring in her eyes and you will find ...

  5. June 10th 2017 Week 23rd Saturday

    A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...

  6. June 09th 2017 Week 23rd Friday

    The supreme happiness of life is the conviction that we are loved. 生活中最大的幸福就是,坚信有人爱着我们. One of my go ...

  7. June 08th 2017 Week 23rd Thursday

    Life is like a beautiful melody, only the lyrics are messed up. 生命是首美丽的曲子,虽然歌词有些纠结. Now that we get ...

  8. June 06th 2017 Week 23rd Tuesday

    At the touch of love, everyone becomes a poet. 一谈到爱,每个人都变成了一位诗人. Sweet words always have the power o ...

  9. June 05th 2017 Week 23rd Monday

    No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. I've read this sentence just ...

随机推荐

  1. HTML嵌套php

    1.  <?php echo 'if you want to serve XHTML or XML documents, do it like this'; ?> 2.  <scri ...

  2. [转] domeOS 环境搭建 自动化构建部署

    [From]http://dockone.io:82/article/4150 系统:CentOS Linux 7A机子(domeos服务器):1. gitlab安装(私有仓库):yum -y ins ...

  3. Q859 亲密字符串

    给定两个由小写字母构成的字符串 A 和 B ,只要我们可以通过交换 A 中的两个字母得到与 B 相等的结果,就返回 true :否则返回 false . 示例 1: 输入: A = "ab& ...

  4. (转)关于INF为0x3f3f3f3f

    转自https://blog.csdn.net/jiange_zh/article/details/50198097 在算法竞赛中,我们常常需要用到一个“无穷大”的值,对于我来说,大多数时间我会根据具 ...

  5. Ubuntu 12.04 搭建 SAMBA-SWAT(Samba Web 管理工具)

    参考了:http://linux.chinaunix.net/techdoc/net/2007/03/14/952274.shtml,对其进行了部分修改完善. 依次执行 1.sudo apt-get ...

  6. Docker镜像命名解析

    镜像是Docker最核心的技术之一,也是应用发布的标准格式. 无论你是用docker pull image,或者是在Dockerfile里面写FROM image, 从Docker官方Registry ...

  7. Linux Nginx环境安装配置redmine3.1

    作者博文地址:https://www.cnblogs.com/liu-shuai/ 环境: CentOS-6.5+Nginx-1.8.0+Redmine-3.1.1+Ruby-2.0 1.配置环境 1 ...

  8. java中的各种修饰符作用范围

    访问修饰符: private 缺省 protected public 作用范围: 访问修饰符\作用范围 所在类 同一包内其他类 其他包内子类 其他包内非子类 private 可以访问 不可以 不可以 ...

  9. Java面试题03-访问权限控制

    Java面试题03-访问权限控制 1. Java中的包主要是为了防止类文件命名冲突以及方便进行代码组织和管理,因此采用域名倒置的方式来进行命名: 2. Java解释器的运行过程:首先找到环境变量CLA ...

  10. [转]解读ASP.NET 5 & MVC6系列(8):Session与Caching

    本文转自:http://www.cnblogs.com/TomXu/p/4496445.html 在之前的版本中,Session存在于System.Web中,新版ASP.NET 5中由于不在依赖于Sy ...