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

re-creates

美 / ˌriː krɪˈeɪt /
vt. 重新创作;改造;改制

第三人称单数:re-creates;现在分词:re-creating;过去式:re-created;过去分词:re-created

1. The play re-creates life before the war.
该剧再现了战前的生活景象。
2. For the first time in 40 years Horizon re-creates a controversial sensory deprivation experiment.
这是四十年来《地平线》节目第一次重做这个颇具争议的感官剥夺实验。
3. The recreateIt() method re-creates the object, but it is referenced by a WeakReference, not a strong reference.
recreateIt() 方法将重新创建该对象,但它会被 WeakReference 引用,而不是强引用。
4. This script, when it is run against a database, re-creates the structure of your database project in that database.
在对资料库执行这个指令码时,会在该资料库中重新建立资料库专案的结构。
5. The script presented in Listing 1 re-creates the bigdog schema and the two tables (products and vendors) that were demonstrated in the previous article in this series.
清单 1 所示的脚本重新创建了本系列上一篇文章中演示的 bigdog 模式和两个表(products 和 vendors)。