卡马西平—糖精共晶体的溶解度是根据溶解度原理通过静态方法确定的。
The solubility of carbamazepine-saccharin cocrystal was determined by a static method basing on the principle of solubility product.
清单3介绍了设置互斥的静态方法。
标识可在静态方法中扩展的点。
Identifies the points in the static method that can be extended.
声明和访问静态方法的语法与此相似。
The syntax for declaring and accessing static methods is similar.
使用定制代码中的静态方法。
修饰符的一种常见用法是注释静态方法。
改进静态方法和成员处理。
静态方法基本上就是丢弃“过多的”数据。
闭包可以通过接口传递给静态方法和构造函数。
Closures can be passed as interface to static methods, constructors.
您可以像调用静态方法一样访问单例对象的方法。
You can access methods on singleton objects similar to how you would call static methods.
静态方法也可以创建缓冲区,因为不存在构造函数。
Static methods can also create the buffers, because no constructors exist.
在静态方法足可以满足需要的情况下,不应当使用它。
静态方法必须要有一个参数,这是您将要增加的类型。
The static method must have at least one parameter, which is the type you are augmenting.
categories是一个常规类,包含静态方法。
静态方法的使用可能是一种糟糕的面向对象的编程操作。
The use of static methods might be considered a bad object oriented programming practice.
还提供静态方法以通过参数对象的名称来检索参数对象。
Static methods are also provided to retrieve parameter objects by their name.
对静态方法的测试也不支持,因为它们不影响对象的状态。
Tests on static methods also are not supported because they don't affect object state.
举例来说,清单1展示了调用静态方法所需的JNI代码。
For example, Listing 1 shows the JNI code required to call a static method.
静态方法不能被覆盖,但如果它不是决定性的则可以被隐藏。
Static methods cannot be overridden but can be hidden if they are not final (Read about Overriding vs Hiding here).
此扩展页面的用途是除提供静态方法外,还提供最新的指导。
The purpose of this extension page is to provide up-to-date guidance in addition to the contents of the static method. The extension page contains two areas
此外,所有生成的接口都有一个包含静态方法的工厂类,比如。
Also, all the generated interfaces have a factory class that contains static methods such as.
首先解释用来在缓存中设置用户服务的静态方法(不依赖于类)。
We start with a static method (independent of the class) for setting the user's services in the cache.
第一部分定义了两个静态方法,它们是处理缓存的一般访问方法。
The first part defines a couple of static methods which are general access methods to handle the cache.
静态方法以HTML形式呈现,这些扩展点是方法内部的超链接。
Where the static method is rendered in HTML, these extension points are hyperlinks from inside the method.
要从类外部调用静态方法,可使用类名加上范围解析符和方法名。
To call a static method from outside of its class, use the class name together with the scope resolution operator and the name of the method.
要调用其他类中的静态方法,可将完全限定名称映射到另外一个前缀。
To invoke static methods in different classes, map each fully qualified class name to a different prefix.
提供了其它静态方法以允许用户类方便地从TreeMap检索对象。
Other static methods are provided that allow user classes to easily retrieve objects from the TreeMap.
然后,Factory类中的静态方法会调用您工厂实例的实例方法。
The static methods in the Factory class will then call the instance methods of your factory instance.
静态方法流程工程师为使用静态方法标识的每个扩展点重复创建扩展页面。
The static method process engineer repeats the creation of extension pages for each extension point identified in the static method.
仅接受一两个实参、执行计算,并仅依据那些实参返回值的静态方法是理想的。
Static methods that merely accept an argument or two, perform a calculation, and return a value based on nothing but those arguments are ideal.
应用推荐