SYNCHRONIZED in English translation

Examples of using Synchronized in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Java提供了一中内置的锁机制来支持原子性:同步代码块(SynchronizedBlock)。
Java provides a built-in mechanisms to support atomic: synchronous code block.
纽约-(美国商业资讯)-同步数字品牌(SynchronizedDigitalBranding)的行业领导者Undertone今天宣布,已聘请PaulPrior担任首席运营官,自2020年1月生效。
NEW YORK-(BUSINESS WIRE)- Undertone, the industry leader in Synchronized Digital Branding, today announced that it hired Paul Prior as Chief Operating Officer, effective January, 2020.
一个EP可以只包含同步流,称为扩展的同步流形态(expandedsynchronizedflowpattern,ESP),但一般情况下同步流中会出现宽运动堵塞。
An EP could contain synchronized flow only(called ESP: Expanded Synchronized Flow Pattern), but normally wide moving jams form in the synchronized flow.
构造器不具有任何显性返回类型。构造器无法被直接“new”invokesthem.构造器无法被宿室韦synchronized,final,abstract,native,或者static。
Constructors never have an explicit return type. Constructors cannot be directly invoked(the keyword“new” invokes them). Constructors cannot be synchronized, final, abstract, native, or static.
这个是synchronized无法办到的。
This is what synchronized can't do.
递归的synchronized方法可以正常运作。
Recursive synchronized methods work correctly.
俄罗斯花样游泳队RussianSynchronizedSwimmingTeam.
The Russian synchronized swimming team.
静态类声明为synchronized方法也是合法的。
It is also legal to declare static methods as synchronized.
方法可以同时即是static又是synchronized的吗?
Can a method be static and synchronized?
直至该synchronized方法执行完。
Wait until the synchronization is complete.
问题:方法可以同时即是static又是synchronized的吗?
Can a method be static and synchronized?
要解决上面的问题我们可以使用javasynchronized代码块。
To solve this problem you can use a Java synchronized block.
结合使用volatile和synchronized实现“开销较低的读-写锁”.
Combining volatile and synchronized to form a"cheap read-write lock".
请教关于Singleton模式和synchronizedstatic方法的问题.
Question regarding the singleton data and synchronized method approach.
Synchronized”关键字提供了Java语言内置的锁定机制。
The“synchronized” keyword provides the Java language's in-built locking mechanism.
Java语言中synchronized修饰在static方法和非static方法的区别.
To learn more see the difference between static and non-static synchronized method in Java.
原Java中synchronized修饰在static方法和非static方法的区别.
To learn more see the difference between static and non-static synchronized method in Java.
为了防止这种情况,我们需要使用synchronized
So, to fix this we need to introduce synchronization.
因为没有加锁synchronized,所以严格意义上它并不算单例模式。
Because there is no lock synchronized, it is not a singleton mode in the strict sense.
注意:构造函数不能是synchronized--在构造函数前使用synchronized关键字将导致语义错误。
Note: constructors cannot be synchronized- using the synchronized keyword with a constructor is a syntax error.
Results: 130, Time: 0.0215

Top dictionary queries

Chinese - English