摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <script type="text/javascript"> functio 阅读全文
posted @ 2021-03-29 17:49 Silent222 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? (1)软件缺陷就是:软件产品中所存在的问题,最终表现为用户所需要的功能没有实现,不能满足或不能全部满足用户的需求。从产品内部看,软件缺陷是软件产品开发或维护过程中存在的错误、误差等各种问题。从外部看,软件缺陷是系统所需要实现的某种功能的失效或违背 阅读全文
posted @ 2021-03-04 17:01 Silent222 阅读(15) 评论(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-16 17:10 Silent222 阅读(40) 评论(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-11-16 17:04 Silent222 阅读(55) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.app.Activity; import android.content.Intent; import 阅读全文
posted @ 2020-11-16 17:03 Silent222 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.app.Activit 阅读全文
posted @ 2020-11-16 17:02 Silent222 阅读(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-11-16 17:01 Silent222 阅读(31) 评论(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-09-22 15:10 Silent222 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-31 14:36 Silent222 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 public class Random { public static void main(String[] args) { int[] arr = new int[10]; for(int i = 0; i < 10; i+ 阅读全文
posted @ 2020-05-28 11:26 Silent222 阅读(126) 评论(0) 推荐(0) 编辑