摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-04-19 18:28 计算机1804梁浩 阅读(12) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-04-12 17:43 计算机1804梁浩 阅读(28) 评论(0) 推荐(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 22:27 计算机1804梁浩 阅读(43) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() 阅读全文
posted @ 2021-03-14 18:38 计算机1804梁浩 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷:软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 影响:千年虫问题,爱国者导弹防御系统问题等。 2.什么是软件测试?软件测试的基本原则是什么? 软件测试:是为了发现错误而针对 阅读全文
posted @ 2021-03-04 16:28 计算机1804梁浩 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.co 阅读全文
posted @ 2020-12-20 18:12 计算机1804梁浩 阅读(45) 评论(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-20 18:11 计算机1804梁浩 阅读(33) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.co 阅读全文
posted @ 2020-12-12 21:35 计算机1804梁浩 阅读(33) 评论(0) 推荐(0) 编辑
摘要: package com.example.test3; import android.app.AliasActivity; import android.app.ProgressDialog; import android.os.Bundle; import android.view.View; im 阅读全文
posted @ 2020-12-12 21:34 计算机1804梁浩 阅读(49) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.co 阅读全文
posted @ 2020-09-22 18:47 计算机1804梁浩 阅读(84) 评论(0) 推荐(0) 编辑