摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html> <html> <head> <%-- 1.创建登录界面,用户名,密码,验证码,登录按钮 2.s 阅读全文
posted @ 2020-04-11 13:39 skr_skr~ 阅读(192) 评论(0) 推荐(0)
摘要: 作业一: <%@ page language="java" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.ge 阅读全文
posted @ 2020-03-29 14:10 skr_skr~ 阅读(131) 评论(0) 推荐(0)
摘要: 一、填空题 1、等价类划分就是将输入数据按照输入需求划分为若干个子集,这些子集称为等价类。 2、等价类划分法可将输入数据划分为 有效等价类 和 无效等价类。 3、边界值分析法 通常作为等价类划分法的补充。 4、因果图中的 恒等 关系要求程序有一个输入和一个输出,输出与输入保持一致。 5、因果图的多个 阅读全文
posted @ 2020-03-29 14:01 skr_skr~ 阅读(240) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ include file="circle.jsp" %> <%@ include file="ladder.jsp" 阅读全文
posted @ 2020-03-23 10:33 skr_skr~ 阅读(158) 评论(0) 推荐(0)
摘要: 输入条件 有效等价类 无效等价类 日期 6位 ① 6位以上 ④ 6位以下 ⑤ 含有非数字 ⑥ 年份 1990~2049 ② 小于1990 ⑦ 大于2049 ⑧ 月份 01~12 ③ 大于12 ⑨ 小于01 ⑩ 测试序号 输入参数 覆盖等价类 输出参数 01 199101 ① ② ③ true 02 阅读全文
posted @ 2020-03-23 10:28 skr_skr~ 阅读(161) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html> <html> <head> <title>Insert title her 阅读全文
posted @ 2020-03-15 17:29 skr_skr~ 阅读(166) 评论(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-12 15:29 skr_skr~ 阅读(111) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2019-11-12 19:36 skr_skr~ 阅读(100) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
posted @ 2019-11-08 01:33 skr_skr~ 阅读(126) 评论(0) 推荐(0)
摘要: package cn.itcase.QQ; import android.content.Context; import android... 阅读全文
posted @ 2019-10-30 18:51 skr_skr~ 阅读(120) 评论(0) 推荐(0)