摘要: package org.mbw.dao; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import j 阅读全文
posted @ 2021-04-18 19:25 LiuZXin 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 利用java程序片,用for循环输出一个3行5列的table <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html PUBLIC "-//W3C//D 阅读全文
posted @ 2021-03-30 15:49 LiuZXin 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-03-30 15:47 LiuZXin 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。 软件缺陷能够引起软件运行时产生的一种不希望或不可接受的 阅读全文
posted @ 2021-03-04 16:20 LiuZXin 阅读(35) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> 1-100素数的和为: <% int i; int sum = 阅读全文
posted @ 2021-03-03 21:51 LiuZXin 阅读(28) 评论(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-09 15:31 LiuZXin 阅读(55) 评论(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-12-08 15:10 LiuZXin 阅读(46) 评论(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-12-08 15:09 LiuZXin 阅读(22) 评论(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-07 22:20 LiuZXin 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Android购物商城 1.MainActivity.java package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.Suppress 阅读全文
posted @ 2020-12-07 22:19 LiuZXin 阅读(116) 评论(0) 推荐(0) 编辑