"catalog" 与 "category" 的区别

简介: catalog 中文翻译为: 目录; category 中文翻译为: 类别;catalog 是有一定顺序的条目(item)列表,或者是分类系统列表。还可以用作动词,表示编目,将条目放置到某个目录下。

catalog 中文翻译为: 目录;

category 中文翻译为: 类别;

catalog 是有一定顺序的条目(item)列表,或者是分类系统列表。

还可以用作动词,表示编目,将条目放置到某个目录下。
既然是item,那么这些item基本上都是同一种东西。

category 是具有一到多个共同特征的人/物 组成的分类。

catalog 可以包含多个 category 。 反之,catalog 也可以包含在某个 catagory 下。
示例: “a tool catalog“(工具目录) 或者 “a fashion catalog“(时尚品目录)

原文如下:

Difference between the “catalog” and “category”?

A catalog is a list of items in some order or system of classification.

It can also be used as a verb meaning to put items into a catalog.

A category is a group or set of things or people that have one or more common characteristics.

A catalog may contain one or more categories. A catalog can also be in a category - “a tool catalog” or “a fashion catalog”.

翻译日期: 2015年08月01日

翻译人员: 铁锚 http://blog.csdn.net/renfufei

目录
相关文章
|
JavaScript 编译器
模块 ""element-plus"" 没有导出的成员 "ElMessage"。你是想改用 "import ElMessage from "element-plus"" 吗?
模块 ""element-plus"" 没有导出的成员 "ElMessage"。你是想改用 "import ElMessage from "element-plus"" 吗?
372 0
|
JSON fastjson 数据格式
报错:JSONException: illegal identifier : {pos 1, line 1, column 2{{"group":"trade_p0&qu
报错:JSONException: illegal identifier : {pos 1, line 1, column 2{{"group":"trade_p0&qu
557 0
|
自然语言处理
合同结构化文书解析失败,请联系管理员排查:{"code":3001,"message":"File transform error","success":false,"tracerId":"requestId"}报错处理
在使用自然语言处理自学习平台时,标注任务需要上传标注数据,但是使用doc格式上传文件后开始标注时出现了此提示,此篇文章简单介绍下此问题的处理方式。
718 0
合同结构化文书解析失败,请联系管理员排查:{"code":3001,"message":"File transform error","success":false,"tracerId":"requestId"}报错处理
|
Java
Syntax error, insert "Dimensions" to complete TypeArgument
Syntax error, insert "Dimensions" to complete TypeArgument 语法错误,插入“维度”来完成类型参数 在定义 Map 的时候出现此错误,代码如下: [java] view plain copy Map
1125 0
|
缓存
Integer.parseInt("") Integer.valueOf("")和new Integer("")之间的区别
把一个String转换成int有Integer.parseInt("")、 Integer.valueOf("")和new Integer("")这么几种方式,它们之间有什么区别呢?我们可以分别看一下它们的源码 //Integer.parseInt("") public static int parseInt(String s) throws NumberFormatExc
1551 0
|
Java Android开发
"XX cannot be resolved to a type "eclipse报错及解决说明
<p>转自:<a target="_blank" href="http://zhaoningbo.iteye.com/blog/1137215">http://zhaoningbo.iteye.com/blog/1137215</a></p> <p><span style="font-family:Helvetica,Tahoma,Arial,sans-serif; font-size:
1594 0
|
数据库 .NET 开发框架
关于&lt;%# Eval(&quot;createTime&quot;%&gt;的时间格式转换
出现问题: 在ASP.NET中,前台页面在调用后台数据库时间时,使用&lt;%# Eval("createTime"%&gt;,发现时间显示的是数据库的时间类型"2015/10/29 13:40:01",想要改成"2015-10-29"的时间显示类型。 解决方法: 在&lt;%# Eval("createTime"%&gt;里添加格式样式,修改后如下: &lt;%# Eval("c
1371 0