• The packaging assembling line can automatically unscramble bottle, count and fill medicine, insert paper, screw cap, induction foil seal, label, print code and cartoner.

    片剂、胶囊瓶装包装线具有自动瓶、计量灌装、铝箔封口贴标码及装盒等功能。

    youdao

  • I also added an option to print out the code generation model tree for a binding.

    添加了一个选项可以打印绑定代码生成模型

    youdao

  • Listing 6 generates the code to actually compute the number of milliseconds elapsed since the start time, and to print it out as a nicely formatted message.

    清单6生成实际计算开始时间经过毫秒作为编排好格式的消息打印出来代码

    youdao

  • Instead of gracefully returning an error code to the parent application, I print the error to the screen and bail out of the code.

    没有按通常作法将错误代码返回父代应用程序而是错误打印屏幕然后退出程序。

    youdao

  • The team needed a detector that would find the places in their code where exceptions were caught and asked to print their stack traces.

    小组需要一个检测器找出代码捕获异常要求打印堆栈跟踪的地方

    youdao

  • The following code example shows how to print the field values of all the documents in a view.

    以下代码示例展示了如何一个视图输出所有文档字段

    youdao

  • When the XML parser has processed the whole document, construct the HTML code, and print to the browser.

    xml解析器处理完整个文档后将构造HTML代码输出到浏览器。

    youdao

  • Using the sys_nerr global variable and the strerror() function, you can easily whip up some code (see Listing 5) to print out all of the built-in error messages of the system.

    通过使用 sys_nerr全局变量strerror()函数,将可以很轻松地快速编写一些代码请参见清单5打印系统所有内置错误消息

    youdao

  • One important practice we included in our code is the use of print statements to the Intelligent Notification Services log files.

    我们代码包括一个重要实践就是使用了将语句打印IntelligentNotificationServices记录文件中的操作。

    youdao

  • The first Jersey client example is to send a GET request to fetch all the contacts and print the response status code and response content. See Listing 11.

    第一Jersey客户端示例发送GET请求获取所有联系人打印响应状态响应内容参见清单 11。

    youdao

  • If you want to get the value of Pi to 10 digits of precision, the code in Listing 3 will put that value into the StringBuilder and print the output.

    如果希望得到精度10位数字pi清单3中的代码这个值放到StringBuilder打印输出

    youdao

  • Using just a couple of lines of code, with this module, you will extract the title tag and print it out for each page you visit.

    使用这个模块需要代码就可以提取所访问每个页面title标记将其打印输出

    youdao

  • The org.perf4j.LoggingStopWatch class is used to add timing statements to code and print those statements to an output stream or log file.

    LoggingStopWatch用于代码中添加计时语句打印标准输出或者日志文件中。

    youdao

  • The code in Listing 4 will print out "I dig any language with 6 characters in its name!"

    清单4中的代码打印idiganylanguagewith6charactersinitsname !”

    youdao

  • So the very last two lines of code I'm saying this, s2 the original string is s1, the copy of the string is s2, but if I haven't lost you, what are we really going to see when we print this?

    最后代码这样字符串s1那个字符串拷贝是,但是如果没有忘记,我们打印的时候,我们看到什么?

    youdao

  • Let's consider a simple use case of a web service look-up of a description, given the transaction type code and submission type for a ten-print electronic submission.

    下面,我们来看描述web服务查询简单,假设一个十电子提交事务类型提交类型已指定。

    youdao

  • The Listing 13 code snippet sets whether to print by using PDF or ActiveX print mode when the user clicks the print button.

    列表13代码片段设置用户单击打印按钮时候,采用的打印模式PDF还是ActiveX

    youdao

  • All that is required is a cnee replacement that can print out systemwide keyboard events reliably, as the Firefox extension and Perl code are cross-platform.

    需要使用其他软件包替代cnee可靠地输出系统的键盘事件因为Firefox扩展Perl代码跨平台的。

    youdao

  • The code snippet in Listing 9 sets whether to print using PDF or ActiveX print mode when the user clicks the print button.

    列表9中的代码片断设置时候可以使用PDF或者activex格式打印

    youdao

  • Iters left No, it is not. Therefore, skip the rest of that block of code - and go to the next instruction, which is, y ah, print out y.

    是不是大于0?,Isiters,left’s,value,greater,than,zero?,,这回是了,因此跳过这块代码,执行下一个指令也就是,显示。

    youdao

  • Actually, the two-to-three tool has a mode where instead of modifying the code in place, what it normally does, you can also ask it to just print out unified diffs of what's going to change.

    事实上,2to 3工具一种模式可以不直接修改代码默认情况下是会的。可以它输出标准的diff看看修改了什么

    youdao

  • Ruby and Groovy developers like to brag about how they can iterate across a text file and print its contents to the console with a single line of code.

    RubyGroovy开发人员喜欢炫耀他们如何迭代整个文本文件通过行代码将内容输出控制台

    youdao

  • All Ruby code should be copied in as-is, with print statements (for HTML) interspersed as necessary.

    所有Ruby代码必须原样复制,并根据需要添加print语句(针对HTML)。

    youdao

  • In this example, they simply print out a trace to show that the code is actually executed during server startup and shutdown.

    这个示例中,它们仅仅打印跟踪显示启动关闭服务器确实执行了这段代码

    youdao

  • In this section we'll code a simple mediation to print out the contents of an incoming SOAP message.

    一部分中我们编写一个简单中介输出传入SOAP消息内容

    youdao

  • Type the snippet of code shown in Listing 1 (to experience the completion features of the editor), which is supposed to print the digits 1-10.

    输入清单1代码片段体会一下编辑器的代码补全特性段代码的意图输出数字1-10

    youdao

  • A section of code that represents a command or action. So far, the statements we have seen are assignments and print statements.

    声明表示一种命令或者动作代码目前我们了解只有赋语句打印语句。

    youdao

  • To check if the URL has been stored in the cookie store, use the following code to print out each cookie in the store.

    为了检查缓存存储是否存储URL,您可以使用接下来代码打印存储中的每一个缓存。

    youdao

  • Put the code into the Lua interpreter, and then type print (color [1], color [2], color [1]).

    段代码放到Lua解释器中然后输入print (color [1],color [2],color [1])。

    youdao

  • This is only an illustration of how to use code to write more code, not the most efficient way to print out a list of Numbers.

    只是例子如何使用代码更多代码,而不是有效方式打印出来数字

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定