未定义
- undefined
-
请记住,目前您的WSDL具有一个未定义的位置地址。
Remember that currently your WSDL has an undefined location address .
-
布尔对象名称的大小写是至关重要的,因为true(和false)是未定义的
The case for the name of the Boolean object is important because true ( and false ) is undefined
-
此发现文档未定义web引用。
No web references were defined by this discovery document .
-
浮点数到浮点数的转换仅当N是可表示时有定义;否则转换就是未定义行为。
Floating to Floating conversions are defined only if N is representable ; if it is not , the conversion has undefined behavior .
-
它显示的是,每个对add()的调用都存在问题,因为该List未定义数据类型。
What it does say is that each call to add () is a problem because the List wasn 't defined with a datatype .
-
比如,在Linux和UNIX操作系统上,未定义口令被作为NULL处理。
For example , on Linux and UNIX operating systems , undefined passwords are treated as NULL .
-
SDH开销中未定义字节的应用开发
Usage of Undefined Overhead Bytes in SDH Equipment
-
不要担心,这是vi表示文档中未定义的部分的方式。
Don 't worry & that 's how vi illustrates undefined portions of the document .
-
在示例应用程序中,未定义任何J2EE角色,经过身份验证的任何Web服务用户都可以使用服务提供者应用程序。
In the sample application , no J2EE roles are defined , and any Web service authenticated user can use the service provider application .
-
如果您只想在遇到未定义的情况时抛出异常,那么就没必要使用落后的(object,object)模式对xwithy()进行初始化。
The initialization of x_with_y () with a fallback ( object , object ) pattern is not necessary if you simply want undefined cases to raise an exception .
-
这里定义的惟一其他方法就是staticmain方法,该方法将在调用构造函数之后再调用迄今还未定义的名为parse()的方法。
The only other method defined here is the static main method which calls the constructor and then calls an as-yet undefined method called parse () .
-
然而要注意的是,该函数本身也只是另一个person对象的属性,如果没有圆括号,它将引用一个未定义的值。
Notice , however , that the function itself is just another property of the person object and that , without the parentheses , it would refer to an undefined value .
-
当您使用to运算符迭代各个整数时,上下文item(2.0中的上下文item)是未定义的。
As you use the to operator to iterate through various integers , the context item ( it 's the context item in2.0 ) is undefined .
-
事实上,如果查看WSDL文件,会发现未定义端口的位置地址。
In fact , if you look at your WSDL file , the location addresses for the ports are undefined .
-
如果您显式设置了名为prototype的实例变量,JavaScript就会在此实例中寻找任何未定义的实例变量或属性。
If you explicitly set the instance variable called prototype , JavaScript will look in this instance for any undefined instance variables or attributes .
-
此模式适合在Document样式的WSDL中使用,但并不适合RPC样式,因为未定义全局级别的类型。
This schema fits into a document-style WSDL but is not well suited for RPC style since there is no global level type defined .
-
但在DB2中,如果未定义该值,则必须在INSERT语句中为NOTNULL列提供值。
But in DB2 , you must provide a value for NOT NULL columns in an INSERT statement when a default hasn 't been defined .
-
在该设备INF文件中的一条命令或响应提供了一个未定义的宏。
The macro was not found in the device . INF file section .
-
否则,该程序将不符合ABI并带有未定义的行为。
Otherwise , the program does not conform to the ABI and has undefined behavior .
-
它的默认值为未定义,但如果请求中有params,将会默认作为POST处理。
It defaults to undefined , but will be treated as POST by default if there are params in the request .
-
未定义此按钮的onclick行为。
Onclick behavior for this button is undefined .
-
如果当输入数据被破坏时,您发现程序正常运行,且未定义发生的事件,那么这就是第一个bug。
If you discover the program hasn 't bothered to define what happens when the input data is corrupt , well , there 's your first bug .
-
如果它未定义,我们假设用户有一个通过默认端口(6379)z在本地运行的Redis服务器。
If it is undefined , we assume the user has a Redis server running locally at the default port ( 6379 ) .
-
如果变量未定义,则就分配“admin”为任务拥有者,否则任务就被分配给“bob”。
If the variable is not defined , then an " admin " is assigned as a task owner , otherwise , a task is assigned to " bob " .
-
CouchDB数据库中的所有数据都储存在一个文档中,并且每个文档可以由未定义的字段组成。
All data in a CouchDB database is stored in a document , and each document can be made up of an undefined number of fields .
-
对OSEK未定义的I/O层规范,本文给出了系统实现的解决方案,并介绍了在非OSEKOS和其它网络协议上的对系统实现的扩展。
In addition , the thesis proposes a solution to I / O layer which is not defined in OSEK , aswell as the test of portability to some non-OSEK OS and other network protocols .
-
注意它如何使用&verbose选项,每个选项的快捷方式,以及搜索结果的详细输出如何将未定义字符串表示为(UNDEFINED),而不是仅仅忽略它们。
Note also how it uses a & verbose option , how every option has a shortcut , and how the detailed printout of a search result shows undefined strings as ( UNDEFINED ) instead of just omitting them .
-
oagis方法可证明为行业中最先进的,但是它未定义允许声明综合信息一致性的形式机制。
The OAGIS approach is arguably the most advanced in the industry , but it does not define a formal mechanism that allows for the declaration of comprehensive information conformance .
-
分析了Eiffel中复合继承的两种方式&多重继承和重复继承,并对多重继承和重复继承中的重命名、未定义、选择等面向对象技术作了总结。
This paper analyzes on two modes of the complex inheritance in the Eiffel & the multi-inheritance and the repeated inheritance , and sums up the object-oriented techniques in the multi-inheritance and the repeated inheritance such as the renamed , undefined and selected .
-
在上面的代码片段中,好像脚本使用了未定义的变量“alertConfigService”,但事实并非如此。
In the snippet above , it looks as though the script is using an undefined variable named " alertConfigService ," but this is not the case .