account, accomplish, accumulate
account
account从词源和count(数数)有关,和computer也有点关系。calculate则和'stone used in counting'有关。先看两个汉语的例子:
1. 回头再和你算账!
2. “老王,还你的1毛钱” “哎呀还啥还” “亲兄弟明算账” “好,我回去把帐清了”
The moral(寓意): 帐很重要,会计都是老板的人。on account of (因为)this, 和会计吵架前要take account of this, take this into account,纳入考虑因素。. 对账单/明细/流水“描述”了账户的balance (debits and credits,借贷、收支)。还可以“描述”别的事情。by/from all accounts: according to what a lot of people say
许多名词可以做动词,account不例外。会计也不好当,得“负责”、explain.
there's no accounting for taste: (我)就好这一口,不解释:人各有所好
quword稻糠亩查词源也很不错。
A personal account is an account for use by an individual for that person's own needs. It is a relative term to differentiate them from those accounts for business or corporate use. A deposit account is a bank account maintained by a financial institution in which a customer can deposit and withdraw money. Deposit accounts can be savings accounts, current accounts or any of several other types of accounts. Savings accounts are accounts maintained by retail banks that pay interest but can not be used directly as money (for example, by writing a check or using a debit card at a point of sale), although cash can be withdrawn from these accounts at an ATM. While they are not as convenient to use as checking accounts, these accounts generally offer consumers a higher rate of interest than a transactional account and will usually be linked to a transactional account. A sweep account is an account set up at a bank or other financial institution where the funds are automatically managed between a primary cash account and secondary investment accounts. [听君一席话,似听一席话huh? 目的是背单词]。
There are many reasons to close a bank account. You might be moving to another country, or you might have found better interest rates at another bank, or you might've aged out of the bank account your parents got you when you were a kid. Maybe you just don't like your bank.
If multiple individuals are using your computer, you can personalize your settings and keep your files private by creating a password-protected user account. Other users can also protect their account with a password to ensure that no one will touch their files. However, if they forget to log out, their profile will still run certain services and processes that can consume background resources. So, you might wonder, "How do I log off another user in Windows 10?" and "What are the top 6 options to delete a user account in Windows 10?" [咳咳,没了]
六级/考研单词: differentiate, deposit, wholesale, consume, invest, multiple, compute, password, log, profile, delete
accumulate
to build/pile/store up
近/反义词: accrue, agglomerate, amass, assemble, augment, bring together, collect, compile(编而译谓之编译), gather, increase, mass(可做动词), heap, hoard, stack; diminish, dissipate, disperse, scatter
[LDOCE] heap: a large *untidy* pile of things; stack: a *neat* pile of things. IT业里这两个词用得挺准确的。stack一层层摞frame,heap里难免有洞。
account, accomplish, accumulate的更多相关文章
- Drools学习笔记2—Conditions / LHS 匹配模式&条件元素
Rule的LHS由条件元素(Conditional Elements—CE)和匹配模式(Patterns)组成 Patterns被用来指示出fact的字段约束 每个约束必须为true才能让RHS的ac ...
- 以bank account 数据为例,认识elasticsearch query 和 filter
Elasticsearch 查询语言(Query DSL)认识(一) 一.基本认识 查询子句的行为取决于 query context filter context 也就是执行的是查询(query)还是 ...
- 在SharePoint 2010中,如何找回丢失的服务账号(Service Account)密码
背景信息: 通常在SharePoint环境中我们会使用很多的服务账号来运行各种不同的服务,尤其在企业环境中,由于权限管理条例严格,这些服务账号更是只能多不能少.面对如此多的服务账号,各个企业都会有自己 ...
- SQL Server 2012 Managed Service Account
原创地址:http://www.cnblogs.com/jfzhu/p/4007472.html 转载请注明出处 (一)Windows服务使用的登陆帐号 Windows服务只有登录到某一帐户的情况下才 ...
- Your account already has a valid iOS Distribution certificate!
iOS 发布提交出现:Your account already has a valid iOS Distribution certificate!问题解决 转载的链接 http://www.jia ...
- scott/tiger登录时提醒ora-28000 the account is locked
scott/tiger登录时提示ora-28000 the account is locked在plsql developer中要是以scott/tiger登录时提示ora-28000 the acc ...
- JSONObject put,accumulate,element的区别
public Object put (Object key, Object value) 将value映射到key下.如果此JSONObject对象之前存在一个value在这个key下,当前的valu ...
- The world won't care about your self-esteem. The world will expect you to accomplish something before you feel good about yourself.
The world won't care about your self-esteem. The world will expect you to accomplish something befor ...
- Xcode真机调试出现The account '***' has no team with ID '***'的解决方案
前段时间,想用真机调试的时候出现 The account '***' has no team with ID '***'的问题, 以前页真机调试过,没有这种情况,于是我登陆开发者中心,进去发现说我的账 ...
随机推荐
- xmake v2.5.9 发布,改进 C++20 模块,并支持 Nim, Keil MDK 和 Unity Build
xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能 ...
- 从零开始搭建你的nvim ide
前言概述 vim由于其丰富的扩展性.出色的跨平台性.高效率的操作性深受一大批粉丝的追捧,甚至就连vim和emacs之间孰优孰劣的话题都能被引起一场编辑器之间的圣战,足以见vim是多么的优秀. vim的 ...
- Spring一套全通4—持久层整合
百知教育 - Spring系列课程 - 持久层整合 第一章.持久层整合 1.Spring框架为什么要与持久层技术进行整合 1. JavaEE开发需要持久层进行数据库的访问操作. 2. JDBC Hib ...
- Jenkins file一行代码部署.NET程序到K8S
什么是Jenkins共享库 随着微服务的增多,每个项目的都需要pipline文件,这样的话Pipeline代码冗余度高,并且pipeline的功能越来越复杂. jenkins可以使用Shared Li ...
- robot framework error: [ ERROR ] Suite 'XXX' contains no tests or tasks.(解决方法)
robot framework 按照如下操作创建项目 一.创建项目 选择菜单栏file----->new Project Name 输入项目名称. Type 选择Directory. 二.创建测 ...
- 一个反直觉的sql
引子 在<容易引起雪崩的两个处理>里,我提到一个慢查询的问题.本文先从整洁架构的角度讲讲慢查询sql完成的功能以及设计,再介绍对sql进行的实施测试现象以及思考. 设计讲解 一见杨过误终身 ...
- requests_cookie登陆古诗文网。session的使用
通过登录失败,快速找到登录接口 获取hidden隐藏域中的id的value值 # 通过登陆 然后进入到主页面 # 通过找登陆接口我们发现 登陆的时候需要的参数很多 # _VIEWSTATE: /m1O ...
- 菜鸡的Java笔记 第三十五 接口定义增强
接口定义增强 在java从一开始到现在接口之中的核心组成部分:抽象方法与全局常量,但是随着技术的不断发展,用户在使用过程之中发现了有一些问题 如果说现在有一个接口经过了长年 ...
- [atARC114F]Permutation Division
由于是排列,即任意两个数字都各不相同,因此字典序最大的$q_{i}$就是将每一段的第一个数从大到小排序 接下来,考虑第一个元素,也就是每一段开头的最大值,分类讨论: 1.当$p_{1}\le k$时, ...
- COS 音视频实践 | 多种姿势让你的视频“跑”起来
导语 随着4G/5G时代的到来,短视频/直播行业开始流行,音视频逐渐成为信息传播中流量占比最大的部分.腾讯云对象存储(COS)作为可容纳海量数据且支持 HTTP/HTTPS 协议访问的分布式存储服务, ...