写了个数据库的操作类,然后运行,报错:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
这才想起数据库的驱动包没有导入,特意记下,以免以后在犯同样的错误。