摘要: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2021-03-30 17:22 刘靓 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。 从外部看,软件缺陷是系统所需要实现的某种功能的失效或违 阅读全文
posted @ 2021-03-04 16:08 刘靓 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package com.example.ccc; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase. 阅读全文
posted @ 2020-11-29 13:47 刘靓 阅读(89) 评论(0) 推荐(0) 编辑
摘要: package com.example.ddd; import java.util.ArrayList; import java.util.List; import android.os.Bundle; import android.app.Activity; import android.view 阅读全文
posted @ 2020-11-29 12:53 刘靓 阅读(71) 评论(0) 推荐(0) 编辑
摘要: package com.example.login_add; import android.annotation.SuppressLint; import android.os.Bundle; import android.app.Activity; import android.content.C 阅读全文
posted @ 2020-11-28 20:05 刘靓 阅读(150) 评论(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-28 20:02 刘靓 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package com.example.android_3; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.app.Activity; import android. 阅读全文
posted @ 2020-11-26 23:58 刘靓 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 注:图片格式jpg报错,png成功 <Button android:id="@+id/butten1" android:layout_width="80dp" android:layout_height="80dp" android:layout_centerInParent="true" andr 阅读全文
posted @ 2020-09-21 18:37 刘靓 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1、使用HashMap存储多个企鹅信息,然后统一使用Iterator进行遍历 阅读全文
posted @ 2020-07-24 01:04 刘靓 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1、从集合中删除对象,并判段某对象是否还在集合中 阅读全文
posted @ 2020-07-24 01:00 刘靓 阅读(46) 评论(0) 推荐(0) 编辑