会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪风智乃
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
下一页
2021年4月19日
jsp第七周作业
摘要: 用户表: uid (主键,自动增长) uname upwd 使用分层实现注册。(必做) 使用分层实现登录。(选做) 1.index.jsp 登录页面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <h
阅读全文
posted @ 2021-04-19 12:38 雪风智乃
阅读(36)
评论(0)
推荐(0)
2021年4月12日
第六周作业
摘要: 1.index.jsp界面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <form action="doLo
阅读全文
posted @ 2021-04-12 12:35 雪风智乃
阅读(33)
评论(0)
推荐(0)
2021年3月30日
JSP第四周作业
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+
阅读全文
posted @ 2021-03-30 11:58 雪风智乃
阅读(42)
评论(0)
推荐(0)
2021年3月11日
JSP第二次作业
摘要: 利用Java程序片,用for二重循环输出一个3行5列的table <%@ page import="com.example.zuoye.Person" %> <%@ page import="java.util.List" %> <%@ page import="java.util.ArrayLis
阅读全文
posted @ 2021-03-11 14:56 雪风智乃
阅读(53)
评论(0)
推荐(0)
2021年3月4日
软件测试课堂练习
摘要: 一.什么是软件缺陷?对软件有什么影响? 软件缺陷、,常常又被叫做Bug。所谓软件缺陷,即为计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷。缺陷的存在会导致软件产品在某种程度上不能满足用户的需要。 软件缺陷缺陷类型(Type)FFunction:影响了重要的特性、用户界面
阅读全文
posted @ 2021-03-04 16:13 雪风智乃
阅读(86)
评论(0)
推荐(0)
2020年12月21日
安卓用户添加
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/
阅读全文
posted @ 2020-12-21 11:46 雪风智乃
阅读(50)
评论(0)
推荐(0)
计算器和增减删改
摘要: 计算器 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="ma
阅读全文
posted @ 2020-12-21 11:44 雪风智乃
阅读(43)
评论(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-21 11:40 雪风智乃
阅读(131)
评论(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-21 11:38 雪风智乃
阅读(53)
评论(0)
推荐(0)
2020年9月21日
安卓第四次作业
摘要: <?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-09-21 17:53 雪风智乃
阅读(71)
评论(0)
推荐(0)
1
2
3
4
下一页
公告