摘要: 用户表: uid (主键,自动增长) uname upwd 使用分层实现注册。(必做) 使用分层实现登录。(选做) 1.index.jsp 登录页面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <h 阅读全文
posted @ 2021-04-19 12:38 雪风智乃 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1.index.jsp界面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <form action="doLo 阅读全文
posted @ 2021-04-12 12:35 雪风智乃 阅读(28) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-03-30 11:58 雪风智乃 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 利用Java程序片,用for二重循环输出一个3行5列的table <%@ page import="com.example.zuoye.Person" %> <%@ page import="java.util.List" %> <%@ page import="java.util.ArrayLis 阅读全文
posted @ 2021-03-11 14:56 雪风智乃 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 一.什么是软件缺陷?对软件有什么影响? 软件缺陷、,常常又被叫做Bug。所谓软件缺陷,即为计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷。缺陷的存在会导致软件产品在某种程度上不能满足用户的需要。 软件缺陷缺陷类型(Type)FFunction:影响了重要的特性、用户界面 阅读全文
posted @ 2021-03-04 16:13 雪风智乃 阅读(83) 评论(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 11:46 雪风智乃 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 计算器 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="ma 阅读全文
posted @ 2020-12-21 11:44 雪风智乃 阅读(36) 评论(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 11:40 雪风智乃 阅读(123) 评论(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 11:38 雪风智乃 阅读(51) 评论(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-09-21 17:53 雪风智乃 阅读(70) 评论(0) 推荐(0) 编辑