accommodate, accompany
accommodate
词源: to make fit, suitable; 近/反义词: adapt, adjust, lodge; disoblige, incommode, misfit
Lodging is a form of the sharing economy. Lodging is done in a hotel, motel, hostel, inn or hostal, a private home (commercial, i.e. a bed and breakfast, a guest house, a vacation rental, or non-commercially, as in certain homestays or in the home of friends), in a tent, caravan/campervan (often on a campsite). Lodgings may be self-catering, whereby no food is provided, but cooking facilities are available.
Lodging is offered by an owner of real property or a leasehold estate, including the hotel industry, hospitality industry, real estate investment trusts, and owner-occupancy houses. Lodging can be facilitated by an intermediary such as a travel website. The hospitality industry is a broad group of businesses that provide services to customers. The industry can be broken down into three basic areas: accommodations, food and beverage, and travel and tourism. The service industry is a type of business that provides services to customers rather than producing a product.
The accommodation reflex (or accommodation-convergence [会聚] reflex) is a reflex action of the eye, in response to focusing on a near object, then looking at a distant object (and vice versa), comprising coordinated changes in vergence, lens shape (accommodation) and pupil size. The word vergence has two meanings: 1. the inward or outward turning of one or both eyes that occurs when focusing on an object; 2. a measure of the convergence or divergence [发散] of a pair of light rays. Apparently both con- and di- are prefixes. When I said apparently, I meant "according to the way a situation appears, although I cannot be sure".
六级/考研单词: lodge, motel, inn, tent, caravan, seldom, whereby, hospitable, invest, website, beverage, accommodate, vice, comprise, coordinate, lens, outward, converge, diverge, ray, accord, situate
accompany
词源: "to be in company with", "take as a companion". company的词源是companion,除了公司外,还有group of people, friends的意思。In fact,我认为这才是核心意思。friends开公司未必是好主意,但开公司总得几个人吧?一个人开的叫小店。电影里常有的We've got company. 不是我们开公司了(got a company才是),是“有人来陪伴我们了”。来人和武侠小说里的“朋友”一样,未必是好人,译为“有人来了”得了。enterprise的核心意思是事业心、进取心,事业,引申为企业,因为aforesaid是创办企业所必须的。entrepreneur和enterprise的词源都有undertake的意思。
近义词: convoy, escort. accompaniment: 伴随物,伴奏
SAN JOSE, Calif. – May 10, 2018 – Cisco (NASDAQ: CSCO) announced today it has completed the acquisition of Accompany, a privately held company based in Los Altos, Calif. The company provides an AI-driven relationship intelligence platform for finding new prospects (potential buyers or clients), navigating the selling process, and strengthening relationships. Accompany's AI technology and talent will help Cisco accelerate priority areas across its collaboration portfolio. Cisco acquired Accompany for $270 million in cash and assumed equity awards. Accompany Founder and CEO Amy Chang has been named senior vice president in charge of Cisco's Collaboration Technology Group (CTG).The Accompany team joins the CTG under Chang's leadership.
六级/考研单词: intellect, navigate, talent, accelerate, collaborate, portfolio, million, equity, vice
If sb assumes responsibility, they take it.
[LDOCE] a lot of talent, musical talent, many talents, 可数不可数都可以。意为"person/people with a natural ability/skill"时不可数。什么叫talent? LDOCE说*natural*, 牛津说special or very great,没提natural. The philosopher Arthur Schopenhauer (1788–1860) once said that, "talent hits a target no one else can hit; Genius hits a target no one else can see.". 我打17881860没打通,手机可能欠费了。
accommodate, accompany的更多相关文章
- accommodate ~ ache
accommodate The accommodation reflex [反射] (or accommodation-convergence [会聚] reflex) is a reflex act ...
- Google C++ Style Guide
Background C++ is one of the main development languages used by many of Google's open-source project ...
- GRE词汇3-4 +
page3 accommodate: common commodity accompany: Accomplice: com—共同 plic—重叠 Complicate duplicate repl ...
- Automake
Automake是用来根据Makefile.am生成Makefile.in的工具 标准Makefile目标 'make all' Build programs, libraries, document ...
- Google C++ 代码规范
Google C++ Style Guide Table of Contents Header Files Self-contained Headers The #define Guard For ...
- words2
餐具:coffee pot 咖啡壶coffee cup 咖啡杯paper towel 纸巾napkin 餐巾table cloth 桌布tea -pot 茶壶tea set 茶具tea tray 茶盘 ...
- 收藏单词TOEFL备份托福英语
TOEFL托福词汇串讲(文本) alchemy(chem-化学)n. 炼金术 chemistry 化学 alder 赤杨树 联想:older 老人坐在赤杨树下 sloth 树懒 algae n.海藻 ...
- CET4词汇
abandon vt.丢弃:放弃,抛弃 ability n.能力:能耐,本领 abnormal a.不正常的:变态的 aboard ad.在船(车)上:上船 abroad ad.(在)国外:到处 ab ...
- [笔记]HAproxy reload config file with uninterrupt session
HAProxy is a high performance load balancer. It is very light-weight, and free, making it a great op ...
随机推荐
- Python super(Todo,self).__init__() TypeError: super() argument 1 must be type, not classobj
示例如下 class A(): def __init__(self):pass class B(A): def __init__(self): super(A, self).__init__() 当调 ...
- linux 内核源代码情景分析——Intel X86 CPU 系列的寻址方式
当我们说一个CPU是"16位"或"32"位时,指的是处理器中"算数逻辑单元"(ALU)的宽度.数据总线通常与ALU具有相同的宽度.当Inte ...
- linux基本命令二
组管理与权限管理 文件/目录所有者 修改文件所有者 chown 用户名 文件名 创建文件所在组 groupadd 修改文件所在组 chgrp 组名 文件名 其他组:除文件的所有者和所在组的用 ...
- 分布式事务(四)之TCC
在电商领域等互联网场景下,传统的事务在数据库性能和处理能力上都暴露出了瓶颈.在分布式领域基于CAP理论以及BASE理论,有人就提出了柔性事务的概念.在业内,关于柔性事务,最主要的有以下四种类型:两阶段 ...
- Sonar规范扫描Java代码暴露的问题
字符串和封装类型应使用 equals()进行比较 例如java.lang.Integer使用引用等于==或!=,因为它不是比较实际值,而是比较内存中的位置. String firstName = ge ...
- Linux usb 3. Host 详解
文章目录 1. 简介 2. Usb Core 驱动设备模型 2.1 Usb Device Layer 2.1.1 device (struct usb_device) 2.1.2 driver (st ...
- 2020GACTF部分wp
GACTF misc 签到 给了二维码图 切割再拼上就行 crymisc 给了一个crymisc.docx 无法打开 用file看一下 把后缀名改成zip然后解压 这里奇怪的是用winzip解压会提示 ...
- [第二章]c++学习笔记5(构造函数和析构函数调用时机)
示例函数 注:输出并不一定从main函数开始,如全局对象的初始化在main函数前执行,如构造函数中存在输出,则从构造函数的输出开始 此处6被类型转换构造函数的存在转换为临时对象赋值,而在这个过程结束后 ...
- FZU ICPC 2020 寒假训练 2
A - 排序 输入一行数字,如果我们把这行数字中的'5'都看成空格,那么就得到一行用空格分割的若 干非负整数(可能有些整数以'0'开头,这些头部的'0'应该被忽略掉,除非这个整数就是由 若干个'0'组 ...
- List<Object>
... package str; import java.util.ArrayList; import java.util.List; public class arrayText { public ...