它介绍了丙烯酸、丙烯酸脂、苯乙烯四元共聚合成醇溶性聚丙烯酸脂类的方法。
It introduces how to synthesize acrylic acid, acrylate and phenylethene quadripolymer into alcohol-soluble acrylic resin.
有两种在页面中添加类的方法。
通过主类的方法发布帖子。
你如何让一个类的方法修改呢?
把相关的函数转换成新类的方法。
Transform the associated functions into methods of the new class.
增强某个类的方法有多种(请参见参考资料)。
do子句或for循环来正确地测试类的方法。
Do clauses or for loops to test a class 'methods appropriately.
然后就可以放弃事件或者调用重写了基类的方法。
Then you can either abandon the event or must invoke the method overridden in the based class.
指定由绑定所使用的现有实现类的方法。
A way to specify an existing implementation class to be used by the binding.
face类的方法访问相应形状的属性。
The methods of the Face class access the properties of the corresponding shape.
一个Action的操作是目标类的方法。
可以通过调用edge类的方法查看和修改直线的属性。
You can read and modify the line's properties by calling methods of the Edge class.
随着本文的继续展开,我们将构建这个类的方法。
We will be building up the methods of this class as the article proceeds.
将类名作为方法名的前缀来指示该方法是类的方法。
Putting the class name as a prefix to the method name indicates that the method is a class method.
回想一下,vector类的方法几乎都是同步的。
Recall that the methods of the Vector class are nearly all synchronized.
超类的方法可以通过使用相同的名称声明属性来扩展。
A method of a superclass can be extended by declaring an attribute with the same name.
这篇文章就是演示几种从一个DLL模块中导出C++类的方法。
The purpose of this article is to show several methods of exporting C++ classes from a DLL module.
它甚至使您能够读写字段,调用运行时选择的类的方法。
It even lets you read and write fields and call methods of a class selected at run time.
我们可以在这编写一个表达式来匹配许多类的方法的集合。
We could write an expression here that matched a set of methods, on many classes.
对动态代理类的方法调用,不会像直接调用对象的方法那样好。
Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
但是,我在创建修饰符时可以不用添加额外的基于类的方法结构。
But I can make a decorator without adding the extra structure of a class-based approach.
您更希望这段代码可以被任何脚本都可以使用的核心类的方法所调用。
Rather, you'll want to make this code available in general methods of centralized classes that any script can use.
字段及其访问器声明之后,下面出现的是employee类的方法。
After the fields and their accessors are declared, the methods of the Employee class come next.
MiddleGen提供了一种从数据库本身来生成数据库访问类的方法。
MiddleGen provides a way to generate database access classes from the database itself.
MTF的设计是对EMF模型进行转换,但是它也提供了改写非emf类的方法。
MTF is designed to perform transformations on EMF models, but it also provides a way to adapt non-EMF classes.
通过抽取突出显示逻辑,可以编写调用highlightutil类的方法的单元测试。
By extracting the highlighting logic, you can write unit tests for it by calling methods on the HighlightUtil class.
decorator目前并不允许您修改类实例化本身,但是它们可以修改依附于类的方法。
Decorators do not currently let you modify class instantiation per se, but they can massage the methods that are attached to the class.
对代理类的方法调用,被分配给调用处理程序,而调用处理程序是在代理类生成的时候指定的。
Method invocations on a proxy class are dispatched to an invocation handler that is specified when the proxy class is generated.
运行时,客户机代码的请求将调用超类的方法,而超类将使用反射调用客户机请求的实际方法。
At runtime, the superclass's methods will be invoked by requests from our client code, and the superclass will use reflection to invoke the actual method requested by the client.
我对编译器进行了设置,所以我必须指定override注释,以便指明哪些方法要覆盖基类的方法。
I set up the compiler so I have to specify the override annotation so as to clarify which methods are overriding base class methods.
应用推荐