The application will ask you for a default lock code, which is 0000.
该应用程序会询问你的默认锁码,也就是0000。
Set as follows: 1, set the lock code with the installation of card 2, set the lock time with a clock card.
设置过程如下:1、用安装卡设置门锁编号;2、用时钟卡设置门锁时间。
In the same line of the corresponding place of the right side window will show the 8 digit lock code of your modem.
在右边的窗口中的相应位置、相同的线,将显示您的调制解调器的8位锁码。
In this paper, the effects of a follower jamming on the performance of a delay-lock code tracking loop in a frequency hopping system are analysed.
本文分析了跟踪干扰对跳频系统中码跟踪环性能的影响。
A special code is needed to override the time lock.
这定时锁要用特定密码才能打开。
And, of course, remember to lock your phone with a security code or pattern.
当然记得使用安全代码或者安全模式锁定你的手机。
Otherwise, if the protected code threw an exception, the lock might never be released!
否则,如果受保护的代码将抛出异常,锁就有可能永远得不到释放!
The answer is that lock timeout reporting builds partly on functionality delivered by deadlock event monitor code.
答案是构建锁定超时报告需要用到死锁事件监视器代码交付的功能。
After securing the lock, remain aware of the amount of code executed, the type of operations performed, the function calls made, and the amount of looping until releasing the lock.
在锁住信号量到释放信号量之间,要仔细考虑执行的代码量、执行的操作类型、发出的函数调用和循环次数。
On the surface it looks as though lock elision allows us to write thread safe code without any synchronization penalty for using in cases where it really wasn't needed.
从表面上看,锁省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全的代码了,前提是在同步的确是多余的情况下。
This synchronized code block acquires the lock associated with the customer class object before it executes.
同步的代码块在执行之前需要与客户类对象相关的锁。
The first step is to identify which code is using the problematic lock.
第一步是检查哪些代码正在使用问题锁。
That means the combination of those tools can still be used to capture information about any kind of DB2 event associated with a SQL code or a DB2 internal return code, not just lock timeouts.
这意味着,这些工具组合仍然可用于捕捉与SQL代码和DB 2内部返回代码相关的任何DB 2事件信息,而不仅仅是锁定超时信息。
Now look at the code to create your Lock Report.
现在看一看用来创建Lock Report的代码。
By using this RealTimeSystem API, you can reduce the chance that lock initialization happens within a time-critical code region.
通过使用这个RealTimeSystemAPI,可以降低具有严格时间要求的代码区域中发生锁定初始化的机率。
Replacing all the closed code with open source one: libc_i18n, NFS lock manager, portions of crypto framework, many critical drivers.
使用开源代码替换所有非开源代码包括libc _ i18n、NFS锁管理器、加密框架部分以及大量关键的驱动程序。
While no one would ever directly use the idiom in Listing 1, this code is very similar to the case where the lock associated with a synchronized block can be proven to be a thread-local variable.
虽然没有人会直接使用清单1中的形式,但是与这个代码非常类似的情况是:可以证实与synchronized块关联的锁是一个线程本地变量。
As an example, consider any repetitive coding pattern, such as executing a block of code with a lock held.
以一个常见的编码模式为例,如执行带有Lock的代码块。
For R5, LotusScript enables you to develop code making use of lock and Unlock functions.
对于R5,可以通过LotusScript开发使用lock和Unlock函数的代码。
This meant your code tended to lock you into one product.
这意味着代码往往把您限制到一种产品上。
Your code could repeatedly lock and unlock the mutex, checking for any changes to the value.
代码可以反复对互斥对象锁定和解锁,以检查值的任何变化。
That's still a lot of code just to increment a counter with a lock held!
要递增一个加锁的计数器仍然需要编写很多代码!
In systems with a large number of locks (and the kernel is becoming such a system), it is not unusual for code to need to hold more than one lock at once.
在一个存在大量锁的系统中(内核就是这样一个系统),通常在代码中需要一次性控制多个锁。
You can (and should) lock down the delete and update closures with the same four lines of code.
您可以(也应该)使用相同的四行代码锁定delete和update闭包。
For example, if the lock object is of class object, it may not be easy to search the code for references to it.
例如,如果锁对象的类别是Object,搜索代码以引用它可能不太容易。
LOCK-Based Critical Sections: Although a LOCK-UNLOCK pair does not act as a full memory barrier, these operations do affect memory ordering. Consider the following code.
锁保护的临界区:经lock -UNLOCK对不能实现完全的内存屏障的功能,但是,它们也的确会影响内存访问顺序,参考下面的示例代码。
In looking at the code example in Listing 1, one immediate difference between lock and synchronization jumps out — the lock must be released in a finally block.
在查看清单1中的代码示例时,可以看到lock和synchronized有一点明显的区别——lock必须在finally块中释放。
When successful, a forced dismount allows exclusive volume access and a reliable boot code update even though the initial lock failed.
如果锁定成功,强制删除将启用独占卷访问权限和可靠的启动代码更新,即使初始锁定失败。
But what happens if the interrupt routine executes in the same processor as the code that took out the lock originally?
但是如果运行在同一个处理器中的中断例程取得了先前的锁会发生什么呢?
The snapshots are viewed using lock profiler in Terracotta administration console to find deadlocks and other locking hotspots in the application code.
我们可以利用Terracotta管理控制台的锁分析器(lock profiler)查看这些快照以找出应用中的死锁和其他可能发生死锁的地方。
应用推荐