act
act的词源是do, 干着或干了的事情也可以叫act。抄全字典的话,抄的和看的都麻烦,在阅读中体会吧。
act和action有啥区别?action: doing sth; act: n. action, v. do. 越长的单词意思越专一,比如activity: busy, energetic, or占据时间多的action. 放着merger不用而用amalgamation,ma-la-ge-ba-zi.
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. [牛津] Our deputy manager is the virtual head of the business. 我们的副经理是公司的实际负责人。IT业把virtual function翻译成虚函数,virtual reality虚拟现实。敢不敢跑到deputy manager面前说“你是个虚负责人”?
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 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, vocal projection, clarity of speech, and the ability to interpret drama. Acting also demands an ability to employ dialects, accents, improvisation, observation and emulation, mime, and stage combat. Many actors train at length in specialist programs or colleges to develop these skills. The vast majority of professional actors have undergone extensive training. Actors and actresses will often have many instructors and teachers for a full range of training involving singing, scene-work, audition techniques, and acting for camera.
Acts of parliament, sometimes referred to as primary legislation, are texts of law passed by the legislative body of a jurisdiction (often a parliament or council). In most countries, acts of parliament begin as a bill, which the legislature votes on. Depending on the structure of government, this text may then by subject to assent or approval from the executive branch. A draft Act of Parliament is known as a bill. In other words, a bill is a proposed law that needs to be discussed in the parliament before it can become a law.
An Act of Congress is a statute 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.
An Act of Tynwald is a statute passed by Tynwald, the parliament of the Isle of Man. The Isle of Man is a Crown Dependency, which means that it’s technically a possession of the crown (aka the Queen) directly, not of the UK.
[柯林斯+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.
六级/考研单词: hectic, merge, signify, spear, deputy, parliament, illicit, enact, actress, medium, physics, vocal, clarify, interpret, dialect, accent, emulate, combat, undergo, seldom, instruct, legislate, jurisdiction, congress, statute, affection, entity, unite, override, veto, isle, teenager, distress, scream, vent, frustrate, penny
act的更多相关文章
- 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. ...
- [译]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 ...
- [Unity3D]Unity3D游戏开发之ACT游戏三连击效果实现综述
各位朋友,大家好,我是秦元培,欢迎大家关注我的博客,我的博客地址是blog.csdn.net/qinyuanpei.在研究了Unity3D Mecanim动画系统的重定向特性后,今天我们继续来探索Me ...
- poj1655 Balancing Act 找树的重心
http://poj.org/problem? id=1655 Balancing Act Time Limit: 1000MS Memory Limit: 65536K Total Submis ...
- POJ 1655 Balancing Act【树的重心】
Balancing Act Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14251 Accepted: 6027 De ...
- 导航栏动态添加act属性
最近做了一个网站,需要设置导航栏的act属性,这里需要用到addClass以及removeClass: $('#topName li').removeClass('active'); $(this). ...
- 『Balancing Act 树的重心』
树的重心 我们先来认识一下树的重心. 树的重心也叫树的质心.找到一个点,其所有的子树中最大的子树节点数最少,那么这个点就是这棵树的重心,删去重心后,生成的多棵树尽可能平衡. 根据树的重心的定义,我们可 ...
- POJ 1655.Balancing Act 树形dp 树的重心
Balancing Act Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14550 Accepted: 6173 De ...
随机推荐
- AtCoder Beginner Contest 182 F
F - Valid payments 简化题意:有\(n\)种面值的货币,保证\(a[1]=1,且a[i+1]是a[i]的倍数\). 有一个价格为\(x\)元的商品,付款\(y\)元,找零\(y-x\ ...
- Django(74)drf-spectacular自动生成接口文档
介绍 drf-spectacular是为Django REST Framework生成合理灵活的OpenAPI 3.0模式.它可以自动帮我们提取接口中的信息,从而形成接口文档,而且内容十分详细,再也不 ...
- (原创)WinForm中莫名其妙的小BUG——ComboBox 尺寸高度问题
一.前言 使用WinForm很久了,多多少少遇到一些小BUG. 这些小BUG影响并不严重,而且只要稍微设置一下就能正常使用,所以微软也一直没有修复这些小BUG. 本来并不足以写篇文章去记录,但是昨天遇 ...
- 该虚拟机似乎正在使用中。如果该虚拟机未在使用,请按“获取所有权(T)”按钮获取它的所有权
问题 打开虚拟机镜像时报 VMware该虚拟机似乎正在使用中.如果该虚拟机未在使用,请按"获取所有权(T)"按钮获取它的所有权 解决方法 在你安装的镜像文件目录下找到后缀为.vmx ...
- Mac下Shell脚本使用学习笔记(二)
参考文献 Shell 教程 MAC常用终端命令行 Mac下Shell脚本使用 (7)Shell echo命令: 命令格式:echo string ①显示普通字符串:echo "It is a ...
- Python基础(dict与set)
#和list比较,dict有以下几个特点: #查找和插入的速度极快,不会随着key的增加而变慢: #需要占用大量的内存,内存浪费多. #dict1 = {'傻狗1':100,'傻狗2':200,'傻狗 ...
- 【故障公告】突然猛增的巨量请求冲垮一共92核CPU的k8s集群
非常抱歉,今天下午2点左右开始,博客站点突然猛增的巨量请求让k8s集群的节点服务器不堪重负,造成网站无法正常访问,由此给您带来麻烦,请您谅解. 当时k8s集群一共6台node服务器,2台32核64G, ...
- 1组-Alpha冲刺-1/6
一.基本情况 队名:震震带着六菜鸟 组长博客:https://www.cnblogs.com/Klein-Wang/p/15526531.html 小组人数:7人 二.冲刺概况汇报 王业震 过去两天完 ...
- laravel DB 类库
DB 类操作数据库 基本用法: DB::table('tableName'); 获取操作tableName 表 增加信息 对数据库中的某个表增加数据主要有两个函数可以 ...
- Asp.Net Core中简单使用日志组件log4net
本文将简单介绍在.NET 6中使用log4net的方法,具体见下文范例. 1.首先新建一个ASP.NET Core空项目 2.通过Nuget包管理器安装下面两个包 log4net Microsoft. ...