该算法库具有多线程安全和通用的特点,可以为不同的项目提供二次开发扶持。
The library is thread-safety and provide continuous stream searching. It can be used in different projects for further development.
这个代码片段可以在单线程环境中安全运行;然而,它会在多线程环境下引起死锁。
This code segment can be run safely in a single-threaded environment; however, it causes a deadlock in a multi-threaded environment.
多线程能够安全并发地执行除第一次调用外的所有调用。
Multiple threads can safely execute concurrently on all invocations except the first.
非线程安全类通常可以安全地在多线程程序中使用,只要您能确保一个线程所用的类的实例不被其它线程使用。
A class that is not thread-safe can often be used safely in a multithreaded program as long as you ensure that instances of that class used by one thread are not used by other threads.
它常常是把有状态类描绘成线程安全的,或者封装非线程安全类以使它们能够在多线程环境中安全地使用的最容易的方式。
It is often the easiest way to render a stateful class thread-safe, or to encapsulate non-thread-safe classes so that they can safely be used in multithreaded environments.
Shiro还支持一些辅助特性,如Web应用安全、单元测试和多线程,它们的存在强化了上面提到的四个要素。
Shiro also supports some auxiliary features, such as web application security, unit testing, and multithreading support, but these exist to reinforce the above four primary concerns.
最后,DOM实现通常包括许多同步代码以使多线程化访问安全。
Finally, DOM implementations generally include a lot of synchronization code to make multithreaded access safe.
因为这些方法可能会从很多线程同时调用,它们也必须实现为线程安全的。
Because these methods might be called from any number of threads at the same time, they too must be implemented to be thread-safe.
多线程编程中的一个主要考虑是确保程序在执行多线程的系统中正确地——线程安全地——运行。
A primary concern in multithreaded programming is to make sure the program runs correctly — thread safe — in a system where multiple threads are executing.
这篇文章反响热烈,一些开发人员认为这类设计问题不只限于多线程,在“安全锁”和“安全异常”之间也存在不同之处。
A number of developers responded by noting that this kind of design problem is not unique to multi-threading and that there is a difference between "lock safety" and "exception safety."
对以下技术有深入的理解:网络通讯,多线程,安全,持久化,软件架构或REST。
Strong understanding of network communication, threading, security, persistence, software architecture, web technologies, REST.
这个想法是来自于如果你的代码是非线程安全的,这个互斥防止多线程在同时执行你的控制器代码。
The idea being that if you have code that is not threadsafe, this mutex will prevent multiple threads from executing your controller code at the same time.
这个问题是由廉价的多核PC的出现导致的。它一定需要很多算法进行多线程化的改造,至少也需要做到线程安全的。
This concern, driven by the advent of inexpensive multicore PCs, surely will require that many algorithms be recast for multithreading, or at least to be thread-safe.
文中首先讨论了多线程并发系统中的安全性与公平性问题,指出安全性与公平性在并发系统中访问临界资源时的重要性。
In this thesis, discuss the safety and fairness in concurrent system, and point out its importance when multithreading accessing the critical resources.
实现线程安全也容易,随后要准备服务于ole的多线程模型。
It is easy to make your object thread-safe and be prepared for OLE's multithreading models (see the SDK for details).
本主题说明了可用的类以及如何在典型的多线程应用程序中使用它们创建线程安全类。
This topic explains the classes available and how to use them to create thread-safe classes in a typical multithreaded application.
一种简单的,面向对象的,分布式的,健壮的,安全的,结构中立的,可移植的,高效性的,多线程和动态的语言。
Java: a simple, Object-oriented, distributed, robust, secure, architecture-neutral, portable, High-performance, multi-threaded, and dynamic language.
它与多线程执行和这些线程都不怎么安全地从主方法叫什么?
How it relates to multiple threads of execution and how those threads are not safe to be called from the main method?
多线程不安全(MT Unsafe)意味着函数不能并发调用。
MT Unsafe means that the function cannot be called concurrently.
多线程不安全(MT Unsafe)意味着函数不能并发调用。
MT Unsafe means that the function cannot be called concurrently.
应用推荐