摘要: //新增 this.dataGridView1.AllowUserToAddRows = true; if (iTag == 1) { //默认自动编号排序 dataGridView1.Columns["taskId"].HeaderCell.SortGlyphDirection = SortOr... 阅读全文
posted @ 2014-06-06 13:15 poloyzhang 阅读(202) 评论(0) 推荐(0)
摘要: c# int Int32 Int64 的区别Int16 值类型表示值介于 -32768 到 +32767 之间的有符号整数。Int32 值类型表示值介于 -2,147,483,648 到 +2,147,483,647 之间的有符号整数。Int64 值类型表示值介于 -9,223,372,036,85... 阅读全文
posted @ 2014-05-26 13:31 poloyzhang 阅读(13674) 评论(0) 推荐(0)