单词 | local storage |
释义 | 例句释义: 本地存储,本地储存,局部存储器,本地存储区 1. You can dramatically increase how much local storage is available to your application. 您可以极大地增加应用程序所能访问的本地存储容量。 www.ibm.com 2. The PowerPC architecture has no notion of a stack for local storage. PowerPC体系结构没有关于本地存储器的栈的概念。 www-128.ibm.com 3. All the user data is synchronized with the cloud, the local storage being used just as a cache. 所有的用户数据都与云中数据保持同步,本地存储仅仅用做缓存而已。 www.infoq.com 4. All data defined in the LOCAL-STORAGE SECTION have storage allocated each time a program is called and de-allocated when the program ends. 每次调用程序时,LOCAL-STORAGESECTION中定义的所有数据都将分配存储空间,并在程序结束后取消该分配。 www.ibm.com 5. For years, Flash has made it possible to do cross-domain calls, just like it has made it possible to do local storage for years. Flash长期以来被用于实现跨域调用,就像它可以实现本地存储一样。 www.ibm.com 6. A suggested variant is to use thread-local storage to instantiate one instance of a COM object for each worker thread. 微软推荐用户使用本地线程存储来给每个工作线程实例化COM对象。 www.infoq.com 7. The local storage of an instance includes the operating system, software applications, data, and configurations added to the instance. 实例的本地存储包括操作系统、软件应用程序、数据,以及为实例添加的配置。 www.ibm.com 8. Managed thread local storage provides dynamic data slots that are unique to a thread and application-domain combination. 托管线程本地存储区提供了某一线程和应用程序域组合所独有的动态数据槽。 msdn2.microsoft.com 9. Each of these use their own local storage format and proprietary encryption mechanism to store the login passwords. 其中每个用自己的本地存储格式和专有加密机制来保存登录密码。 www.jisuxz.com 10. First the handler checks the thread local storage username and uses it if it is not null. 处理程序首先检查线程本地存储用户名,并使用它(如果不为空)。 www.ibm.com 1. Most browsers cache incoming document components in local storage for the very purpose of quick, network- connectionless retrieval of data. 大多数浏览器会在本地存储器把引入的文档成分进行缓存,以更快,更少的网络连接数。 dictsearch.appspot.com 2. So saving the entries to local storage is straightforward, and is shown in Listing 8. 所以将记录保存到本地存储是很简单的,如清单8所示。 www.ibm.com 3. Reading back from local storage is just as straightforward and is done in the readLocal function in Listing 1. 从本地存储中回读同样也很简单,这是通过清单1的readLocal函数完成的。 www.ibm.com 4. Thread local storage and thread-relative static fields provide the managed version of this behavior. 线程本地存储区和线程相关的静态字段提供了此行为的托管版本。 msdn2.microsoft.com 5. Similarly, the. NET Framework provides two mechanisms for using context local storage: context-relative static fields and data slots. 同样,.NETFramework提供了两个使用上下文本地存储区的机制:上下文相关的静态字段和数据槽。 msdn2.microsoft.com 6. This trend will only accelerate in the coming year as local storage in Web browsers makes it increasingly possible to work offline. 在未来几年中,这种趋势会进一步加速,因为Web浏览器中的本地存储使其脱机工作的可能性越来越高。 www.ibm.com 7. Again, this function starts by checking if local storage is available or not. 同样,这个函数从检查本地存储是否可用开始。 www.ibm.com 8. Note that these options operate on the local storage of newsgroup messages on your computer. 注意,这些操作选项只对您计算机上的新闻组邮件本地存储区起作用。 support.microsoft.com 9. Calling TlsAlloc when a DLL is attaching allows the DLL to maintain thread local storage (TLS) indexes for every thread attached to the DLL. 附加DLL时调用TlsAlloc使得DLL得以为每个附加到此DLL的线程维护线程本地存储区(TLS)索引。 msdn2.microsoft.com 10. Write operations occur through the primary node and are performed to the local storage and secondary storage simultaneously (see Figure 3). 写操作从主节点开始进行,同时执行本地存储和辅助存储(见图3)。 www.ibm.com 1. Gets a value in thread local storage at the specified index for the thread with the specified identifier. 为具有指定标识符的线程获取位于线程本地存储区中指定索引处的值。 msdn2.microsoft.com 2. Sets a value in thread local storage at the specified index for the thread with the specified identifier. 在线程本地存储的指定索引处为具有指定标识符的线程设置一个值。 msdn2.microsoft.com 3. Connected and disconnected use through replication and local storage capabilities. 通过复制和本地储存能力进行连接使用和断开连接的使用。 www.ibm.com 4. HTML5 also allows specification of offline support, which makes local storage possible, helping with connectivity interruptions. HTML5还支持规范离线支持,使本地存储成为可能,帮助解决连接中断问题。 www.ibm.com 5. Next, you sort the entries, because the order that they come out of from local storage is not guaranteed. 接着,我们需要对记录进行排序,因为它们从本地存储返回的顺序是不一定的。 www.ibm.com 6. However, it uses closures and thread local storage to distinguish between shared and isolated variables. 然而,它使用了闭包和线程本地存储来区分共享和隔离的变量。 www.infoq.com 7. A method and apparatus for reproducing data from a recording medium using a local storage is disclosed. 揭示了利用本地存储器从记录介质中再现出数据的方法和装置。 ip.com 8. Implementing local storage, caching and offline access are relatively easy. 调用本地存储、缓存和离线访问相对来说很简单。 www.bing.com 9. Spot, many cotton warehouse has a small factory on the local storage of cotton, grade to grade, the majority. 现货方面,当前地方上不少棉花仓库都有小加工厂存放的棉花,品级以四级居多。 www.texclo.net 10. Local storage is part of the HTML 5 specification and is widely supported. 本地存储属于HTML5规范,并且得到广泛的支持。 www.ibm.com 1. Gets a value from the thread local storage (TLS) of the specified thread in the target process. 从目标进程中指定线程的线程本地存储区(TLS)中获取一个值。 msdn.microsoft.com 2. Use managed thread local storage when your actual requirements might only be discovered at run time. 如果只能在运行时发现您的实际需要,请使用托管线程本地存储区。 msdn2.microsoft.com 3. Sets a value in the thread local storage (TLS) of the specified thread in the target process. 在目标进程中指定线程的线程本地存储区(TLS)中设置一个值。 technet.microsoft.com 4. Server clusters use standard Windows drivers to connect to local storage devices and media. 服务器群集使用标准的Windows驱动程序来连接本地存储设备和媒体。 technet.microsoft.com 5. This is a perfectly reasonable assumption for a Swing or SWT application accessing a configuration database or a local storage system. 对于要访问配置数据库或逻辑存储系统的Swing或SWT应用程序,这是一个非常合理的假设。 www.ibm.com 6. Supports fiber safety for data allocated using static thread-local storage. 支持使用静态线程本地存储区分配的数据的纤程安全。 msdn2.microsoft.com 7. Now you just need a function for reading all of this data back from local storage. 这样,我们只需要一个从本地存储读取所有数据的函数。 www.ibm.com 8. Our primary concern is leveraging local storage and Ajax to build a practical and useful application. 我们关注的主要问题是利用本地存储和Ajax构建一个实用的、有用的应用程序。 www.ibm.com 9. After using thread local storage, the handler sets the thread local username to null. 使用线程本地存储之后,处理程序将线程本地用户名设置为空。 www.ibm.com 10. The values in thread local storage are set with the static method setThreadIdentity(String, char[]). 线程本地存储中的值是使用静态方法setThreadIdentity(String,char[])设置的。 www.ibm.com 1. There is no solution for local storage and caching of structured data. 没有本地存储和缓存结构化数据的解决方案。 wiki.redsaga.com 2. You may see messages stating saying that Git is "defaulting to local storage area. " 我们可以看到消息说Git是“默认于本地存储区域的”。 www.ibm.com 3. After each use, the thread local storage values of username and password are reset to null. 每次使用后,用户名和密码的线程本地存储值都被重新设置为空。 www.ibm.com 4. In addition to stack space, each thread requires some native memory for thread-local storage and internal data structures. 除了栈空间之外,每个线程都需要一些本机内存用于线程本地存储和内存数据结构。 www.ibm.com 5. There are myriad considerations to resolve before actually pulling the plug on local storage and local hosting. 有无数种因素需要解决之前实际上拉上本地存储区和本地宿主插头。 technet.microsoft.com 6. Username and password available in thread local storage. 线程本地存储中提供的用户名和密码。 www.ibm.com 7. SQL CE is used for local storage when working offline. SQLCE用于在脱机工作时进行本地存储。 msdn2.microsoft.com 8. Further more local storage solve the problem of mass quantity data transmission. 另外,本地存储解决了大数据量传输的问题。 www.ceps.com.tw 9. Based on thread-local storage, it requires very little synchronization between worker threads and thus scales up well. 基于本地线程的存储,减少了它在工作线程间同步的比例。 www.infoq.com 10. This is definitely a little more of a complex use case than the local storage one. 这显然比使用本地存储复杂一点。 www.ibm.com 1. Clients then use some scheme to transfer these files into local storage, and you can use dom4j to parse and modify the file data. 客户机随后使用某种模式将这些文件传递到本地存储中,然后您可以使用dom4j解析并修改文件数据。 www.ibm.com 2. As more data are stored online, huge amounts of local storage will be less crucial. 随着越来越多的数据实现在线存储,超大的本机存放区空间将不再那么重要。 c.wsj.com 3. Early versions of Ceph implemented a custom low-level file system on the local storage called EBOFS. Ceph的早期版本在一个名为EBOFS的本地存储器上实现一个自定义低级文件系统。 www.ibm.com 4. Next, it iterates over all of the data in local storage. 接着,它遍历本地存储中的所有数据。 www.ibm.com 5. Uses SQL CE for local storage when working offline. 在脱机工作时使用SQLCE进行本地存储。 msdn2.microsoft.com 6. Other alternatives for local data storage, such as Flash local storage, are completely incompatible with the WHATW specification. 其他的本地数据存储可选方案,例如Flash本地存储,和WHATW规范完全不兼容。 www.bing.com 7. Each SPE has 256KB of local storage for both instructions and data. 每个SPE对于指令和数据都有256KB的本地存储。 www.ibm.com 8. Thread Local Storage: Thread-Relative Static Fields and Data Slots 线程本地存储区:线程相关的静态字段和数据槽 msdn2.microsoft.com 9. Support for simplified Thread Local Storage, which is key in supporting Delphi applications 支持单一的线程局部存储器 jc.finaleden.com 10. HTML5 gives you access to many low-level OS features (geo-location, local storage. . . etc) HTML5能让你访问到底层的操作系统特性(地理位置,本地存储等等) www.bing.com 1. Example: Caching with local storage 例子:利用本地存储实现高速缓存 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。