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

typographical error

误植;手民之误;排字错误

1. Because of a typographical error, the town of Longridge was spelt as Longbridge.
由于一个印刷上的错误,朗里奇镇的名称Longridge被拼成了Longbridge。
2. It is a mere typographical error.
这是一个单纯的拼写错误。
3. The exception occurred because there is a typographical error in the code.
发生此异常的原因是代码中有键入错误。
4. This is like having an instruction manual in which all the copies have the same typographical error.
就好比所有说明书出现同样的印刷错误。
5. For example, reading your code might help if the problem is a typographical error, but not if the problem is a conceptual misunderstanding.
比如,错误很典型的情况下,阅读代码也许有效,但如果错误是概念上误解导致的,这就没啥用了。