June 10th 2017 Week 23rd Saturday
A lot of things, we can be touched, but we can not shed tears.
很多事情,我们可以感动,却不能流泪。
Sometimes I was touched by the scenes I saw, that often made me think about what I would do if I was the one in such cases, but I seldom shed tears because I know that would be useless.
The only way, maybe also the best, is to let the tears shed in our hearts and pretend to be strong, and then do somethings to become strong.
Life is not easy, we can't make us feel worse in this damn world.
Today, I was on a business trip to adapt the funcitions of our control-system for a porcelain manufacturing machine. It needs two axis work together, and another axis, which is perpendicular to the plane formed by the other two, must adjust its angle according to the position.
Very simple? No, I thought it would be easy to get it done, but when I finished my coding and put it into the machine, I found the performance is not the same as I had expected.
Frustrated. Why was I always confronted with so many unexpected blows? Why my life is so hard?
I have started to seek a career for about one month, but I hadn't obtained any satisfying offer. It seems my ability is not strong enought to support my dreams.
I often quote myself. It adds spice to my conversation.
我常常引用自己的话,它可以为我的谈话增添色彩。
From George Bernard Shaw.
George Bernard Shaw, a famous writer, in my impression.
Maybe he wanted to tell us that we'd better to create something unique, otherwise our conversation, or our works may be devoid of flavor.
I found the reason that why my work can't make me unique may be the lack of creation and innovation.
When facing problems, I am used to seeking the answers on the internet, seldom try to solve the problems on my own. That may be not a good way to grow up.
June 10th 2017 Week 23rd Saturday的更多相关文章
- June 9. 2018, Week 23rd, Saturday
I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...
- June 24th 2017 Week 25th Saturday
Who is able to be egotistical needs to be strong too. 有本事任性的人,也要有本事坚强. What is egotistical? Is it th ...
- June 17th 2017 Week 24th Saturday
Absence sharpens love, presence strengthens it. 相聚爱益切,离别情更深. There is almost no such love that can i ...
- 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 ...
- June 05th 2017 Week 23rd Monday
No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. I've read this sentence just ...
- June 04th 2017 Week 23rd Sunday
It is not the mountain we conquer but outselves. 我们要征服的不是高山,而是我们自己. After days of hard working, I sl ...
随机推荐
- cmd 打开mysql客户端
- 解决Android SDK Manager 更新下载慢以及待安装包列表不显示
问题描述: Android SDK Manager 无法下载更新,或者更新速度超慢,或者待安装包列表不显示 解决方法: 第一步:修改hosts文件 修改后的hosts 文件内容为: 127.0.0.1 ...
- TensorFlow-多层感知机(MLP)
TensorFlow训练神经网络的4个步骤: 1.定义算法公式,即训练神经网络的forward时的计算 2.定义损失函数和选择优化器来优化loss 3.训练步骤 4.对模型进行准确率评测 附Multi ...
- 带标准IO带缓存区和非标准IO 遇到fork是的情况分析
废话不多说 直接代码 #include<stdio.h> #include<sys/types.h> #include<unistd.h> #include< ...
- mysql DCl语句
DCl 语句主要书DBA用来管理系统中的对象权限使用 grant select,insert on sakila.* 'kingle'@'localhost' identified by '123'; ...
- yum lnmp全家桶
######################################################### #by:kingle # #use: lnmp # #version:1.0 # # ...
- 引导篇之HTTP事务
一个完整的HTTP事务流图: HTTP报文格式: 起始行:在请求报文中用来说明要做些什么,在响应报文中说明出现了什么情况 首部:起始行后面有0个或多个首部字段.每个首部字段都包含一个名字和一个值,为了 ...
- 遍历方式 && 数组方法 && 算法
遍历方式 一般,我们常用for in遍历对象,使用for (var i = 0; i < len; i++) {}的方式来遍历数组,这是最常用的两种方式,但是优缺点呢? 1.for (var i ...
- IDEA 导入cordova3.5工程目录注意事项
IDEA 导入cordova3.5工程目录注意事项 1 eclipse很不稳定,有很多小问题.平时我自己用idea,但是当用cordova3.5创建好工程目录是,用eclipse导入时没有问题的.但是 ...
- Struts2中Action对象的set方法和get方法调用规则
Struts的Action是采用的是多实例多线程设计,而不是像Servlet那样采用单实例多线程设计,因此在struts中,一个请求就对应一个Action对象,个对象之间的数据相互之间互不干扰.没接到 ...