studentPDY

2020年5月27日

JSP第十次作业

摘要: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doPost(request, response); } public 阅读全文

posted @ 2020-05-27 10:57 studentPDY 阅读(107) 评论(0) 推荐(0) 编辑

2020年5月20日

JSP第九次作业

摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文

posted @ 2020-05-20 08:50 studentPDY 阅读(222) 评论(0) 推荐(0) 编辑

2020年5月12日

JSP第八次作业

摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Ins 阅读全文

posted @ 2020-05-12 16:22 studentPDY 阅读(91) 评论(0) 推荐(0) 编辑

2020年5月4日

JSP第七次作业

摘要: package com.gd.dao; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import ja 阅读全文

posted @ 2020-05-04 09:44 studentPDY 阅读(120) 评论(0) 推荐(0) 编辑

2020年4月21日

JSP第六次作业

摘要: public class JDBCUtils { // 获取对象方法 public static Connection getcon() throws Exception { // 注册驱动 Class.forName("com.mysql.jdbc.Driver"); // 获取连接 Connec 阅读全文

posted @ 2020-04-21 11:59 studentPDY 阅读(94) 评论(0) 推荐(0) 编辑

2020年4月11日

JSP第五次作业

摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文

posted @ 2020-04-11 15:37 studentPDY 阅读(199) 评论(0) 推荐(0) 编辑

2020年3月29日

JSP第四次作业(2)

摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文

posted @ 2020-03-29 16:13 studentPDY 阅读(101) 评论(0) 推荐(0) 编辑

JSP第四次作业(1)

摘要: <%@ page language="java" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServ 阅读全文

posted @ 2020-03-29 15:11 studentPDY 阅读(148) 评论(0) 推荐(0) 编辑

软件测试第四周作业

摘要: 第2章 黑盒测试 一、填空题 1、等价类划分就是将输入数据按照输入需求划分为若干个子集,这些子集称为 (等价类)。 2、等价类划分法可将输入数据划分为(有效等价类)和(无效等价类)。 3、(边界值分析法)通常作为等价类划分法的补充。 4(恒等)关系要求程序有一个输入和一个输出,输出与输入保持一致。 阅读全文

posted @ 2020-03-29 13:23 studentPDY 阅读(1725) 评论(0) 推荐(0) 编辑

2020年3月24日

JSP第三次作业

摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文

posted @ 2020-03-24 12:55 studentPDY 阅读(124) 评论(0) 推荐(0) 编辑

导航