Examples of using Same instance in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
The same instance can be duplicated and installed overseas.
We can guarantee that it will be the same instance now.
Sharable handlers(same instances are shared among many connections) are put in.
Using this abbreviation, we could describe this same instance as shown in Example 23:.
While running in separate processes, the properties of each classRemoteObject become such images are sharing the same instance.
Files from VS, they will use the same instance of Vim. This allows you to.
This ensures that all requests from the user during the session are sent to the same instance.
A read-only cache will return the same instance of the cached object to all callers.
Therefore, all nodes in the connectedNodesmust be created using the newNode from the same instance of Graph.
The page and worker do not share the same instance, so the end result is that a duplicate is created on each pass.
Meaning that the static constructor will return the same instance for every thread.
That is, they will compare for the same instance of the object, much like is in Python and pointer comparison in C.
In Microsoft Excel 2013 and later versions, when you open multiple spreadsheets,they all open in the same instance of Excel.
The start() method can be invoked repeatedly from the same instance to create new subprocesses with identical or related attributes.
If the same instance is included multiple times in a list, the behavior will be the same as the case in which the respective instances differ.
The instance you use for SQLServer Reporting Services can be the same instance you use for the site database.
Greater flexibility: Small businesses can take instant action when they identify aproblem than a bigger multinational can do in the same instance.
This means that Realm. GetInstance() will return the same instance every time it's called on the same thread for the same configuration.
By storing the object in the registry once,and then retrieving the object from the registry whenever it is needed, the same instance is always returned.
If put and get were not synchronized,and two threads were executing methods for the same instance of Box at the same time, then the code could misbehave.
Blockchain is enabling clients to connect to the Blockchain ecosystem through the Calastone API to transact DMI routing operations for allparties to view orders in real time at the same instance.
Sometimes, you may wish to bind something into the container thatshould only be resolved once, and the same instance should be returned on subsequent calls into the container:.
It is important to note that Realm instances are thread singletons,meaning that the static constructor will return the same instance for every thread.
Unit 1.0 also supports multiple languages(Go, Perl, PHP, Python, and Ruby)running on the same instance, including multiple versions of the same language.
When copying ArborFSM and BehaviourTree, SubStateMachine and SubBehaviourTree,ParameterContainer in the graph is not copied and the same instance is referenced.
Microsoft Application Virtualization(App-V)can enable incompatible applications to run on the same instance of the operating system.
As a fun example, Mockery's long chains(after the first shouldReceive() method)all call to the same instance of\Mockery\Expectation.
The singleton method binds a class or interface into the container that should only be resolved one time,and then that same instance will be returned on subsequent calls into the container:.