business from English bisynes
Etymology

From Middle English bisynes

Hyphenation: business

Noun

business (countable and uncountable)
1.(countable) A specific commercial enterprise or establishment. [quotations ▼]
I was left my father's business.

2.(countable) A person's occupation, work, or trade.
He is in the motor and insurance businesses.

I'm going to Las Vegas on business.

3.(uncountable) Commercial, industrial, or professional activity.
He's such a poor cook, I can't believe he's still in business!

We do business all over the world.

4.(uncountable) The volume or amount of commercial trade. [quotations ▼]
Business has been slow lately.

They did nearly a million dollars of business over the long weekend.

5.(uncountable) One's dealings; patronage.
I shall take my business elsewhere.

6.(uncountable) Private commercial interests taken collectively. [quotations ▼]
This proposal will satisfy both business and labor.

7.(uncountable) The management of commercial enterprises, or the study of such management.
I studied business at Harvard.

8.(countable) A particular situation or activity.
This UFO stuff is a mighty strange business.

9.(countable) An objective or a matter needing to be dealt with. [quotations ▼]
Our principal business here is to get drunk.

Let's get down to business.

10.(uncountable) Something involving one personally.
That's none of your business.

11.(uncountable, parliamentary procedure) Matters that come before a body for deliberation or action.
If that concludes the announcements, we'll move on to new business.

12.(travel, uncountable) Business class, the class of seating provided by airlines between first class and coach. [quotations ▼]

13.(acting) Action carried out with a prop or piece of clothing, usually away from the focus of the scene. [quotations ▼]

14.(countable, rare) The collective noun for a group of ferrets. [quotations ▼]

15.(uncountable, slang, Britain) Something very good; top quality. (possibly from "the bee's knees")
These new phones are the business!

16.(slang, uncountable) Excrement, particularly that of a non-human animal.
Your ferret left his business all over the floor.

As the cart went by, its horse lifted its tail and did its business.

Adjective

business
1.Of, to, pertaining to or utilized for purposes of conducting trade, commerce, governance, advocacy or other professional purposes. [quotations ▼]

"Please do not use this phone for personal calls; it is a business phone."

2.Professional, businesslike, having concern for good business practice. [quotations ▼]

3.Supporting business, conducive to the conduct of business. [quotations ▼]

business from English bisynes的更多相关文章

  1. 商业BISYNES英语BISYNES商务

    business from English bisynes Etymology From Middle English bisynes Hyphenation: business Noun busin ...

  2. 生意bisynes单词bisynes商业

    英语bisynes商务概念的提出是改革的产物,有一个演变的过程:贸易部--商业部.外贸部--内贸部--内贸局--商务部.是内外贸一体化的概念. 中文名:商务 外文名:Business,Bisynes商 ...

  3. 生意bisynes商业

    1.Of, to, pertaining to or utilized for purposes of conducting trade, commerce, governance, advocacy ...

  4. TED_Topic9:How we're priming some kids for college — and others for prison

    Alice Goffman In the United States, two institutions guide teenagers on the journey to adulthood: co ...

  5. Business talking in English

    Talking one: A: Microsoft, this is Steve. B: Hi Steve, this is Richard from Third Hand Testing. I am ...

  6. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  7. English sentence

    For a better environment, we should teach our children to put litter/garbage/trash into dustbin/dust ...

  8. Hyperion Business Modeling for Microsoft Windows (32-bit)

    介质包搜索 常见问题    说明   复查 许可证列表 以确定需要下载的产品程序包. 请选择产品程序包和平台,然后单击“查找”. 如果只有一项结果,则可以看到下载页.如果有多个结果,请选择一个,然后单 ...

  9. English Training Material - 04

    Inviting What kinds of social activities in your city could be appropriate ways of entertaining visi ...

随机推荐

  1. postgresql cstore_fdw安装与性能测试

    据介绍,cstore_fdw实现了 PostgreSQL 数据库的列式存储.列存储非常适合用于数据分析的场景,数据分析的场景下数据是批量加载的.这个扩展使用了Optimized Row Columna ...

  2. win10安装grafana

    1.下载grafana-6.2.5.windows-amd64.msi 2.以管理员身份打开CMD 3.输入 msiexec /i 程序的完整路径 msiexec /i xxx.msi

  3. Holmos框架

    一.Holmos介绍--简介 Holmos-webtest是一个居于selenium2.0二次封装的开源框架,采用Page-Object模式去组织页面结构,同时支持多维度的页面元素定位方式,同时还继承 ...

  4. [整理]如何撤销远程的git提交?

    确保你在你想要撤销的分支上. 第一步,本地使用 get reset --hard ,切换到特定的commit. 第二部,使用 --force推送到远程分支. git reset --hard cedc ...

  5. allure与junit结合生成漂亮的demo

    1.allure安装 环境配置可参考https://blog.csdn.net/huggh/article/details/90905845,且博客中也分享了官网的案例https://github.c ...

  6. 工控随笔_25_西门子TIA 博图V14.SP1安装报错,授权错误

    前面有一篇文章说过西门子的软件安装的时候太麻烦,很容易出现错误. 但是有些错误在安装的时候却没有关系,例如下面的错误. 如上图所示,安装已经到最后一步,总结前面的修改系统组态已经打勾(✔) ,而且提示 ...

  7. 新手學python之新體驗

    1. 使用縮進方式做為程式塊開始結束的標示,程式換行在行末尾加 "\" 2. 元祖(Tuple)數據類型,和List的不同是Tuple不能修改,優點是執行速度比List快,因為不能 ...

  8. activiti学习1:开发环境的搭建

    activiti学习1:开发环境的搭建 本文中使用maven+eclipse搭建activiti-5.14的开发环境 一.创建maven工程 创建一个普通的java工程,pom文件的内容如下 < ...

  9. PostgreSQL 预写日志机制(WAL)

    关于持久性 持久性是指,事务提交后,对系统的影响必须是永久的,即使系统意外宕机,也必须确保事务提交时的修改已真正永久写入到永久存储中. 最简单的实现方法,当然是在事务提交后立即刷新事务修改后的数据到磁 ...

  10. vs code 自定义配置记录

    java环境安装:https://devblogs.microsoft.com/visualstudio/announcing-visual-studio-code-java-installer/ 保 ...