1. Str is basically telling us how we want to have it printed out.
Str基本上是在告诉我们,我们想怎样把它打印出来了。
来自互联网
2. STR projects the industry will end 2011 with increases in all three key metrics.
STR 预测,2011年产业的三个关键业绩评估指标都会上升。
来自互联网
3. Contrary to previous thinking, STR now believes demand growth will be stronger in 2010 than in 2011.
与之前的预测相反,STR现在认为2010年的需求增长将会强于2011年。
来自互联网
4. In vitro, STR enzymatic assay was measured indirectly by fluorimetrically detecting depletion of tryptamine feeding on secologanin in the reaction mixture.
STR体外酶活性分析采用间接荧光法检测色胺在反应体系的消耗。
来自互联网
5. Consider two threads with access to the String STR.
考虑两个线程访问Stringstr。
来自互联网
6. Str is king.
力量是王道。
来自互联网
7. In fact, a string object is an instance of the STR class.
事实上,字符串对象是str类的一个实例。
来自互联网
8. In Listing 5, the string in STR is modified by the upcase!
在清单5中,str中的字符串由upcase !
来自互联网
9. We use the STR function to parse the multi-line string literal.
我们使用了str函数来解析这个多行字符串。
来自互联网
10. We use the seq function to turn big-num-str into a sequence.
我们使用seq函数来将 big-num-str转变为一个序列。
来自互联网
11. So STR is basically telling us how we want to have it printed out.
因此str基本上也就告诉我们,怎么来显示对象了。
来自互联网
12. We then use the def macro to define a constant called big-num-str.
之后,使用def宏来定义一个常量,称为big - num - str。
来自互联网
13. First we use the STR function from Clojure to convert the char to a string.
首先,我们使用Clojure的str函数来将这个char转变为字符串。
来自互联网
14. Thank you. Yeah, I was going to say, think about what does STR do, in general?
谢谢你,对了,我正想要说呢,想想通常str是用来做什么的?
来自互联网
15. The STR class contains a large number of useful methods for manipulating strings.
str类包含大量的用于操作字符串的有用方法。
来自互联网
16. The root of the issue is whether or not the str class must to be implemented as ASCII.
这个问题的根源是str类是否必须使用ASCII来实现。
来自互联网
17. After you invoke that method on the String STR (str.freeze, STR cannot be modified).
对Stringstr调用该方法(str . freeze)之后,str将不能被修改。
来自互联网
18. Python has a single string type, str, that behaves similarly to the version 2.x unicode type.
Python具有单一的字符串类型str,其功能类似于版本 2.x 的unicode 类型。
来自互联网
19. While Python 2.x did support unicode, there was both an (old) STR type and (new) unicode type.