As before, the code begins by connecting to the queue manager and opening the queue handle, but this time for retrieving messages using the default queue definition.
和前面一样,该代码首先连接到队列管理器,并打开队列句柄,但这次是为了使用缺省队列定义接收消息。
And finally, we can simply just use the namespace within our code, which makes it the default namespace and, by default, makes all calls reference that.
最后,我们可以只在代码中使用名称空间,这就使它成为默认名称空间,并且在默认情况下,使所有代码都引用默认名称空间。
By default, EMF does not use dynamic templates when generating code for models.
默认情况下,在为模型生成代码时,EMF不会使用动态模板。
To avoid this, you can override the default client code page by using the DB2 registry variable DB2CODEPAGE.
为了避免这个问题,可以使用DB 2注册表变量DB 2CODEPAGE覆盖默认的客户机编码页。
Even though a custom category class can be written, this code uses the default category supplied by the API, which will be effective in most cases.
即使一个自定义类别类能够被编写,但是这个代码仍然使用由API所提供的默认类别,它在大多数情况下是有效的。
When a browser calls the default "page" of this tiny cloud server, the code responds by returning a directory listing of the aforementioned "home" directory.
当浏览器调用这个微型云服务器的默认 “页面” 时,代码通过返回前面提到的 “主”目录的目录清单来做出回应。
In the standard JDK distribution, the mechanism to control access to code source is turned off by default.
在标准JD k分发版中,控制代码源访问的机制缺省情况下是关闭的。
The new code expanded the scope and definition of financial transactions not covered by bankruptcy rules to include credit default swaps and mortgage repurchase agreements.
新破产法扩大了金融交易的范围和定义,添加了破产法以前没有涵盖的信用违约互换和抵押贷款回购协议。
By default, an application code page is derived from the operating system where it is running.
默认情况下,应用程序代码页派生于它所运行的操作系统。
By default, the application code page will be derived by the Settings within the operating system where the application is compiled and bound.
在默认情况下,应用程序编码页源自编译和绑定应用程序时所在的操作系统的设置。
However, by default, the EMF code generator only generates mapping entries for global elements, not for local elements.
但是,默认的情况是,EMF代码生成器只为全局元素生成映射条目,而不为局部元素生成。
AIX does not store information about which code path allocated a particular chunk of memory by default, so this information is not easy to get.
AIX未存储关于哪些代码路径默认分配了特定内存块的信息,但这些信息很容易获得。
The original EAR file contains code that assumes that it will be installed under port 8080, which is what the test environment USES by default.
原先的EAR文件包含假定它被安装在8080端口(这是测试环境使用的缺省端口)的代码。
If LLVM is compiled in, the JIT is on by default, automatically compiling methods that are run a lot into machine code.
如果在编译时加入LLVM,会默认开启JIT,自动将多次运行的方法编译成机器码。
By default, Unsum will grab the HTML code of the partial feed link, strip out the tags and miscellaneous content and show only the actual page content that we are interested in.
默认情况下,它会抓取部分订阅源的HTML代码,除去各种各样的标签和内容,最终只显示你感兴趣的内容。
The default option for generating the code is to sort by visibility order. The sort by visibility order dumps the code generated by the transform according to its visibility.
生成代码在默认情况下是根据可见性进行排序的。
The functionality however 16 is already available via the Mercurial source code repositories default branch 17 and is actively being used by several RabbitMQ users.
但是,这个功能16可以通过使用Mercurial代码库的默认branch17来实现,而且已经有一些RabbitMQ用户在使用了。
The assembler code is input to the assembler, which by default produces the grandfather of all object files, the a.out file.
汇编代码是汇编器的输入,在缺省情况下,汇编器将生成所有目标文件的祖先,即a.out文件。
We've refactored the large amount of code in the constructor to put it in an init method, which still will be called by default in the constructor to avoid breaking any existing code.
我们重构了构造函数中大量的代码,将它们移到一个init方法中,这个方法默认情况下仍然会被构造函数调用,以避免破坏现有代码的逻辑。
Consider the code above and realize that any enumerated value not specifically processed by a case statement is instead processed by the default statement.
研究以上代码可以看出,任何没有被case语句处理的枚举值都会被default语句处理。
By default, each FileStream USES a buffer of 8kb, so this implementation USES much less memory than the prior code that reads and processes the entire file.
默认情况下,每个FileStream都使用8KB的缓冲区,因此该实现所使用的内存要远远少于前面读取并处理整个文件的代码。
If the name of a configuration file is not passed as a parameter, the code USES s3.ini by default.
如果一个配置文件的名称没有作为一个参数传递,代码将默认使用s3 . ini。
One ProtectionDomain is created by default and is treated "special," in that the code belonging to this domain is deemed trusted and can be granted special privileges.
默认情况下,会创建一个ProtectionDomain,并作为“特殊”情况处理,即属于这个域的代码被认为是受信任的并可以获得特殊的权限。
By removing the default response of three strings and replacing with the code below, the view can display Domino data.
通过删除三个字符串的默认响应并替换为下列代码,视图可以显示Domino数据。
Using this feature is an optimization that reduces overall code size because, by default, even if the code does not throw exceptions, cl still generates stack unwinding information for C++ sources.
使用这个特性可以对减少整体代码的大小进行优化,因为在缺省情况下,即使代码不会引发异常,cl仍然会为 C++ 源代码生成堆栈展开信息。
The article and code demonstrate the possibilities of extending WebSphere Portal Server by overriding the default behavior of the Portal Server classes.
本文和其中的代码展示了通过覆盖Portalserver类的缺省行为来扩展WebSphere Portal Server的可能性。
An ODBC application is running on a Windows machine, and by default the application is using the operating system's code page, which for this example is 1252 (Windows, English).
一个ODBC应用程序运行在Windows机器上,默认情况下,该应用程序使用操作系统的代码页,本例子中就是1252 (Windows, English)。
If you build Samba from source code, as described in Objective 311.1, SWAT should be built by default and installed along with other Samba components.
如果您像目标311.1中所述那样从源代码构建Samba,那么SWAT应该随其他Samba组件一起默认构建并安装。
The way your custom Ajax code works, all the images in your jCarousel slideshow are loaded by default.
按照定制Ajax代码的工作方式,会默认装载jcarousel幻灯片中的所有图像。
By default, the code generated supports the Speech and Speech-DTMF mode.
在缺省情况下,生成的代码会支持Speech和Speech - DTMF模式。
应用推荐