2. This approach is more flexible but not as type-safe as Standard MBeans.
这种方式更灵活,但是不具有像StandardMBean 那样的类型安全性。
来自互联网
3. The communication mechanism is type-safe, robust and object-oriented.
这种通信机制是类型安全的、健壮的和面向对象的。
来自互联网
4. Using LINQ to XSD, the query is written in a much clearer and type-safe way.
使用LINQ toXSD,这一查询可以以更加简洁和类型安全的方式来实现。
来自互联网
5. A delegate is thus equivalent to a type-safe function pointer or a callback.
这样,委托就等效于一个类型安全函数指针或一个回调。
来自互联网
6. Unlike function Pointers however, delegates are object-oriented, type-safe, and secure.
但与函数指针不同的是,委托是面向对象的、类型安全的和保险的。
来自互联网
7. This is a common idiom in Scala to provide a simpler, more type-safe way of doing enumerations.
这是Scala中的一个常见的特色,它可以提供更简单、更类型安全的枚举方式。
来自互联网
8. As previously mentioned, each buffer includes get and put methods that offer type-safe versions.
正如前面所提到的,每个缓冲区包含get和put方法,它们可以提供类型安全的版本。
来自互联网
9. By creating a generic class, you can create a collection that is type-safe at compile-time.
通过创建泛型类,您可以创建一个在编译时类型安全的集合。
来自互联网
10. Other than a small part of the kernel, the bulk of Singularity is written in the type-safe language Sing#.
相对于只用于一小部分内核,Singularity的一大部分都是用类型安全的Sing#来编写的。
来自互联网
11. Together, they allow applications to be constructed from reusable "components" in a type-safe and succinct manner.
这些机制一起允许用一种类型安全和简洁的方式来构建由可重用组件组成的程序。
来自互联网
12. Type-safe means that the macro verifies that the specified operation can be performed on the given type before attempting to cast.
类型安全意味着宏在进行类型转换之前,会验证指定操作可以在指定类型上安全地执行。
来自互联网
13. To determine whether the language compiler you use generates verifiably type-safe code, consult the compiler's documentation.
若要确定所使用的语言编译器是否生成可验证为类型安全的代码,请参见编译器的文档。
来自互联网
14. The response template contains a type-safe subset of the value object information graph requested by the user in the request template.
响应模板中包含类型安全的值对象信息图子集,这些信息是用户在请求模板中请求的。
来自互联网
15. Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way.
Scala是一种通用编程语言,它以简洁、优雅且类型安全的方式表达常用的编程模式。
来自互联网
16. When you need them, though, the advanced type features provide you with greater flexibility for solving design problems in a type-safe way.
不过,当你需要它们的时候,高级类型特性可以给你提供更灵活的方式,用类型安全的方式解决设计上的问题。
来自互联网
17. Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.
Scala是一门现代的多范式编程语言,志在以简练、优雅及类型安全的方式来表达常用编程模式。
来自互联网
18. Second it provides a standardised, annotation-driven, type-safe dependency injection framework for the platform similar in approach to Google's Guice.
其次,它为平台提供了标准化、注解驱动、类型安全的依赖注入框架,方式类似于Google Guice。
来自互联网
19. However, if the code accesses memory at arbitrary offsets outside the range of memory that belongs to that object's publicly exposed fields, it is not type-safe.
20. Because type-safe code cannot cause memory faults, using application domains ensures that code running in one domain cannot affect other applications in the process.
21. The common language runtime (CLR) provides a type-safe environment for code to run in, with code access security (CAS) to restrict further the permissions of managed code.
22. The ability to verify code as type-safe enables the common language runtime to provide as great a level of isolation as the process boundary, at a much lower performance cost.
23. The profile feature provides a generic storage feature that allows you to define and maintain almost any kind of data while still making the data available in a type-safe manner.
24. The National Hydrogen Bomb Association hopes to educate people in the safe handling of this type of weapon.
全国氢弹协会希望教育人们如何安全使用这类武器。
来自互联网
25. The response template contains a typesafe subset of the value object information graph requested by the user in the request template.
响应模板中包含类型安全的值对象信息图子集,这些信息是用户在请求模板中请求的。
来自互联网
26. As you can see in Listing 6, generics are once again leveraged to make all of this code typesafe.
从清单6中可以看出,我们再次利用泛型来使所有这些代码类型安全。
来自互联网
27. So although mapping to a more general type is always safe, mapping back to a specialized type can be problematic: the specialized type has more rules, which make the content specialized.