随笔分类 - java
摘要:Web app root system property already set to different value: 'app1.root' = [D:\apache\apache-tomcat-8.5.12-windows-x64\webapps\teachers\] instead of [
阅读全文
摘要:hibernate 的SessionFactory的getCurrentSession 与 openSession() 的区别 1 getCurrentSession创建的session会和绑定到当前线程,而openSession不会。 2 getCurrentSession创建的线程会在事务回滚或
阅读全文
摘要:不多说,直接上实例代码!!! 我使用的是idea工具,maven管理。 首先,在pom.xml引入上传文件所需要的包。 单文件上传: 多文件上传: 文件下载:
阅读全文
摘要:@RequestBody 作用: i) 该注解用于读取Request请求的body部分数据,使用系统默认配置的HttpMessageConverter进行解析,然后把相应的数据绑定到要返回的对象上; ii) 再把HttpMessageConverter返回的对象数据绑定到 controller中方法
阅读全文
摘要:转自http://www.codesky.NET/article/200704/119108.html (1)HttpServletRequest类有setAttribute()方法,而没有setParameter()方法 <a href="authenticate.jsp?username=wei
阅读全文

浙公网安备 33010602011771号