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

relink

vt. 重新链接;重新连接;重新编译

1. What it doesn't do is recompile and relink automatically if it doesn't know anything has changed.
如果它不知道有东西被修改了,它就不会自动重编译和重链接。
2. Any script that was written using this function changes automatically when you recompile or relink.
而当你重新编译或重新链接时,任何一个用该函数编写的脚本都能自动修改。
3. Edit and Continue cannot relink your program if you are debugging it from a location other than the original build location.
如果正在从原始生成位置以外的位置调试,“编辑并继续”不能重新链接程序。
4. If the interface and implementation are clearly separated and protected, you can accomplish this and require only a relink by the user.
如果接口和实现被清楚地分离和保护,你就可以轻松地完成它,你要做的只是重新连接一下你的新库。
5. When you do this, applications using implicit linking do not have to relink with the new import library that contains the new functions.
当您这样做时,使用隐含连结的应用程序就不需要重新连结包含新函式的新汇入程序库。