英文字典中文字典


英文字典中文字典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
  • How do I use the C#6 Using static feature? - Stack Overflow
    using static is a new kind of using clause that lets you import static members of types directly into scope (Bottom of the blog post) The idea is as follows, according to a couple of tutorials I found, Instead of: using System; class Program { static void Main() { Console WriteLine("Hello world!");
  • Command to list all files in a folder as well as sub-folders in windows
    I tried searching for a command that could list all the file in a directory as well as subfolders using a command prompt command I have read the help for "dir" command but coudn't find what I was looking for Please help me what command could get this
  • How to use and and or in a Where clause - Stack Overflow
    It looks like you are missing one set of brackets: SELECT Store_Id , Paid_Out_Amount , Paid_Out_Comment , Paid_Out_Datetime , Update_UserName , Till_Number FROM Paid_Out_Tb WHERE Store_Id = 1929 AND Paid_Out_Datetime >= DATEADD(day, DATEDIFF(day, 0, GETDATE()) - 1, 0) AND Paid_Out_Datetime < DATEADD(day, DATEDIFF(day, 0, GETDATE()), 0) AND ( Paid_Out_Amount > 50 OR LOWER(Paid_Out_Comment) LIKE
  • 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 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
  • What is Pythons equivalent of (logical-and) in an if-statement?
    (1) That the bool call on the operands has to return True or False isn't completely correct It's just the first operand that needs to return a boolean in it's __bool__ method:
  • Adding a directory to the PATH environment variable in Windows
    Ought to be a bit obvious from doing this in a Control Panel dialog instead of, say, the command prompt with the PATH command You can observe what it does easily with SysInternals' Process Monitor, should you care Using PATH is not the same, any changes you make will be lost when the console closes SETX is a way to make persistent changes
  • How to run an installation in silent mode with adjusted settings
    2) Proprietary Packaging Formats: If the setup exe is a proprietary format you need to either repackage it in a standard format (MSI) using tools to do so, or you need to run the installer in silent mode The latter can be unreliable, but is often done for small scale distribution





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