?
查询技巧:
1、输入单个单词准确查询。
2、使用%模糊查询,匹配任意长度字符:
   %a    以a结尾的单词;
   ab%    以ab开头的单词;
   %ac%    含有ac的单词。
3、使用_模糊查询,匹配单个任意字符:
   _a_    三位且a在中间的单词;
   _ad    三位且ad结尾的单词;
   ac_    三位且ac开头的单词;
   _a    两位且a结尾的单词;
   a_    两位且a开头的单词。
4、带连字符-的单词,需含-字符才能模糊查询,如well-know需输入 well-% 。
5、在手机键盘上,如果g上有%和v上有_,则可长按输入。

annotating
GRE

英 / ˈænəteɪtɪŋ /
美 / ˈænəteɪtɪŋ /
v. 注解,给……作注解(annotate 的现在分词)

1. Listing 7 shows the PAT file after annotating.
清单7显示了标注后的PAT文件。
2. Annotating interfaces is currently not supported.
目前还不支持在接口上进行注解。
3. Using a private field and annotating the setter method is considered a best practice.
使用私有字段并注释setter方法被视为最佳做法。
4. A unique feature of the datasets is a taxonomy annotating known relations between the items.
这个数据集中的独到之处在于,因为分类注解而知道条目之间的关系。
5. The set of instructions to be followed while annotating the Jython script is as follows
在注释 Jython 脚本时应该遵循的步骤如下