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

aborts
CET6

英 / əˈbɔːt /
美 / əˈbɔːrt /
v. (使)流产,堕(胎);(由于问题或故障)中止,使夭折;(胚胎器官,有机体)发育不全,败育
n. <非正式>(飞行、航天任务或其他事业的)中断,取消;夭折的计划(或事业)

复数:aborts;第三人称单数:aborts;现在分词:aborting;过去式:aborted;过去分词:aborted

1. The idea of "assert" is that it aborts the function if it fails.
“维护”的想法是,如果失败了就会终止功能。
2. The CLR delays thread aborts for code that is executing in a CER.
CLR会针对在CER中执行的程序码延迟执行绪中止。
3. Avoid code design that requires the use of asynchronous thread aborts.
避免需要使用异步线程中止的代码设计。
4. The CLR also distinguishes between graceful and non-graceful (rude) aborts.
CLR 也会区别正常和不正常 (粗略) 中止。
5. The close system call closes or aborts any pending connections on the socket.
close 系统调用可关闭或中止套接字上任何挂起的连接。