一、

1、24/7

  • 24/7 :twenty four hours a day, seven days a week

I work 24/7.——meaing i work all the time.

2、ahead of the curve

I am ahead of curve in this project.

idioms similar to 'Ahead of the curve'

3、ASAP

ASAP:As soon as possible

4、At stake

At stake:处于危险中if something is at stake ,it means that it is risky.

The project is at stake.

5、Back to square one

Back to square one:从头再来we need to go back to the begining again.

This project didn't work out,we are going to have to back to square one.

6、Back to the drawing board

back to the drawing board:idioms similar to 'back to square one'

Again,it's not working out,so you need to brainstrom thinking of your ideas.

We need to back to the drawing board,and come out of some ideas for this project.

7、Ballpark number

ballpark number:大概的数量a range that is astimate

The ballpark number for your auote is 2000-3000.

8、Big picture

宏观,大局。 THe big picture is the overall side of the project.

We need to not focus so much on these little details,and pay attention to the big picture.

9、Blue collar/White collar

blue collar:蓝领子

blue collar worker.

10、By the book

按常规,依照惯例to follow the rules or the policies.

We have to go by the book on this.

11、Call it a day

收工,今天就到这里了。

Your must be tired. Let's call it a day.

call it a night今晚到此为止

Shell we call it a night for now and continue our discussion tomorraw?

我们今晚就此结束,明天继续讨论好吗?

12、Catch someone off guard

乘虚而入,让人措手不及。do something that somebody else not expected.

13、cave/cave in

塌落,认输give up

we are going to cave in this market deal,we can't do it.

14、change of pace

改变习惯,更换口味

15、cut corners

抄近路,走捷径

16,Diamond in the rough

被埋没了的好东西,

somebody whe has potential but needs work on.

Mybe you hire somebody to work on the project, he was got a lot of potential to be realy good,he just need to be treated in the right way.he is the diamond in the rough.

17,Fifty-fifty

means equal

利弊各半的 ,对半的

18,From the ground up

从头开始,彻底的

19,Get down to business

bring somebody back on to target.

言归正传

20,Get something off the ground

进展顺利

21,Go broke

破产

22,Go the extra mile

多付出代价,加倍努力

23,Go down the drain

白费心机,前功尽弃

24,Go through the roof

价格冲破屋顶,飞涨

25,Grey area

失业严重地区

26,Ground-breaking

独创的,开拓性的

27,Hit the nail on the head

一针见血,说得非常对

28,In a nutshell

简而言之

29,In the red

负债,亏损

30,Keep your eye on the ball

Keey your eye on the target, rember what your target is.

31,Last straw

最后一击

32,Loophole

漏洞

33,Nine-to-five

朝九晚五

34,No brainer

It's easy.不用花脑筋的事

35,Round-the-clock

昼夜不停,连续一整天

36,Rock the boat

捣乱,

37,See eye to eye

看法一致

38,Sky's the limit

we can do whatever we want to do.我行我素

39,Win-win situation

both parties win,i win and you win

40,Yes man

好好先生

本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方便追根溯源,请诸位转载注明出处:http://www.cnblogs.com/starof/p/7253345.html有问题欢迎与我讨论,共同进步。

 

