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

constructors
GRE

n. 构造函数;[建]施工人员(constructor 的复数形式);构造器;建构式

1. Class constructors should be lazy.
类的构造函数应该是延迟的。
2. Constructors, methods, and variables.
构造函数、方法和变量。
3. After all, where are the constructors?
最后还有一个问题,构造函数在哪里?
4. Constructors are also easy using the init block.
构造函数也可以方便地使用init块。
5. Managing exceptions in constructors and destructors
管理构造函数和析构函数中的异常