摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-04-19 18:11 zylx 阅读(31) 评论(0) 推荐(0) 编辑
摘要: package util; import com.alibaba.druid.pool.DruidDataSourceFactory; import javax.sql.DataSource; import java.io.IOException; import java.io.InputStrea 阅读全文
posted @ 2021-04-12 19:00 zylx 阅读(31) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-03-28 20:42 zylx 阅读(18) 评论(0) 推荐(0) 编辑
摘要: package com.example.zy; public class Person { private int age; private String name; private int phone; private String sex; public Person() { } public 阅读全文
posted @ 2021-03-14 18:15 zylx 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。从外部看,软件缺陷是系统所需要实现的某种功能的失效或违背。 阅读全文
posted @ 2021-03-04 16:30 zylx 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pare 阅读全文
posted @ 2020-11-27 14:07 zylx 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pa 阅读全文
posted @ 2020-11-27 14:03 zylx 阅读(39) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.app.Activity; import android.content.Intent; import 阅读全文
posted @ 2020-10-22 13:23 zylx 阅读(71) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.app.Activit 阅读全文
posted @ 2020-10-22 13:19 zylx 阅读(55) 评论(0) 推荐(0) 编辑
摘要: <Button android:id="@+id/button1" android:layout_centerInParent="true" android:layout_width="80dp" android:layout_height="80dp" android:background="#0 阅读全文
posted @ 2020-09-22 20:19 zylx 阅读(108) 评论(0) 推荐(0) 编辑