英文字典中文字典


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







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

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 在百度字典中的解释百度英翻中〔查看〕
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
  • What is the difference between delete and delete []?
    The delete operator deallocates memory and calls the destructor for a single object created with new The delete [] operator deallocates memory and calls destructors for an array of objects created with new [] Using delete on a pointer returned by new [] or delete [] on a pointer returned by new results in undefined behavior
  • 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 change settings so that when I delete a file, it asks me to . . .
    When I have a file, such as an ebook, if I want to delete, I'm used to clicking the delete key and then a box coming up saying to confirm I want to delete That box is NOT coming up I need it to Its deleting from just the delete key without confirming I mistakenly hit the key its deleting files!
  • 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
  • sql - delete all from table - Stack Overflow
    Is a DDL(Data Definition Language), you can delete all data and clean identity If you want to use this, you need DDL privileges in table DDL statements example: CREATE, ALTER, DROP, TRUNCATE, etc DELETE FROM table_name DELETE FROM table_name WHERE 1=1 (is the same) Is a DML(Data Manipulation Language), you can delete all data
  • 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 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 delete a plan in MS planner? - Microsoft Community
    To delete a plan in Microsoft Planner, please follow these steps: Please go to the plan you want to delete, click on the three dots at the top, select plan details, and then delete this plan ( Please note only the plan you created can be deleted ) We hope this helps, thank you for your time and patience, we hope you have a nice day! Sincerely





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