type error 双语例句
全部
1·Why does Nokogiri give me a namespace type error?
为什么锯给我一个命名空间的类型错误?
2·Note if we didn't use an asynchronous function then we'd get a compile type error.
注意,如果我们不使用异步函数,那么我们就会得到一个编译类型错误。
3·Any attempt to perform a string comparison on an employee ID will then fail with a type error at query run time.
在查询运行时,尝试在雇员ID上执行字符串比较将遭到失败,并产生一个类型错误。
4·If the evaluation of the test expression is true and does not result in a dynamic or type error, the element is considered locally valid.
如果测试表达式的计算结果为true并且没有导致动态的或类型错误,那么则认为元素在逻辑上是有效的。
5·Getting a type error where XSL: sort with a select expression obtains more than one value (XSLT 1.0 just selected the first value in document order.)
带有select表达式(返回多个值)的xsl: sort报告类型错误(XSLT 1.0只能按照文档顺序选择第一个值。)
6·On the other hand, generics are not covariant; List is not a subtype of List, and attempting to supply a List where a List is demanded is a type error.
另一方面,泛型不是协变的,List不是List的子类型,试图在要求List的位置提供List是一个类型错误。
7·Limit: Any request by DB2 to create a database share memory set which is larger then the shmmax value (2gb in this case) will fail with an out of memory type error.
限制:DB2发出的任何创建大于shmmax值(这里是2gb)的数据库共享内存集的请求都将失败,并返回一个out of memory type错误。
8·BC mode impacts numeric comparisons in two ways: allowing selection of the first member of a set and obtaining NaN for a non-numeric value, rather than throwing a type error.
BC模式对数字比较的影响有两个方面:允许选择集合的第一个成员,对于非数字值返回NaN而不是抛出类型错误。
9·Whenever the actual code encounters any type of error, it throws an exception, which then goes to the call stack.
每当实际代码碰到任何类型的错误,它就抛出一个异常,然后该异常就进入调用栈。
10·Signals are different in that they cannot return anything: there is neither a signal return message, nor any other type of error message.
信号的不同之处在于它们不返回任何内容:既没有“信号返回”消息,也没有任何类型的错误消息。