摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-04-18 21:24 ahuhah 阅读(38) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-03-29 22:16 ahuhah 阅读(41) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><% String path = request.getContextPath(); String basePath = request.getScheme() + 阅读全文
posted @ 2021-03-11 17:00 ahuhah 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? (1)软件缺陷就是通常所说的Bug,它是指软件中(包括程序和文档)存在的影响软件正常运行的问题。 (2)需求不明确。 软件结构复杂。 编码问题。 项目期限短。 使用新技术。 2.什么是软件测试?软件测试的基本原则是什么? (1)测试是对软件产品质 阅读全文
posted @ 2021-03-04 16:41 ahuhah 阅读(66) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" a 阅读全文
posted @ 2020-11-26 20:41 ahuhah 阅读(46) 评论(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-11-26 20:40 ahuhah 阅读(64) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.view.View; 阅读全文
posted @ 2020-11-18 10:11 ahuhah 阅读(73) 评论(0) 推荐(0) 编辑
摘要: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_wid 阅读全文
posted @ 2020-11-18 10:09 ahuhah 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-18 10:07 ahuhah 阅读(80) 评论(0) 推荐(0) 编辑
摘要: <Button android:id="@+id/butten1" android:layout_width="80dp" android:layout_height="80dp" android:layout_centerInParent="true" android:background="#0 阅读全文
posted @ 2020-09-22 15:07 ahuhah 阅读(78) 评论(0) 推荐(0) 编辑