摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-04-17 19:18 天赐小白 阅读(74) 评论(0) 推荐(0) 编辑
摘要: <%@page import="java.nio.channels.SeekableByteChannel"%> <%@ page language="java" contentType="text/html" pageEncoding="UTF-8"%> <%@ page import="java 阅读全文
posted @ 2021-04-12 16:03 天赐小白 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <%@ 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-29 08:51 天赐小白 阅读(64) 评论(0) 推荐(0) 编辑
摘要: <%@ 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-10 10:18 天赐小白 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是通常所说的Bug,它是指软件中(包括程序和文档)存在的影响软件正常运行的问题。IEEE(Institute of Electrical and Electronics Engineers,电气电子工程师协会)729-1983标准对软件 阅读全文
posted @ 2021-03-04 16:17 天赐小白 阅读(71) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr 阅读全文
posted @ 2020-12-20 15:44 天赐小白 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1.当点击 数据存储 进入 数据存储界面 :、 2.输入名字,点击保存 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.SharedP 阅读全文
posted @ 2020-12-20 15:40 天赐小白 阅读(67) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" android:l 阅读全文
posted @ 2020-11-12 14:14 天赐小白 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 作业:1.建立学生数据库student. db2.创建学生表stu(id,姓名,年龄)3.设计注册界面,界面上2个文本框1个按钮(姓名,年龄,注册按钮)4.实现注册功能(插入)并在sqlite expert perfesonal中查看表数据。5.更新数据库版本,新增一张表bj(id,班级名)6.再次 阅读全文
posted @ 2020-10-27 20:08 天赐小白 阅读(141) 评论(0) 推荐(0) 编辑
摘要: MainActivity package com.example.b; import androidx.appcompat.app.AppCompatActivity; import android.app.Activity; import android.content.Intent; impor 阅读全文
posted @ 2020-10-15 14:38 天赐小白 阅读(73) 评论(0) 推荐(0) 编辑