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

iteration

英 / ˌɪtəˈreɪʃn /
美 / ˌɪtəˈreɪʃn /
n. 迭代;(计算机)新版软件

复数:iterations

1. This leads to continuous requirements change from iteration to iteration.
这导致从迭代到迭代的持续的需求变更。
2. In this strategy, people accept that their team members will have idle time during each iteration.
在此策略中,人们接受他们的团队成员将在每次迭代中有空闲时间。
3. At the end of an iteration of work, we always look back at how we did and figure out what we can do differently next time to improve.
持续的反馈和改进:在重复工作的结束时,我们总是回顾我们是如何做的,并找出下次改进时我们可以做的不同之处。
4. Instead of running all your automated unit tests every day, only run the ones that need to pass for this particular delivery or iteration.
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
5. When developers review things, they have a tendency to pounce on any little mistake they see regardless of its importance to the success of the iteration.
当开发人员审查物件时,他们倾向于抓住任何他们看到的小错误,不管它对迭代的成功有多重要。