摘要: throw关键字 作用: 可以使用throw关键字在指定的方法中抛出指定的异常 使用格式: throw new xxxException("异常产生的原因"); 注意: 1.throw关键字必须写在方法的内部 2.throw关键字后边new的对象必须是Exception或者Exception的子类对 阅读全文
posted @ 2019-09-15 22:55 是的我思故我在 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 将列字段的属性修改成utf8 alter table `tablename` convert to charset utf8; 阅读全文
posted @ 2019-09-15 12:39 是的我思故我在 阅读(104) 评论(0) 推荐(0) 编辑