单词 | type safety | ||||||||||||||||
释义 | type safety
更多释义 收起释义 例句释义: 类型安全,型别安全,类型安全性 1. Furthermore, due to a novel approach to bytecode verification, we're also able to ensure runtime type safety of the compiled code. 此外,由于采用了新的方式对字节码进行校验,我们还能确保编译的代码在运行时的类型安全。 www.infoq.com 2. For this discussion, type safety specifically refers to memory type safety and should not be confused with type safety in a broader respect. 在本讨论中,类型安全特指内存类型安全,不应与范围更广的类型安全混淆。 msdn2.microsoft.com 3. If, as a developer, you are using such a compiler, you may want to verify that you have not compromised the type safety of your code. 如果您作为开发人员正在使用这样的编译器,则可能需要验证以确认您没有危害代码的类型安全性。 msdn2.microsoft.com 4. Generics allow you to define type - safe classes without compromising type safety , performance, or productivity . 通过泛型可以定义类型安全类,而不会损害类型安全、性能或工作效率。 www.bing.com 5. Essentially, type safety means that a program cannot perform an operation on an object unless that operation is valid for that object. 本质上,类型安全性意味着,除非程序的操作对于类型是合法的,否则就无法在对象上执行操作。 www.infoq.com 6. Perhaps the biggest advantage to using this means of interaction is that type-safety and the direct use of method names is possible. 也许用这种交互方式的最大好处是类型安全以及直接使用方法名是可能的。 www.ibm.com 7. The QH type safety valves are composed of two spring loaded safety valves paralleling. There is only one inlet. QH型切换阀是两个弹簧式安全阀并联,具有同一进口。 dictsearch.appspot.com 8. The invention discloses a dislocation type safety lighter which comprises a body, a top cap, an abrasive wheel, a burner cap, and a lever. 一种错位式安全打火机,其包含本体、顶盖、磨轮、火盖、以及杠杆; ip.com 9. One of the benefits of managed code is type safety, or the assurance that code accesses types only in well-defined, permissible ways . 托管代码的一个优点是类型安全性,即确保代码只通过正确定义并且权限许可的方式访问类型。 www.bing.com 10. While Verve is written in C# for convenient automatic compilation to TAL, a second check is still performed to verify type safety. 尽管为了便于自动编译成TAL,Verve是由C#编写的,但它还是执行了二次检查来验证类型安全性。 www.infoq.com 1. A: I don't think you can graft static type-safety onto XSLT (or anything else) as an afterthought. 答:我认为不能把静态类型安全作为事后想法插入XSLT(或任何别的东西)。 www.ibm.com 2. This provides all the benefits of the framework, including a managed environment, type safety, and inheritance. 它提供了Framework的所有优点,包括托管环境、类型安全性和继承。 msdn2.microsoft.com 3. JIT compilation provides environment-specific optimization, runtime type safety, and assembly verification. JIT编译技术提供了特定环境下的优化、运行时类型安全以及汇编验证。 babyish.wikia.com 4. Each business rule group supports the operation signatures defined in a provided interface, thus enabling type safety. 每个业务规则组均支持在提供的接口中定义的操作,从而实现了类型安全。 www.ibm.com 5. Determines whether the JIT compilation process can verify the type safety of the assembly. 确定JIT编译过程是否可以验证程序集的类型安全。 msdn2.microsoft.com 6. Establishes a framework that helps enable cross-language integration, type safety, and high performance code execution. 建立一个支持跨语言集成、类型安全和高性能代码执行的框架。 msdn2.microsoft.com 7. Performs MSIL type safety verification checks and metadata validation checks on a specified assembly. 在指定的程序集上执行MSIL类型安全验证检查和元数据验证检查。 msdn2.microsoft.com 8. Type safety is established by running the common language runtime verifier against the assembly . 通过对程序集运行公共语言运行时验证工具可建立类型安全。 www.bing.com 9. This process requires understanding Java generics, because Hadoop prefers explicit type safety. 这个过程需要理解Java泛型,因为Hadoop选择使用显式类型,为了安全起见。 www.ibm.com 10. This means that managed code can consume other managed types and instances, while strictly enforcing type fidelity and type safety. 这意味着托管代码可在严格实施类型保真和类型安全的同时使用其他托管类型和实例。 msdn2.microsoft.com 1. water and other liquid media generally incompressible closed Enlight-type safety valve, or safety valve discharge. 水等液体不可压缩介质一般用封闭微启式安全阀,或用安全泄放阀。 dictsearch.appspot.com 2. The following command performs metadata validation checks and MSIL type safety verification checks for methods implemented in the assembly. 程序集中实现的方法执行元数据验证检查和MSIL类型安全验证检查。 msdn2.microsoft.com 3. With this cipher option String approach, there is no type-safety to ensure you're using valid options. 这种字符串方式的cipher选项,并没有类型安全以确保你正在用有效的选项。 www.infoq.com 4. Generics provide type safety without the overhead of multiple implementations. 泛型提供了类型安全但没有增加多个实现的开销。 msdn2.microsoft.com 5. lower freezing point of media systems are generally optional insulation jacket-type safety valve. 介质凝固点较低的系统一般选用保温夹套式安全阀。 www.showxiu.com 6. It turns out there's a good reason it doesn't work that way: It would break the type safety generics were supposed to provide. 不允许这样做有一个很充分的理由:这样做将破坏要提供的类型安全泛型。 www.ibm.com 7. Preserve existing safety guarantees, including type-safety. 保留现有的安全保证,包括类型安全。 www.ibm.com 8. Type safety helps isolate objects from each other and therefore helps protect them from inadvertent or malicious corruption. 类型安全帮助将对象彼此隔离,因而可以保护它们免遭无意或恶意的破坏。 msdn2.microsoft.com 9. We recommend that you maximize type safety by defining a generic class. 我们建议您通过定义泛型类最大程度地增强类型的安全性。 msdn2.microsoft.com 10. The other verification that we rely on (C# type safety and channel contracts) have been very useful. 另一个我们所依赖的验证(C#类型安全和通道契约)也是非常有用的。 www.infoq.com 1. The text introduces structure and application of the S500 type safety monitor and control system in the Yungang Mine. 介绍了深透里昂S500型煤矿安全生产监测监控系统的组成及其在大同煤矿集团公司云冈矿的使用情况。 www.dictall.com 2. To maintain type safety and security, C# does not support pointer arithmetic, by default. 为了保持类型安全,默认情况下,C#不支持指针算法。 technet.microsoft.com 3. As a result, the type safety and integrity of the Java virtual machine are never at risk, even in the presence of unchecked warnings. 作为结果,类型安全和Java虚拟机的完整性不会处于危险状况,甚至在非检查警告出来的情况。 www.diybl.com 4. Generics increase the type safety and maintainability of large programs. 泛型为提高大型程序的类型安全和可维护性带来了很大的潜力。 www-128.ibm.com 5. Benefiting from type safety, where types in the method signature are specified in the pointcut. 从类型安全中受益,其中方法签名中的类型是在切入点中指定。 www.infoq.com 6. We recommend that you define a generic class when you want to ensure type safety. 我们建议在需要确保类型安全时定义泛型类。 msdn2.microsoft.com 7. Rather than function pointers for increased type safety and security. 取代函数指针,从而增强了类型安全和安全性。 msdn2.microsoft.com 8. Simply put, generics provide compile-time type safety for collections. 简单来说,泛型为集合提供了编译时类型安全。 www.ibm.com 9. Q: What sorts of type safety do you think are needed for XSLT? 问:您认为XSLT需要什么样的类型安全? www.ibm.com 10. Changing Option Strict to On enforces type-safety at compile time, and can expose subtle errors during compilation rather than at run time. 将OptionStrict更改为On会在编译时强制类型安全,并可以在编译时而不是运行时公开细小的错误。 msdn2.microsoft.com 1. Use generic types to maximize code reuse, type safety, and performance. 使用泛型类型可以最大限度地重用代码、保护类型的安全以及提高性能。 msdn2.microsoft.com 2. The client-side compiler uses that generic metadata to support type safety. 客户端编译器使用该一般元数据来支持类型安全。 msdn2.microsoft.com 3. It raises static type errors if an expression could fail at run time because of a type safety violation. 如果表达式在运行时由于类型安全冲突而失败,会引起静态类型错误。 www.juyy.net 4. Advice in AspectJ has the same type-safety and exception checking that methods do in the Java language. AspectJ中的通知具有和Java语言中的方法相同的类型安全和异常检查。 www.ibm.com 5. It also has extensive type-safety and query-automation features. 它还具有丰富的类型安全以及自动化查询等特性。 www.infoq.com 6. The second (and often more severe) problem with the Object-based solution is type safety. 基于Object的解决方案的第二个问题(通常更为严重)是类型安全。 msdn2.microsoft.com 7. The usual benefits of type safety as enabled by service contracts. 常见的类型安全好处都是通过服务协约实现的。 www.ibm.com 8. Dhanji: Sure, the primary principles are conciseness and type-safety, just like Guice. Dhanji:当然可以。主要的原则就是简洁与类型安全,就像Guice那样。 www.infoq.com 9. This way the client compiler can enforce correct method parameters, type-safety checks, and even type-specific IntelliSense. 这样,客户端编译器就可以确保方法参数的正确性,实施类型安全检查,甚至执行类型特定的IntelliSense。 msdn2.microsoft.com 10. It also enforces dynamic type safety by doing runtime checks. 运行环境检查时,同样也是安全地执行动态类型。 dictsearch.appspot.com 1. Type-inferred languages can have all of the type safety of the Java language, and even more. 隐式类型语言可以拥有Java语言所具有的所有类型安全性,甚至更多。 www.ibm.com 2. Made IMethodOptions generic. Allows compile time type safety on Return. 让IMethodOptions变成泛型,允许编译时类型在Return时安全; www.infoq.com 3. For these reasons, and for type safety, it is advisable to declare every array as a specific type, such as. 由于这些原因以及类型安全考虑,建议将每个数组声明为特定的类型,例如前面示例中的。 www.juyy.net 4. The runtime enforces complete type safety. 运行库强制实施完整的类型安全。 msdn2.microsoft.com 5. The developer would need to ensure type safety and handle high-level types manually. 开发人员需要确保类型安全,并且需要手动处理高级类型。 www.ibm.com 6. This layer is the layer where static type safety will really help. 所以,静态类型安全在这一层中将会大有裨益。 www.infoq.com 7. Compile-time type safety with generics: Generics are similar to C templates. 用泛型提供编译时类型安全性:泛型与C 模板相似。 www.ibm.com 8. Or we could hand back a Map with String keys and Object values, but then we lose type-safety in a big way. 此外,本来也可以返回一个包含String键和Object值的Map,但是那样就在很大程度上丧失了类型安全性。 www.ibm.com 9. Code is checked at compile time for syntax errors, type safety, and other problems. 在编译时检查代码是否有语法错误、类型安全问题以及其他问题。 msdn2.microsoft.com 10. These days, compiler will take care of type safety and will track type information. 如今,编译器会检查类型安全性,跟踪类型信息。 www.infoq.com 1. Type safety flows naturally from this mechanism. 这种机制很自然地提供了类型安全。 www.infoq.com 2. The end result is much less XML and much more type safety. 最终的结果就是更少的XML但更多的类型安全性。 www.infoq.com 3. However, because of generics, the compiler now throws warnings when collections are used without type safety. 然而,因为泛型,当使用集合而没有类型安全时,编译器将抛出警告。 www.ibm.com 4. Below I will suggest a way to get type-safety without losing generality. 下面我将介绍一种不损失一般性而获得类型安全的方法。 www.ibm.com 5. This is unacceptable because it amounts to lack of type safety. 这是不可接受的,因为它相当于缺少类型安全。 msdn2.microsoft.com 6. Technical requirements for induction type safety device used for the presses 压力机用感应式安全装置技术条件 www.15english.net 7. Technical requirements for light type safety device used for the presses 压力机用光线式安全装置技术条件 ascetlan.bokee.com 8. Simulation study of a new type safety valve 新型安全阀的仿真研究 www.ilib.cn 9. structural length of spring type safety valve 弹簧式安全阀.结构长度 www.ichacha.net 10. Application of Full - bore Type Safety Valve Manufactured with Imported Foreign Technology in Coal -fired Power Plant 引进国外技术制造的全量型安全阀在火电厂的应用 www.ilib.cn 1. to maintain type safety and security , by default c does not support pointer arithmetic 为了保持类型安全,默认情况下,c#不支持指针运算。 www.ichacha.net 2. If you do want extra type safety, you can build a class like this 如果你需要额外的类型安全,那么你可以建立一个像下面这样的类 blog.csdn.net 3. Performs MSIL type safety verification checks for methods implemented in the assembly specified by 指定的程序集中实现的方法执行MSIL类型安全验证检查。除非指定 msdn2.microsoft.com 4. Metal laboratory ware; supports, scissors jack type, safety requirements and tests 金属实验仪器.升降平台.安全技术要求.检验 www.mapeng.net 5. One discussion on the JavaRanch examined two alternative methods of assuring type safety - one throwing an exception, one using JavaRanch上的一项讨论调查了确保类型安全的两种选择,一种是抛出异常,另一种是用 www-128.ibm.com 6. Application of Setting Device for Butterfly Spring Full Range Type Safety Valve 蝶型弹簧全量型安全阀整定装置的应用 ilib.cn 7. Design of VPN distribution type safety monitoring and control system 基于VPN的分布式安全监控系统的设计 www.ilib.cn 8. Establishing New-type Safety Management Mode at Coal Enterprise 构建煤炭企业新型安全管理模式 ilib.cn 9. synthetic fiber separator connector sunken type connetor exposed type safety valve test 塑料蓄电池槽合成纤维隔板沉没型连接器露出型连接器 wenku.baidu.com 10. Probing into "Tree" Type Safety Management Model and Practice “树”型安全管理模式的探索与实践 service.ilib.cn 1. For more information about verification of type safety, see 有关类型安全验证的更多信息,请参见 msdn2.microsoft.com 2. spring type safety valve on pressure steam sterilizer 压力蒸汽灭菌设备用弹簧式安全阀 www.ichacha.net 3. Spring loaded low lift type safety valve 弹簧微启式安全阀 www.tianzheng-valve.com 4. Design of CAN Bus Type Safety Alarm Systems CAN总线式安防报警系统的设计 ilib.cn 5. Block out type safety fence 阻挡式护栏 hk.netsh.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。