摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>注册界面</title> <link rel="stylesheet" href="layui/css/one.css"> < 阅读全文
posted @ 2021-04-18 15:00 小沫啊 阅读(58) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <!DOCTYPE HTML > <html> <head> <title>登录界面</title> <!-- <link rel="stylesheet" ty 阅读全文
posted @ 2021-03-29 19:36 小沫啊 阅读(67) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <body> <table border="3" width="500" height="50" bordercolor=yellow> <% for (int 阅读全文
posted @ 2021-03-11 14:07 小沫啊 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。 从外部看,软件缺陷是系统所需要实现的某种功能的失效或违 阅读全文
posted @ 2021-03-04 16:16 小沫啊 阅读(47) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.co 阅读全文
posted @ 2020-11-26 13:39 小沫啊 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.co 阅读全文
posted @ 2020-11-26 13:38 小沫啊 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package com.example.acud; import java.util.ArrayList; import java.util.List; import android.os.Bundle; import android.app.Activity; import android.con 阅读全文
posted @ 2020-11-25 20:37 小沫啊 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package com.example.it; import com.example.test.R; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainA 阅读全文
posted @ 2020-11-25 20:36 小沫啊 阅读(75) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2020-11-25 20:27 小沫啊 阅读(41) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2020-09-21 15:30 小沫啊 阅读(111) 评论(0) 推荐(0) 编辑