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 ...
随机推荐
- nslookup 工具的使用方法记录
查询IP地址 nslookup最简单的用法就是查询域名对应的IP地址,包括A记录和CNAME记录,如果查到的是CNAME记录还会返回别名记录的设置情况.其用法是: nslookup 域名 定查询记录类 ...
- At grand 024
A /* Huyyt */ #include <bits/stdc++.h> #define mem(a,b) memset(a,b,sizeof(a)) #define mkp(a,b) ...
- feign请求写法
@FeignClient(value = "test", url = "${proxy.srvs.test:}") public interface ISubS ...
- python 控制流(二)
常用控制流 条件语句 循环语句 一.条件语句 if 条件表达式: #条件表达式--->比较运算符--->布尔值 满足条件表达式执行的代码块 #当布尔值为 True时执行此句 elif 条件 ...
- luoguP3723 HNOI2017 礼物
链接 首先,两个手环增加非负整数亮度,等于其中一个增加一个整数亮度,可以为负. 令增加量为\(x\),旋转以后的原数列为,那么在不考虑转圈圈的情况下,现在的费用就是: \[\sum_{i=1}^n\l ...
- ArrayList为什么是线程不安全的
首先需要了解什么是线程安全:线程安全就是说多线程访问同一代码(对象.变量等),不会产生不确定的结果. 既然说ArrayList是线程不安全的,那么在多线程中操作一个ArrayList对象,则会出现不确 ...
- redis分布式锁原理与实现
分布式锁原理 分布式锁,是控制分布式系统之间同步访问共享资源的一种方式.在分布式系统中,常常需要协调他们的动作.如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源,那么访问这些资源的时候, ...
- 【shell】sed处理多行合并
有这么一个题 文件格式 table=t1 name owner address table=t2 id text col1 comment col5 table=t3 prod_name price ...
- 【ipc-mq】根据mq的key查看使用进程
使用ipcs -q可以得到key与msqid的对应关系,从而找到msgid webadmin@172.172.179.3:/usr/local/webapps/test_ma[17:17:36]$ i ...
- Vim 命令、操作、快捷键(收藏大全)
------ 命令历史 以:和/开头的命令都有历史纪录,可以首先键入:或/然后按上下箭头来选择某个历史命令. 启动vim 在命令行窗口中输入以下命令即可 vim 直接启动vim vim filenam ...