2020年3月29日

jsp第四次作业

摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transiti 阅读全文

posted @ 2020-03-29 18:35 前面那个站住 阅读(119) 评论(0) 推荐(0) 编辑

软件测试第二次作业(第一次作业跟jsp合在一起了)

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

posted @ 2020-03-29 18:24 前面那个站住 阅读(294) 评论(0) 推荐(0) 编辑

2020年3月21日

jsp第三次作业

摘要: public static boolean CheckDateValidness(String date){ int len=date.length();//字符串长度 if(len!=6) return false; int i=Integer.parseInt(date);//字符串转化为整型数 阅读全文

posted @ 2020-03-21 21:19 前面那个站住 阅读(194) 评论(0) 推荐(0) 编辑

2020年3月14日

jsp第二次作业2

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" c 阅读全文

posted @ 2020-03-14 09:58 前面那个站住 阅读(84) 评论(0) 推荐(0) 编辑

2020年3月13日

jsp第二次作业1

摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transiti 阅读全文

posted @ 2020-03-13 18:05 前面那个站住 阅读(144) 评论(0) 推荐(0) 编辑

2020年3月6日

jsp 第一次开发

摘要: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transiti 阅读全文

posted @ 2020-03-06 11:37 前面那个站住 阅读(104) 评论(0) 推荐(0) 编辑

2019年12月8日

第十次作业

摘要: <?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-12-08 18:38 前面那个站住 阅读(118) 评论(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-12-08 18:31 前面那个站住 阅读(127) 评论(0) 推荐(0) 编辑

2019年11月4日

第八次作业

摘要: <?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-04 18:19 前面那个站住 阅读(103) 评论(0) 推荐(0) 编辑

2019年10月24日

第七次作业(2)

摘要: package com.example.workeight; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.TextView; import androidx.app... 阅读全文

posted @ 2019-10-24 13:51 前面那个站住 阅读(117) 评论(0) 推荐(0) 编辑

导航