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

preempts
GRE

英 / ˌpriːˈempt /
美 / ˌpriːˈempt /
vt. 先占;先取;以先买权获得

第三人称单数:preempts;现在分词:preempting;过去式:preempted;过去分词:preempted

1. Sometimes it even preempts these, but much more importantly, it creates a domain for collective dreams.
有时候它甚至先于现实,但是最重要的是它创造了一个集体梦想的领土。
2. It's golden colour with amber tinges preempts the linden flower, dried figs, acacia honey and raisin aromas and flavours.
它的色泽呈金色,略带琥珀色,具有菩提花、干无花果和阿拉伯树胶蜂蜜以及葡萄干的香味。
3. The alarm thread, being a high-priority RT thread, preempts any other lower-priority thread, and the GC thread also runs at an RT priority.
alarm线程是一个高优先级rt线程,它会抢占任何其他具有较低优先级的线程,而gc线程仍然以RT优先级运行。
4. The runtime JIT-attach dialog preempts the operating system dialog for managed exceptions or native exceptions on threads that have passed through native code.
运行时jit附加对话会抢占已通过本机代码的线程中的托管异常或本机异常的操作系统对话。