摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>登录页 阅读全文
posted @ 2020-04-12 16:22 快乐的派大星 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 一、填空题 1、等价类划分就是将输入数据按照输入需求划分为若干个子集,这些子集称为__等价类_____。 2、等价类划分法可将输入数据划分为 有效等价类 和 无效等价类。 3、边界值分析法 通常作为等价类划分法的补充。 4、因果图中的 恒等 关系要求程序有一个输入和一个输出,输出与输入保持一致。 5 阅读全文
posted @ 2020-03-31 13:17 快乐的派大星 阅读(228) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-30 21:14 快乐的派大星 阅读(143) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServ 阅读全文
posted @ 2020-03-30 20:41 快乐的派大星 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 输入条件 有效等价类 无效等价类 日期 6位 ① 少于6位 ④ 多于6位 ⑤ 年份 1990~2049 ② 小于1990 ⑥ 大于2049 ⑦ 月份 01~12 ③ 大于12 ⑧ 小于01 ⑨ 序号 输入参数 覆盖等价类 输出参数 1 199808 ① ② ③ 正确 2 1998 ④ 错误 3 19 阅读全文
posted @ 2020-03-24 13:59 快乐的派大星 阅读(128) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Ins 阅读全文
posted @ 2020-03-22 21:09 快乐的派大星 阅读(118) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <titl 阅读全文
posted @ 2020-03-13 16:41 快乐的派大星 阅读(70) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html> <html> <head> <meta charset="ISO-8859 阅读全文
posted @ 2020-03-09 16:53 快乐的派大星 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 目录 1. 基于android的简易备忘录的设计与实现... 2 1.1系统需求分析... 2 1.1.1用例分析... 2 1.1.2数据逻辑模型... 4 1.2系统设计... 4 1.2.1主界面功能模块... 4 1.2.2笔记/待办的添加模块... 5 1.2.3备忘录的修改模块... 6 阅读全文
posted @ 2019-12-09 21:30 快乐的派大星 阅读(886) 评论(0) 推荐(0) 编辑
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2019-11-12 17:46 快乐的派大星 阅读(117) 评论(0) 推荐(0) 编辑