单词 | type-safe | ||||||||||||
释义 | type-safe
更多释义 收起释义 例句释义: 类型安全,型别安全,类型安全的 1. Method has a generic overload that can be used for type - safe replacement of any reference type . 方法具有一个泛型重载,可用于对任何引用类型进行类型安全的替换。 www.bing.com 2. By default, code that is not type-safe is allowed to run only if it originates from the local computer. 默认情况下,只允许运行从本地计算机生成的非类型安全代码。 msdn2.microsoft.com 3. By means of this substitution, we have created three separate type-safe and efficient objects using a single class definition. 通过这种替换方式,我们使用一个类定义创建了三个独立的类型安全的有效对象。 msdn2.microsoft.com 4. Communication is done strictly via type-safe channels, shared memory of any form is not allowed. 通信是严格地通过类型安全的通道来进行的,任何形式的共享内存都是不允许的。 www.infoq.com 5. Generics allow you to define type - safe classes without compromising type safety , performance, or productivity . 通过泛型可以定义类型安全类,而不会损害类型安全、性能或工作效率。 www.bing.com 6. This creates the Java class with the customized types and a type safe enum Java class, as shown in Listing 7. 这会创建包含定制类型的Java类和类型安全的enumJava类,见清单7。 www.ibm.com 7. Together, they allow applications to be constructed from reusable "components" in a type-safe and succinct manner. 这些机制一起允许用一种类型安全和简洁的方式来构建由可重用组件组成的程序。 www.bing.com 8. The common language runtime relies on the type- safe execution of application code to help enforce security and isolation mechanisms . 公共语言运行库依赖应用程序代码以类型安全的模式执行,帮助强制实现安全性和隔离机制。 www.bing.com 9. Code can be type-safe, yet not be verifiably type-safe, due to the limitations of the verification process or of the compiler. 代码可以是类型安全代码,但可能不是可验证为类型安全的代码,原因在于验证过程或编译器的限制。 msdn2.microsoft.com 10. Generics allow you to define type-safe data structures, without committing to actual data types. 通过泛型可以定义类型安全的数据结构,而无须使用实际的数据类型。 msdn2.microsoft.com 1. Performs a process called verification that examines code and attempts to determine whether the code is type-safe. 执行称为验证的过程,该过程检查代码并尝试确定该代码是否为类型安全代码。 msdn2.microsoft.com 2. Type-safe means that the macro verifies that the specified operation can be performed on the given type before attempting to cast. 类型安全意味着宏在进行类型转换之前,会验证指定操作可以在指定类型上安全地执行。 www.ibm.com 3. Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. Scala是一种通用编程语言,它以简洁、优雅且类型安全的方式表达常用的编程模式。 www.ibm.com 4. be fully type-safe. Whenever possible, type mismatches should be flagged with an error at compile-time. 是完全类型安全的。只要有可能,类型的错配就应当被标识为编译期错误。 boost-doc-zh.googlecode.com 5. Describes how generics allow you to define type- safe collection classes . 介绍如何通过泛型定义类型安全的集合类。 www.bing.com 6. As you can see in Listing 6, generics are once again leveraged to make all of this code type safe. 从清单6中可以看出,我们再次利用泛型来使所有这些代码类型安全。 www.ibm.com 7. When you need them, though, the advanced type features provide you with greater flexibility for solving design problems in a type-safe way. 不过,当你需要它们的时候,高级类型特性可以给你提供更灵活的方式,用类型安全的方式解决设计上的问题。 www.bing.com 8. If type-safe code is required by the security policy but the code does not pass verification, an exception is thrown when the code is run. 如果安全策略要求提供类型安全代码,而该代码不能通过验证,则在运行该代码时将引发异常。 msdn2.microsoft.com 9. However, the most direct influences are the contextual state management model of Seam and the type safe dependency injection model of Guice. 但是,最最直接的影响来自于Seam的上下文状态管理模型和Guice的类型安全依赖注入。 www.infoq.com 10. The Mo son is almost a first eye then placard to it, fruit not it however mirror of back conceal a accurate type safe. 茉儿几乎是第一眼便注意到了它,果不其然镜子的背后藏有一个精密型保险柜。 www.dqbuluo.com 1. Similarly, you can turn the XSD enumerations into type safe Java enum types, as shown in Listing 6. 同样,可以把XSD枚举转换为类型安全的Javaenum类型,见清单6。 www.ibm.com 2. Listing 1 creates an enumerated type and uses the type-safe usage as an argument to a helper method. 清单1将创建一个枚举类型,并将类型安全的枚举值作为帮助器方法(helpermethod)的参数。 www.ibm.com 3. Other than a small part of the kernel, the bulk of Singularity is written in the type-safe language Sing#. 相对于只用于一小部分内核,Singularity的一大部分都是用类型安全的Sing#来编写的。 www.infoq.com 4. Always wrap your stored procedures in a high level, type safe class. Only that class invokes the stored procedures. 总是在高层用类型安全的类包装存储过程。仅在那个类中调用存储过程。 anyp-jhj.anyp.cn 5. Code that is proven during verification to be type-safe is called verifiably type-safe code. 在验证程序中证明为安全型别的程式码则称为安全型别程式码。 technet.microsoft.com 6. Property is used for persistent storage of structured data using a type-safe API. 属性用于结构化数据的持久性存储。 msdn2.microsoft.com 7. Unlike function pointers however, delegates are object-oriented, type-safe, and secure. 不过,与函式指标不同的是,委派是物件导向、型别安全而且安全的。 technet.microsoft.com 8. The result is a type-safe class tailored to your choice of types, as the following code illustrates. 最后得到按照您选择的类型定制的类型安全的类,如下面的代码所示。 msdn2.microsoft.com 9. Code that is not verifiably type-safe can attempt to execute if security policy allows the code to bypass verification. 如果安全策略允许未被验证为类型安全的代码跳过验证,则可尝试执行此类代码。 msdn2.microsoft.com 10. Message classes are defined to make the creation and processing of the messages simple, fast, and type safe. 将定义Message类,以便更快捷地创建和处理信息,并且具有类型安全。 www.ibm.com 1. Such implicit casting is type safe because any incompatibility is discovered at compile-time. 这样的隐式强制类型转换是类型安全的,因为可以在编译时发现任何不兼容性。 msdn2.microsoft.com 2. WaitCallback Used to create a type-safe callback method for the ThreadPool class to use. WaitCallback用于创建一个类型安全的回调方法,供ThreadPool类使用。 msdn2.microsoft.com 3. Unlike C function pointers, delegates are object-oriented, type safe, and secure. 与C函式指标不同的是,委派是物件导向、型别安全,而且本身也十分安全。 technet.microsoft.com 4. Generic delegates enable type-safe callbacks without the need to create multiple delegate classes. 泛型委托启用类型安全回调而无需创建多个委托类。 msdn2.microsoft.com 5. Wrap type-safe Java method signatures around existing JavaScript. 为现有的JavaScript包装上类型安全的Java方法签名。 www.ibm.com 6. This approach is actually more flexible and is type safe. 这种方法更加灵活,而且类型安全。 patmusing.blog.163.com 7. Generic types provide support for type-safe collection classes. 泛型类型提供对类型安全集合类的支持。 msdn2.microsoft.com 8. When code is type safe, the common language runtime can completely isolate assemblies from each other. 如果代码是类型安全的,则公共语言运行时可以将程序集彼此间完全隔离。 technet.microsoft.com 9. Some compilers generate verifiably type-safe code only if you avoid using certain language constructs. 某些编译器只有在您避免使用某些语言构造时才生成可验证的类型安全代码。 msdn2.microsoft.com 10. Type-safe code accesses only the memory locations it is authorized to access. 类型安全代码只访问被授权可以访问的内存位置。 msdn2.microsoft.com 1. A delegate is thus equivalent to a type-safe function pointer or a callback. 这样,委托就等效于一个类型安全函数指针或一个回调。 msdn2.microsoft.com 2. The sampleGenericColl variable holds a type-safe collection that accepts items and keys only of type String. sampleGenericColl变量存储“类型安全”的集合,该集合仅接受String类型的项和键。 msdn2.microsoft.com 3. giving us the precise type of collection in a type safe way. 在类型安全方法上,给了我们集合的精确类型。 www.diybl.com 4. It allows type-safe, idiomatic access to MongoDB documents. 它允许对MongoDB文档进行类型安全的、惯用的访问。 www.ibm.com 5. You can overcome these two problems by providing a type-specific (and hence, type-safe) performant stack. 您可以通过提供类型特定的(因而是类型安全的)高性能堆栈来克服上述两个问题。 msdn2.microsoft.com 6. Therefore, mobile code should be type-safe. 因此,行动程式码也应该是安全型别的。 technet.microsoft.com 7. Type-safe components can execute safely in the same process even if they are trusted at different levels. 即使类型安全组件的信任级别不同,它们也可以在同一过程中安全地执行。 technet.microsoft.com 8. Table of Steel Grating Type. Safe Load. Span and Deflection. 钢格板常用规格及安全荷载表 wenku.baidu.com 9. To determine whether your code is verifiably type-safe. 来确定代码是否是可验证为类型安全的代码。 msdn2.microsoft.com 10. This method is not type-safe and requires a cast. 这个方法不是类型安全的,需要进行类型转换(cast)。 www.ibm.com 1. This is a common idiom in Scala to provide a simpler, more type-safe way of doing enumerations. 这是Scala中的一个常见的特色,它可以提供更简单、更类型安全的枚举方式。 www.ibm.com 2. Security enforcement is valid only for verifiably type-safe code. 安全强制仅对可验证的类型安全代码有效。 msdn2.microsoft.com 3. Methods that offer type-safe versions. 方法,它们可以提供类型安全的版本。 www-128.ibm.com 4. Type-safe yet not hyper-verbose unlike Struts. 类型安全但不像Struts一样冗长。 www.infoq.com 5. Type safe mode in the Search list, and then press ENTER. 在“搜索”列表中键入安全模式,然后按Enter。 office.microsoft.com 6. The verification process passes a well-defined set of type-safe code, and it passes only code that is type safe. 验证过程通过正确定义的类型安全代码集,并且它只通过类型安全的代码。 msdn2.microsoft.com 7. Delegates are like C function pointers but are type safe. 委派与C 函式指标类似,但为型别安全。 msdn.microsoft.com 8. For example, consider generics; generics make all sorts of new type-safe operations possible, especially when it comes to Java collections. 例如,以泛型为例;泛型使所有种类的新类型安全操作成为可能,特别是当涉及Java集合时。 www.ibm.com 9. Most important, delegates are type-safe. 最重要的是,委托是类型安全的。 www.cnblogs.com 10. For example, given a valid object reference, type-safe code can access memory at fixed offsets corresponding to actual field members. 例如,给定有效的对象引用,类型安全代码可以按对应于实际字段成员的固定偏移量来访问内存。 msdn2.microsoft.com 1. By creating a generic class, you can create a collection that is type-safe at compile-time. 通过创建泛型类,您可以创建一个在编译时类型安全的集合。 msdn2.microsoft.com 2. This approach is more flexible but not as type-safe as Standard MBeans. 这种方式更灵活,但是不具有像StandardMBean那样的类型安全性。 www.ibm.com 3. Code that is verifiably type-safe accesses memory only through object references and associated features such as fields and properties. 有了类型安全验证的代码,如果想要访问内存,只能通过对象引用和关联的特性——像字段和属性——达到。 www.infoq.com 4. For example, type-safe code cannot read values from another object's private fields. 例如,类型安全代码不能从其他对象的私有字段读取值。 msdn2.microsoft.com 5. These types are type-safe: you will get a compiler error if you try to put a string into a stack whose type is 这些类型是类型安全的:如果尝试将一个字符串放入类型为 msdn2.microsoft.com 6. This construction is not the most obvious, but it is type-safe and will do what you think new HashSet(set) 这种构造不那么直观,但它是类型安全的,而且可以像newHashSet www.ibm.com 7. Generated typed ResultSet objects provide type-safe access to the database table much like typed 生成的类型化ResultSet对象提供对数据库表的类型安全访问,这与类型化 msdn2.microsoft.com 8. A type-safe way to pass the template type to the constructor is to add a parameter to the constructor with the type 将模板类型传递到构造函数的类型安全方法是向构造函数添加类型为 msdn2.microsoft.com 9. Using LINQ to XSD, the query is written in a much clearer and type-safe way 使用LINQtoXSD,这一查询可以以更加简洁和类型安全的方式来实现 www.infoq.com 10. Development and Application of New H-type Safe Joints 新型安全接头的研制与应用 www.ilib.cn 1. these type - safe operations are cls - compliant 这些对于类型安全的操作是符合cls的。 www.ichacha.net 2. a type safe approach to dependency injection 类型安全的依赖注入方式 www.infoq.com 3. One way to ensure good type-safe coding practice is to use the 确保采用良好类型安全编码的一种方法是使用 msdn2.microsoft.com 4. All code that is not type safe must have been granted 所有非类型安全的代码必须通过传递的枚举成员 msdn2.microsoft.com 5. Safe mode: Run verifiably type safe code; 安全模式:运行可验证类型安全的代码; technet.microsoft.com 6. only safe and external access assemblies can contain code that is verifiably type - safe 只有safe和external_access程序集可以包含证实的安全类型的代码。 www.ichacha.net |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。