2016年11月10日
摘要: private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { if (e.RowIndex >= 0) { DataGridViewColumn column = dataGridView1.Column... 阅读全文
posted @ 2016-11-10 16:11 布鲁布鲁sky 阅读(2402) 评论(0) 推荐(0)
摘要: Substrinig(a,b): 从下标a开始截取,共截取b位 实现:一串数字,中间两位数字+2,生成新的一串数字 阅读全文
posted @ 2016-11-10 15:46 布鲁布鲁sky 阅读(3734) 评论(0) 推荐(0)