摘要: <%@ 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 21:41 慕云云尊圣 阅读(30) 评论(0) 推荐(0) 编辑
摘要: login11.jsp <%@ page contentType="text/html" %> <%@ page pageEncoding="utf-8" %> <style> # tom{ font-family:宋体;font-size:36;color:bule} </style> <html 阅读全文
posted @ 2021-04-10 22:54 慕云云尊圣 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 一、软件缺陷就是通常所说的Bug,它是指软件中(包括程序和文档)存在的影响软件正常运行的问题。缺陷是产品开发或维护过程中存在的错误、毛病等各种问题;从产品外部看,缺陷是系统运行过程中某种功能的失效或违背。 二、软件测试 (1)软件测试就是在软件投入运行前,对软件需求分析、设计规格说明和编码实现的最终 阅读全文
posted @ 2021-03-04 16:24 慕云云尊圣 阅读(196) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-12-21 19:36 慕云云尊圣 阅读(73) 评论(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 @ 2020-12-21 19:35 慕云云尊圣 阅读(60) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" android:l 阅读全文
posted @ 2020-12-21 19:33 慕云云尊圣 阅读(55) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-12-21 19:32 慕云云尊圣 阅读(45) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.login1"> <application 阅读全文
posted @ 2020-12-21 19:31 慕云云尊圣 阅读(90) 评论(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 @ 2020-12-21 19:29 慕云云尊圣 阅读(57) 评论(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 @ 2020-12-21 19:28 慕云云尊圣 阅读(37) 评论(0) 推荐(0) 编辑