摘要: <servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> 阅读全文
posted @ 2022-09-08 09:21 谢远栋 阅读(19) 评论(0) 推荐(0)
摘要: import timefrom selenium.webdriver.support.wait import WebDriverWaitfrom selenium import webdriverfrom selenium.webdriver.common.by import Bydriver = 阅读全文
posted @ 2022-08-15 23:09 谢远栋 阅读(49) 评论(0) 推荐(0)
摘要: 가지마 . 警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: E 阅读全文
posted @ 2022-08-12 12:46 谢远栋 阅读(64) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-23 17:38 谢远栋 阅读(61) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://my 阅读全文
posted @ 2022-07-23 17:00 谢远栋 阅读(118) 评论(0) 推荐(0)
摘要: import org.mybatis.generator.api.MyBatisGenerator;import org.mybatis.generator.config.Configuration;import org.mybatis.generator.config.xml.Configurat 阅读全文
posted @ 2022-07-23 17:00 谢远栋 阅读(34) 评论(0) 推荐(0)
摘要: 原因是没有扫描service包下的注解 阅读全文
posted @ 2022-03-20 15:42 谢远栋 阅读(131) 评论(0) 推荐(0)
摘要: String path=request.getServletContext().getRealPath("/download");System.out.println(path);String name=request.getParameter("filename");File file=new F 阅读全文
posted @ 2022-02-28 22:14 谢远栋 阅读(162) 评论(0) 推荐(0)
摘要: <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.9.0</version> </dependency> 阅读全文
posted @ 2022-02-22 23:38 谢远栋 阅读(46) 评论(0) 推荐(0)
摘要: 原因:没有commons-fileupload包导致,然后就在pom里加入了依赖。<dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.3.1 阅读全文
posted @ 2022-02-21 19:57 谢远栋 阅读(1170) 评论(0) 推荐(0)