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 ...
随机推荐
- vim操作命令备忘
vim操作命令备忘 查找/替换 :%s/keyword//gn //搜索匹配的关键词数量 :%s/keywords/target //替换关键词 待续……
- Softwaretechnik
1.Einführung 1.1 Was ist Softwareentwicklung Softwareentwicklung ist eine Wissenschaftliches Fach üb ...
- C#实现单实例运行
C#实现单实例运行的方法,也有多种,比如利用 Process 查找进程的方式,利用 API findwindow 查找窗体的方式,还有就是 利用 Mutex 原子操作,上面几种方法中, 综合考虑利用 ...
- BOM的节点方法和属性
一.HTML DOM >>>>>>>>>>>>>>>>>>>>具体可以参考W3S ...
- jQuery几个易混淆之处(参考《众妙之门》及相关博客)
parent() && parents() && closest() 这三个方法都与沿着DOM向上导航有关,在由选择器返回的元素上方,匹配父元素或之前的祖先元素,但是每 ...
- 三:Bootstrap-js插件
模式框: <button class="btn btn-default btn-lg" data-toggle="modal" data-target=& ...
- JAVA将数字钱数转换为大写
1.Java文件的编写 package com.cwai.xtag; import java.util.Scanner; public class Num2Rmb { private String[] ...
- Visual studio 2013打开报异常"Exception has been thrown by the target of an invocation"
最近遇到一个问题,打开VS2013和SQL Server2014都会出报错,错误信息如下: 以前都是好好的,重启了机子也不行,能打开两个VS,再打开第三个VS还是会报错,百度无果,还是在google上 ...
- SQL导出到Excel 存储过程
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_exporttb]') and OBJECTPROPER ...
- ajax回调中执行window.open被拦截的解决办法
From:https://blog.csdn.net/winy_lm/article/details/60959751 ajax async设为false即同步调用 //去支付function got ...