business expressions(一)的更多相关文章

  1. business expressions(二)

    1,to give someone a heads up = to inform someone about something important ("heads up") be ...

  2. step_by_step_ABP规约模式

    一段时间没有在github 上浏览ABP项目,几天前看到ABP新增规约模式,开始了解并学习文档   记录一下 Introduction 介绍 Specification pattern is a pa ...

  3. ABP框架系列之四十八:(Specifications-规范)

    Introduction Specification pattern is a particular software design pattern, whereby business rules c ...

  4. 翻译:wiki中的business logic词条

    Business logic 业务逻辑 From Wikipedia, the free encyclopedia 来自Wikipedia,自由的百科全书 In computer software, ...

  5. How the Intelligent Digital Mesh Will Transform Every Business Layer

    The "intelligent digital mesh" is the definitive package for tomorrow's titans of business ...

  6. [Javascript] Function Expression Ex, Changing Declarations to Expressions

    Inside the Haunted Hickory House file, developers for the Forest of Function Expressions Theme Park ...

  7. Building Applications with Force.com and VisualForce(Dev401)(十):Designing Applications for Multiple Users: Building Business Processes that You Want

    Dev401-011: Building Business Processes that You Want Course Objectives1.Describe the capabilities o ...

  8. 在 SharePoint Server 2016 本地环境中设置 OneDrive for Business

    建议补丁 建议在sharepoint2016打上KB3127940补丁,补丁下载地址 https://support.microsoft.com/zh-cn/kb/3127940 当然不打,也可以用O ...

  9. Java Business Process Management(业务流程管理) 初识环境搭建

    一.简介 (一)什么是jbpm JBPM,全称是Java Business Process Management(业务流程管理),它是覆盖了业务流程管理.工作流.服务协作等领域的一个开源的.灵活的.易 ...

随机推荐

  1. java遍历的优化

    说明:这是在面试中面试官出的题.虽然是常见的优化问题,但这种经验的确很有用.感慨之余,分享出来,以此共勉. 场景:现有List<PersonA>,List<PersonB>,P ...

  2. python 小练习之删除文件夹下的所有文件,包括子文件夹中的文件

    先屡一下思路 一步步怎么实现 1  要求是要删除所有文件(只是删除文件 而不是文件夹),所以 我们肯定要遍历这个文件目录 (for  in遍历) 2 每遍历一个元素时(文件),我们要判断该元素的属性是 ...

  3. 校验Linux程序是否被黑客修改

    一个黑客突破你的层层防御后,修改你的程序或者覆盖了你的工具时.确定一个已安装程序的所有文件,有没有被修改过的途径之一就是使用RPM包校验功能 如果图片排版有任何错误,欢迎访问我的简书www.jians ...

  4. 放大倍数超5万倍的Memcached DDoS反射攻击,怎么破?

    欢迎大家前往腾讯云+社区,获取更多腾讯海量技术实践干货哦~ 作者:腾讯游戏云 背景:Memcached攻击创造DDoS攻击流量纪录 近日,利用Memcached服务器实施反射DDoS攻击的事件呈大幅上 ...

  5. JAVA的helloworld

    java环境设置------------- 在环境变量中设置以下三个变量:JAVA_HOME=C:\j2sdk1.4.1 //可以改为相应的目录CLASSPATH=%JAVA_HOME%\lib\to ...

  6. CAN控制器-配置过滤器

    首先简单介绍一下CAN总线,关于CAN总线是谁发明的,CAN总线的历史,CAN总线的发展,CAN总线的应用场合,这些,通通不说.这里只是以我个人理解,简单说说CAN通信.CAN总线的端点没有地址(除非 ...

  7. stm32之keil开发环境搭建

    只要按照下面的一步步来,绝对能从0开始建立一个STM32工程.不仅包括工程建立过程,还有Jlink设置方法.本文使用芯片为STM32F103CB. 1 下载stm32F10x的官方库 http://w ...

  8. windows下使用docker安装tensorflow

    一.安装Docker 1.首先先按照docker,从https://get.daocloud.io/toolbox/  下载exe文件就好 双击安装会多出来三个东西: Oracle VM Virtua ...

  9. (八)java垃圾回收和收尾

    垃圾回收机制:当一个对象不再被引用时,或者说当一个对象的引用不存在时,我们就认为该对象不再被需要,它所占用的内存就会被释放掉.     垃圾回收只是在程序执行过程中偶尔发生,java不同的运行时刻会产 ...

  10. java第一个程序——Hello World

    Hello World 如果没有下载jdk以及配置环境变量的萌新请自行百度,教程非常的详细(参考:https://jingyan.baidu.com/article/6dad5075d1dc40a12 ...