博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Profile 的翻译
阅读量:6918 次
发布时间:2019-06-27

本文共 1211 字,大约阅读时间需要 4 分钟。

最近要翻译一个英文网站的单词,正宗的英文网站总是有很多单词让我烦恼,这就是其中一个。

特地转一篇文章,对我大有帮助。

 

计算机中常用的 Profile 该如何理解?

我认为 Profile 即可作名词又可作动词。

1。profile作为名词时常用的意思:

profile 本身意思是剖面, 侧面, 外形, 轮廓。但现在常用这个字时,它的含义更进一层

a.简介,档案

my profile 表示我的个人信息。

For example, if you are writing an eCommerce website, "retrieve user's profile" means 查看用户的档案资料。get user's name, age, shoping history, interests, etc. So profile can be understood as "outline of a person's characteristics".

company profile: 公司概况,公司简介

个人简历用resume, 个人资料用profile

b.profile 也作图表的意思:

A formal summary or analysis of data, often in the form of a graph or table, representing distinctive features or characteristics(引自金山词霸),一概图:对数据的正式概括或分析,经常用曲线图或图表的形式,其表现出事物的明显的特点或特色。

例如:side effect profile可译为:"不良反应分布图"或者"不良反应范围"

2.Profile 作为动词时

  when profile is used as a verb, it means create the outline of something, or summarize characterstics of it. "Profile a software program" means finding out the characterstics of the program, like how much memory it takes, how much time spent in each method, how often a method is called, etc.

  作动词时应该为:剖析     应用程序的各个方面,   扩展性,可用性,移植性,内存性能   ...找到应用程序的特征

转自:http://www.cnblogs.com/p2pstream/archive/2009/03/23/1420003.html

转载于:https://www.cnblogs.com/visionfeng/p/5128835.html

你可能感兴趣的文章
微服务演进中的经验和反思
查看>>
张小龙4个小时演讲全文:每天有1亿人教我做产品(上)
查看>>
关于 JS 模块化的最佳实践总结
查看>>
npm install logs
查看>>
iOS实现用户信息的管理
查看>>
【译】Java8官方教程:面向对象编程的概念
查看>>
Nginx
查看>>
第85节:Java中的JavaScript
查看>>
用OC代码认识设计模式(一) 创建型模式
查看>>
Vectorized Execution Explained
查看>>
数据结构之「链表」
查看>>
许多数据中心的工作者很满意他们的工作,将鼓励他们的孩子继续从事这份工作...
查看>>
Spring Cloud构建微服务架构-Hystrix监控面板
查看>>
96期:阿里技术架构演变
查看>>
性能优化小方法
查看>>
使用 ng-packagr 打包 Angular
查看>>
nginx安装报错
查看>>
通过Xshell6跳板机在Linux上安装MySQL5.7
查看>>
学习笔记(4.28)
查看>>
基于前两章的docker-compose 部署Spring Cloud
查看>>