zoukankan      html  css  js  c++  java
  • Profile 的翻译

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

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

    计算机中常用的 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

  • 相关阅读:
    PDO 数据访问抽象层
    注册审核、批量删除
    分页查询
    会话用法
    封装成类
    多条件查询(复选框条件)
    IP子网划分
    redhat 用yum安装的apache、mysql一般默认安装在哪个目录下?
    nslookup
    linux 设置时间
  • 原文地址:https://www.cnblogs.com/visionfeng/p/5128835.html
Copyright © 2011-2022 走看看