What is the translation of " NOTIFY " in English? S

Examples of using Notify in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Notify并没有完全消失。
However, the Notifications do not disappear completely.
获取数据后,get()调用notify()。
After the data has been obtained, get()calls notify().
Q:notify()和notifyAll()方法有什么区别??
What is the difference between notify() and notifyAll()?
UPIID在本月早些时候与Notify按钮一起推出。
UPI ID was introduced earlier this month along with the Notify button.
Notify()方法值唤醒一个进程,其它进程仍旧等待。
The notify() method wakes up just one process, and leaves the others waiting.
还有一个原因是为了避免wait和notify之间产生竞态条件。
This insures that there are no race conditions between wait and notify.
Java中notify和notifyAll的区别-何时以及如何使用.
Difference between notify and notifyAll in Java- When and How to use(3 years ago).
UPIID在本月早些时候与Notify按钮一起推出。
UPI ID was introduced with notification button at the beginning of this month.
如果Notify与Consignee不同,也必须标识其企业税号CNPJ。
If Notify and Consignee are different, also must identify its corporate tax CNPJ.
如果观察器列表很长,则执行Notify()方法可能需要很长时间。
If the list of observers is long, the Notify() method may take a long time.
为什么wait,notify和notifyAll是在Object类中定义的而不是在Thread类中定义?
Why wait and notify is declared in Object class instead of Thread?
你还可以禁用错误报告,点击ErrorReporting,然后选择DisableErrorReporting,并选中Butnotifymewhencriticalerrorsoccur。
Optionally, you can also check But notify me when Critical Errors Occur.
在m上执行了notify操作,而且线程t被选中从等待集合中移除。
A notify action being performed on m in which t is selected for removal from the wait set.
Notify显示第三方通知人,一般是货代公司或者CONSIGNEE的代理;.
Notify display third party notice, generally a freight forwarding company or CONSIGNEE agent;
为什么wait,notify和notifyAll这些方法不在thread类里面??
Why wait, notify, and notifyall methods are defined in the Object class, and not in the Thread class?
要实现这个功能,请在DownloadOptions下面选择Downloadnewupdatesautomaticallyandnotifymewhenreadytoinstallthem。
Download new updates automatically and notify me when ready to install them.
请参阅notify方法,了解线程能够成为监视器所有者的方法的描述。
See the notify method for a description of the ways in which a thread can become the owner of a monitor.
通知与锁定之间有一个交互--为了在对象上wait或notify,您必须持有该对象的锁。
There is an interaction between notification and locking--to wait or notify on an object, you must hold the lock for that object.
notify函数体中,可以调用任何来自Summarytrait的方法,比如summarize。
In the body of notify, we can call any methods on item that come from the Summary trait, like summarize.
请看下面的例子,你会注意到$name和$contactDetails只在notify()方法中用到。
Have a look at the next example;you will notice that$name and$contactDetails are only used in the notify() method.
为什么wait,notify和notifyAll是在Object类中定义的而不是在Thread类中定义?
Why wait, notify, and notifyall methods are defined in the Object class, and not in the Thread class?
就像Lock是同步的概括一样,Lock框架包含了对wait和notify概括叫做条件(Condition)。
Just as Lock is a generalization for synchronization,the Lock framework includes a generalization of wait and notify called Condition.
Wait和notify应该放在Synchronized关键字标记的代码中以保证当前的代码在监视器的监控之中。
Wait and notify should be placed within synchronized code to ensure that the current code owns the monitor.
注意,此通知机制与线程无关,并且与Object类的wait和notify机制完全独立。
Note that this notification mechanism has nothing to do with threads andis completely separate from the wait and notify mechanism of class Object.
Notifyyourbankbeforeyougoabroad-一定要让您的银行知道您正在国外旅行,这样他们就不会阻止您的卡。
Notify your bank before you go abroad- Always let your bank know you're travelling abroad so there's less chance they will block your card.
为了唤醒线程,你必须在由相同对象保护的synchronized代码块中调用notify()或notifyAll()方法。
To wake up the thread, you must call the notify() or notifyAll() method inside a block of code protected by the same object.
第一种方式是:在每次影响内部状态更改的Subject调用之后,在客户端中插入Notify()调用。
The first option is to insert the call to Notify() in the client right after each call to Subject that affects an internal state change.
我们可以定义一个函数notify来调用其参数item上的summarize方法,该参数为一些实现了Summarytrait的方法。
We can define a function notify that calls the summarize method on its parameter item, which is of some type that implements the Summary trait.
在调用该方法之后,它们会自动等待到其它进程调用了condition.notify()或condition.notifyAll()函数。
After calling this method,they automatically wait until some other process calls the condition. notify() or condition. notifyAll() function.
你还可以禁用错误报告,点击ErrorReporting,然后选择DisableErrorReporting,并选中Butnotifymewhencriticalerrorsoccur。
Click the Error Reporting button and select'Disable Error Reporting' andtick'But notify me when critical errors occur'.
Results: 65, Time: 0.015
S

Synonyms for Notify

Top dictionary queries

Chinese - English