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的更多相关文章

  1. accommodate ~ ache

    accommodate The accommodation reflex [反射] (or accommodation-convergence [会聚] reflex) is a reflex act ...

  2. Google C++ Style Guide

    Background C++ is one of the main development languages used by many of Google's open-source project ...

  3. GRE词汇3-4 +

    page3 accommodate: common commodity accompany: Accomplice:  com—共同 plic—重叠 Complicate duplicate repl ...

  4. Automake

    Automake是用来根据Makefile.am生成Makefile.in的工具 标准Makefile目标 'make all' Build programs, libraries, document ...

  5. Google C++ 代码规范

    Google C++ Style Guide   Table of Contents Header Files Self-contained Headers The #define Guard For ...

  6. words2

    餐具:coffee pot 咖啡壶coffee cup 咖啡杯paper towel 纸巾napkin 餐巾table cloth 桌布tea -pot 茶壶tea set 茶具tea tray 茶盘 ...

  7. 收藏单词TOEFL备份托福英语

    TOEFL托福词汇串讲(文本) alchemy(chem-化学)n. 炼金术 chemistry 化学 alder 赤杨树 联想:older 老人坐在赤杨树下 sloth 树懒 algae n.海藻 ...

  8. CET4词汇

    abandon vt.丢弃:放弃,抛弃 ability n.能力:能耐,本领 abnormal a.不正常的:变态的 aboard ad.在船(车)上:上船 abroad ad.(在)国外:到处 ab ...

  9. [笔记]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 ...

随机推荐

  1. linux 内核源代码情景分析——越界访问

    页式存储管理机制通过页面目录和页面表将每个线性地址转换成物理地址,当遇到下面几种情况就会使CPU产生一次缺页中断,从而执行预定的页面异常处理程序: ① 相应的页面目录或页表项为空,也就是该线性地址与物 ...

  2. 基于 OSPF 路由的邻居邻接关系发现实践

    1.实验目的 理解 OSPF 邻居关系和 OSPF 邻接关系的含义及差别 观察 OSPF 邻居邻接关系的建立过程 观察 OSPF 链路状态数据库的同步过程 2.实验原理 OSPF 网络中,路由器在发送 ...

  3. topk算法

    方法一 堆排序 自建堆 heapMax方法,从上至下调整堆 pop时,可以使用自上而下调整堆,调用heapMax(arr,0,sz-1); push时,需要自下到上调整即 从上到下调整: void h ...

  4. uni-app app端设置全屏背景色

    设置page:{样式},博主调试的时候在app端不起作用,设置配置文件的backgroundColor也没有用,所以博主就使用了一个稍微比较偏的办法解决了,没有用获取设备信息的api来实现 具体操作就 ...

  5. hivesql笔记

    一.常用聚合函数 count():计数 count(distinct 字段) 去重统计 sum():求合 avg():平均 max():最大值 min():最小值 二.hivesql执行顺序 from ...

  6. 【不费脑筋系列】发布个人的代码包到Nuget服务器上,并通过VS引用进行使用的方法

      打打酱油,写点不需要费脑筋的博客先压压惊. 下面讲个关于个人如何开发nuget包,并部署到nuget服务器上的例子.为了保证.net framework和 .net core都可以访问到我的包,我 ...

  7. [源码解析] PyTorch 分布式(4)------分布式应用基础概念

    [源码解析] PyTorch 分布式(4)------分布式应用基础概念 目录 [源码解析] PyTorch 分布式(4)------分布式应用基础概念 0x00 摘要 0x01 基本概念 0x02 ...

  8. (三)MySQL数据管理

    3.1 外键(了解即可) 方式一:在创建表的时候,增加约束(麻烦,比较复杂) CREATE TABLE IF NOT EXISTS `student`( `id` INT(4) NOT NULL AU ...

  9. excel (2)

    ... poi 3.8 import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; ...

  10. 菜鸡的Java笔记 第二十 - java 方法的覆写

    1.方法的覆写    当子类定义了与父类中的完全一样的方法时(方法名称,参数类型以及个数,返回值类型)这样的操作就称为方法的覆写    范例:观察方法的覆写 class A{ public void ...