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

compile
CET6

英 / kəmˈpaɪl /
美 / kəmˈpaɪl /
v. 编译;编写(书、列表、报告等);编纂

第三人称单数:compiles;现在分词:compiling;过去式:compiled;过去分词:compiled

1. The book took 10 years to compile.
这本书花了10年编写。
2. We are trying to compile a list of suitable people for the job.
我们在努力编制一份适合做这项工作的人员名单。
3. They also compile flight reports.
他们还编写飞行报告。
4. What I'll do is compile a list of suitable properties for you and send them via email.
我会为您编制一份合适房产的列表,然后通过电子邮件发给您。
5. Once we start writing more interesting programs, you would have to type out long annoying commands to just compile more sophisticated programs.
一旦我们开始编写更有趣的程序,你就不得不键入冗长烦人的命令来编译更复杂的程序。