February 26th, 2018 Week 9th Monday
A good beginning is half done.
良好的开端是成功的一半。
We can't finish anything if we don't start, sometimes getting started might be the hardest part of the whole process.
Get a good start on a project and the rest of it may fall into their own places naturally.
If we can have a good and solid beginning of anything that we decide, half of our jobs would be done.
What is the simple logic behind it? For a solid structure is always possible on on a solid foundation.
And if the foundation is strong, then what we build on it will bear many good fruits.
A good beginning is just like laying a strong foundation.
When we decide to set our feet into a new beginning, doing a good homework on the subject, analyzing the ground realities, how to work on the project, planning and executing it with power thinking and proper planning are certain pre-requisites which have a strong bearing on the conclusion.
When all these are done in the right manner at the right time, it definitely would make things much earier on the go.
So, let's start pursuing our dreams now, and try our best to make sure all our efforts would have an good ending.
Fear can hold you prisoner. Hope can set you free.
怯懦囚禁人的灵魂,希望可以让你感受到自由。
From The Shawshank Redemption.
In many cases, hope truly helps.
When we don't have hope, we are likely to start or shut down our tasks very slowly.
We would pull inot our emotional and intellectual shells where we feel safer.
People without hope will probably not excel in the parts of their life which they hold no hope in.
This doesn't mean they are not committed, hard working or capable.
It's just my experience that if people don't believe that their work will make some difference, that they can make tomorrow better for someone, the work may be okay, but it is unlikely to be outstanding.
No matter the hope is true or false, it is better to believe something we do now would have some positive outcomes in the future.
February 26th, 2018 Week 9th Monday的更多相关文章
- February 28th, 2018 Week 9th Wednesday
Knowledge makes humble, ignorance makes proud. 博学使人谦逊,无知使人骄傲. Humility is not equal with being passi ...
- February 27th, 2018 Week 9th Tuesday
Great minds think alike. 英雄所见略同. If great minds really did think alike, then we would live in an unr ...
- February 25th, 2018 Week 9th Sunday
LIfe is about making an impact, not making an income. 生命在于影响他人,而非赚钱糊口. From Kevin Kruse. You probabl ...
- February 19th, 2018 Week 8th Monday
Love is blind, hard to find, difficult to get, and impossible to forget. 爱,很盲目,很难找,很难得,很难忘. It is al ...
- February 12th, 2018 Week 7th Monday
One man's fault is another man's lesson. 前车之覆,后车之鉴. We make mistakes every day, large or small, fail ...
- February 5th, 2018 Week 6th Monday
The world is what it is; men who are nothing, who allow themselves to become nothing, have no place ...
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
- February 16th, 2018 Week 7th Friday
Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...
- September 26th 2016 Week 40th Monday
The land didn't move, but moved. The sea wasn't still, yet was still. 大地止而亦行,大海动而亦静. Still waters ru ...
随机推荐
- [转]windows BLE编程 net winform 连接蓝牙4.0
本文转自:https://www.cnblogs.com/webtojs/p/9675956.html winform 程序调用Windows.Devices.Bluetoot API 实现windo ...
- .NET里面 abstract class和Interface有什么区别以及用法的展现?
前言 很多新人对这个问题已经看到的厌倦或者是恶心了,有可能是因为比较难理解或者是未理解的情况下对它们的认知不够所以产生的想法是差不多,不用抽奖类和接口我一样能实现我想要的功能. 这句话确实不假,但是实 ...
- WPF 窗口
在WPF中,经常需要对窗口进行设置,下面讲讲常用的几个设置. 窗口样式 1.无边框窗口 无边框透明窗体 设置 WindowStyle="None"--无边框,如果需要其它按钮,如缩 ...
- ASP.NET登录验证
protected void btnLogin_Click(object sender, EventArgs e) { string username = txtUserName.Value.Trim ...
- c# 创建,加载,修改XML文档
using System.Xml.Linq; static void Main(string[] args) { XDocument xDocument = new XDocument(new XEl ...
- Spring使用ajax异步上传文件
单文件上传 <!-- 创建文件选择框 --> 文件上传 :<input type="file" id="file" name="fi ...
- Python3 系列之 面向对象篇
面向对象的三大特性:继承.封装和多态 Python 做到胶水语言,当然也支持面向对象的编程模式. 封装 class UserInfo(object): lv = 5 def __init__(self ...
- java集合框架-List集合ArrayList和LinkedList详解
List 集合源码剖析 ✅ ArrayList 底层是基于数组,(数组在内存中分配连续的内存空间)是对数组的升级,长度是动态的. 数组默认长度是10,当添加数据超越当前数组长度时,就会进行扩容,扩容长 ...
- mybatis类型别名
在mybatis中,statement的parameterType指定了输入参数的类型,resultType指定了输出结果的映射类型可以针对parameterType或resultType中指定的类型 ...
- express入门
(1)express的安装 $ npm install express 或者 $ npm install -g express 或者 $ npm install express -gd 备注: -g ...