• BlackHoleChannel implements the ChannelOutput interface and contains an empty write method.

    BlackHoleChannel实现ChannelOut put接口包含一个write方法

    youdao

  • When you have a connection to the web server, send the HTTP request using the write method.

    连接Web服务器之后,就可以使用write方法发送HTTP请求

    youdao

  • If it is ready to handle a new request, the write method enqueues the client for request processing.

    如果准备处理请求write方法就会请求处理而将客户机排到队列中。

    youdao

  • A read-write method based on microcomputer and CPLD technique for chromatic mastering system was described.

    提出了彩色母盘刻录系统中一种基于单片机复杂可编程逻辑器件(CPLD)技术的激光读写控制方法

    youdao

  • However, this improvement doesn't come without a price; there are hidden pitfalls when using the mmap+write method.

    然而,性能的改进需要付出代价的;mmap与write这种组合方法存在着一些隐藏陷阱

    youdao

  • In the write method, the code reads the content of the data object and stores it in the passed "message" parameter.

    write方法中,代码读取数据对象内容将其存储传递的“message”参数中。

    youdao

  • Finally, after finishing the desired workbook object, write it to a file using the workbook's write method (Listing 21).

    最后完成要的工作簿对象之后使用工作簿write方法写入一个文件(参见清单21)。

    youdao

  • Xtrace:maximal=mt,output=trace.out,methods={tests/mytest/*.*}: Write method trace to file for all methods in the tests.mytest package.

    maximal=mt,output=trace.out,methods={tests/mytest/*.*}:对于 tests.mytest中的所有方法,将方法跟踪写到文件中。

    youdao

  • The read method transforms a JMS TextMessage into a data object, and the write method transforms a data object back into a JMS TextMessage.

    read方法JMSTextMessage转换数据对象write方法将数据对象重新转换为JMS TextMessage。

    youdao

  • Teachers want to be a basic condition is the blackboard and write the word, but several write method undesirable situations, and he is a bit of despair.

    一名教师最基本条件黑板然而几种写字方法不如意感到些许绝望

    youdao

  • To improve performance, rope introduces a write method that accepts a writer and a range specification and writes the rope's specified range into the writer.

    为了提高性能rope引入了write方法接受一个writer一个范围说明然后将rope的指定范围字符写到writer。

    youdao

  • JSR 286 adds a write method that allows you to stream URL objects directly to the response writer instead, avoiding the creation of temporary string objects.

    JSR 286添加write方法允许URL对象直接流向响应写出程序,从而避免创建临时字符串对象。

    youdao

  • Finally, this data is written to the Context object (whose write method is parameterized based on the types of the (key, value) pair that are produced by map).

    最后这个数据写到Context对象(它的write方法基于映射生成(key,value)对类型进行参数化)。

    youdao

  • When authoring a Data Binding the message headers were passed into the read or write method, allowing transformation logic to be determined by a field in the protocol header.

    创作数据绑定时,会消息传入方法并允许协议中的字段确定转换逻辑

    youdao

  • Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.

    共享内存提供最快进程间通信方法因为内存传输的速度来处理读写消息

    youdao

  • However, this approach is widely applicable outside of the context of RMC: You could use it to write a method book, for instance.

    无论如何这种方法在RMC环境以外能够非常广泛地被利用。比如,可以利用编写方法书籍

    youdao

  • That method requires that you identify all JSF components and write them into your JSF pages.

    因为该方法需要标识出所有JS f组件它们写入jsf页面

    youdao

  • Another method is to write a plug-in or extension for your application that provides support for the desired file formats.

    另一种方法支持所想要文件格式的这个应用程序编写插件扩展

    youdao

  • If you didn't write the method, do you think you could make the requisite changes without introducing a defect?

    如果方法不是编写的,您认为只做必要更改而不会引入任何缺陷吗?

    youdao

  • Although it might be nice to create extensive tests for every method you write, you must decide how much you can actually do and whether the return will warrant the time you put in.

    尽管每个撰写方法创建多种测试非常不错的,但您必须决定实际测试多少,结果是否能体现您所投入时间

    youdao

  • Each HTTP method represents a read or write operation on a resource, and each HTTP URI represents an individual resource instance.

    每个HTTP方法代表资源上的一个操作,每个HTTPURI代表单个的资源实例

    youdao

  • Be cautious about method overloading based on argument type when you write extension functions.

    编写扩展函数,应谨慎处理根据实参类型进行的方法重载

    youdao

  • Because we overrode the factory method to write this test, it turns out that we no longer have any test coverage of the original creation code (which is now inside the base class's factory method).

    因为我们覆盖工厂方法编写这个测试所以其结果是:我们测试不再包括任何原始创建代码(现在工厂方法内部)。

    youdao

  • Every time you write to a tied scalar variable, you invoke its STORE method.

    每次绑定标量变量时,都会调用STORE方法

    youdao

  • There is no need to write and test code during a method development project, but there is still a need for testing all links and usage threads.

    方法开发项目没有必要编写测试代码但是仍然需要测试所有连接

    youdao

  • You can ask others or to yourself. I often use this method to come up with topics to write.

    问问别人问问自己经常这种方法挖掘博客主题

    youdao

  • Fix the immediate problem: maybe it's the fact that you didn't write the new method yet.

    处理直接问题也许没有撰写新的方法

    youdao

  • There is never any reason to write ugly code, a method that spawns multiple pages, or code with cryptic variable names.

    没有任何理由编写丑陋”的代码、长达数的函数,或是稀奇古怪变量名。

    youdao

  • Listing 14 shows how to invoke the authorize method with permissions to write content.

    清单14展示了如何利用权限调用authorize方法写入内容

    youdao

  • For those who want to experiment with pattern matching just a bit more, Listing 8 is another way to write the show method.

    如果一下模式匹配,那么可以看看清单8中如何以另一种方式编写show方法的?

    youdao

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

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

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