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

  1. Drools学习笔记2—Conditions / LHS 匹配模式&条件元素

    Rule的LHS由条件元素(Conditional Elements—CE)和匹配模式(Patterns)组成 Patterns被用来指示出fact的字段约束 每个约束必须为true才能让RHS的ac ...

  2. 以bank account 数据为例,认识elasticsearch query 和 filter

    Elasticsearch 查询语言(Query DSL)认识(一) 一.基本认识 查询子句的行为取决于 query context filter context 也就是执行的是查询(query)还是 ...

  3. 在SharePoint 2010中,如何找回丢失的服务账号(Service Account)密码

    背景信息: 通常在SharePoint环境中我们会使用很多的服务账号来运行各种不同的服务,尤其在企业环境中,由于权限管理条例严格,这些服务账号更是只能多不能少.面对如此多的服务账号,各个企业都会有自己 ...

  4. SQL Server 2012 Managed Service Account

    原创地址:http://www.cnblogs.com/jfzhu/p/4007472.html 转载请注明出处 (一)Windows服务使用的登陆帐号 Windows服务只有登录到某一帐户的情况下才 ...

  5. Your account already has a valid iOS Distribution certificate!

    iOS 发布提交出现:Your account already has a valid iOS Distribution certificate!问题解决 转载的链接   http://www.jia ...

  6. scott/tiger登录时提醒ora-28000 the account is locked

    scott/tiger登录时提示ora-28000 the account is locked在plsql developer中要是以scott/tiger登录时提示ora-28000 the acc ...

  7. JSONObject put,accumulate,element的区别

    public Object put (Object key, Object value) 将value映射到key下.如果此JSONObject对象之前存在一个value在这个key下,当前的valu ...

  8. 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 ...

  9. Xcode真机调试出现The account '***' has no team with ID '***'的解决方案

    前段时间,想用真机调试的时候出现 The account '***' has no team with ID '***'的问题, 以前页真机调试过,没有这种情况,于是我登陆开发者中心,进去发现说我的账 ...

随机推荐

  1. 寻找下一个结点 牛客网 程序员面试金典 C++ java Python

    寻找下一个结点 牛客网 程序员面试金典 C++ java Python 题目描述 请设计一个算法,寻找二叉树中指定结点的下一个结点(即中序遍历的后继). 给定树的根结点指针TreeNode* root ...

  2. spring-cloud-square源码速读(spring-cloud-square-okhttp篇)

    欢迎访问我的GitHub https://github.com/zq2599/blog_demos 内容:所有原创文章分类汇总及配套源码,涉及Java.Docker.Kubernetes.DevOPS ...

  3. CSS 盒子的边距塌陷

    tip:为能更直观地学习,本文章已省略部分 css 样式代码. 我相信下面的情形大家在日常工作中常常碰到:在制作静态页面中,为了页面整体的协调与美观,我们想让子盒子 image-div 的上边沿距离父 ...

  4. RabbitMQ多消费者顺序性消费消息实现

    最近起了个项目消息中心,用来中转各个系统中产生的消息,用到的是RabbitMQ,由于UAT环境.生产环境每台消费者服务都是多台,有些消息要求按顺序消费,所以需要采取一定的措施保证消息的顺序消费,下面讲 ...

  5. 🏆【JVM深层系列】「云原生时代的Java虚拟机」针对于GraalVM的技术知识脉络的重塑和探究

    GraalVM 背景 新.旧编程语言的兴起躁动,说明必然有其需求动力所在,譬如互联网之于JavaScript.人工智能之于Python,微服务风潮之于Golang等等.大家都清楚不太可能有哪门语言能在 ...

  6. IO流(一)

    内容概要: Java以流的形式处理所有输入和输出.流是随通信路径从源移动到目的地的字节序列. 内存与存储设备之间传输数据的通道 流的分类: 按方向 输入流:将存储空间中的内容读到内存中   硬盘--& ...

  7. 12组-Alpha冲刺-4/6

    侯钦凯 过去两天完成了哪些任务 完善UI界面,复习考试 展示GitHub当日代码/文档签入记录 接下来的计划 复习考试,准备答辩 还剩下哪些任务 博客和答辩 燃尽图(团队整体) 遇到了哪些困难 在部分 ...

  8. Java设计模式之(五)——代理模式

    1.什么是代理模式 Provide a surrogate or placeholder for another object to control access to it. Proxy Patte ...

  9. [luogu4718]Pollard-Rho算法

    模板题 题解主要分为两部分,即Miller-Robin判素数以及关于Pollard-Rho算法 1.Miller-Robin判素数 对于一个数$n$,判定其是否为素数,依次执行以下几步-- (1)若$ ...

  10. springboot访问静态资源404

    <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring- ...