08 2014 档案
摘要:update Po_Header set total_fee = ( select ip.payment-ip.post_fee from po_header ip where ip.po_header_id = po_Header_Id)where Trade_ID in( s...
阅读全文
摘要:先度娘一下多态的概念:多态==晚绑定。 不要把函数重载理解为多态。 因为多态是一种运行期的行为,不是编译期的行为。 多态:父类型的引用可以指向子类型的对象。 比如 Parent p = new Child(); 当使用多态方式调用方法时,首先检查父类中是否有该方法,如果没有,则编译错误...
阅读全文
浙公网安备 33010602011771号