Break through the psychological barrier to surpass themselves.

突破心理障碍,才能超越自己。

To break through those barriers which you think have hindered your growth, you must figure out what they are and how they have affected your growth.

Most often, they may be not barriers at all, and their effects on your growth may be not negative at all.

Even if in some extreme cases, it seems they have blocked the way, without being settled, you will not get any progress.

However, they actually provide some guidelines about how you can get improved.

Always try to challenge some new things, in the process of trying to challenge oursleves, we will be given the opportunities and experiences that we otherwise would have missed.

Like the work-control-flow in many big companies, maybe at the beginning you will think it is not convenient when working with it, because you have to keep attention to most of its nodes.

But once you are familiar with it, you will find it can assist your efforts and improve the cooperative efficiency, especially when the size and the scope of the projects are much larger.

Just being patient to make the work-flow clear, don't be afraid to allocate resources, we can learn a lot from cooperating with many excellent colleagues.

Reprove your friend privately, commend them publicly.

在私下批评你的朋友,在公开场合赞扬他。

From Solon.

This is a good way to make friends and maintain friendships, it will make you become more and more popular in your community, both in your life and in your work.

Recently, I have met a lot of new friends, they are very excellent and professional.

I found my abilities, compared with their's, may be limited and inferior.

I felt so anxious, but I think it also serves as a good opportunity to improve my abilities and broaden my knowledge, as well as interpersonal relationship.

It was another encounter that made me happy, I found the courage to step out of my geographical and psychological comfort zone.

How to fit in the group quickly and how to help them with their growing workload?

Maybe I should be more optimistic and be open, interested and willing to get out and interact with my new colleagues.

Notice every minute counts, they are the very componets of our life. Do something that can make them valuable.

August 10th 2017 Week 32nd Thursday的更多相关文章

  1. August 4th, 2016, Week 32nd, Thursday

    How does the world look through your eyes? 你眼中的世界是什么样的呢? This morning I saw a girl that is just the ...

  2. August 31st 2017 Week 35th Thursday

    Whatever happened in the past is gone, the best is always yet to come. 无论过去发生什么,最好的永远尚未到来. Correct j ...

  3. August 24th 2017 Week 34th Thursday

    If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...

  4. August 17th 2017 Week 33rd Thursday

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

  5. August 12th 2017 Week 32nd Saturday

    That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...

  6. August 11th 2017 Week 32nd Friday

    I can't give you the world, but I can give you my world. 我不能给你全世界,但是我的世界我可以全部给你. Maybe I can't give ...

  7. August 09th 2017 Week 32nd Wednesday

    Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...

  8. August 08th 2017 Week 32nd Tuesday

    The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...

  9. August 07th 2017 Week 32nd Monday

    Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...

随机推荐

  1. 第十一章、认识与学习 BASH

    第十一章.认识与学习 BASH 1. 认识 BASH 这个 Shell 1.1 硬件.核心与 Shell 1.2 为何要学文字接口的 shell 1.3 系统的合法 shell 与 /etc/shel ...

  2. R语言改变大小写 toupper()和 tolower()函数

    这些函数改变字符串的字符的大小写. 语法 toupper()和 tolower()函数的基本语法为: toupper(x) tolower(x) 以下是所使用的参数的说明: x - 向量输入. 示例 ...

  3. 把AspDotNetCoreMvc程序运行在Docker上-part1

    接<基于ASP.Net Core学习Docker技术第一步:在CentOS7安装Docker平台>这个博文,在搭建完成Docker平台之后,可以开始让aspdotnetcore程序运行在d ...

  4. IOS8添加启动图

    在IOS8之后,可以用pdf矢量图添加启动图,昨天下班时没来得及弄,今天早上来试了下. 1.Images.xcassets中添加New Launch Image,并命名为Launch Screen,之 ...

  5. 十:audio 音频

    属性名 类型 默认值 说明 id String   video 组件的唯一标识符 src String   要播放音频的资源地址 loop Boolean false 是否循环播放 controls ...

  6. php中的字符串常用函数(二) substr() 截取字符串

    //substr($str, startIndex, length) //截取方向都是从左向右的. //length不写默认截取到最后一个. //length为正是个数(包括开头的个数),为负是索引( ...

  7. C# 之StringBulider简单用法

    StringBuild的是个动态对象,可直接拼加上字符串:而string对象的步骤:先初始化对象并赋值了,而后在拼加字符串时,先要创建需要拼加的字符串,然后再拼加,所以这就是StirngBuild远比 ...

  8. 引入第三方js文件,报错

    错误:Mixed Content: The page at 'https://localhost:44336/MENU' was loaded over HTTPS, but requested an ...

  9. WPF实现夜间模式

    背景 项目中设计了一个黑色主题,稍加改正也可作为夜间模式,效果图如下: 原理 由于项目中存在地图,而地图完全是由位图组成,不能直接改变背景色,所以我在内容上面放置了一个黑色的Border作为遮罩.可通 ...

  10. Hibernate与mybatis比较

    Hibernate与mybatis比较 1.先说底层: a)Jdbc:全称java数据库连接,是java语言用来规范客户端如何访问数据库的程序接口. b) 一般步骤: i.加载驱动程序 ii.获得数据 ...