已采纳回答 / 小支
加载驱动2创建连接public static Connection getConn() throws SQLException,ClassNotFoundException {Class.forName("com.mysql.jdbc.Driver");//1return DriverManager.getConnection("jdbc:mysql://localhost:3306/bookstore?useUnicode=true&characterEncoding=utf-8","root"...
2016-03-31
return this.getName()+this.getAge().hashCode();如果这样写会报错,说返回的是一个字符串,要把hashCode发热返回值改为String类型,但hashCode又不能为String类型!!!!!!!!!!!!Why???????回头去看下hashCode!!!!!!!!!
2016-03-24
你们调试程序的时候没发现最后如果不选择爱好那一项,然后直接注册,会报空指针的错误吗?
和那个 "霸王条款"一样.再做一个if判断就好啦
和那个 "霸王条款"一样.再做一个if判断就好啦
2016-03-24