June 04th 2017 Week 23rd Sunday
It is not the mountain we conquer but outselves.
我们要征服的不是高山,而是我们自己。
After days of hard working, I sliding into the idling state again.
Looking at the screen, with the program opened in the IDE, but I didn't tap any new code to perfect it.
Just let the time steal away from my life and eventually I will achieve nothing.
Why am I hestitate to make the final decision?
Stay here and continue doing the same work or leave for a new opportunity?
I don't know what my choice will be, I think the very reason may be that I didn't know what I really want, and it seems the lack of a long-term plan surely makes me miss a lot of chances.
No way, we make the way. But when there are many routes, we have hesitated, which one would be better?
When we hesitate, the time, the life and the chances, have slipped away quietly, and sometimes we will never be ble to recoup the loss.
In the point, we must have a clear understanding of ourselves, then try to challenge the current oursleves and conquer them.
Try to do better than what we have done yesterday, that is the essence of progress.
Fashion is a form of ugliness so intolerable that we have to alter it every six months.
时尚是一种无法容忍的丑陋,以至于我们每六个月就得改变它一次。
From Oscar Wilde.
The theme of our world is change.
So the fashion is changing all the time, maybe what is popular now will be out of date in the coming days.
Then how to keep fashionable? Some basic skills would help us.
I think the skills of learning and trying new things would be very important, besides, once we know the concepts of some new things, we had better to try them on our own.
Learning is not just reading books, the fatal part of it lies in practice.
June 04th 2017 Week 23rd Sunday的更多相关文章
- June 3. 2018 Week 23rd Sunday
You only get one shot; do not miss your chance to blow. 机会只有一次,不要错过. From Eminem, "Lose Yoursel ...
- June 25th 2017 Week 26th Sunday
There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...
- June 18th 2017 Week 25th Sunday
Life was like a box of chocolates, you never know what you're gonna get. 人生就像一盒巧克力,结果往往出人意料. Compare ...
- June 11th 2017 Week 24th Sunday
I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...
- June 10th 2017 Week 23rd Saturday
A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...
- June 09th 2017 Week 23rd Friday
The supreme happiness of life is the conviction that we are loved. 生活中最大的幸福就是,坚信有人爱着我们. One of my go ...
- June 08th 2017 Week 23rd Thursday
Life is like a beautiful melody, only the lyrics are messed up. 生命是首美丽的曲子,虽然歌词有些纠结. Now that we get ...
- June 07th 2017 Week 23rd Wednesday
Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...
- June 06th 2017 Week 23rd Tuesday
At the touch of love, everyone becomes a poet. 一谈到爱,每个人都变成了一位诗人. Sweet words always have the power o ...
随机推荐
- Ubuntu下的UNITY和GNOME界面
[转自] http://www.tuicool.com/articles/nUbMVbU 从Ubuntu 11.04后,UNITY就作为默认界面来推广.如果用户需要体验GNOME 3,还需要用户自己安 ...
- 比较两种数组随机排序方法的效率 JavaScript版
//比较2中数组随机排序方法的效率 JavaScript版 //randon1思路 //当len=5时候,从0-5中随机3一个放入i=0, // 从0-3随机一个2放入i=2 // 从0-2随机一个1 ...
- 剑指offer——面试题6:从尾到头打印链表
#include"iostream" #include"stdio.h" #include"stack" using namespace s ...
- Xlua文件在热更新中调用方法
Xlua文件在热更新中调用方法 public class news : MonoBehaviour { LuaEnv luaEnv;//定义Lua初始变量 void Awake() { luaEnv ...
- sourceTree免登陆
https://www.cnblogs.com/dereckbu/articles/7659674.html
- 【转】使用Python的Requests库进行web接口测试
原文地址:使用Python的Requests库进行web接口测试 1.Requests简介 Requests 是使用 Apache2 Licensed 许可证的 HTTP 库.用 Python 编写, ...
- fabric省略输出
fab -f test_fabric.py start --hide status,running,stdout,user,aborts,warnings,stderr 省略所有输出--hide st ...
- Javaweb三大组件-过滤器、监听器
1. 过滤器 [filter] 作用: 对单个获取多个servlet起到增强[advice]的作用. 用于在所有的servlet执行前,做一些预处理.例如:做编码处理, 访问量统计[servletCo ...
- PCA (主成分分析)详解——转载 古剑寒
转载地址:http://my.oschina.net/gujianhan/blog/225241 另外可以参考相关博文:http://blog.csdn.net/neal1991/article/de ...
- java输出九九乘法口诀表
使用双重for循环输出九九乘法口诀表 public static void main(String[] args){ formula();} /** * for 循环实现9*9乘法口诀表 * &quo ...