摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@ page contentType="text/html"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 T 阅读全文
posted @ 2021-03-28 20:59 快乐的王二狗 阅读(38) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <marquee>JSP-2020年3月10日-第二周</mar 阅读全文
posted @ 2021-03-28 20:51 快乐的王二狗 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响?(1)软件缺陷就是:软件产品中所存在的问题,最终表现为用户所需要的功能没有实现,不能满足或不能全部满足用户的需求。从产品内部看,软件缺陷是软件产品开发或维护过程中存在的错误、误差等各种问题。从外部看,软件缺陷是系统所需要实现的某种功能的失效或违背。 阅读全文
posted @ 2021-03-04 16:40 快乐的王二狗 阅读(51) 评论(0) 推荐(0) 编辑
摘要: activity_main <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/ 阅读全文
posted @ 2020-12-20 15:35 快乐的王二狗 阅读(32) 评论(0) 推荐(0) 编辑
摘要: activity: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_ 阅读全文
posted @ 2020-12-20 15:32 快乐的王二狗 阅读(68) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.app.Activit 阅读全文
posted @ 2020-12-20 15:30 快乐的王二狗 阅读(42) 评论(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:29 快乐的王二狗 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-31 12:13 快乐的王二狗 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 把多个企鹅的信息添加到集合中查看企鹅的数量及所有企鹅的信息删除集合中部分企鹅的元素判断集合中是否包含指定企鹅 package wsh; import java.util.ArrayList; public class qie { public static void main(String[] ar 阅读全文
posted @ 2020-06-03 17:05 快乐的王二狗 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 package wsh; import java.util.Random; public class suiji { public static void main(String[] args) { // TODO Auto- 阅读全文
posted @ 2020-05-28 19:53 快乐的王二狗 阅读(138) 评论(0) 推荐(0) 编辑