BlackHoleChannel implements the ChannelOutput interface and contains an empty write method.
BlackHoleChannel实现ChannelOut put接口,包含一个空的write方法。
When you have a connection to the web server, send the HTTP request using the write method.
当您连接上Web服务器之后,就可以使用write方法发送HTTP请求。
If it is ready to handle a new request, the write method enqueues the client for request processing.
如果它准备处理新请求,write方法就会为请求处理而将该客户机排到队列中。
A read-write method based on microcomputer and CPLD technique for chromatic mastering system was described.
提出了彩色母盘刻录系统中一种基于单片机和复杂可编程逻辑器件(CPLD)技术的激光读写控制方法。
However, this improvement doesn't come without a price; there are hidden pitfalls when using the mmap+write method.
然而,性能的改进需要付出代价的;是用mmap与write这种组合方法,存在着一些隐藏的陷阱。
In the write method, the code reads the content of the data object and stores it in the passed "message" parameter.
在write方法中,代码读取了数据对象的内容,并将其存储在传递的“message”参数中。
Finally, after finishing the desired workbook object, write it to a file using the workbook's write method (Listing 21).
最后,完成想要的工作簿对象之后,使用工作簿的write方法将它写入一个文件(参见清单21)。
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包中的所有方法,将方法跟踪写到文件中。
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。
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.
要想做一名教师,最基本的条件是能写黑板字,然而几种写字方法不如意,他感到些许绝望。
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。
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对象直接流向响应写出程序,从而避免创建临时字符串对象。
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)对的类型进行参数化)。
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.
当创作数据绑定时,会将消息标头传入读或写方法,并允许协议标头中的字段确定转换逻辑。
Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.
共享内存提供了最快的进程间通信方法,因为它以内存传输的速度来处理读写消息。
However, this approach is widely applicable outside of the context of RMC: You could use it to write a method book, for instance.
无论如何,这种方法在RMC环境以外能够非常广泛地被利用。比如,您可以利用它编写一本方法书籍。
That method requires that you identify all JSF components and write them into your JSF pages.
因为该方法需要您标识出所有的JS f组件并将它们写入到您的jsf页面。
Another method is to write a plug-in or extension for your application that provides support for the desired file formats.
另一种方法是为支持所想要的文件格式的这个应用程序编写一个插件或扩展。
If you didn't write the method, do you think you could make the requisite changes without introducing a defect?
如果您该方法不是您编写的,您认为您能只做必要的更改而不会引入任何缺陷吗?
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.
尽管为每个您撰写的方法创建多种测试是非常不错的,但您必须决定您实际能测试多少,结果是否能体现出您所投入的时间。
Each HTTP method represents a read or write operation on a resource, and each HTTP URI represents an individual resource instance.
每个HTTP方法代表资源上的一个读或写操作,每个HTTPURI代表单个的资源实例。
Be cautious about method overloading based on argument type when you write extension functions.
在编写扩展函数时,应谨慎处理根据实参类型进行的方法重载。
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).
因为我们覆盖了工厂方法来编写这个测试,所以其结果是:我们的测试不再包括任何原始创建代码(现在它在基类的工厂方法内部)。
Every time you write to a tied scalar variable, you invoke its STORE method.
每次写绑定标量变量时,都会调用它的STORE方法。
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.
在方法开发项目中,没有必要编写和测试代码,但是仍然需要测试所有的连接。
You can ask others or to yourself. I often use this method to come up with topics to write.
去问问别人,问问自己,我经常用这种方法来挖掘博客主题。
Fix the immediate problem: maybe it's the fact that you didn't write the new method yet.
处理直接的问题:也许您还没有撰写新的方法。
There is never any reason to write ugly code, a method that spawns multiple pages, or code with cryptic variable names.
没有任何理由编写“丑陋”的代码、长达数页的函数,或是稀奇古怪的变量名。
Listing 14 shows how to invoke the authorize method with permissions to write content.
清单14展示了如何利用权限调用authorize方法,以写入内容。
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方法的?
应用推荐