摘要:
Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.mchange.v2.c3p0.ComboPooledDataSource] from ClassLoader [ParallelWebappCla 阅读全文
摘要:
1.DQL(数据查询语言) Data Query Language,数据查询语言,主要是select语句。 2.DML(数据操作语言) Data Manipulation Language,数据操作语言,包括insert,delete,update,select,主要作用是对表中的数据进行增删查改。 阅读全文