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. HDU 1232 (畅通工程) 并查集经典模板题

    Problem Description 某省调查城镇交通状况,得到现有城镇道路统计表,表中列出了每条道路直接连通的城镇.省政府"畅通工程"的目标是使全省任何两个城镇间都可以实现交通 ...

  2. 尺取法 javascript算法

    给定长度为n的数列整数a0,a1……an-1 以及整数S.求出总和不小于S的连续子序列的长度的最小值.如果解不存在,则输出0. 输入 n=10 S=15 a=[5,1,3,5,10,7,4,9,2,8 ...

  3. PHP房贷计算器代码,等额本息,等额本金

    debx(); function debx() { $dkm = 240; //贷款月数,20年就是240个月 $dkTotal = 10000; //贷款总额 $dknl = 0.0515; //贷 ...

  4. 在CentOS 7上搭建私有Docker仓库

    Hub IP:10.0.2.6 操作系统:CentOS 7 64位 Docker版本:1.12.5Client IP:10.0.2.4 操作系统:CentOS 7 64位 Docker版本:1.12. ...

  5. Oracle 角色及其权限

    一.简介 Oracle权限分为系统权限和对象权限. 1.系统权限 注意:系统权限不支持级联回收,所以你需要使用sysdba一个个的回收. 2.对象权限 注:对象权限支持级联回收,系统权限不支持级联回收 ...

  6. (Frontend Newbie)JavaScript基础之函数

    函数可以说是任何一门编程语言的核心概念.要能熟练掌握JavaScript,对于函数及其相关概念的学习是非常重要的一步.本篇从函数的基本知识.执行环境与作用域.闭包.this关键字等方面简单介绍Java ...

  7. ubuntu中mysql5.7表名区分大小写解决方案

    在/etc/mysql/mysql.conf.d/mysqld.cnf 添加lower_case_table_names=1

  8. jQuery前端数据通用验证库,解放你的双手

    这个简易的验证库,应该能完成90%的基本验证,包括失去焦点时的验证,以及点击提交按钮时的验证.后端的那我就无能为办了,只能是谁用就谁自个儿去写了:). 先上一段调用的代码吧,JS代码说少也不少了,就不 ...

  9. 1、操作表 ActionSheet

    /* --- page1.html ---*/ <ion-navbar *navbar> <ion-title>Tab 1</ion-title> </ion ...

  10. View视图调用控制器方法

    1.@using XXX.Controllers;//引用控制器 2. var otherController = DependencyResolver.Current.GetService<U ...