caohuan95568
2015-04-01 08:52里面的exception ex 中的ex代表什么?还需要添加以下代码吗
//int i = dataGridView1.CurrentCell.RowIndex;
//DataRow dr = ds.Tables["DressingWheel"].Rows[i];
//dr["修整轮名称"] = dataGridView1.CurrentRow.Cells[0].Value.ToString();
////dr["修整轮名称"] = dataGridView1.Rows [i].Cells[0].Value.ToString();
//dr["修整轮直径"] = dataGridView1.CurrentRow.Cells[1].Value.ToString();
//dr["修整轮圆角半径R1"] = dataGridView1.CurrentRow.Cells[2].Value.ToString();
//dr["修整轮圆角半径R2"] = dataGridView1.CurrentRow.Cells[3].Value.ToString();
//dr["距离L1"] = dataGridView1.CurrentRow.Cells[4].Value.ToString();
//dr["距离L2"] = dataGridView1.CurrentRow.Cells[5].Value.ToString();
//dr["修整轮修整高度H"] = dataGridView1.CurrentRow.Cells[6].Value.ToString();
- 点赞
- 回答
- 收藏
- 复制链接分享
2条回答
为你推荐
- PHP中的这段代码如何容易受到SQL注入攻击?
- sql
- php
- 1个回答
- 如何在递归函数中返回值后停止执行代码?
- yii
- php
- recursion
- 2个回答
- Http调用php RestApi从角度开始需要15秒,距离邮差只有20毫秒。 我错过了什么?
- apache
- angularjs
- slim
- php
- 1个回答
- Netbeans可以通过XDebug报告PHP异常吗?
- exception
- debugging
- xdebug
- php
- netbeans
- 2个回答
- 从set_exception_handler函数中获取异常名称
- oop
- exception
- exception-handling
- php
- 1个回答