基于友盟的第三方登录
使用语言:kotlin,使用第三方:友盟
文中所用到的资源文件:https://pan.baidu.com/s/1eIS9JFd4JeYZUrFJYHrEyg。
Hibernate开发中常见错误总结
org.hibernate.MappingException: Unknown entity: cn.itcast.hibernate717.helloworld.Person
hibernate框架根本不知道Person这个持久化类的存在
Caused by: java.sql.SQLException: Field 'id' doesn't have a default value
如果主
输入域名,localhost,直接跳转到controller的几种方式:
输入域名,localhost,直接跳转到controller的几种方式:(1),在web.xml中写如下
<welcome-file-list>
<welcome-file>welcome.html</welcome-file>
</welcome-file-list>
然后在建立welcome