摘要: public class tea { private int uid; private String uname; private String upass; //访问器 public int getUid() { return uid; } public void setUid(int uid) 阅读全文
posted @ 2021-04-19 15:11 吴东洋 阅读(64) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() 阅读全文
posted @ 2021-03-30 15:38 吴东洋 阅读(99) 评论(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 13:25 吴东洋 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 答:软件缺陷是计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷。 缺陷的存在会导致软件产品在某种程度上不能满足客户的需求。 2.什么是软件测试?软件测试的基本原则是什么? 答:软件测试是从用户角度出发,普遍希望通过软件 阅读全文
posted @ 2021-03-04 16:25 吴东洋 阅读(55) 评论(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-04 17:00 吴东洋 阅读(114) 评论(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-04 16:58 吴东洋 阅读(31) 评论(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-04 16:48 吴东洋 阅读(27) 评论(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-04 16:46 吴东洋 阅读(76) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="ve 阅读全文
posted @ 2020-09-22 18:42 吴东洋 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-31 17:34 吴东洋 阅读(86) 评论(0) 推荐(0) 编辑