摘要:
SQL Server 中的float类型数值要转换为C#中的Double类型!特别是IBatis中的应用~ 阅读全文
摘要:
DataGridViewTextBoxColumn col1 = new DataGridViewTextBoxColumn(); col1.HeaderText = "姓名"; col1.DataPropertyName = "Name"; col1.Name = "Name"; col1.Width = 100; DataGridViewTextBoxColumn col2 = new DataGridViewTextBoxColumn(); col2.HeaderText = "性别"; col2.DataP 阅读全文