会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张相濮
博客园
首页
新随笔
联系
订阅
管理
2021年4月18日
jsp第七周
摘要: 用户表: uid (主键,自动增长) uname upwd 使用分层实现注册。(必做) 使用分层实现登录。(选做) index.jsp <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String pat
阅读全文
posted @ 2021-04-18 22:13 张相濮
阅读(49)
评论(0)
推荐(0)
2021年4月12日
jsp第六次作业
摘要: <%@page import="java.nio.channels.SeekableByteChannel"%> <%@ page language="java" contentType="text/html" pageEncoding="UTF-8"%> <%@ page import="java
阅读全文
posted @ 2021-04-12 19:44 张相濮
阅读(41)
评论(0)
推荐(0)
2021年3月28日
jsp第四次
摘要: <%-- Created by IntelliJ IDEA. User: Dell Date: 2021/3/27 Time: 19:51 To change this template use File | Settings | File Templates. --%> <%@ page cont
阅读全文
posted @ 2021-03-28 18:40 张相濮
阅读(33)
评论(0)
推荐(0)
jsp第三次
摘要: <%@ page language="java" contentType="text/html" import="java.util.*" pageEncoding="utf-8"%> <%@ page import="java.util.regex.Pattern"%> <%@ page impo
阅读全文
posted @ 2021-03-28 18:36 张相濮
阅读(35)
评论(0)
推荐(0)
2021年3月11日
jsp作业第二次
摘要: 利用Java程序片,用for二重循环输出一个3行5列的table <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!DOCTYPE html> <html> <head>
阅读全文
posted @ 2021-03-11 11:23 张相濮
阅读(24)
评论(0)
推荐(0)
2021年3月4日
软件测试课堂练习
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。 从外部看,软件缺陷是系统所需要实现的某种功能的失效或违
阅读全文
posted @ 2021-03-04 16:18 张相濮
阅读(60)
评论(0)
推荐(0)
2020年11月28日
第七次作业
摘要: <?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" android:l
阅读全文
posted @ 2020-11-28 00:10 张相濮
阅读(54)
评论(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-11-28 00:06 张相濮
阅读(39)
评论(0)
推荐(0)
第五次作业
摘要: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.login1"> <application
阅读全文
posted @ 2020-11-28 00:03 张相濮
阅读(48)
评论(0)
推荐(0)
2020年11月26日
第四次作业
摘要: <?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-26 23:04 张相濮
阅读(41)
评论(0)
推荐(0)
下一页
公告