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

elision

英 / ɪˈlɪʒn /
美 / ɪˈlɪʒn /
n. 省音

复数:elisions

1. If you are returning a parameter of your function, copy elision is inhibited.
如果你回到你的函数的参数,抑制复制的省略。
2. To handle long functions, we collapse large blocks by default, using vertical elision.
为了处理长函数,我们通过垂直省略,缺省隐藏较大的语句块。
3. Copy elision is the only allowed form of optimization that can change the observable side-effects.
复制是唯一允许省略形式的优化,可以改变可观察到的副作用。
4. This optimization is called lock elision and is another of the JVM optimizations slated for Mustang.
这个优化叫做锁省略,是为Mustang安排的另一个JVM优化。
5. I was hoping that escape analysis combined with lock elision would have a much greater influence than it did.
我也希望逸出分析与锁省略一起更能够做到更好,产生更多的影响。