Apache Shiro Reference Documentation翻譯

I. Overview

      1. Introduction
      2. Tutorial
      3. Architecture
      4. Configuration

II. Core

      5. Authentication
      6. Authorization
            6.1. Permissions
      7. Realms
      8. Session Management
      9. Cryptography

III. Web Applications

      10. Web
            10.1. Configuration
            10.2. [urls] (Path-based security)
            10.3. Default Filters
            10.4. Session Management
            10.5. JSP Tag Library

IV. Auxiliary Support

      11. Caching
      12. Concurrency & Multithreading
      13. Testing
      14. Custom Subjects

V. Integration

      15. Spring Framework
      16. Guice
      17. CAS

VI. Tools

      18. Command Line Hasher

VI. Index

      19. Terminology


---------------------------------------------------------------------------------------------------------------------------------------

├── 1.概述

│   ├──1.1 介紹

│   ├──1.2 教程

│   ├──1.3 架構

│   └──1.4 配置

├── 2.核心

│   ├──2.1 認證 或者 身份驗證

│   ├──2.2 授權

│   │   └──2.2.1 許可證

│   ├──2.3 領域

│   ├──2.4 會話管理

│   └──2.5 密碼學

├── 3.web程序

│   └──3.1 Web

│         ├──3.1.1 配置

│         ├──3.1.2 [ urls] (Path-based security)

│         ├──3.1.3 默認過濾器

│         ├──3.1.4 會話管理

│         └──3.1.5 JSP標籤庫

├── 4.輔助支持

│   ├──4.1 高速緩存?

│   ├──4.2 併發性&多線程

│   ├──4.3 測試

│   └──4.4 自定義主題

├── 5.整合

│   ├──5.1 Spring框架

│   ├──5.2 Guice?

│   └──5.3 (Central Authentication Service,接連身份驗證服務,CAS)

├── 6.工具

│   └──6.1 命令絞碎機

└── 7.索引

     └──7.1 術語





---------------------------------------------------------------------------------------------------------------------------------------

consumer、customer、client 有何區別?

作者:Jade
鏈接:https://www.zhihu.com/question/21567601/answer/19326253
來源:知乎
著作權歸作者所有,轉載請聯繫作者獲得授權。

client:意爲客戶,這個只表示銀行,廣告或律師之類的客戶,和另兩個很好區分。

對於customer和consumer,因爲我學的是商務英語,我上marketing的課的時候區分過這兩個定義。
customer behavior:a broad term that covers individual consumers who buy goods and services for their own use and organizational buyers who purchase business products.

consumer behavior:the process through which the ultimate buyer makes purchase decisions.
consumer意爲消費者,這個消費者意思是“用了買來的商品”,着重“用”這層意思”;
customer意爲顧客,可以“買”,但不需要“用”。
吶~舉個栗子
比如孩子想吃栗子,媽媽去超市買回來栗子給孩子吃,孩子吃了,那麼孩子就是“用”了這個商品,儘管他沒有參與“買”,但孩子就是consumer;媽媽只是買了商品,她沒有“用”,那麼她就是customer;如果媽媽也吃了買回來的栗子,那麼她既是customer也是consumer。
---------------------------------------------------------------------------------------------------------------------------------------

1. client

a person who uses the services or advice of a professional person or organization
接受 專業人士或團體 服務的人

2. consumer
a person who buys goods or uses services
購買商品或接受服務的人

3. customer

a person or an organization that buys something from a shop/store or business
買東西的人或組織


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章