会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dfangkai
博客园
首页
新随笔
联系
订阅
管理
2023年11月29日
商品发布网页
摘要: 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)
2023年11月7日
MVC整理作业(JavaWeb)
摘要: 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)
2023年10月26日
Java_web:问卷发送到邮箱
摘要: <!--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)
2023年10月22日
Java_web
摘要: Maven 1. Maven概述 Maven是专门管理和构建Java项目的工具,他的主要功能有: 提供了一套标准化的项目结构 提供了一套标准化的构建流程(编译、测试、打包、发布……) 提供了一套依赖管理机制 依赖管理其实就是管理你项目所依赖的第三方资源(jar包、插件……) 2. Maven模型 3
阅读全文
posted @ 2023-10-22 16:04 董方凯
阅读(27)
评论(0)
推荐(0)
公告