The solubility of carbamazepine-saccharin cocrystal was determined by a static method basing on the principle of solubility product.
卡马西平—糖精共晶体的溶解度是根据溶解度原理通过静态方法确定的。
Can this be used within a static method?
能够用在static方法中?
Improved static method and member handling.
改进静态方法和成员处理。
A plus sign (+) denotes a class or static method.
正号(+)表明一个类或静态方法。
Second, a static method is globally available.
第二,静态方法是全局可用的。
An error for the illegal reference to t inside static method m.
在静态方法m中非法引用t的错误。
This code is defined as the static method of the watchit class.
此代码定义为watchit类的静态方法。
Identifies the points in the static method that can be extended.
标识可在静态方法中扩展的点。
The process engineer identifies extension points in a static method.
流程工程师在静态方法中标识扩展点。
There are two good reasons why you might want to use a static method.
需要使用静态方法有两个重要原因。
Has_many is a static method call for which the symbol: items is a parameter.
has_many是一个静态方法调用,符号:items是它的参数。
Figure 4: a static method Sequence diagram for a method in a Swing class.
图4:swing类中的方法的静态方法时序图。
For example, Listing 1 shows the JNI code required to call a static method.
举例来说,清单1展示了调用静态方法所需的JNI代码。
Your only other option would be to make a helper class and add a static method to it.
你唯一的其他选项将会是写一个helper类,并在其中添加一个静态的方法。
If you prefer the object-oriented approach, you can use the corresponding static method.
如果更愿意采取面向对象的方式,可以使用相应的静态方法。
One is the static method which is to browse the UDDI Web site and specify a search term.
其中一种是静态办法,即浏览uddiWeb站点并指定一个搜索项。
The static method must have at least one parameter, which is the type you are augmenting.
静态方法必须要有一个参数,这是您将要增加的类型。
This class has two methods: the loadDictionary static method and the getMeanings static method.
这个类有两个方法:loadDictionary静态方法和getMeanings 静态方法。
You can then point JUnit at the TestSuite instance by defining a public static method named suite .
然后,可以通过定义一个叫做suite的publicstatic方法,在TestSuite实例中指定JUnit。
We start with a static method (independent of the class) for setting the user's services in the cache.
首先解释用来在缓存中设置用户服务的静态方法(不依赖于类)。
The important part to note is that we are creating a static method to create a list of item providers.
需要注意的重要一点是,我们创建了一个静态方法用于创建一系列的项目提供程序。
In addition, you can create non-destructive system dumps using the com.ibm.jvm.Dump.SystemDump static method.
另外,还可以使用com . ibm .jvm . Dump . SystemDump静态方法创建非破坏性的系统转储。
Where the static method is rendered in HTML, these extension points are hyperlinks from inside the method.
静态方法以HTML形式呈现,这些扩展点是方法内部的超链接。
For instance, normal Clojure functions have low call overhead as they're mostly reduced to static method calls.
例如,普通的Clojure函数都有较低的调用开销,因为它们都尽量降为静态函数调用。
Gretel USES calls to a static method to track executed blocks, adding these into the bytecode only where needed.
Gretel使用用于静态方法的调用来跟踪执行的块,将这些调用添加到字节码中的必要地方。
This static method would take a single argument, intended to be the sole element of the List (until others are added).
这个静态方法只带一个参数,也将是List唯一的元素(直到添加了其它元素)。
The placholders {0}, {1} and {2} represent data placeholders, and are easily filled by having a static method like
占位符 {0}、{1}和 {2}代表数据占位符,很容易由如下静态方法填充
This is equivalent to the fourth option listed above, in which some static method is invoked on an intermediary object.
这相当于上面所列出的第四个选项,在该选项中对中间对象调用静态对象。
The second bold line shows how to create the SReg request through a static method call to SRegRequest.createFetchRequest().
第二行粗体代码显示了如何通过对 SRegRequest.createFetchRequest() 的静态方法调用创建SReg请求。
If, however, you're in a static method, you have to get the root node and provide the package yourself, as shown in Listing 2.
但是,如果您使用的是静态方法,您就必须得到根节点并自己提供包,如清单2所示。
应用推荐