摘要:
public static class DialogCloser { public static readonly DependencyProperty DialogResultProperty = DependencyProperty.RegisterAttached( "DialogResult 阅读全文
摘要:
在非多态状态下才会调用被new修饰的和父类相同的方法。 如: public class Person1 : ReaderBusiness { public override IReaderDTO ReadMessage(string message) { return new model1() { 阅读全文
摘要:
写了一个存储过程在.NET程序中调用发现catch到一个错误 ORA-06502: PL/SQL: 数字或值错误 : character string buffer too small ORA-06512: 在 "BIS.PRO_FIELDSHOW_INSERT", line 61 ORA-0650 阅读全文