摘要: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:s 阅读全文
posted @ 2021-04-19 12:37 牛奶味的S 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1安装MySQL数据库,建立用户表 uid uname upwd 并插入3条数据 2.制作jsp登录页面 login.jsp 提交到dologin.jsp,使用jdbc连数据库,判断输入的用户名密码是否存在 3.如果存在,把用户名保存在SESSION中,跳转到welcome.jsp,welcome. 阅读全文
posted @ 2021-04-12 12:58 牛奶味的S 阅读(58) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> form { width:100%; height:700px; margin-top: 0px; backgro 阅读全文
posted @ 2021-03-30 16:16 牛奶味的S 阅读(26) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> <style> tr,th{ width: 200px; border: 1px solid bl 阅读全文
posted @ 2021-03-10 15:51 牛奶味的S 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足于用户的需求。 质量不佳的软件产品不仅会使开发商的维护费用和用户的使用成本大幅度增加,还可能产生其他的责任风险,造成公司信誉下降。一些关键的应用领域 阅读全文
posted @ 2021-03-04 16:22 牛奶味的S 阅读(50) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <!DOCTYPE html> <html> <head> <title>JSP - Hello World</title> </head> <body> 阅读全文
posted @ 2021-03-04 14:27 牛奶味的S 阅读(41) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.SharedPreferences; import android.os.Bundle 阅读全文
posted @ 2020-12-07 12:31 牛奶味的S 阅读(37) 评论(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-07 12:28 牛奶味的S 阅读(75) 评论(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-07 12:26 牛奶味的S 阅读(52) 评论(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-07 12:22 牛奶味的S 阅读(30) 评论(0) 推荐(0) 编辑