摘要: 这个控键最好用的就是代理,再用代理之前必须给这个控键设置一个代理 _textfield.delegate=self;//这是设置代理的方法以下是协议- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ NSLog(@"tex... 阅读全文
posted @ 2014-04-03 23:41 离子 阅读(554) 评论(0) 推荐(0)
摘要: try { getDao().insert("yh00_sbxxdb.insert_yh00_sbxxdb", dto); } catch (DataIntegrityViolationException e) { if (e.getCause().getCause() instanceof SQLException) { SQLException sqlE = (SQLException) e.getCause().getCause(); if (sqlE.getEr... 阅读全文
posted @ 2014-04-03 16:30 离子 阅读(686) 评论(0) 推荐(0)