August 10th 2017 Week 32nd Thursday
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的更多相关文章
- August 4th, 2016, Week 32nd, Thursday
How does the world look through your eyes? 你眼中的世界是什么样的呢? This morning I saw a girl that is just the ...
- August 31st 2017 Week 35th Thursday
Whatever happened in the past is gone, the best is always yet to come. 无论过去发生什么,最好的永远尚未到来. Correct j ...
- August 24th 2017 Week 34th Thursday
If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...
- August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own! 命运负责洗牌,但是玩牌的是我们自己! Today, I upd ...
- August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...
- 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 ...
- August 09th 2017 Week 32nd Wednesday
Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
- 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 ...
随机推荐
- (转)在 CentOS7 上安装 MongoDB
在 CentOS7 上安装 MongoDB 1 通过 SecureCRT 连接至 CentOS7 服务器: 2 进入到 /usr/local/ 目录: cd /usr/local 3 在当前目录下创建 ...
- jQuery中hover与mouseover和mouseout的区别分析
本文实例分析了jQuery中hover与mouseover和mouseout的区别.分享给大家供大家参考,具体如下: 以前一直以为在jquery中其实mouseover和mouseout两个事件等于h ...
- R语言 删除变量rm函数
变量可以通过使用 rm()函数来删除.下面我们删除变量var.3.然后再打印变量时出现异常错误. rm(var.3) print(var.3) 当上面的代码执行时,它产生以下结果: [1] " ...
- Fanvas是一个把swf转为html5 canvas动画的系统
https://github.com/Tencent/Fanvas 使用方法: 代码: <!DOCTYPE html> <html> <head> ...
- REDIS与MEMCACHED的区别 8大点
如果简单地比较Redis与Memcached的区别,大多数都会得到以下观点:1 Redis不仅仅支持简单的k/v类型的数据,同时还提供list,set,hash等数据结构的存储.2 Redis支持数据 ...
- Spring----有关bean的配置
1.单例类的配置如果我们想创建一个单例类的bean,只能会通过静态工厂来创建.下图为一个单例类: Stage并没有提供公开的构造方法,构造方法都是私有的,必须通过getInstance()方法获得已经 ...
- 关于vs2015无法启动iis服务
关于vs2015无法启动iis服务,以下是我自己从网上找到的问题的几种解决办法 1.安装Visual Sutudil 2015 Update 3后调试项目出现问题“无法启动iis express we ...
- linux下elasticsearch集成mongodb详细教程
由于公司业务需要,要用elasticsearch做索引库实现搜索功能,历尽千辛万苦,最后总算把mongodb和elasticsearch集成成功 1.搭建mongodb集群 参考https://www ...
- java二叉搜索树原理与实现
计算机里面的数据结构 树 在计算机存储领域应用作用非常大,我之前也多次强调多磁盘的存取速度是目前计算机飞速发展的一大障碍,计算机革命性的的下一次飞跃就是看硬盘有没有质的飞跃,为什么这么说?因为磁盘是永 ...
- Java基础之java的四大特性
上篇文章说了jdk的安装和java环境的配置,这篇文章主要说下java的特性. 首相说下,编程语言分为面向过程和面向对象,而java就是一种面向对象的编程语言. 什么是面向过程编程呢?就是一流程为单位 ...