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







請輸入英文單字,中文詞皆可:

delete    音標拼音: [dɪl'it]
vt. 刪除
v. 刪除

刪除刪除

delete
刪除時清除


delete
刪除 DEL


delete
讀,寫,執行,刪除 RWED

delete
刪除

delete
v 1: remove or make invisible; "Please delete my name from your
list" [synonym: {delete}, {cancel}]
2: wipe out digitally or magnetically recorded information; "Who
erased the files form my hard disk?" [synonym: {erase}, {delete}]
[ant: {record}, {tape}]
3: cut or eliminate; "she edited the juiciest scenes" [synonym:
{edit}, {blue-pencil}, {delete}]

Delete \De*lete"\, v. t. [imp. & p. p. {Deleted}; p. pr. & vb.
n. {Deleting}.] [L. deletus, p. p. of delere to destroy. Cf.
1st {Dele}.]
To blot out; to erase; to expunge; to dele; to omit.
[1913 Webster]

I have, therefore, . . . inserted eleven stanzas which
do not appear in Sir Walter Scott's version, and have
deleted eight. --Aytoun.
[1913 Webster]

105 Moby Thesaurus words for "delete":
KO, abbreviate, abridge, abrupt, alienate, annul, black out, blot,
blot out, blue-pencil, bowdlerize, call off, cancel, cast off,
cast out, censor, complete, cross out, cut, cut adrift, cut off,
cut out, dele, depart, disarticulate, disconnect, disengage,
disjoin, disjoint, dispose of, dissociate, disunite, divide,
divorce, drop the curtain, edit, edit out, efface, eject,
eliminate, end off, eradicate, erase, estrange, exclude, expel,
expunge, expurgate, extinguish, finalize, finish, fold up,
get it over, get over with, get through with, give the quietus,
isolate, kayo, kibosh, kill, knock out, leave, obliterate, omit,
part, perfect, polish off, pull away, pull back, pull out,
put paid to, raze, remove, rescind, rub out, rule out, scrag,
scratch, scratch out, segregate, separate, sequester, set apart,
set aside, shoot down, shut off, split, sponge, sponge out,
stand aloof, stand apart, stand aside, step aside, strike,
strike off, strike out, subtract, throw off, throw out, uncouple,
unyoke, void, wipe out, withdraw, zap

1. (Or "erase") To make a file
inaccessible.

Usually this operation only deletes information from the
tables the {file system} uses to locate named files; the
file's contents still exist on {disk} and can sometimes be
recovered by scanning the whole disk for strings which are
known to have been in the file. Files created subsequently on
the same disk are quite likely to reuse the same blocks and
thus overwrite the deleted file's data permanently.

2. The {control character} with {ASCII} code 127.
Usually entering this character from the keyboard deletes the
last character typed from the {input buffer}. Sadly there is
great confusion between {operating systems} and keyboard
manufacturers as to whether this function should be assigned
to the delete or {backspace} key/character.

The choice of code 127 (binary 1111111) is not arbitrary but
dates back to the use of {paper tape} for input. The delete
key rewound the tape by one character and punched out all
seven holes, thus obliterating whatever character was there
before. The tape reading software ignored any delete
characters in the input.

(1996-12-01)

請選擇你想看的字典辭典:
單詞字典翻譯
DELETE查看 DELETE 在Google字典中的解釋Google英翻中〔查看〕
DELETE查看 DELETE 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





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


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

































































英文字典中文字典相關資料:
  • Delete your activity - Computer - Google Account Help
    Delete your activity automatically You can automatically delete some of the activity in your Google Account On your computer, go to your Google Account At the left, click Data privacy Under "History settings," click an activity or history setting you want to auto-delete Click Auto-delete
  • Why do I keep getting [eslint] Delete `CR` [prettier prettier]?
    Get rid of error: Delete `␍⏎` eslint (prettier prettier), and allow use double `cr` Visual Studio Code1 56 2 on Windows 10 3 Delete CR only for TS TSX files - Prettier ESLint on VSCode 1 46
  • Clear cache cookies - Computer - Google Account Help
    Click Delete data If you delete cookies while signed in to Chrome, you won't be signed out of your Google Account Tips: To sign out of your Google Account on all websites, sign out of Chrome In the address bar, to quickly reach the Delete browsing data dialog, type “Delete browsing data” and then, tap the Action chip
  • MySQL DELETE FROM with subquery as condition - Stack Overflow
    DELETE T FROM Target AS T RIGHT JOIN (full subquery already listed for the in() clause in answers above) ` AS TT ON (TT ID = T ID) And maybe it is answered in the "MySQL doesn't allow it", however, it is working fine for me PROVIDED I make sure to fully clarify what to delete (DELETE T FROM Target AS T)
  • Completely eliminate OneDrive - Microsoft Community
    1 Delete the OneDrive folder: Navigate to your user folder (usually C:\Users\ [YourUsername\]), find the OneDrive folder and delete it This will erase any synchronized data saved locally on your machine Before performing this operation, make sure to move any important files elsewhere and make a good backup of your important data 2
  • Guide for completely removing McAfee - Microsoft Community
    In the terminal window, type sc delete If you run into errors, the product wasn't entirely removed, and you may try Step 2 again I can offer assistance if this doesn't work but don't expect a quick or accurate response for your situation You may have a faster and more accurate response from McAfee Support 🍻
  • How do you clear Saved info box information in Microsoft Edge?
    In Microsoft Edge, you can selectively delete saved form information, addresses or passwords without having to delete all browsing history or cookies Below is a detailed step-by-step guide: To delete saved form information 1 Open Microsoft Edge 2 Click the three dots in the upper-right corner (Settings and More), and then select Settings 3
  • How do I remove a second account from my computer?
    To delete a user account on your device, kindly perform the steps below 1 Login to Windows using the user account that you want to retain and make sure this account has an administrator privilege 2 Once logged in, press Windows key + r, type netplwiz then press enter 3
  • sql - Delete from two tables in one query - Stack Overflow
    Or, you could have ON DELETE CASCADE set up with a foreign key This is the better approach CREATE TABLE parent ( id INT NOT NULL, PRIMARY KEY (id) ); CREATE TABLE child ( id INT, parent_id INT, FOREIGN KEY (parent_id) REFERENCES parent(id) ON DELETE CASCADE ); You can read more about ON DELETE CASCADE here
  • How to resolve WDCSAM64 (Western Digital) driver incompatibility to . . .
    Note: pnputil delete-driver oem0 inf uninstall force Space: When you type the above on Command Prompt as Administrator, note that there is a space after each of the following: pnputil, oem0 inf, uninstall Zero: in the word oem0 - the last is the number zero (not letter O) Thank you, Dave! MM 11 16 2024





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

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