August 17th 2017 Week 33rd Thursday
Fate is responsible for shuffling, but the game of cards is our own!
命运负责洗牌,但是玩牌的是我们自己!
Today, I updated the opera browser. It sent me a note that it needs to be updated to the newest edition.
I hadn't carefully check what the details might be, just clicked 'Yes'.
After its update, I reopened the browser, and saw its welcome page, there were some new features, one is that it can change units on the website, more detailly, it can highlight text to convert values including speed, weight, temperature and more, the other, it can take snapshots inside the browser, that is, it provides a function which is similar to the clipboard.
Simple but useful functions.
You may doubt that whether these new features can be considered as innovation or not, because many others also have the similar functions, and much more earlier and much more stronger.
Absolutely, such combinations of existing thing are also innovations.
Don't think it is too difficult to create new things, sometimes that may be very simple, you just need to combine different features together and provide these functions in one set, that also can be creative and innovative.
How to integrate different features, actually, is also an advanced knowledge.
Everyone should carefully observe which way his heart draws him, and then choose that way with all his strength.
每个人都应该仔细留心内心引领的哪一条路,然后尽全力选择那条路。
From Hasidic Saying.
Listen to your heart, sometimes it will tell you the way you should take.
And when you choose to follow your heart, don't forget to take your brains with you, in case that the way turns out to be not the one you want.
But no matter which way you choose, whether it is suitable or not, whether it is tough or smooth, always run with all your strength.
Recently, I met with many talented peers who have given me very deep impressions.
They are so smart, talkative, professional and most of them are very good at dealing with suppliers on technical details.
I always feel inferior when discussing with them. I know there are many things I should learn, at least I should know some basic concepts about the topics.
But it seems I never tried my best to improve my drawbacks.
Finally, I have been left far behind not only by my peers, but also by those successors.
What a pity. Can I live up to those expectations?
August 17th 2017 Week 33rd Thursday的更多相关文章
- August 11th 2016, Week 33rd Thursday
A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...
- 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 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- August 18th 2017 Week 33rd Friday
If you shed tears when you miss the sun, you also miss the stars. 如果你因为错过太阳而哭泣,你也将会错过繁星. If you have ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
- August 13th 2017 Week 33rd Sunday
The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...
随机推荐
- PHP之string之str_pad()函数使用
str_pad (PHP 4 >= 4.0.1, PHP 5, PHP 7) str_pad - Pad a string to a certain length with another st ...
- 05 JDK1.5 Lock锁
一.synchronized的再次讨论 使用synchronized关键字来标记一个方法或者代码块,当某个线程调用该对象的synchronized方法或者访问synchronized代码块时, 这个线 ...
- sqlmap中##和$$的区别
一. 主要区别 #a# //解析sqlmap配置文件时自动加单引号,即'a' $a$ //解析sqlmap配置文件时不加单引号,即a 如果传进来的条件需要order by的话,那一定用第二种 #是把传 ...
- Django models 的增删改查
增 from app01.models import * #create方式一: Author.objects.create(name='Alvin') #create方式二: Author.obje ...
- iOS傻金币动画
项目要做一个撒金币签到的动画,分享出来 金币.zip,其中有几个做的时候注意的点. 1.金币掉入口袋的过程,有入口袋的效果. 开始做的时候直接把金币添加到底部的View上这样入口袋的时候,口袋里边显示 ...
- replace替换,全局和局部替换
<script> var a=document.getElementById("introduce").innerHTML; var b=a.replace(/jone ...
- 怎么让一段xml被识别为字符串
public static String decodeString(String strData) { strData = replaceString(strData, "<" ...
- Android Viewpage 滑块
依赖: implementation 'com.android.support:appcompat-v7:28.0.0' 在主页面layout <android.support.v4.view. ...
- Redis 的 Lua 脚本支持
Redis 2.6.0 内置的Lua Script支持,可以在Redis的Server端一次运行大量逻辑. 整个Script默认是在一个事务里的. Script里涉及的所有Key尽量用变量,从外面传入 ...
- SuperSubScriptHelper——Unicode上下标辅助类
在项目的实施过程中,类似化学分子式.平方.立方等,需要处理上.下标字符. 上下标字符的实现,大致有两种方式,一种是字符本身包含上下标信息,另一种方式是通过格式化标记实现上下标字符的显示. Word中的 ...