07 2024 档案
摘要:Mybatis入门 Mybatis简介 官网:https://mybatis.org/mybatis-3/zh/index.html 入门程序 查询user表中数据 mapper接口 package com.itheima.mapper; import com.itheima.pojo.User;
阅读全文
摘要:后端Web开发 Maven Apache Maven 是一个项目管理和构建工具,它基于项目对象模型(POM)的概念,通过一小段描述信息来管理项目的构建。 Maven作用 依赖管理 统一的项目结构 项目构建 仓库 安装Maven <mirror> <id>alimaven</id> <name>ali
阅读全文
摘要:前端 HTML 标签 表格标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
阅读全文