上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: import Vue from 'vue' import App from './App.vue' import router from './router' import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk 阅读全文
posted @ 2024-02-28 19:45 伐木工熊大 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package org.example.schooltest; import DAO.SchoolDAO; import DAO.liushuiDAO; import bean.LiuShui; import bean.School; import jakarta.servlet.annotatio 阅读全文
posted @ 2024-02-28 19:44 伐木工熊大 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <%@ page import="bean.School" %> <%@ page import="java.util.List" %><%-- Created by IntelliJ IDEA. User: 龚涵彬 Date: 2024/2/27 Time: 15:11 To change thi 阅读全文
posted @ 2024-02-28 19:38 伐木工熊大 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>Title</title> </head> <body> <h1>${sessionScope.role}${sessionScope.User.id}</h1> <br> <% String role=(String) session.getAttribu 阅读全文
posted @ 2024-02-27 21:44 伐木工熊大 阅读(5) 评论(0) 推荐(0) 编辑
摘要: package DAO; import bean.School; import bean.Stu; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import jav 阅读全文
posted @ 2024-02-18 22:41 伐木工熊大 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 登录原码: <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <html> <head> <title>JSP - Hello World</title> </head> <body background= 阅读全文
posted @ 2024-02-18 03:46 伐木工熊大 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <html> <head> <title>JSP - Hello World</title> </head> <div style="text-align: 阅读全文
posted @ 2024-02-18 03:46 伐木工熊大 阅读(8) 评论(0) 推荐(0) 编辑
摘要: package DAO; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class DBUtil //用于连接数据库 { String name="roo 阅读全文
posted @ 2024-02-18 03:46 伐木工熊大 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 设计的页面 主页面: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="Beans.DAOImpl"%> <%@ page import="B 阅读全文
posted @ 2024-02-15 04:42 伐木工熊大 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 有关图书的简单管理 bean: package Beans; public class Books { private int bookId; private String bookName; private double price; public int getBookId() { return 阅读全文
posted @ 2024-02-14 03:48 伐木工熊大 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页