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

piece of data

un. 数据段;数据片

1. They try to trace through every piece of data linked through those.
他们试图追踪每一个通过这些链接的数据。
2. So that's a very important piece of data.
因此这是个非常重要的数据。
3. They then try to trace through every piece of data linked through those.
然后它们尝试去追踪通过这些数据连接到每一块数据。
4. An atom is a basic piece of data, such as a number, string, or character.
原子是一个基本的数据,比如一个数字、字符串或者字符。
5. The value variable will bind the output text specifically to a piece of data.
value 变量将输出文本与一系列的数据绑定起来。