摘要: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '密码'; FLUSH PRIVILEGES; 阅读全文
posted @ 2021-05-25 23:35 容我看看这世界啊 阅读(51) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jackson-yqj/p/10273331.html nginx代理部署Vue与React项目 https://www.cnblogs.com/jackson-yqj/p/10273352.html 阅读全文
posted @ 2021-05-25 13:46 容我看看这世界啊 阅读(48) 评论(0) 推荐(0)
摘要: WebApp.java --extends AbstractAnnotationConfigDispatcherServletInitializer // 过滤器@Overrideprotected Filter[] getServletFilters() { return new Filter[] 阅读全文
posted @ 2021-05-18 13:47 容我看看这世界啊 阅读(67) 评论(0) 推荐(0)
摘要: html <form method="post" action="testform1.do"> <input type="text" name="username"> <input type="text" name="userpwd"> <input type="submit" value="提交" 阅读全文
posted @ 2021-05-18 13:26 容我看看这世界啊 阅读(67) 评论(0) 推荐(0)
摘要: thymeleaf 1 引用依赖 <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.0.11.RELEASE</version> </dependency> <dep 阅读全文
posted @ 2021-05-18 11:31 容我看看这世界啊 阅读(146) 评论(0) 推荐(0)
摘要: 创建spring ctrl + alt + shift + / 然后选register,接着找到javaee.legacy.project.wizard 阅读全文
posted @ 2021-05-18 11:02 容我看看这世界啊 阅读(101) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-05-18 10:52 容我看看这世界啊 阅读(28) 评论(0) 推荐(0)
摘要: 1 idea File 》 Settings 》Editor 》File Endcoding 》 UTF-8 2 idea 》 Edit Configuration tomcat Server 》VM options 》-Dfile.encoding=UTF-8 3 tomcat\conf 》log 阅读全文
posted @ 2021-05-18 10:13 容我看看这世界啊 阅读(214) 评论(0) 推荐(0)
摘要: Error java: 无法访问javax.servlet.ServletException 找不到javax.servlet.ServletException的类文件 添加依赖 <dependency> <groupId>javax</groupId> <artifactId>javaee-api 阅读全文
posted @ 2021-05-17 17:40 容我看看这世界啊 阅读(817) 评论(0) 推荐(0)
摘要: com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect 1 删除application启动类的注解 @EnableEurekaClient 2 删 阅读全文
posted @ 2021-05-12 15:07 容我看看这世界啊 阅读(856) 评论(0) 推荐(0)