摘要: 问题: 文档管理系统,要求用户按月输入日期表示。假设日期限制在1990年1月- 2049年12月,规定的日期是由6位字符组成,前4位表示年,后2位表示月。用等价类划分方法的设计测试用例,来测试程序的“日期检查功能”。 输入条件 有效 编号 无效 编号 年份在1990-2049之间 1990-2049 阅读全文
posted @ 2020-03-20 12:28 蓝98 阅读(166) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() 阅读全文
posted @ 2020-03-13 11:04 蓝98 阅读(148) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-06 10:06 蓝98 阅读(84) 评论(0) 推荐(0)
摘要: Android新闻APP的设计与开发 一、需求分析 1.1项目概述 我做的新闻APP是基于Eclipse安卓开发系统的一款可以查看,添加和删除关注新闻的一款安卓APP,它拥有注册界面,可根据提示注册新用户,点击确定之后会跳转到登录界面并将用户名传到登录界面上,在输入正确的密码后进入新闻界面,可以查看 阅读全文
posted @ 2019-12-06 15:11 蓝98 阅读(822) 评论(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-11 17:43 蓝98 阅读(110) 评论(0) 推荐(0)
摘要: package com.example.day11_04; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase.CursorFactory; import android.database.sqli... 阅读全文
posted @ 2019-11-04 17:11 蓝98 阅读(122) 评论(0) 推荐(0)
摘要: package com.example.day10_26; import java.util.Map; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.text.TextUtils; import android.view.View; import android.w 阅读全文
posted @ 2019-10-27 15:53 蓝98 阅读(173) 评论(0) 推荐(0)
摘要: package com.example.day10_20; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.view.View; import android.widget.EditText; import 阅读全文
posted @ 2019-10-20 19:23 蓝98 阅读(151) 评论(0) 推荐(0)
摘要: package com.example.homework_07; /** * @author 赵奇 */ import android.content.Intent; import android.os.Bundle; import android.support.v7.app.ActionBarA 阅读全文
posted @ 2019-10-20 17:05 蓝98 阅读(142) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2019-10-06 18:52 蓝98 阅读(155) 评论(0) 推荐(0)