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 '***'的问题, 以前页真机调试过,没有这种情况,于是我登陆开发者中心,进去发现说我的账 ...
随机推荐
- IdentityServer4 负载均衡配置
在不用到负载之前,一切都很好,但是部署多个实例之后,问题挺多的:session问题.令牌签发后的校验问题. 在此之前,先自查官方文档:Deployment - IdentityServer4 1.0. ...
- word-break leetcoder C++
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separa ...
- Manacher算法 求 最长回文子串
1 概述(扯淡) 在了解Manacher算法之前,我们得先知道什么是回文串和子串. 回文串,就是正着看反着看都一样的字符串.比如说"abba"就是一个回文串,"abbc& ...
- 近期业务大量突增微服务性能优化总结-3.针对 x86 云环境改进异步日志等待策略
最近,业务增长的很迅猛,对于我们后台这块也是一个不小的挑战,这次遇到的核心业务接口的性能瓶颈,并不是单独的一个问题导致的,而是几个问题揉在一起:我们解决一个之后,发上线,之后发现还有另一个的性能瓶颈问 ...
- 聊聊@Transactional 的失效场景,有哪些坑?
先别急着回答,看完再说也不迟嘛.我们都知道在 Spring 项目中,我们可以直接使用注解 @Transactional 来标识一个事务方法.然而,你可能并不知道这个事务是不是按照你想的方式执行.下面我 ...
- spark搭建
1.上传解压,配置环境变量 配置bin目录 2.修改配置文件 conf cp spark-env.sh.template spark-env.sh 增加配置 export SPARK_MASTER_I ...
- 如何修改visual-studio的sln文件和project工程名
关于VS的 .sln 文件和 .suo 文件 *.sln:(Visual Studio.Solution) 通过为环境提供对项目.项目项和解决方案项在磁盘上位置的引用,可将它们组织到解决方案中.比如是 ...
- 从 ThreadLocal 到 AsyncLocal
前些天跟大佬们在群里讨论如何在不使用构造函数,不增加方法参数的情况下把一个上下文注入到方法内部使用,得出的结论是 AsyncLocal .感叹自己才疏学浅,居然才知道有 AsyncLocal 这种神器 ...
- ES6--ES12笔记整理(1)
一.let const 五个共同特点 不允许重复声明 块级作用域 不存在变量提升 不影响作用域链 暂时性死区---在代码块内,使用let/const命令声明变量之前,该变量都是不可用的.这在语法上,称 ...
- 14-1-Unsupervised Learning ---dimension reduction
无监督学习(Unsupervised Learning)可以分为两种: 化繁为简 聚类(Clustering) 降维(Dimension Reduction) 无中生有(Generation) 所谓的 ...