摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <script type="text/javascript"> functio 阅读全文
posted @ 2021-04-19 15:18 薛广强 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <form action="dologin.jsp" metho 阅读全文
posted @ 2021-04-19 15:14 薛广强 阅读(29) 评论(0) 推荐(0) 编辑
摘要: <body> <form action="zhuce.jsp" method="post"> <div id="box" <body> <form action="zhuce.jsp" method="post"> <div id="box" style="height:300px; width:4 阅读全文
posted @ 2021-03-30 15:46 薛广强 阅读(27) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <ti 阅读全文
posted @ 2021-03-15 12:51 薛广强 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷和故障,常常又被叫做Bug。所bai谓软件缺陷,即为计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷2.什么是软件测试?软件测试的基本原则是什么? 测试是对软件产品质量的检验和评价。它一方面检查软件产品质量中存在的 阅读全文
posted @ 2021-03-04 16:16 薛广强 阅读(156) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.iwanghang.sqlitedemo"> <appli 阅读全文
posted @ 2020-12-04 16:41 薛广强 阅读(60) 评论(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-04 16:29 薛广强 阅读(66) 评论(0) 推荐(0) 编辑
摘要: <?xml version=“1.0” encoding=“utf-8”?> <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android. 阅读全文
posted @ 2020-12-04 16:25 薛广强 阅读(64) 评论(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-04 16:13 薛广强 阅读(23) 评论(0) 推荐(0) 编辑
摘要: package com.example.df.firstapp; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.w 阅读全文
posted @ 2020-09-29 17:26 薛广强 阅读(60) 评论(0) 推荐(0) 编辑