"代码片段" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (代码片段)

Low quality sentence examples

Python的交互模式使得测试短代码片段变得很容易。
Python's interactive mode makes it easy to test short snippets of code.
感谢您让我了解谷歌代码片段和yoastseo插件元描述。
Thanks for making me aware of the Google snippet and Yoast SEO plugin meta description.
检查所有ctype_t常量及其值的快速方法是执行以下代码片段.
A quick way to inspect all ctype_t constants and their values is to execute the following code snippet.
他们会花时间写代码片段,在电脑上开发数百万人可能使用的应用程序。
They spend their days writing snippets of code on their computers to develop applications that millions of people could potentially use.
以下代码片段显示了一个调用非托管FileEncryptionStatus函数的可能外部方法定义.
The following snippet shows a possible extern method definition to call into the unmanaged FileEncryptionStatus function.
以下代码片段显示的是用Kotlin实现的一个简单的面向对象“HelloWorld”程序。
The following code snippet illustrates a simple object-oriented“Hello World” implemented in Kotlin.
以下代码片段显示了一个函数FindMax,它接受两个整数值,并返回两个较大者。
Following code snippet shows a function FindMax that takes two integer values and returns the larger of the two.
如果你是Go的新手,那么在阅读这些小代码片段时,没有什么会让你感到惊讶。
If you're new to Go, there's not much that will surprise you when reading that little code snippet.
例如,以下代码片段实现了一个基本匹配规则,其中测试方法“匹配”此URL的传入请求。
For example, the following code snippet implements a basic match rule, where the test method“matches” an incoming request via the URL.
由于这里我们添加的是CSS3的BoxShadow属性,我们可以想限制代码片段只在样式表中起作用。
Since we added CSS3 Box Shadow, we might want to limit the usage for this snippet to only in a CSS stylesheet.
我很好奇,我们究竟还会有多少其他的单元测试或者代码片段会造成这样一个臃肿的编译时间。
It made me wonder how many other unit tests or code snippets we had that might be contributing to a bloated compilation time.
最后,你可以轻松地将章节中的内容复制到任何Emacs缓冲区,甚至可以直接从示例中执行Lisp代码片段
Finally you can easyly copy content from the book to any Emacs buffer, and you can even execute Lisp code snippet drictly from the examples.
Moderated的C++/STL的隐藏特性和黑暗角色之后,我完全惊讶以下代码片段在VisualStudio2008和G++4.4中编译和工作。
Moderated, I was completely surprised that the following snippet compiled and worked in both Visual Studio 2008 and G++ 4.4.
例如,使用EclipseIDE编写Java代码时,开发人员可以输入“instanceof”,然后按Ctrl+空格键来以下列代码片段替换“instanceof”.
For example, using the Eclipse IDE to code in Java, a developer can type in"instanceof" then press Ctrl+space which will replace"instanceof" by the following code snippet.