英文字典中文字典Word104.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 在Google字典中的解釋Google英翻中〔查看〕
profile查看 profile 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • What is the difference between ~ . profile and ~ . bash_profile?
    The profile was the original profile configuration for the Bourne shell (a k a , sh) bash, being a Bourne compatible shell will read and use it The bash_profile on the other hand is only read by bash It is intended for commands that are incompatible with the standard Bourne shell
  • 计算机里面的Profile怎么翻译比较好? - 知乎
    本质上就是一个文本文档,里面写了很多配置信息。那么“User profile”就是“用户配置文件”,“sample profile”就是“标准配置文件”或者“默认配置文件”。“User profile”一般是用户个性化设置信息,“sample profile”一般是公共的标准配置。
  • What do the scripts in etc profile. d do? - Unix Linux Stack Exchange
    @AvindraGoolcharan Different distros may use different schemes for this kind of thing The profile d directory only works because its contents are sourced by etc profile, which is specified by shells such as bash as a startup file (see INVOCATION in man bash); if you edit etc profile, you can disable etc profile d
  • Setting PATH vs. exporting PATH in ~ . bash_profile [duplicate]
    Any of the ENV files first invoked by a shell such as bashrc or profile will set variable values for the life of that shell So any variables that are set and export ed within those files will maintain that export characteristic and be export ed to all child processes invoked by that shell for the life of the shell or until they are unset
  • bash - 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 )
  • How to permanently set environmental variables
    To do if for all users shells, depending on distro you could use etc environment or etc profile Creating a new file in etc profile d may be preferable if it exists, as it will be less likely to conflict with updates made by the packaging system
  • New tmux sessions do not source bashrc file
    This is related to the Bash init files By default, ~ bashrc is used in an interactive, non-login shell It won't be sourced in a login shell
  • Where is the list of supported CPU profiles in VirtualBox?
    VBoxManage modifyvm "myVM" --cpu-profile "Intel Core i7–6700K" Only if the profile doesn't exist, the VM will fail (it won't start at all) So I'm wondering how can I find a list of CPU profiles that will work on my host system? Update: From proc cpuinfo (one entry of 64):
  • Add a path in $PATH globally for every user - aix
    Chapter 17 Commands and Utilities 17 2 Command Behavior: sh: "[An interactive login -l shell [ ] shall] first read and execute commands from the file etc profile, if that file exists, and then from a file called ~ profile, if such a file exists Note: [sh shall also read and execute scripts in the directory etc profile d]
  • nmcli not showing connections - Unix Linux Stack Exchange
    Error: wlp3s0 - no such connection profile A thing to note is my laptop is connected to the Wi-Fi and can access the internet, and I connected to the Wi-Fi during the installation of Debian And when I restart NetworkManager, it doesn't reconnect to the Wi-Fi unless I reboot I'll gladly provide any more info for help





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典