摘要: //方法一:private void GetIP() { string hostName = Dns.GetHostName();//本机名 //System.Net.IPAddress[] addressList = Dns.GetHostByName(hostName).A... 阅读全文
posted @ 2015-01-07 17:34 @睦 阅读(436) 评论(0) 推荐(0) 编辑
摘要: //使用事务来处理多条数据,如果不成功则回滚public void getCheckListSubmit() { string _conStr = "................";//连接字符串 OdbcConnection _odbcCon = new Od... 阅读全文
posted @ 2015-01-07 17:25 @睦 阅读(3061) 评论(0) 推荐(0) 编辑