英文字典中文字典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英翻中〔查看〕





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


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

































































英文字典中文字典相關資料:
  • 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
  • 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
  • How do I cancel my outlook email account and delete it, entirely . . .
    I understand that you want to close and delete your Outlook account I am happy to help you, if you want to delete your Outlook account you need to make sure first that you no longer need it because once it is closed you will not be able to recover it permanently
  • 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)
  • How do I clear or turn off the Bing. com Search History?
    On the right side of the page you will see the Clear all button, this will delete your entire search history 3 On the next screen you will be asked to verify if you want to continue or not 4 If you select ‘Yes, clear all search history’, then your search history will be cleared How to turn off the Search History feature: 1
  • 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
  • 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
  • Meaning of `= delete` after function declaration - Stack Overflow
    class MyClass { public: Delete copy constructor: delete the copy constructor so you cannot copy-construct an object of this class from a different object of this class MyClass(const MyClass ) = delete; Delete assignment operator: delete the `=` operator (`operator=()` class method) to disable copying an object of this class
  • What is the usefulness of PUT and DELETE HTTP request methods?
    Although I take the risk of not being popular I say they are not useful nowadays I think they were well intended and useful in the past when for example DELETE told the server to delete the resource found at supplied URL and PUT (with its sibling PATCH) told the server to do update in an idempotent manner





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

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