摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <script type="text/javascript"> functio 阅读全文
posted @ 2021-04-19 13:03 乄小酒 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1.安装MySQL数据库,建立用户表 uid uname upwd 并插入3条数据 2.制作jsp登录页面 login.jsp 提交到dologin.jsp,使用jdbc连数据库,判断输入的用户名密码是否存在 3.如果存在,把用户名保存在SESSION中,跳转到welcome.jsp,welcome 阅读全文
posted @ 2021-04-12 14:46 乄小酒 阅读(41) 评论(0) 推荐(0) 编辑
摘要: index.jsp <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.ge 阅读全文
posted @ 2021-03-29 13:44 乄小酒 阅读(49) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </h 阅读全文
posted @ 2021-03-15 15:57 乄小酒 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响?(1)软件缺陷就是:软件产品中所存在的问题,最终表现为用户所需要的功能没有实现,不能满足或不能全部满足用户的需求。从产品内部看,软件缺陷是软件产品开发或维护过程中存在的错误、误差等各种问题。从外部看,软件缺陷是系统所需要实现的某种功能的失效或违背。 阅读全文
posted @ 2021-03-04 16:57 乄小酒 阅读(56) 评论(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-05 21:26 乄小酒 阅读(68) 评论(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-05 21:24 乄小酒 阅读(49) 评论(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-12-05 21:22 乄小酒 阅读(55) 评论(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-05 21:21 乄小酒 阅读(37) 评论(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-05 21:19 乄小酒 阅读(225) 评论(0) 推荐(0) 编辑