STATIC METHOD in Chinese translation

['stætik 'meθəd]
['stætik 'meθəd]
静态方法
一个static方法

Examples of using Static method in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
As we have seen before, MercuryTypingReceiver has a getForFBID static method.
如我们在前面所见过的,MercuryTypingReceiver调用一个getForFBID静态方法
However, I am not offended by a type that exposes a single public static method.
然而,我不会因公开单个公共静态方法的类型而生气。
Sleep does not create a new threadsleep is a static method of the Thread class that temporarily stops the activity of the current thread.
Sleep不会创建一个新线程,sleep是Thread类的静态方法,用于暂停当前线程的活动。
This particular example can be further shortened using a method reference to separate the containing class and a static method.
这个特殊的示例还可以通过使用方法引用将包含类和静态方法分开的方式进一步减少代码量。
SingleObject class provides a static method for the outside world to get its static instance.
SingleObject类提供了一个静态方法来获取其静态实例到外部世界。
When an undefined static method is called in a program, the__callStatic() method will be called automatically.
当尝试调用类中不存在的静态方法时,__callStatic()魔术方法将被自动调用。
The static method Thread. currentThread() returns a reference to the currently executing Thread object.
PublicstaticThreadcurrentThread()返回对当前正在执行的线程对象的引用。
Or, because incr() is a static method, you can call it directly through its class.
或者,由于incr()是一种静态方法,所以可通过它的类直接调用:.
Also, we have to remember which particular utility class a static method is in.
另外,我们必须记住一个静态方法在哪个特定的工具类中。
Because ceil is a static method of Math, you always use it as Math.
由于ceil是Math的静态方法,所以应该像这样使用:Math.
SingleObject class provides a static method for the outside world to get its static instance.
SingleObject类提供了一个静态方法,供外界获取它的静态实例。
A static method is not associated with any instance of a class so the concept is not applicable.
Static方法跟类的任何实例都不相关,所以概念上不适用。
Because exp() is a static method of Math, you always use it as Math.
由于hypot是Math的静态方法,所以应该以Math.
Because atan2() is a static method of Math, you always use it as Math.
由于atan2是Math的静态方法,所以应该像这样使用:Math.
Because parse() is a static method of Date, it is called as Date.
由于parse()是Date的一个静态方法,所以应该使用Date.
Behind the scene, the simple call to this static method actually does 2 things.
在幕后,对这个静态方法的简单调用实际上做了2件事:.
Because max() is a static method of Math, you always use it as Math.
由于max是Math的静态方法,所以应该像这样使用:Math.
Because fromCharCode is a static method of String, you always use it as String.
由于fromCharCode()是String的静态方法,所以应该像这样使用:String.
Maybe you are now wondering what lock is used if you synchronize a static method.
也许你现在想知道如果同步一个静态方法,怎么应用锁。
Because sqrt() is a static method of Math, you always use it as Math.
由于hypot是Math的静态方法,所以应该以Math.
Results: 72, Time: 0.0272

Word-for-word translation

Top dictionary queries

English - Chinese