读书人

有关eclipse中出现的有关问题

发布时间: 2012-11-08 08:48:11 作者: rapoo

有关eclipse中出现的问题
eclipse 出现A为无法解析的类型,怎样解决?
例如:与mysql数据库连接时
“String url = "jdbc:mysql://localhost/ch10";
String userName = "root";
String password = "root";
Connection conn = null;
Statement stmt = null;”
出现Connection、Statement为无法解析的类型。

[解决办法]
你好像还没有写端口号3360!

[解决办法]

探讨

你好像还没有写端口号3360!

读书人网 >Eclipse开发

热点推荐