safe class的意思|示意

美 / seif klɑ:s / 英 / sef klæs /

安全等级


safe class相关短语

1、 thread safe class 线程安全类

2、 Safe Array Class 安全数组类

3、 Live and safe marked class 活的和安全的标识类

safe class相关例句

An effective technique for creating a fully thread-safe class is to merge the synchronization class into the resource class.

创建完全线程安全类的有效技术是将同步类合并到资源类中。

Always wrap your stored procedures in a high level, type safe class. Only that class invokes the stored procedures.

总是在高层用类型安全的类包装存储过程。仅在那个类中调用存储过程。

It may be easier to manage the use of a non-thread-safe class than to try and make the class thread-safe.

管理非线程安全类的使用比试图使类成为线程安全的要更容易些。