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