摘要: index.jsp <%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>商品发布</tit 阅读全文
posted @ 2023-11-29 18:39 董方凯 阅读(62) 评论(0) 推荐(0)
摘要: index.html <html><body> <h1 align = "center">Beer Selection Page</h1> <form method="POST" action="SelectBeer.do"> Select beer characteristics<p> Color 阅读全文
posted @ 2023-11-07 21:40 董方凯 阅读(23) 评论(0) 推荐(0)
摘要: <!--questionnaire.html--> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>董方凯的问卷调查</title> <style> body { font-family: Arial, sa 阅读全文
posted @ 2023-10-26 18:36 董方凯 阅读(19) 评论(0) 推荐(0)
摘要: Maven 1. Maven概述 Maven是专门管理和构建Java项目的工具,他的主要功能有: 提供了一套标准化的项目结构 提供了一套标准化的构建流程(编译、测试、打包、发布……) 提供了一套依赖管理机制 依赖管理其实就是管理你项目所依赖的第三方资源(jar包、插件……) 2. Maven模型 3 阅读全文
posted @ 2023-10-22 16:04 董方凯 阅读(27) 评论(0) 推荐(0)