?
查询技巧:
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上有_,则可长按输入。

directives
GRE

英 / dɪˈrektɪvz /
美 / dɪˈrektɪvz /
n. 指令;指示(directive 的复数形式)

1. The EU has issued a new set of directives on pollution.
欧盟发布了一系列关于污染的新指令。
2. Its directives are couched in the masculine singular, so it seems to be addressing Israelite males as the legal subjects in the community.
它的指令是用阳性单数来表达的,所以它似乎是把以色列男性作为社会的法律主体。
3. Here are some other helpful directives.
下面是其他一些有用的指令。
4. You set all directives in the php.ini file.
可在 php.ini 文件中设置所有指令。
5. Use SQL directives to effect the query plan.
使用 SQL 指令实现查询计划。