As iron sharpens iron, so a friend sharpens a friend.

铁磨铁,可以磨砺出刀刃,朋友相交,亦应如此。

When making friends with others, please be a little more careful.

Hold yourself aloof from those people who are full of negative energy but still pay enough respects to them.

Besides, maybe more important, make sure that you can grow up into the kind of people who have some attractive traits and who are worthy of being friends to others.

You know, if you are valuable and capable of tackling well with every challenge, there must be numerous people who want to make friends with you.

So, master as much knowledge as I can, and hone my skills to gain confidence and appreciation from myself and others.

Sin bravely... We will never have all the facts to make a perfect judgement.

要勇于犯错,我们永远不可能了解全部事实,做出完美判断。

From Russell R. Mclntyre.

Don't be afraid of making mistakes, because he who never makes mistakes most often turns out to be with no use.

Sometimes a cold and hard medicine of reality, in the form of a disappointment and frustration, will make us feel pain at first.

And then what happens is that we just get stronger, only if we are not freightened by the difficulties and we hadn't chosen to give up.

Those bad feelings and experience bring us face to face with some of our most serious weaknesses.

This will provide us with the awareness and opportunity to grow stronger in ways that really count.

The experience of being ineffective often helps us to see new ways in which we can be more effective.

When we are clearer about what doesn't work, we would be closer to understanding about what does work.

Bear in mind that there is always some positive value in every experience.

That is especially true when it comes to disappointing moments.

Look at those moments as our chance to come back even stronger.

Then pick ourselves up and do precisely that.

Try to plunge first into life, give it all we've got, then life will give all ti has to you.

To this point, I am adamant about it.

January 19th, 2018 Week 3rd Friday的更多相关文章

  1. January 21st, 2018 Week 3rd Sunday

    Your attitude, not your aptitude, will determine your altitude. 决定你人生高度的,不是你的才能,而是你的态度. Actually, at ...

  2. January 20th, 2018 Week 3rd Saturday

    We may encounter many defeats but we must not be defeated. 我们可能会失败很多次,但决不能被打败. As long as we are con ...

  3. February 19th, 2018 Week 8th Monday

    Love is blind, hard to find, difficult to get, and impossible to forget. 爱,很盲目,很难找,很难得,很难忘. It is al ...

  4. January 31st, 2018 Week 05th Wednesday

    Real love is not just instinct, but intent. 真正的爱不是身体上的一见钟情,而是要用心去经营. What is real love? Honestly, I ...

  5. January 30th, 2018 Week 05th Tuesday

    The things you own end up owning you. 你占有的东西终将会占有你. When we are longing for something, we would be w ...

  6. January 29th, 2018 Week 05th Monday

    Losing all hope was freedom. 彻底绝望就是真正的自由. Losing all the hopes, and we are free to challenge everyth ...

  7. January 28th, 2018 Week 05th Sunday

    I wish you all I ever wanted for you, I wish you the best. 我希望你不负我的期望,愿你一切安好. I hope I can live up t ...

  8. January 27th, 2018 Week 04th Saturday

    How long is forever? Sometimes, just one second. 永远有多久?有时候只是一秒. Just one second can make your life t ...

  9. January 26th, 2018 Week 04th Friday

    A great forest is set on fire by a small spark. 最小的火能点着最大的树林. It is just a spark, but it is enough t ...

随机推荐

  1. salesforce零基础学习(八十八)项目中的零碎知识点小总结(二)

    通过做项目以及群里面的一些大神的聊天,总结一下关于项目中的两个知识点,以后当做参考. 一. 在custom setting中配置集成接口信息后刷sandbox的问题 我们做项目时,经常会遇见和其他平台 ...

  2. 从零开始学 Web 之 JS 高级(二)原型链,原型的继承

    大家好,这里是「 从零开始学 Web 系列教程 」,并在下列地址同步更新...... github:https://github.com/Daotin/Web 微信公众号:Web前端之巅 博客园:ht ...

  3. Spring Cloud Ribbon——客户端负载均衡

    一.负载均衡负载均衡(Load Balance): 建立在现有网络结构之上,它提供了一种廉价有效透明的方法扩展网络设备和服务器的带宽.增加吞吐量.加强网络数据处理能力.提高网络的灵活性和可用性.其意思 ...

  4. eosio.cdt:EOS智能合约工具集

    目前EOS已经迎来了1.5.x时代,很多内容都有了较大的改变.其中智能合约的工作流程发生了改变,EOSIO为智能合约提供了独立且功能完整的工具集eosio.cdt.该工具集基于WASM平台,可解耦于e ...

  5. go import使用及. _的作用解析

    go中import用于导入包.导入之后就可以使用包中的代码. 比如: import( "fmt" ) 在代码中就可以使用fmt包中的方法,如: fmt.Println(" ...

  6. thinkphp设置默认访问的模块

    在index.php中加入(可以省略Home,直接写控制器和方法访问) define('BIND_MODULE','Home'); 在config.php里边加入 'MODULE_ALLOW_LIST ...

  7. Struts2学习(五)———— s标签和国际化

    一.s标签 在struts-2.3.15.1/docs/WW/docs/tag-reference.html下,就有着struts2所有标签的参考文献,只能看看其中比较常用的标签.其他的以后遇到了在看 ...

  8. openssl passwd

    openssl系列文章:http://www.cnblogs.com/f-ck-need-u/p/7048359.html 该伪命令用于生成加密的密码. [root@xuexi tmp]# whati ...

  9. WebApi接口传参

    目前接口统一使用 [FromBody]Dictionary<string,string> req 来接收. 有时候,需要把从req字典提取多个字段赋值给 model,几个还好,几十个赋值就 ...

  10. Matlab forward Euler demo

    % forward Euler demo % take two steps in the solution of % dy/dt = y, y(0) = 1 % exact solution is y ...