摘要:
对于C#初学者来说,我们通常遇到ExecuteReader、ExecuteNonQuery、ExecuteScalar、SqlDataReader、SqlDataAdapter这些对象或者方法的时候就开始犯晕,不知道哪个对象适合用增删改,哪个对象适合查询的时候用,本人通过 网上搜索和个人的一些理解, 阅读全文
摘要:
1 [System.Runtime.InteropServices.DllImport("user32.dll ")] 2 public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int wndproc); 3 [System.Runtime.InteropService... 阅读全文