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

syntactical
GRE

美 / sɪnˈtæktɪkəl /
adj. 句法的

1. The problem might be semantic or syntactical.
该问题可能是语义问题也可能是语法问题。
2. A compiler structured on the syntactical relationships of the character string.
一种基于字符串的语法关系的编译程序。
3. Some of the simplest CSS problems are caused by typos and syntactical errors in your code.
最简单的一些CSS 问题是由代码中的打字和语法错误造成的。
4. The Toad Extension does semantical and syntactical validation of the database related code.
该Toad扩展可以对数据库相关代码进行语义和语法上的验证。
5. Note that this feature is defined at the syntactical level, but implemented at compile time.
注意这个功能是定义在句法层次上的,但是是在编译时实现的。