首页 / 词典 / good

prepend

  • 网络预置;前置;预先考虑;预先准备;预追加
prependprepend
  1. To follow the JavaBeans convention , I convert the first letter of the property name to uppercase , then prepend get to construct the read method name and set to construct the write method name .

    为了遵循JavaBeans惯例,我把属性名的首字母改为大写,然后预先考虑get来创建读方法名,set来创建写方法名。

  2. Prepend content to the inside of every matched element .

    向每个匹配的元素内部前置内容。

  3. For aesthetic purposes , I prepend a tag to the inventory item .

    出于美观的目的,我在库存项前加上标记。

  4. So you prepend the character G to your initial zero-length string .

    所以将字符G添加到最初的零长度的字符串之前。

  5. Prepend , append , or replace the old title .

    前置,后置或替换旧有的标题。

  6. Note that you prepend it because you 're starting at the end of the LCS .

    请注意,之所以将字符放在LCS前端,是因为我们是从LCS末端开始的。

  7. The library performs actions such as append , delete , find , get , insert , prepend , and replace .

    这个库执行的动作有:追加、删除、查找、取得、播放、预先设计和代替。

  8. To overcome this , you can use the following expression in your Facelets page to prepend the namespace to your javascript code

    要克服这一点,你可以在你的Facelets页中应用下面的表达式,来为你的javascript代码预先设定命名空间

  9. A simple approach to this is to just generate a random number when a thread is spawned and prepend that number to all output lines .

    为此,一种简单的方法就是仅在派生某个线程时才生成一个随机数,并将该随机数追加到所有输出行上。

  10. In addition to appending , you can " prepend " content so that it is inserted before the existing content rather than after it .

    除了附加以外,您还可以“前置”内容,即在已有内容的前面而不是末尾插入新内容。

  11. The only tricky aspect is that it can either append or prepend the entry , or add the entry either at the top or the bottom .

    唯一复杂的方面是记录可以附加在后面或插到前面,或者添加到顶部或底部。

  12. The gist of this technique is to recompile the classes in the JDK , and then use-Xbootclasspath / p : to prepend the JAR or directory to your boot classpath .

    这种技术的要点是重新编译JDK的类,并使用-Xbootclasspath/p:预置JAR或目录到您的启动类路径中。