摘要:
using System; using System.Collections.Generic; using System.Text; namespace ConsoleProject { public delegate void CallBack(int a, int b); class DelegateTest { publi... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; namespace ConsoleProject { public delegate void CallBack(int a, int b); class DelegateTest { public static voi... 阅读全文
摘要:
select a.column_name,b.comments from user_tab_columns A,user_col_comments B where a.COLUMN_NAME=b.column_name and A.Table_Name = B.Table_Name and A.Table_Name='OA_FINANCE' 阅读全文