上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: private int tea_GetNextId(String faculty_id) throws Exception { int fid = Integer.valueOf(faculty_id); int MinId=fid*1000,MaxId=(fid+1)*1000; String s 阅读全文
posted @ 2023-10-30 21:33 超爱彬宝同学 阅读(15) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: 王磊 Date: 2023/4/24 Time: 10:27 To change this template use File | Settings | File Templates. --%> <%@ page import 阅读全文
posted @ 2023-10-29 21:29 超爱彬宝同学 阅读(17) 评论(0) 推荐(0)
摘要: <%@ page import="wangzhan.Pd_zhengce" %> <%@ page import="wangzhan.Thesql" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEnco 阅读全文
posted @ 2023-10-28 19:45 超爱彬宝同学 阅读(16) 评论(0) 推荐(0)
摘要: web实验1 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitiona 阅读全文
posted @ 2023-10-27 21:49 超爱彬宝同学 阅读(21) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>首页</title> <link rel="stylesheet" href="css/page.css" /> <script type="text/javascript" 阅读全文
posted @ 2023-10-26 21:22 超爱彬宝同学 阅读(19) 评论(0) 推荐(0)
摘要: public boolean root_IsPass(String id,String pass) throws Exception { String pas = root_GetPassword(id); if(pas!=null) { if(!pas.equals("")) { if (pass 阅读全文
posted @ 2023-10-25 18:43 超爱彬宝同学 阅读(17) 评论(0) 推荐(0)
摘要: <!-- <!DOCTYPE html>声明是html文件 --> <!DOCTYPE html> <html lang="en"> <head> <!-- 有些只有单标签比如meta --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compati 阅读全文
posted @ 2023-10-24 21:58 超爱彬宝同学 阅读(26) 评论(0) 推荐(0)
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.content.Int 阅读全文
posted @ 2023-10-23 21:46 超爱彬宝同学 阅读(28) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: 王磊 Date: 2023/5/13 Time: 10:07 To change this template use File | Settings | File Templates. --%> <%@ page import 阅读全文
posted @ 2023-10-22 19:43 超爱彬宝同学 阅读(14) 评论(0) 推荐(0)
摘要: public AllMethods()throws Exception { Class.forName("com.mysql.jdbc.Driver"); String url="jdbc:mysql://localhost:3306/rjgc?useSSL=false&useUnicode=tru 阅读全文
posted @ 2023-10-21 22:00 超爱彬宝同学 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页