December 25th 2016 Week 53rd Sunday
Patience is bitter, but its fruit is sweet.
忍耐是痛苦的,但它的果实是甜蜜的。
What can we do if there is no fruit of patience?
Will the life always be bitter?
Today I feel somewhat stressed out and overwhelmed, I know the reasons that caused such feelings, but it seems I can't overcome them, at least, in the upcoming days, I can't think out some way to solve the problems.
The program can run very well and very smoothly on my PC, in the simulation mode, once I transplant it on the actual environment, lots of strange problems arise.
It took me a lot of time to find out the underlying problems, and I failed to locate some of them.
Very frustrating.
Christmas is doing a little something extra for someone.
圣诞节就是为一些人多做一点事。
Do a little something extra for those around you, maybe your life will be different.
Please always treate others in the way you want to be treated.
December 25th 2016 Week 53rd Sunday的更多相关文章
- December 31st 2016 Week 53rd Saturday
		
In every triumph, there's a lot of try. 每个胜利背后都有许多尝试. This Year is over, and let it be. It would be ...
 - September 25th 2016 Week 40th Sunday
		
Everything is good in its season. 万物逢时皆美好. Don't lose hope. Remeber that even a dog has its day. Onc ...
 - December 04th 2016 Week 50th Sunday
		
Learn wisdom by the follies of others. 前车之鉴,后人之师. Maybe my personal state is that others can learn w ...
 - December 11th 2016 Week 51st Sunday
		
If a thing is worth doing it is worth doing well. 如果事情值得做,那就做好. If it is worth doing, then it is wor ...
 - December 30th 2016 Week 53rd Friday
		
Life without love is like a tree without blossoms or fruit. 缺少爱的生活就像从未开花结果的枯树. Love is not only the ...
 - December 29th 2016 Week 53rd Thursday
		
The true nobility is in being superior to your previous self. 真正的高贵在于超越过去的自己. It is really difficult ...
 - December 28th 2016 Week 53rd Wednesday
		
Knowledge is a treasure, but practice is the key to it. 知识是珍宝,而实践是获取她的钥匙. I know a lot, but what I r ...
 - December 27th 2016 Week 53rd Tuesday
		
A journey of one thousand miles begins with one step. 千里之行始于足下. No matter how slowly you walk, as lo ...
 - December 26th 2016 Week 53rd Monday
		
Better to light one candle than to curse the darkness. 与其诅咒黑暗,不如燃起蜡烛. If the world is so cruel, I wo ...
 
随机推荐
- AngularJS 的常用特性(一)
			
前言:AngularJS 是一款来自 Google 的前端 JS 框架,该框架已经被应用到了 Google 的多款产品中,这款框架最核心特性有:MVC.模块化.自动化双向数据绑定.语义化标签.依赖注入 ...
 - Linux笔记-Linux命令初解2
			
在看linux过程中,文件属性管理是一个难点,因而作为初学者的我来说,我直接将其放在后面来慢慢研究,因而我个人觉得先学习后面一些知识点之后,回过头来将一些你所不懂的去解透,这是极好的意见事情.对了,我 ...
 - 在ubuntu下使用visual studio code编写python
			
感觉有了visual studio code之后,不管编写什么语言的代码都可以,简单安装对应的语言插件即可. 这不轮到了最近比较热的python语言,蹭着AI的热度,python语言成为了工程师们又一 ...
 - 【转载】Vue 2.x 实战之后台管理系统开发(二)
			
2. 常见需求 01. 父子组件通信 a. 父 -> 子(父组件传递数据给子组件) 使用 props,具体查看文档 - 使用 Prop 传递数据(cn.vuejs.org/v2/guide/co ...
 - 深入理解 flex 布局以及计算_Flexbox, Layout
			
起因 对于Flex布局,阅读了 大漠老师和其他老师写的文章后,我还是不太理解Flexbox是如何弹性的计算子级项目的大小以及一些其他细节.在大漠老师的帮助下,我去查阅Flexbox 的 W3C 规范文 ...
 - SOA(面向服务架构)——踩坑后反思:这样值得吗?
			
SOA(面向服务架构)——踩坑后反思:这样值得吗?
 - 阿里巴巴的数据池DRUID
			
使用了阿里巴巴的数据池管理: 监控DB池连接和SQL的执行情况 https://github.com/alibaba/druid/wiki/常见问题 https://www.cnblogs.com ...
 - hdu 4190 Distributing Ballot Boxes  二分
			
Distributing Ballot Boxes Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (J ...
 - docker离线安装 启动报错Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
			
安装报错的提示:systemctl status docker.service 好吧,原来是缺少库文件.验证一下想法吧,yum -y install libseccomp 成功后,再启动docker发 ...
 - 4.spring di
			
spring di,即依赖注入,从应用的浅显意义来讲就是对属性赋值 1.用setter赋值,在spring的applicationContext.xml配置文件的bean下的property标签 属性 ...