父类中的重写方法不仅局限于构造函数。
Overriding methods in a parent class is not limited to the constructor.
重写方法应遵循适用的开放式并发映射。
Override methods are expected to follow the applicable optimistic concurrency mapping.
重写方法不能用来启动、提交或停止事务。
Override methods cannot be used to start, commit, or stop a transaction.
“重写方法名”节点。
在聚类和非一致性数据库无聚集查询基础上提出聚集查询重写方法。
This paper presents the rewriting method for aggregation queries based on clusters and non-aggregation queries in inconsistent databases.
可以重写方法、重命名标识符、重构参数,以及实现接口和抽象类。
You can override methods, rename identifiers, refactor parameters, and implement interfaces and abstract classes.
尽管对于重写方法,可能会多一点开销,但让编写测试的人专注于正在发生的事情是很重要的。
Although there maybe a little more overhead with regards to overriding methods, it is important to keep the test writer concentrated on what is happening.
无需创建接口和去掉整个模拟对象的存根—您可以有选择地重写方法并返回一个简单的模拟响应。
No need to create an interface and stub out an entire mock object - you can strategically override that one method and return a simple mocked-out response.
为了减少在计算和存档数据流的过程中对昂贵的存档数据的存取,分析了聚集数据查询的特点,并引入了聚集查询语言和聚集查询重写方法。
To reduce the expensive access to archive data, the characteristics of aggregate data query were analyzed, and the aggregate query language and its rewriting method were proposed.
事实上,重写是发现和纠正一些错误的最好方法,如语法和拼写错误。
In fact, rewriting is the best way to find out and correct some mistakes, like grammar and spelling mistakes.
其次,程序员必须重写必要的基本方法。
Secondly, the programmer must override base methods as necessary.
我们实际上可以用多种方法重写上一个例子的最后一行。
We could actually write the last line of the previous example in several ways.
它实现了对提供的类编写者实例的传递处理,使您可以只重写需要特殊处理的方法。
It implements the pass-through handling for a supplied class writer instance, letting you override only the methods where you need special handling.
当子类所重写的方法被调用时,你可以在子类中对父类的内部状态进行操作。
In a subclass you can make assumptions about the internal state of the superclass when the method you override is getting called.
然后就可以放弃事件或者调用重写了基类的方法。
Then you can either abandon the event or must invoke the method overridden in the based class.
缺少这个注释可能表示开发人员没有意识到该方法被重写。
A missing annotation may indicate that the developer didn't realize the method was being overridden.
如果可以重写类的话,则可以重写它的方法的行为,因此您最安全的选择就是不允许将类子类化。
If the class can be overridden, its methods' behaviors can be overridden as well, so your safest bet is to disallow subclassing.
再一次,我们重写了click方法。
在清单6中,您重写了Header方法,其被调用以便生成每一个页面的标题内容。
In Listing 6, you override the header method, which is called to generate the content for each page's header.
为了支持等待的线程,在清单2中已经重写了remove方法。
In Listing 2, the remove method has been overridden to support waiting threads.
你只需要继承BaseIntrospectionRule,重写你关心的方法,并添加相匹配的基于XML的元数据文件即可。
Simply inherit from BaseIntrospectionRule, override the methods you care about, and add a matching XML-base meta-data file.
搜索查询,同样,不难想象出,可以将它重写为一个方法调用。
Search query I made earlier, it's not hard to imagine rewriting it as a method call, either.
SQL查询的优化利用了一些复杂的功能,例如:查询重写、多连接(join)方法、详细的统计、并行性等。
The optimization of SQL queries utilize sophisticated features, such as: query rewrite, multiple join methods, detailed statistics, parallelism etc.
Swing适配器允许您子类化适配器,并且可以仅重写处理事件所需的方法。
The Swing adaptors allow you to subclass the adaptor and just override the methods you need to handle for the event.
现在您已经创建了一个原始标题的合理副本,您也需要重写Footer方法,以便于您生成页脚。
Now that you've created a reasonable facsimile of the original header, you also need to override the footer method so you can generate the footer.
被重写的click方法会增加count。
为了举例说明,可以将%INCLUDE “lsxsd . lss ”行添加到Web服务的(options)部分,然后重写GetUserRoles方法,如下所示。
As an example, you could add the line % INCLUDE "lsxsd.lss" to the (Options) section of the Web service and rewrite the GetUserRoles method like this.
重写apply方法。
将调用重写后的execute方法来处理请求,它继承自超类org . apache . struts . action . action。
The overridden method execute , which is inherited from the super-class org.apache.struts.action.Action, is called for processing the request.
要定义任何可能的SAX事件处理程序,程序员必须扩展XML::SAX::Base并重写任何需要的方法。
To define any conceivable SAX event handler, a programmer extends XML::SAX::Base and overrides whatever methods are of interest.
应用推荐