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

undoes
CET4

英 / ʌnˈduː /
美 / ʌnˈduː /
v. 解开,松开;消除……影响或结果,使恢复原状;撤销(先前的计算机指令);破坏,毁掉
n. (计算机)撤消还原

复数:undos;第三人称单数:undoes;现在分词:undoing;过去式:undid;过去分词:undone

1. When a user mistypes, the Backspace key "undoes" the erroneous characters.
当用户输入错误时,可以按退格键“撤销”错误的字符。
2. Undoes the last action or a sequence of actions, which are displayed in the Undo list.
撤消上一个操作或者一系列操作,这些操作显示在“撤消”列表中。
3. This rollback undoes all the operations that were performed after the neworder savepoint was set.
这个回滚将撤销在设置 neworder 保存点之后执行的所有操作。
4. When this mode is active, a right-click anywhere in the document undoes the last Fill Format action.
当此模式处于活动状态时,右键单击文档中任何位置,撤消填充格式的上一次操作。
5. If the user undoes a delete, it is a different EditPart that is recreated to represent the restored object.
如果用户撤销了一个删除操作,那么用于表示被恢复对象而重新创建的EditPart与原先的EditPart是不同的。