• Lastly, applications can use this service to lock and unlock content within the repository.

    最后应用程序可以使用服务锁定取消锁定中的内容

    youdao

  • Synchronized methods and blocks allow a thread to lock an object on entry and unlock the object on exit (to the method or block).

    同步方法代码允许线程入口处锁定对象出口处解锁(针对方法代码)。

    youdao

  • The electronic badges serve two purposes: providing the method to actually lock and unlock the door and keeping track of who enters the room and when they enter the room.

    电子标记可以起两个作用:对房间进行实际锁定开锁跟踪哪些人进入房间以及何时进入

    youdao

  • You don't need to disable the system lock screen, or deal with two unlock swipes.

    需要禁用系统锁定屏幕或者点击屏幕解锁两次

    youdao

  • The unibody phone has a 4.3-inch curved glass AMOLED screen with no forward facing buttons; users double-tap to lock and unlock.

    款直板手机使用的4.3英寸的弧面amoled屏幕,边缘没有物理按键用户使用双击屏幕解锁。

    youdao

  • Alternatively, you can click on the lock icon in the toolbar to unlock them (the lock icon will then change to the unlocked icon).

    可以通过单击工具栏图标解锁它们(锁图标变成打开的锁图标)。

    youdao

  • Uncontested unlock operations return a locked mutex to the thread lock cache.

    非争用解锁操作一个锁定互斥锁返回线程锁定缓存

    youdao

  • What is ideally needed is the ability to lock a resource, verify its availability, and unlock it if no longer available.

    理想的方式锁定资源确认可用不再使用时解除其锁定

    youdao

  • I didn't discover until the end of my run that my car key (yes, the expensive one with the unlock/lock buttons) had fallen out.

    直到最后发现钥匙是的解锁和最贵把钥匙)掉了。

    youdao

  • Now you can repeatedly lock and unlock your computer's screensaver just by knocking on the side of the case. Is this faster or better in any way than setting up a custom key combination?

    现在我们可以通过敲打屏幕重复和解锁计算机屏保过程。

    youdao

  • Without this app, you have to swipe to unlock the real lock screen after unlocking Flyscreen, No Lock is a free app that disables the Android lock screen.

    没有NoLock解开Flyscreen之后不得不点击解开真正锁定屏幕,而 No Lock一款免费应用程序它能禁用Android 的锁定屏幕。

    youdao

  • Using scoped_lock, you don't need to explicitly lock or unlock the file; the locking occurs inside the constructor, and the unlocking happens automatically whenever you exit the scope.

    如果使用scoped_lock需要显式地锁定解锁文件锁定发生在构造每当退出范围,就会自动发生解锁

    youdao

  • And you should never unlock a mutex that you don't hold a lock for (otherwise, the pthread_mutex_unlock call will fail with a non-zero EPERM return value).

    并且绝对不要对保持的互斥对象进行解锁操作(否则,pthread _ mutex_unlock调用失败并带一个非零的eperm返回值)。

    youdao

  • Use the same thread to lock and unlock a file.

    使用相同线程锁定和解锁文件。

    youdao

  • Your code could repeatedly lock and unlock the mutex, checking for any changes to the value.

    代码可以反复互斥对象锁定和解锁,以检查任何变化

    youdao

  • During the writing of this article, for instance, I found that a few times the screen lock would enable on my device, but the touchscreen would not work properly, so I would not be able to unlock it.

    例如,在撰写本文过程中发现设备启用屏幕但是触摸屏不会正常工作所以不能解锁

    youdao

  • Earlier, we mentioned that to be allowed to change employee address data, you must first lock the employee record, make the changes, and finally unlock the record.

    前面提到,如果修改雇员地址数据首先必须锁定雇员的记录修改数据然后解除锁定。

    youdao

  • Lock or unlock your phone to prevent from unwanted checks.

    锁定解锁手机防止不必要的检查

    youdao

  • To ensure that locks are released, simply pair every lock method with an unlock method, which should be placed in a try-finally block. This is illustrated in Listing 4.

    保证得到释放,我们只需要lock之后对应执行一个unlock方法而且它们应该置于try - finally复杂语句中。

    youdao

  • She asked study participants to create three Android lock patterns - one for an imaginary shopping app, another for a fake banking app and one to unlock a phone.

    要求研究参与者创造出三个安卓锁屏图形形——用于虚构购物应用个用于款虚构的银行应用,一个用于解锁手机

    youdao

  • With contention, a POSIX lock and unlock operation would trigger Linux kernel priority inheritance support to occur.

    存在用时,POSIX锁定和解操作触发Linux内核优先级继承支持

    youdao

  • Use special care in use of lock and Unlock functions.

    使用lockUnlock函数时要特别小心

    youdao

  • For R5, LotusScript enables you to develop code making use of lock and Unlock functions.

    对于R5,可以通过LotusScript开发使用lockUnlock函数代码

    youdao

  • A joystick allows the safe room occupant to lock and unlock doors throughout the house to trap an intruder.

    控制安全密室里的人锁上打开房子里任何捕捉入侵者

    youdao

  • It is the lightest as execution time, often a lock or unlock becomes just a single inlined assembler instruction.

    运行时间而言轻便的,大多数情况下需要单条内联汇编指令可以上锁解锁。

    youdao

  • Please lock the non-slip handle when you push the wheelchair. When you need adjust the height of the back, please unlock the non-slip handle.

    推出轮椅防滑手柄;推出轮椅需要调节轮椅椅背高度,请注意松开防滑手柄;推进床体后,调节椅背高度时,请注意松开防滑手柄。

    youdao

  • I am the key you are the lock, no I unlock, you can never walk away.

    钥匙开锁,你永远不掉

    youdao

  • 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不能实现完全内存屏障的功能,但是,它们也的确会影响内存访问顺序,参考下面的示例代码

    youdao

  • 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不能实现完全内存屏障的功能,但是,它们也的确会影响内存访问顺序,参考下面的示例代码

    youdao

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

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

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