Lesson 4 The double life of Alfred Bloggs
There are two type of people in the society. People who do manual works can higher payment than people who work in the office. We usually called the later people as white-collar, which means they wear the suit and tie to go to work. The majority of people would to white-collar work with less salary, since their status can be repected by others. It is undoubted that Mr. Bloggs is such person. After he married, he was too embarrassed to say his job to his wife. He simple said her that he was in a corporation. Every morning, he left his home dressed in the black suit. Then, he arrived his corporation and changed back his overalls and worked as a dustman. Before returning home, he took a shower and dressed his suit. He and his fellow kept this secret. Thus, his wife had known that she married a dustman. Recently, this man obtained a new job, which he worked in a office. He felt vrey happy, even through lossing half as much as he used to be, since his status was improved, and people addressed his as Mr. Bloggs.
manual (adj)体力的
sacrifice (v)牺牲=give up
privilege (n)好处
dustman 清洁工
corporation 公司
overall (adj,adv)全部的,整体地 (n)overalls 工作服
secret 秘密
status 地位=social position
compensate for 补偿
be addressed as 被称为。。。
in every respect 在各个方面
钱的几种:
1 gain 收益
2 fee 费用
3 payment 偿付的钱
4 wage 工钱
honor 荣幸,荣誉,(an honor)
pleasure (n)快乐,希望,令人高兴的事 (v)使高兴,使满意
Lesson 4 The double life of Alfred Bloggs的更多相关文章
- NCE3
Lesson1 A puma at large Pumas are large, cat-like animals which are found in America. When reports ...
- VK-Cup2017 Wild Card Round 2
来自FallDream的博客,未经允许,请勿转载,谢谢. Cf的Vkcup外卡赛2 上次round2和ditoly翻车了 所以只好来打打了 规则是给一道比较特殊的题目,你要找出较优的解 Unive ...
- New Concept English there (4)
20w/m These days, people who do manual work often receive far more money than people who work in off ...
- CodeForces114E——Double Happiness(素数二次筛选)
Double Happiness On the math lesson a teacher asked each pupil to come up with his own lucky numbers ...
- SpagoBI 教程 Lesson 4: BIRT Reports
SpagoBI Lesson 4: BIRT Reports BIRT BIRT is the acronym for Business Intelligence and Reporting Tool ...
- SpagoBI 教程 Lesson 1:Introduction and Installation
SapgoBI Lesson 1: Introduction and Installation Downloading and installing SpagoBI. Download SpagoBI ...
- cf Double Happiness(判断是否为素数且为4k+1型)
2790. Double Happiness time limit per test 3 seconds memory limit per test 128 megabytes input sta ...
- Nehe OpenGL lesson 8
lesson8 Blending: http://nehe.gamedev.net/tutorial/lessons_06__10/17010/ (也许须要特殊手段訪问) There was a re ...
- Lesson 11 Not guilty
Lesson 11 Not guilty guilty ['gɪlti] adj. 有罪的:内疚的 be guilty of - He is guilty of murder. be innocent ...
随机推荐
- java动态代理(JDK和cglib)(转载)
原文地址:http://www.cnblogs.com/jqyp/archive/2010/08/20/1805041.html 高亮部分是我的理解. JAVA的动态代理 代理模式 代理模式是常用的j ...
- 上传图片,正在加载,loading
https://blog.csdn.net/yansong_8686/article/details/50361573
- node.js模块中exports和module.exports的区别
Node应用由模块组成,采用CommonJS模块规范. 根据这个规范,每个文件就是一个模块,有自己的作用域.在一个文件里面定义的变量.函数.类,都是私有的,对其他文件不可见. CommonJS规范规定 ...
- c++string int转化简单写法
#include<iostream> #include<string> #include<sstream> //定义了stringstream类 using nam ...
- Java面试之持久层(10)
91,什么是ORM? 对象关系映射(Object-Relational Mapping,简称ORM)是一种为了解决程序的面向对象模型与数据库的关系模型互不匹配问题的技术: 简单的说,O ...
- 牛客网 Chess ( 博弈 && 奇异局势 )
题目链接 分析 : 发现如果一开始就在边界或者位于对角线的位置上肯定是必胜态 从终点逆推,画出胜负表格,填一填,就会发现和奇异局势的前几项一样 然后打个奇异局势的表就能 AC 了 #include&l ...
- Shell中的特殊字符(三)
一 通配符 [root@192 test]# touch abc [root@192 test]# touch abcd [root@192 test]# touch 012 [root@192 te ...
- JS数据容量单位转换(kb,mb,gb,tb)
JS代码如下: var size = '8164674'; function bytesToSize(bytes) { if (bytes === 0) return '0 B'; var k = 1 ...
- 【canvas学习笔记六】状态保存和变换
save()和restore() save() 保存当前状态,将当前canvas的状态存入栈中. restore() 恢复之前save的一个状态,将之前的状态从栈中弹出. 保存的当前状态包含以下信息: ...
- sqli-labs(12)
0X01摘要体现(小编这里傻逼了 可以直接用group_concat函数绕过显示问题我还在用limit绕过) 还是这个模块 我们很熟徐那么先来尝试一下 单引号加入 无报错信息 哦豁 加入双引号试试呐 ...