act.四级
act的词源是do, 干着或干了的事情也可以叫act。action: doing sth; act: n. action, v. do; activity: busy, energetic, or占据时间多的action.
As a interjection [感叹词] action is demanding or signifying [要求或表示] the start of something, usually an act or scene of a theatric performance. Overprotected Britney Spears (Action!) Say hello to the girl that I am!
Acting can be used before the title of a job to indicate that someone is doing that job temporarily [临时地].
english-for-students稻糠亩:
1. It is an act of kindness to help a blind man cross the street. [things done, deed]
2. This is a play in four acts. [四幕]
3. There was a song and dance act in the program. [表演. number也有类似的意思,FRIENDS里出现过]
4. Do not take her seriously. It is all an act. She is just putting on an act.
5. Parliament has passed an act which makes such thing illegal.
a. Leonard is a man of action, he proposed many times.
b. The action of the play is set in a small town near LA.
c. Thousands of people were killed in action during the war.
d. Sheldon brought an action against Howard's neighbor. [lawsuit]
e. Amy studies the action of the brain.
Acting is an activity in which a story is told by means of its enactment [表演, performance] by an actor or actress who adopts [反正不是收养] a character [角色] - in theatre, television, film, radio, or any other medium that makes use of the mimetic [模仿] mode. Acting involves a broad range of skills, including a well-developed imagination, emotional facility [天分], physical expressivity and so on.
An Act of Congress is a statute [法令, 不是statue] enacted by Congress. Acts can affect only individual entities [实体] (called private laws), or the general public (public laws). For a bill to become an act, the text must pass through both houses [参众两院] with a majority, then be either signed into law by the president of the United States or receive congressional override [无视] against a presidential veto [否决].
[柯林斯+LDOCE]
1. catch sb in the act (of doing sth): 抓个现行
2. clean up sb's act: start behaving sensibly and responsibly
3. act out不是演出的意思:
a) If you act out an event which has happened, you copy the actions which took place and make them into a play. Ross used to come home and act out the movie for Ben.
b) Some teenagers act out their distress [痛苦等不爽的事] by running away. [express feeling through action]
4. If a child act up, he or she behave badly. 有首歌的名字叫堆积情感(Pent-up feelings) Is screaming at the top of your voice a good way of venting pent-up frustration [灰心; 沮丧; 不满; 挫折; 失意; 失望]?
5. If a machine or part of your body acts up, it does not work properly. Penny's car is acting up again.
act.四级的更多相关文章
- 四级技能修炼NPC脚本参考
[@main] #act CloseBigDialogBox #say \ \ <本服推出部分四级技能.升级四级技能很简单./SCOLOR=250>\ \ <只需要1个/SCOLOR ...
- 【Python数据分析】四级成绩分布 -matplotlib,xlrd 应用
最近获得了一些四级成绩数据,大概500多个,于是突发奇想是否能够看看这些成绩数据是否满足所谓的正态分布呢?说干就干,于是有了这篇文章.文章顺带介绍了xlrd模块的一些用法和matplotlib画自定义 ...
- Don't make a promise when you are in Joy. Don't reply when you are Sad.Don't take decisions when you are Angry.Think Twice.Act Wise.
Don't make a promise when you are in Joy. Don't reply when you are Sad.Don't take decisions when you ...
- POJ 1655 Balancing Act 树的重心
Balancing Act Description Consider a tree T with N (1 <= N <= 20,000) nodes numbered 1...N. ...
- 简单的jQuery 四级分类实用插件
前言 最近因需要自己封装了一个很简单的四级分类的jQuery插件,主要用于后台数据的传输和获取.接下来就分享一下这个实用的插件吧. 正文 老规矩,先看一下效果,这个就很丑了,没有美化的,因为主要还是用 ...
- [译]Memory Reordering Caught in the Act
原文:http://preshing.com/20120515/memory-reordering-caught-in-the-act/ 编写lock-free的C/C++程序时,在保证memory ...
- AC、HC、AHC、ACT、LS的区别
http://forum.eet-cn.com/thread!printPreview.jspa?threadID=1200029698&start=0 以245为例,74AC245.74HC ...
- C# 使用winForm的TreeView显示中国城镇四级联动
直接上代码吧,这里 MySql.Data.MySqlClient;需要到mysql官网下载mysql-connector-net-6.9.8-noinstall.zip 访问密码 6073 usi ...
- ehcharts中国地图四级级下钻
echarts 官网关于中国地图,只有全国-省:省-市,没有中国-省-市-县四级下钻相关文献,echarts地图最重要一点是模块化相对于其他各个图形,一下为三级下钻部分代码包括各级别交互,望指点: 中 ...
随机推荐
- 种类并查集(维护敌人的敌人是朋友)、并行-poj1182-食物链 笔记
题意 输入若干组数据,代表着不同动物在食物链的位置(A,B,C),要求出在输入的过程中有多少组数据会与之前矛盾. 思路(借鉴挑战程序设计竞赛) 这题是学并查集时的题,所以用了并查集. 一开始我想的是, ...
- linux环境下redis安装(redis伪集群搭建)
redis在linux环境下搭建 1.创建目录 [root@192 local]# mkdir /usr/local/redis 2.下载redis,并解压 [root@192 local]# wge ...
- etcd安装常用操作
etcd安装 etcd 是基于 Raft 的分布式 key-value 存储系统,由 CoreOS 开发,常用于服务发现.共享配置以及并发控制(如 leader 选举.分布式锁等).kubernete ...
- 『学了就忘』Linux基础命令 — 31、grep命令和通配符
目录 1.grep命令介绍 2.find命令和grep命令的区别(重点) (1)find命令 (2)grep命令 3.通配符与正则表达式的区别 (1)通配符: (2)正则表达式: 1.grep命令介绍 ...
- Java连接redis之Jedis使用
测试联通 创建Maven工程,引入依赖 <dependency> <groupId>redis.clients</groupId> <artifactId&g ...
- 【Docker】Asp.net core在docker容器中的端口问题
还记得[One by one系列]一步步学习docker(三)--实战部署dotnetcore中遇到的问题么?容器内部启动始终是80端口,并不由命令左右. docker run --name cont ...
- 菜鸟Markdown笔记,看这个就够了
菜鸟markdown语法笔记 1.标题 写法:共六级标题,一个#是一级标题,两个#是二级标题,三个#是三级标题······以此类推 (#)+空格键,快捷方式是Ctrl+1/2/3/4/5/6 2.段落 ...
- 问题 D: 某种序列
题目描述 数列A满足An = An-1 + An-2 + An-3, n >= 3 编写程序,给定A0, A1 和 A2, 计算A99 输入 输入包含多行数据 每行数据包含3个整数A0, A ...
- Matplotlib(嵩老师.)
Matplotlib 库的使用 Matplotlib 库有各种可视化类构成,内部结构复杂,受Matlab启发 matplotlib.pyplot是绘制个类可视化图形的命令子库相当于快捷方式 imp ...
- 虚拟化中虚拟机处理器核数与物理主机cpu的关系
vCPU,顾名思义,是虚拟CPU. 创建虚拟机时,需要配置vCPU资源. 因此vCPU是虚拟机的部件. 因此脱离VM,谈论vCPU是没有意义的.虚拟化管理系统如何调度vCPU,取决于系统内的虚拟机数目 ...