摘要: 注册页面 <form action="dologin.jsp" method="post"> 用户名:<input id="username" type="text" name="username"/><br/> 密码:<input id="password" type="password" nam 阅读全文
posted @ 2021-04-19 12:36 yjyweyyang 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 数据库 login.jsp <%-- Created by IntelliJ IDEA. User: Dell Date: 2021/4/10 Time: 14:34 To change this template use File | Settings | File Templates. --%> 阅读全文
posted @ 2021-04-12 12:46 yjyweyyang 阅读(58) 评论(1) 推荐(0) 编辑
摘要: index.jsp <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <m 阅读全文
posted @ 2021-03-28 12:43 yjyweyyang 阅读(72) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2021-03-15 16:13 yjyweyyang 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。从外部看,软件缺陷是系统所需要实现的某种功能的失效或违背 阅读全文
posted @ 2021-03-04 16:24 yjyweyyang 阅读(77) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import an 阅读全文
posted @ 2020-11-26 11:29 yjyweyyang 阅读(57) 评论(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-11-26 11:25 yjyweyyang 阅读(58) 评论(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-11-18 14:31 yjyweyyang 阅读(79) 评论(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-11-18 14:29 yjyweyyang 阅读(94) 评论(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-09-21 18:08 yjyweyyang 阅读(117) 评论(0) 推荐(0) 编辑