我看字典>英语词典>insertions翻译和用法

insertions

英 [ɪnˈsɜːʃənz]

美 [ɪnˈsɜrʃənz]

n.  插入; 嵌入; 插入物; (书、文章等中)添加的东西; 添加
insertion的复数

计算机

柯林斯词典

    The verb is pronounced /ɪn'sɜːt/. The noun is pronounced /'ɪnsɜːt/. 动词读作 /ɪn'sɜːt/。名词读作 /'ɪnsɜːt/。

  • VERB 插入;嵌入
    If youinsertan objectintosomething, you put the object inside it.
    1. He took a small key from his pocket and slowly inserted it into the lock...
      他从口袋里掏出一把小钥匙,慢慢地插到锁眼里。
    2. Wait for a couple of minutes with your mouth closed before inserting the thermometer.
      先合上嘴巴等几分钟再放进体温计。
  • VERB (在文章或讲话中)插入,添加
    If youinserta comment into a piece of writing or a speech, you include it.
    1. They joined with the monarchists to insert a clause calling for a popular vote on the issue.
      他们与君主主义者联手添加了一个条款,呼吁对该议题进行全民投票。
  • 插入物;(尤指夹在书刊中的)活页广告
    Aninsertis something that is inserted somewhere, especially an advertisement on a piece of paper that is placed between the pages of a book or magazine.

    双语例句

    • ArrayLists are better for random-access of the contents of the list, whereas LinkedList is better for insertions and removal from anywhere but the end of the list.
      ArrayList更适合列表内容的随机访问,而LinkedList更适合在除了列表末尾以外的位置进行插入和删除操作。
    • Insertions can cause many genetic diseases, such as hemophilia and Duchenne muscular dystrophy, and may play a role in the development of cancer.
      插入可导致很多遗传病,如血友病、杜氏肌营养不良,并且还可能与肿瘤的发展有关。
    • In other words, most of the index insertions occur only on the right edge of an index.
      索引值单调增长指新索引数据只会插入到索引的右边界外。
    • For example, maybe insertions are more common and you'd want to penalize them less than deletions.
      例如,可能插入更常见,所以插入扣的分要比删除少。
    • Indexes, however, can slow down the speed of record insertions, updates, and deletes.
      但是,索引会减慢插入、更新和删除记录的速度。
    • After the table and its indexes have been extensively updated by data updates, deletions, and insertions.
      通过数据更新、删除和插入大量更新表及其索引之后。
    • Anterior dermal window of light organ between insertions of pelvic fins.
      在腹鳍嵌入点之间的发光器的前面皮窗。
    • Annotations are insertions of directives in a plain old Java object ( POJO), where a developer enters information without leaving the source editor or uses an annotation editor.
      Annotations是在plainoldJavaobject(POJO)中的插入指令,使开发人员可以在不离开源码编辑器,或者使用注解编辑器的情况下输入信息。
    • The CopyOnWriteArrayList class is intended as a replacement for ArrayList in concurrent applications where traversals greatly outnumber insertions or removals.
      在那些遍历操作大大地多于插入或移除操作的并发应用程序中,一般用CopyOnWriteArrayList类替代ArrayList。
    • When there have been extensive updates, deletions, and insertions that affect a table and its indexes.
      当存在大量影响表及其索引的更新、删除和插入操作时。