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

by-line
GRE

美 / baɪ laɪn /
n. (新闻杂志标题下的)作者署名;(铁路干线的)支线;副业
v. 在(新闻,杂志文章等的)下面署名

复数:by-lines

1. Let's go through our new code line-by-line.
让我们逐行来看一下新代码。
2. Line-by-line explanations of the code appear after listing 10.
清单10逐行解释了这些代码。
3. Not the press card, not the by-line, not the fact of employment by a major media company.
记者证不能,作者署名也不能,被主流媒体公司雇佣的身份也不能。
4. It is one of the more commonly used functions because line-by-line parsing often makes sense.
它是一个更常用的函数,因为逐行解析通常会有意义。
5. This article shows all the code necessary for both examples, and it gives line-by-line explanations.
文章还显示了这两个例子的所有必要代码,并逐行解释它们。