摘要: 注册页面 <form action="dologin.jsp" method="post"> 用户名:<input id="username" type="text" name="username"/><br/> 密码:<input id="password" type="password" nam 阅读全文
posted @ 2021-04-17 15:50 克里斯关门 阅读(60) 评论(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-10 15:56 克里斯关门 阅读(70) 评论(1) 推荐(0) 编辑
摘要: <%-- Created by IntelliJ IDEA. User: Dell Date: 2021/3/27 Time: 19:51 To change this template use File | Settings | File Templates. --%> <%@ page cont 阅读全文
posted @ 2021-03-28 10:01 克里斯关门 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <marquee>JSP-2020年3月10日-第二周</mar 阅读全文
posted @ 2021-03-10 19:04 克里斯关门 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷(Defect),常常又被叫做Bug。所谓软件缺陷,即为计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷。IEEE729-1983对缺陷有一个标准的定义:从产品内部看,缺陷是软件产品开发或维护过程中存在的错误、 阅读全文
posted @ 2021-03-04 16:14 克里斯关门 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.S 阅读全文
posted @ 2020-12-13 15:07 克里斯关门 阅读(68) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent 阅读全文
posted @ 2020-12-12 14:24 克里斯关门 阅读(53) 评论(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-12 14:23 克里斯关门 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 安卓代码1 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_pare 阅读全文
posted @ 2020-10-18 18:02 克里斯关门 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 九宫格 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.androi 阅读全文
posted @ 2020-09-20 11:15 克里斯关门 阅读(120) 评论(0) 推荐(0) 编辑