Attendance
努力是为了,遇到你时,可以不用因为种种而错过。
一公司的老板对一位职员说:“我出10万买你的老婆,你卖吗?”
职员微笑着说:“那我出15万买你老婆,你同意吗?”
老板不在意地说:“那我出600万买你老婆,你可要想清楚了,六百万你一辈子也挣不来的钱。”
职员开始犹豫了,在金钱与爱情他不知道该选择哪个!
于是他问老板说:“你会对她好吗?”
老板微笑的说:“当然了,600万换来的,我当然得好好珍惜。”
职员又说:“你会像我一样的爱她吗?”
老板说:“我会比你更爱她、超出你爱她的100倍!”
职员无语……拿着支票走了!

五年过去了,当年的职员用500万自己做生意,如今已成亿万富翁。
他找到当初的老板,对他说:“我要买回我当初的老婆,你尽管开价!”
老板只是微笑的说了一句:“别开玩笑了,我老婆在我心中是无价的,金钱这种肮脏的东西我不感兴趣!”亿万富翁说:“那你要什么,尽管提出来,我都会满足你!”
老板说:“我只要她!好了,不和你聊了,我老婆还在家等我吃饭呢,回去晚了,她该着急了。”说完老板转身离去!亿万富翁站在原地很久很久,眼中流下了悔过的泪水!

简单的故事,提醒我们:
错过了或自己放弃的,那都已经成为过去!这种感觉是金钱无法换来的,金钱可以买到很多东西,但它买不到时间和过去!
珍惜现在拥有的,快乐与不快乐,都取决于你内心的想法,希望大家懂得珍惜现在拥有的。
我们的小窝,不用很大,
充满笑声,温馨就好。

我们的存款,不用很多,
父母老了,我们负担得起就好。

老公,不用很帅,
风雨一生,足够的包容和担当就好。

孩子,不用很优秀,
平安长大,懂得如何做人就好。

生活,不求一帆风顺,
磕磕绊绊,我们能共同面对就好。

工资,不求多高,
偶尔出游,偶尔庆祝,够开销就好。

当我们老去,回看这一生,
没有太多遗憾就好。
笑看风雨,平安知足,
步履蹒跚,有你,有我,有孩子,
仅仅如此,就好。
Attendance的更多相关文章
- [leetcode-551-Student Attendance Record I]
You are given a string representing an attendance record for a student. The record only contains the ...
- [LeetCode] Student Attendance Record II 学生出勤记录之二
Given a positive integer n, return the number of all possible attendance records with length n, whic ...
- [LeetCode] Student Attendance Record I 学生出勤记录之一
You are given a string representing an attendance record for a student. The record only contains the ...
- [Swift]LeetCode551. 学生出勤纪录 I | Student Attendance Record I
You are given a string representing an attendance record for a student. The record only contains the ...
- [Swift]LeetCode552. 学生出勤记录 II | Student Attendance Record II
Given a positive integer n, return the number of all possible attendance records with length n, whic ...
- [LeetCode&Python] Problem 551. Student Attendance Record I
You are given a string representing an attendance record for a student. The record only contains the ...
- LeetCode 551. Student Attendance Record I (C++)
题目: You are given a string representing an attendance record for a student. The record only contains ...
- leetCode题解 Student Attendance Record I
1.题目描述 You are given a string representing an attendance record for a student. The record only conta ...
- 551. Student Attendance Record I + Student Attendance Record II
▶ 一个学生的考勤状况是一个字符串,其中各字符的含义是:A 缺勤,L 迟到,P 正常.如果一个学生考勤状况中 A 不超过一个,且没有连续两个 L(L 可以有多个,但是不能连续),则称该学生达标(原文表 ...
- 552. Student Attendance Record II
Given a positive integer n, return the number of all possible attendance records with length n, whic ...
随机推荐
- Material Design Lite,简洁惊艳的前端工具箱。
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,博客地址为http://www.cnblogs.com/jasonnode/ .网站上有对应每一 ...
- JAVA异常处理机制的简单原理和应用
- GreenDao关系建表
关系 在greenDAO,实体涉及使用一对一或一对多的关系.例如,如果要模拟一个1:greenDAOñ关系,你将有一个一对一和一对多的关系.但是,请注意,一对一和一对多的关系不是相互连接,所以你必须同 ...
- css基础样式四
上次我们讲到了相对定位: 这次我们了解下绝对定位; 绝对定位: #box_relative { position: absolute; left: 30px; top: 20px; } 绝对定位会脱离 ...
- 使用 Python 切割图片
刚好我有张 PNG 图片需要均匀切割,刚好我不会 PhotoShop,刚好我想用 Python 来练练手. 于是撸袖子码脚本. import os from PIL import Image def ...
- 英雄联盟网络测速 v1.3 全服全区取延时+取服务器维护状态+机房地理位置
全服全区取延时+取服务器维护状态+机房地理位置 v1.2修复了服务器状态获取不准确的bug 下载链接: https://pan.baidu.com/s/1c1LHIY8
- SQL中常用模糊查询的四种匹配模式&&正则表达式
执行数据库查询时,有完整查询和模糊查询之分.一般模糊语句如下:SELECT 字段 FROM 表 WHERE 某字段 Like 条件 其中关于条件,SQL提供了四种匹配模式:1.%:表示任意0个或多个字 ...
- sudo: no tty present and no askpass program specified(转)
sudo: no tty present and no askpass program specified 2012-11-30 09:30 5040人阅读 评论(1) 收藏 举报 修改sudo配置文 ...
- 【leetcode❤python】 168. Excel Sheet Column Title
class Solution(object): def convertToTitle(self, n): """ :type n: in ...
- json提交数据到服务端
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px "Courier New"; color: #393939; backgr ...