摘要: @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ServletContext servletContext 阅读全文
posted @ 2021-02-19 19:49 阿瑶丫 阅读(54) 评论(0) 推荐(0)
摘要: java中BufferedImage @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { //如何让浏览器3秒自 阅读全文
posted @ 2021-02-19 16:41 阿瑶丫 阅读(37) 评论(0) 推荐(0)
摘要: Maven由于他的约定大于配置,可能会遇到写的配置文件,无法导出或者生效的问题 解决方案: <!--在build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resources</d 阅读全文
posted @ 2021-02-13 14:37 阿瑶丫 阅读(300) 评论(0) 推荐(0)
摘要: jdbc:mysql://127.0.0.1:3306/ceshi?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC 接口:数据库类型://主机名:端口号/数据库/编码格式 阅读全文
posted @ 2021-02-08 21:40 阿瑶丫 阅读(140) 评论(0) 推荐(0)
摘要: IDEA强转数据类型快捷键为:Alt+Enter 阅读全文
posted @ 2021-02-08 18:26 阿瑶丫 阅读(1470) 评论(0) 推荐(0)
摘要: 快捷键Ctrl+Alt+v 效果如图 阅读全文
posted @ 2021-02-07 20:54 阿瑶丫 阅读(1111) 评论(0) 推荐(0)
摘要: Servlet简介Servlet就是sun公司开发动态web的一门技术Sun在这些API中提供一个接口叫做: Servlet,如果你想开发一个Servlet程序,只需要完成两个小步骤: 编写一个类,实现Servlet接口 把开发好的JAVA类部署到Web服务器中.把实现了Servlet接口的Java 阅读全文
posted @ 2021-02-07 20:52 阿瑶丫 阅读(33) 评论(0) 推荐(0)
摘要: 官网地址:https://mvnrepository.com/ 阅读全文
posted @ 2021-02-06 22:34 阿瑶丫 阅读(67) 评论(0) 推荐(0)
摘要: 将原来的替换为 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2021-02-06 20:43 阿瑶丫 阅读(174) 评论(0) 推荐(0)
摘要: 右上角点击 找到并选择tomcat 解决警告问题 为什么会有这个问题:我们访问一个网站,需要指定一个文件夹名字; 必须要配置 启动成功 阅读全文
posted @ 2021-02-05 18:31 阿瑶丫 阅读(51) 评论(0) 推荐(0)