摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <html> <head> </head> <body> <form action="dologin.jsp" method="post"> 用户名:<input 阅读全文
posted @ 2020-05-03 15:42 是洋不是阳! 阅读(99) 评论(0) 推荐(0) 编辑
摘要: package text1; import java.sql.*; public class JDBCutils { //获取连接对象的方法 public static Connection getcon() throws Exception { Connection con=null; Class 阅读全文
posted @ 2020-04-22 00:41 是洋不是阳! 阅读(117) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-04-13 11:40 是洋不是阳! 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 一、填空题 1、等价类划分就是将输入数据按照输入需求划分为若干个子集,这些子集称为等价类。 2、等价类划分法可将输入数据划分为有效等价类和无效等价类。 3、边界值分析法通常作为等价类划分法的补充。 4、因果图中的恒等关系要求程序有一个输入和一个输出,输出与输入保持一致。 5、因果图的多个输入之间的约 阅读全文
posted @ 2020-03-31 13:11 是洋不是阳! 阅读(508) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-29 17:18 是洋不是阳! 阅读(98) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-29 17:16 是洋不是阳! 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 输入条件 有效等价类 编号 无效等价类 编号 日期 六位数字 ① 有非数字字符 少于6位数字 多于6位数字 ④ ⑤ ⑥ 年份 1990~2049 ② 小于1990 大于2049 ⑦ ⑧ 月份 01~12 ③ 等于00 大于12 ⑨ ⑩ 序号 输入参数 覆盖等价类 输出参数 1 202003 ① ② 阅读全文
posted @ 2020-03-22 18:04 是洋不是阳! 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-22 17:37 是洋不是阳! 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-15 17:54 是洋不是阳! 阅读(125) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-15 17:51 是洋不是阳! 阅读(108) 评论(0) 推荐(0) 编辑