英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

profile    音标拼音: [pr'of,ɑɪl]
n. 侧面,轮廓,人物素描
vt. 描绘…轮廓,评论人物

侧面,轮廓,人物素描描绘…轮廓,评论人物

profile
基本资料;外形;侧录

profile
设定档 外形 轮廓

profile
n 1: an analysis (often in graphical form) representing the
extent to which something exhibits various characteristics;
"a biochemical profile of blood"; "a psychological profile
of serial killers"
2: an outline of something (especially a human face as seen from
one side)
3: biographical sketch
4: degree of exposure to public notice; "that candidate does not
have sufficient visibility to win an election" [synonym:
{visibility}, {profile}]
5: a vertical section of the Earth's crust showing the different
horizons or layers
v 1: write about; "The author of this article profiles a famous
painter"
2: represent in profile, by drawing or painting

Profile \Pro"file\, v. t. [imp. & p. p. {Profiled}; p. pr. & vb.
n. {Profiling}] [Cf. F. profiler, It. profilare. See
{Profile}, n.]
1. to draw the outline of; to draw in profile, as an
architectural member.
[1913 Webster]

2. (Mech.) To shape the outline of an object by passing a
cutter around it.
[1913 Webster]

{Profiling machine}, a jigging machine.
[1913 Webster]


Profile \Pro"file\, n. [It. profilo, fr. L. pro before filum a
thread, an outline, shape: cf. F. profil. See {File} arow,
and cf. {Purfle}, {Purl}, a fringe.]
1. An outline, or contour; as, the profile of an apple.
[1913 Webster]

2. (Paint & Sculp.) A human head represented sidewise, or in
a side view; the side face or half face.
[1913 Webster]

3.
(a) (Arch.) A section of any member, made at right angles
with its main lines, showing the exact shape of
moldings and the like.
(b) (Civil Engin.) A drawing exhibiting a vertical section
of the ground along a surveyed line, or graded work,
as of a railway, showing elevations, depressions,
grades, etc.
[1913 Webster]

146 Moby Thesaurus words for "profile":
Clio, Muse of history, adventures, analysis, annals, autobiography,
bank, beam, biographical sketch, biography, blueprint, border,
broad lines, broadside, brouillon, cameo, cartoon, case history,
catalog, cataloging, character, character sketch, characterization,
chart, cheek, chop, chronicle, chronicles, chronology, coast,
confessions, configuration, contour, copy, curriculum vitae,
delineate, delineation, depiction, describe, description, design,
details, diagram, diary, draft, draw, drawing, ebauche, elevation,
esquisse, evocation, examination, experiences, features,
figuration, figure, flank, fortunes, framework, galbe, gestalt,
graph, graphic account, ground plan, hagiography, hagiology, hand,
handedness, haunch, head, hip, historiography, history, house plan,
ichnography, image, imagery, impression, itemization, journal,
jowl, laterality, legend, life, life and letters, life story, limn,
limning, line, lineaments, lineation, lines, list, main features,
many-sidedness, martyrology, memoir, memoirs, memorabilia,
memorial, memorials, miniature, multilaterality, necrology,
obituary, outline, particularization, pattern, photobiography,
photograph, picture, planking, plot, portrait, portraiture,
portrayal, projection, quarter, record, relief, rendering,
rendition, representation, resume, rough, shapes, shore, side,
siding, silhouette, skeleton, sketch, specification, statistics,
story, study, survey, table, temple, theory of history, tournure,
unilaterality, vignette, vivid description, word painting,
working drawing

1. A control file for a program, especially a text file
automatically read from each user's home directory and
intended to be easily modified by the user in order to
customise the program's behaviour. Used to avoid {hard-coded}
choices (see also {dot file}, {rc file}).

2. A report on the amounts of time spent in each routine of a
program, used to find and {tune} away the {hot spots} in it.
This sense is often verbed. Some profiling modes report units
other than time (such as call counts) and/or report at
granularities other than per-routine, but the idea is similar.


请选择你想看的字典辞典:
单词字典翻译
Profile查看 Profile 在百度字典中的解释百度英翻中〔查看〕
Profile查看 Profile 在Google字典中的解释Google英翻中〔查看〕
Profile查看 Profile 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What is the difference between ~ . profile and ~ . bash_profile?
    The original sh sourced profile on startup bash will try to source bash_profile first, but if that doesn't exist, it will source profile Note that if bash is started as sh (e g bin sh is a link to bin bash) or is started with the --posix flag, it tries to emulate sh, and only reads profile Footnotes: Actually, the first one of bash_profile, bash_login, profile See also: Bash
  • 计算机里面的Profile怎么翻译比较好? - 知乎
    计算机里面的Profile怎么翻译比较好? 具体说就是User profile, 以及程序运行中的sample profile,词典上一般译成剖面,轮廓。 感觉这些翻译的都不是很直观,有权威的或者… 显示全部 关注者 168 被浏览
  • What do the scripts in etc profile. d do? - Unix Linux Stack Exchange
    It says that the etc profile file sets the environment variables at startup of the Bash shell The etc profile d directory contains other scripts that contain application-specific startup files, which are also executed at startup time by the shell
  • Setting PATH vs. exporting PATH in ~ . bash_profile [duplicate]
    What's the difference and which is better to use when customizing my bash profile? Documentation on the export command is scarce, as it's a builtin cmd Excerpt from version 1 of my ~ bash_profil
  • How to correctly add a path to PATH? - Unix Linux Stack Exchange
    The profile file is read by login shells, so it will only take effect the next time you log in (Some systems configure terminals to read a login shell; in that case you can start a new terminal window, but the setting will take effect only for programs started via a terminal, and how to set PATH for all programs depends on the system )
  • What is the purpose of . bashrc and how does it work?
    My comment is just a stronger statement of Ilmari Karonen's 2014 comment It is factually incorrect to say " bashrc runs on every interactive shell launch" A login shell is an interactive shell, and it's the counterexample: a login shell does not run bashrc It would be correct to say " bashrc is run by every interactive non-login shell" Bash Reference Manual, section 6 2, "Bash Startup FIles"
  • How to permanently set environmental variables
    This profile in etc but I don't how to set the variables in this profile please tell me – user3021349 Commented Feb 28, 2014 at 13:44 7
  • profile - Find out what scripts are being run by bash at login - Unix . . .
    My terminal starts a login shell, so ~ bash_profile is sourced, followed by ~ profile and ~ bashrc Only in ~ profile do I create the paths entries which are duplicated To be pedantic, this is the order in which the files that SHOULD be sourced are being sourced: Sourced etc profile Sourced etc bash bashrc Sourced bash_profile Sourced
  • Where should I source usr local etc profile from? . bash_profile or . . .
    Many distributions have a directory etc profile d, and put code in etc profile to source the files in etc profile d If your distribution does that, the best place for your machine-specific content would be a machine-specific file in etc profile d
  • what is apparmor profile_replace log message
    It means the AppArmor profile affecting the program usr sbin nmbd has been removed ("unconfined") using the apparmor_parser tool This means that program will run unrestricted by AppArmor from now on (until it's confined again - perhaps that will happen at boot, depending on how your system is set up) If you're asking why it happens, I don't know Something is calling apparmor_parser -R





中文字典-英文字典  2005-2009