英文字典中文字典


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







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

bloodless    音标拼音: [bl'ʌdləs]
a. 无血色的,不流血的,没精神的

无血色的,不流血的,没精神的

bloodless
adj 1: destitute of blood or apparently so; "the bloodless
carcass of my Hector sold"- John Dryden [synonym:
{bloodless}, {exsanguine}, {exsanguinous}]
2: free from blood or bloodshed; "bloodless surgery"; "a
bloodless coup" [ant: {bloody}]
3: without vigor or zest or energy; "an insipid and bloodless
young man"
4: devoid of human emotion or feeling; "charts of bloodless
economic indicators"
5: anemic looking from illness or emotion; "a face turned
ashen"; "the invalid's blanched cheeks"; "tried to speak with
bloodless lips"; "a face livid with shock"; "lips...livid
with the hue of death"- Mary W. Shelley; "lips white with
terror"; "a face white with rage" [synonym: {ashen}, {blanched},
{bloodless}, {livid}, {white}]

nonhuman \nonhuman\ adj.
not human. Opposite of {human}. [Narrower terms: {anthropoid,
anthropoidal, apelike}; {bloodless}; {dehumanized, unhuman};
{grotesque, monstrous, unnatural}; {mechanical}]
[WordNet 1.5]


Bloodless \Blood"less\, a. [AS. bl[=o]dle['a]s.]
1. Destitute of blood, or apparently so; as, bloodless
cheeks; lifeless; dead.
[1913 Webster]

The bloodless carcass of my Hector sold. --Dryden.
[1913 Webster]

2. Not attended with shedding of blood, or slaughter; as, a
bloodless victory. --Froude.
[1913 Webster]

3. Without spirit or activity.
[1913 Webster]

Thou bloodless remnant of that royal blood ! --Shak.
[1913 Webster] -- {Blood"less*ly}, adv. --
{Blood"less*ness}, n.
[1913 Webster]

161 Moby Thesaurus words for "bloodless":
achromatic, achromic, anemic, anesthetic, arid, ashen, ashy,
asthenic, at peace, barren, blah, blank, bled white, cadaverous,
calm, characterless, chicken, chloranemic, cold, colorless,
concordant, cowardly, dead, deadly pale, deathly pale, debilitated,
dim, dimmed, dingy, discolored, dismal, draggy, drearisome, dreary,
drooping, droopy, dry, dryasdust, dull, dusty, effete, elephantine,
empty, etiolated, exsanguinated, exsanguine, exsanguineous, fade,
faded, faint, faintish, fallow, feeble, flabby, flaccid, flat,
floppy, ghastly, gone, gray, gutless, haggard, halcyon, hard,
heavy, ho-hum, hollow, hueless, hypochromic, idyllic, imbecile,
impassible, impotent, inane, inexcitable, insensate, insensitive,
insipid, jejune, lackluster, languid, languorous, leaden, lifeless,
limber, limp, listless, livid, low-spirited, lurid, lusterless,
lustless, marrowless, mat, mealy, muddy, nerveless, neutral,
orderly, pacific, pale, pale as death, pale-faced, pallid,
pastoral, pasty, peaceable, peaceful, peacetime, pedestrian,
piping, pithless, plodding, pointless, poky, ponderous, pooped,
powerless, quiet, restful, rocky, rubbery, sallow, sapless, serene,
sickly, sinewless, slack, slow, soft, solemn, spineless,
spiritless, sterile, stiff, stodgy, strengthless, stuffy,
superficial, tallow-faced, tasteless, tedious, toneless, tranquil,
uncolored, unhardened, unlively, unnerved, unstrung, untroubled,
vapid, wan, washed-out, waterish, watery, waxen, weak, weakly,
whey-faced, white, wooden


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





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


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

































































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


  • windows - What is %AppData%? - Super User
    The AppData\Local and AppData\Roaming locations are the preferred locations for applications to store data that is not required to be exposed to the user In a domain environment, the Roaming is used to copy the user's environment as they log on to different computers You can find a description in the Windows File System Namespace Usage
  • A complete list of %% relative paths variables in Windows Explorer in . . .
    I also tried defining my own user variable in "Edit environment variables for your account" and defined LOCALLOWAPPDATA: C:\Users\<your user profile>\AppData\LocalLow
  • How to safely delete AppData Temp folder? - Super User
    The temp folder is not always deleted, even after proper shutdowns, and the space can pile up to large proportions You don't need to delete the folder itself though, only its content You can safely select everything, and shift-delete the files to permanently delete the files It will fail deleting everything and will complain that some files are in use Just say Ignore for all occurrences
  • Windows Backup Restore: What to Keep from AppData?
    By that you should be able to decide on yourself which folder contains important or useless data Examples of folders containing useless data of considerable size: AppData\Local\Temp\ AppData\Local\Microsoft\Windows\ AppData\Local\CrashDumps\ etc I never found comparable folders inside of AppData\Roaming\ so it should remain in your backup
  • Is there a list of Windows special directories shortcuts (like %TEMP . . .
    %localAppdata% - Opens AppData's Local folder C:\Users\ {username}\AppData\Local For those who are too lazy to go back out of the roaming folder and go to local
  • Why does `cd %appdata%` not work on Windows 11?
    One way to get into it is by using the Run dialog box using Windows+R And then type %appdata% into it and hit enter But not being able to cd into it is causing issues when trying to get to that f
  • How to generically refer to the AppData folder on the Windows command . . .
    The original User's Profile directory lives in a directory like C:\Users\username\AppData How can I refer to the current user's profile directory when using the Windows command line?
  • Can I move my AppData folder in Windows 10? - Super User
    Navigate to c:\Users\username\appdata execute the following command: mklink d local d:\appdata\local replace d:\appdata\local with the actual path of where you moved the appdata to If you cannot move delete the original copy, create a 2nd user, make it administrator, login with it, and retry the option This should ensure that no files are in
  • Where are the Chrome profiles saved locally? - Super User
    I've just had to recover my profiles from a back copy because Chrome data got corrupted and I didn't get them back until I restored the upper level folder, that is, C:\Users\YOURUSERNAMEHERE\AppData\Local\Google\Chrome\User Data It took a while because it's huge (mine is ~8 GB and Google is not even my primary browser)





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