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

terminates
CET6

英 / ˈtɜːmɪneɪt /
美 / ˈtɜːrmɪneɪt /
v. (使)结束,(使)终止;到达终点站;终止妊娠,人工流产;<美>解雇;<美>谋杀(某人);在……结尾,以……收尾
adj. 结束的

第三人称单数:terminates;现在分词:terminating;过去式:terminated;过去分词:terminated

1. The first backquote not preceded by a backslash terminates the command substitution.
不带反斜杠的第一个后引号终止命令替换。
2. Terminates the debugging session and builds your code with the changes.
终止调试会话并生成带有更改的代码。
3. As soon as a debugger shuts down, it terminates all the applications that were under its control.
当一个调用器关闭的时候,它会关闭在它控制之下的所有应用程序。
4. On a WebSphere distributed server, the terminate function terminates a server by calling an operation system sigkill.
在WebSphere分布式服务器上,Terminate功能通过调用操作系统的sigkill来终止服务器。
5. Setting override_signal_handling ensures that the program terminates and core, even if these signals have been handled by the application.
设置 override_signal_handling 可以确保该程序终止并进行核心转储,即使应用程序已经对这些信号进行了处理。