摘要: hibernate中的xml配置文件Multiple annotations found at this line,出现这个红叉报错,直接是把 <?xml version="1.0" encoding="UTF-8"?> 这一行先复制,然后在删掉, 在进行保存,保存好之后在把刚才复制的东西 拷贝进去 阅读全文
posted @ 2019-07-18 23:01 leagueandlegends 阅读(386) 评论(0) 推荐(0)
摘要: 一、首先创建两张表stu,sc create table stu( sid int UNSIGNED primary key auto_increment, name varchar(20) not null) TYPE=InnoDB charset=utf8; create table sc( s 阅读全文
posted @ 2019-07-18 19:16 leagueandlegends 阅读(2849) 评论(0) 推荐(1)