• The callback handler class has two thread local variables that can store the user ID and password from the client instance.

    这个回调处理器拥有两个线程本地变量用于存储来自客户端实例用户ID密码

    youdao

  • It includes stack frames and local variables, but unlike a true thread it is not executable.

    包含了局部变量真正线程不同的无法执行

    youdao

  • Key things to note here are the thread local storage declarations and the instance variables used to hold the potential source of the username and password.

    这里需要注意关键内容用于存放用户名密码的可能来源线程本地存储声明实例变量

    youdao

  • If the variables in your applications are not going to change, then a thread-local cache makes sense.

    如果应用程序中的变量发生变化那么一个线程局部缓存比较行得通。

    youdao

  • You could consider these "thread-local" copies of variables to be similar to a cache, helping the thread avoid checking main memory each time it needs to access the variable's value.

    可以变量这些线程局部”副本看作缓存类似,在每次线程需要访问变量的值时帮助避免检查存储器

    youdao

  • Instead, the thread class was modified to support ThreadLocal by adding an instance variable to thread that holds a HashMap mapping thread-local variables to their values for the current thread.

    相反地人们通过Thread添加一个实例变量(该变量用于保存当前线程的从线程局部变量它的映射HashMap)来修改thread支持ThreadLocal

    youdao

  • Every thread in an application requires memory to hold its stack (the area of memory used to hold local variables and maintain state when calling functions).

    应用程序中的每个线程都需要内存保存(用于调用函数时保存本地变量维持状态内存)。

    youdao

  • Reentrancy is easy-most variables are local variables on the stack and are allocated exclusively for each thread executing a function.

    重入容易的—大多数变量本地变量线程专有地分配来执行函数

    youdao

  • It's just a way to communicate with the coroutine scheduler without using global (or thread-local) variables.

    只是一种方法协同调度通信而不需要使用全局(局部)变量

    youdao

  • It's just a way to communicate with the coroutine scheduler without using global (or thread-local) variables.

    只是一种方法协同调度通信而不需要使用全局(局部)变量

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定