上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: <%@ page import="san.Thesql" %> <%@ page import="san.Pd_stu" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> 阅读全文
posted @ 2023-09-23 21:21 lao_bing 阅读(21) 评论(0) 推荐(0)
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>添加用户</title> <style> body { background-color: #f2f2f2; font-fam 阅读全文
posted @ 2023-09-23 00:07 lao_bing 阅读(17) 评论(0) 推荐(0)
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>添加用户</title> <style> body { background-color: #f2f2f2; font-fam 阅读全文
posted @ 2023-09-19 21:49 lao_bing 阅读(8) 评论(0) 推荐(0)
摘要: 2.3 个人开发流程 个人开发流程PSP(Personal Software Process) 特点:(1)不局限于某一种软件技术,而是着眼于软件开发的流程,这样,开发不同应用的软件工程师可以互相比较。 (2)不依赖于考试,而主要靠工程师自己收集数据,然后分析、提高。 (3)在小型、初创的团队中,很 阅读全文
posted @ 2023-09-18 21:44 lao_bing 阅读(14) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2023-09-18 21:25 lao_bing 阅读(7) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2023-09-17 21:57 lao_bing 阅读(7) 评论(0) 推荐(0)
摘要: <%@ page import="java.util.Calendar" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC " 阅读全文
posted @ 2023-09-16 22:03 lao_bing 阅读(23) 评论(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-09-15 21:59 lao_bing 阅读(14) 评论(0) 推荐(0)
摘要: <% HttpSession httpSession = request.getSession(); // String tea_id= (String) httpSession.getAttribute("id_"); String tea_id=request.getParameter("id_ 阅读全文
posted @ 2023-09-12 21:21 lao_bing 阅读(32) 评论(0) 推荐(0)
摘要: <%@ page import="wangzhan.Thesql" %> <%@ page import="wangzhan.Pd_P_assignment" %> <%@ page import="wangzhan.Pd_S_assignment" %> <%@ page import="wang 阅读全文
posted @ 2023-09-11 21:32 lao_bing 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页