摘要: index.jsp<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.get 阅读全文
posted @ 2021-04-19 18:22 风见崎鸣 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <!DOCTYPE HTML > <html> <head> <title>登录界面</title> <!-- <link rel="stylesheet" ty 阅读全文
posted @ 2021-03-30 17:20 风见崎鸣 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷(Defect),常常又被叫做Bug。所谓软件缺陷,即为计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷。缺陷的存在会导致软件产品在某种程度上不能满足用户的需要2.什么是软件测试?软件测试的基本原则是什么? 测 阅读全文
posted @ 2021-03-04 16:12 风见崎鸣 阅读(46) 评论(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-21 23:30 风见崎鸣 阅读(65) 评论(0) 推荐(0) 编辑
摘要: package com.example.fff; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase. 阅读全文
posted @ 2020-12-21 23:22 风见崎鸣 阅读(44) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.login1"> <application 阅读全文
posted @ 2020-12-21 23:14 风见崎鸣 阅读(54) 评论(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 23:10 风见崎鸣 阅读(33) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pare 阅读全文
posted @ 2020-12-21 22:54 风见崎鸣 阅读(54) 评论(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-09-21 21:51 风见崎鸣 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-31 13:08 风见崎鸣 阅读(75) 评论(0) 推荐(0) 编辑