英文字典中文字典


英文字典中文字典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       







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

using    音标拼音: [j'uzɪŋ]
正在用

正在用

using
使用

using
n 1: an act that exploits or victimizes someone (treats them
unfairly); "capitalistic exploitation of the working
class"; "paying Blacks less and charging them more is a
form of victimization" [synonym: {exploitation},
{victimization}, {victimisation}, {using}]

Use \Use\, v. t. [imp. & p. p. {Used}; p. pr. & vb. n. {Using}.]
[OE. usen, F. user to use, use up, wear out, LL. usare to
use, from L. uti, p. p. usus, to use, OL. oeti, oesus; of
uncertain origin. Cf. {Utility}.]
[1913 Webster]
1. To make use of; to convert to one's service; to avail
one's self of; to employ; to put a purpose; as, to use a
plow; to use a chair; to use time; to use flour for food;
to use water for irrigation.
[1913 Webster]

Launcelot Gobbo, use your legs. --Shak.
[1913 Webster]

Some other means I have which may be used. --Milton.
[1913 Webster]

2. To behave toward; to act with regard to; to treat; as, to
use a beast cruelly. "I will use him well." --Shak.
[1913 Webster]

How wouldst thou use me now? --Milton.
[1913 Webster]

Cato has used me ill. --Addison.
[1913 Webster]

3. To practice customarily; to make a practice of; as, to use
diligence in business.
[1913 Webster]

Use hospitality one to another. --1 Pet. iv.
9.
[1913 Webster]

4. To accustom; to habituate; to render familiar by practice;
to inure; -- employed chiefly in the passive participle;
as, men used to cold and hunger; soldiers used to
hardships and danger.
[1913 Webster]

I am so used in the fire to blow. --Chaucer.
[1913 Webster]

Thou with thy compeers,
Used to the yoke, draw'st his triumphant wheels.
--Milton.
[1913 Webster]

{To use one's self}, to behave. [Obs.] "Pray, forgive me, if
I have used myself unmannerly." --Shak.

{To use up}.
(a) To consume or exhaust by using; to leave nothing of;
as, to use up the supplies.
(b) To exhaust; to tire out; to leave no capacity of force
or use in; to overthrow; as, he was used up by
fatigue. [Colloq.]
[1913 Webster]

Syn: Employ.

Usage: {Use}, {Employ}. We use a thing, or make use of it,
when we derive from it some enjoyment or service. We
employ it when we turn that service into a particular
channel. We use words to express our general meaning;
we employ certain technical terms in reference to a
given subject. To make use of, implies passivity in
the thing; as, to make use of a pen; and hence there
is often a material difference between the two words
when applied to persons. To speak of "making use of
another" generally implies a degrading idea, as if we
had used him as a tool; while employ has no such
sense. A confidential friend is employed to negotiate;
an inferior agent is made use of on an intrigue.
[1913 Webster]

I would, my son, that thou wouldst use the power
Which thy discretion gives thee, to control
And manage all. --Cowper.
[1913 Webster]

To study nature will thy time employ:
Knowledge and innocence are perfect joy.
--Dryden.
[1913 Webster]


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





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


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

































































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


  • What are the uses of using in C#? - Stack Overflow
    The using statement calls the Dispose method on the object in the correct way, and (when you use it as shown earlier) it also causes the object itself to go out of scope as soon as Dispose is called Within the using block, the object is read-only and cannot be modified or reassigned This comes from here
  • grammatical number - Using are is after a list with and or . . .
    Possible Duplicate: Singular or plural following a list James and Mark are going to help you Here, I use 'are' because the subject is plural James or Mark are going to help you James or Mark is
  • Using the value in a cell as a cell reference in a formula?
    There is a non-volatile way to do it using INDEX and MAKEARRAY, something like: =COUNT( INDEX(C:C, MAKEARRAY(B4-H4+1, 1, LAMBDA(r,c,B4+r-1))) ) Except that now B4 and H4 need only contain the row numbers of the start and end i e '5' and '8' in your example This is only simple if you are always talking about single columns you want to process
  • How can I uninstall an application using PowerShell?
    For Most of my programs the scripts in this Post did the job But I had to face a legacy program that I couldn't remove using msiexec exe or Win32_Product class (from some reason I got exit 0 but the program was still there) My solution was to use Win32_Process class: with the help from nickdnk this command is to get the uninstall exe file
  • Command line for looking at specific port - Stack Overflow
    when I have problem with WAMP apache , I use this code for find which program is using port 80 netstat -o -n -a | findstr 0 0:80 3068 is PID, so I can find it from task manager and stop that process
  • How to update upgrade a package using pip? - Stack Overflow
    Using sudo will ask to enter your root password to confirm the action, but although common, is considered unsafe If you do not have a root password (if you are not the admin) you should probably work with virtualenv
  • Accessing Microsoft Sharepoint files and data using Python
    I am using Microsoft sharepoint I have an url, by using that url I need to get total data like photos,videos,folders,subfolders,files,posts etc and I need to store those data in database(Sql server) I am using python So,Please anyone suggest me how to do this and I am beginner for accessing sharepoint and working this sort of things
  • how to use Personal access token to clone, pull, and push a repo?
    Using a token on the command line Once you have a token, you can enter it instead of your password when performing Git operations over HTTPS For example, on the command line you would enter the following:
  • Connecting to Microsoft SQL server using Python
    And string format is the recommended way to pass variables into a string rather than using the + operator The curly braces with numbers are placeholders which format() fills in accordingly You can even pass in lists and tuples using format() Your original code did not break string and variables by quotes, so + was considered part of string
  • Install winget by the command line (powershell) - Stack Overflow
    I think the easiest way to install winget using powershell is to make file ps1 then paste this code Invoke-WebRequest -Uri https: aka ms getwinget -OutFile winget msixbundle Add-AppxPackage winget msixbundle del winget msixbundle Then run it using Powershell, it will download and install winget correctly Check My Github Project:





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