摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() 阅读全文
posted @ 2021-04-19 18:27 蔚丶然 阅读(43) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>登陆界面</title> <link rel="stylesheet" href="./layui/css/layui.css 阅读全文
posted @ 2021-04-12 17:24 蔚丶然 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <script type="text/javascript"> functio 阅读全文
posted @ 2021-03-28 22:27 蔚丶然 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 利用Java程序片,用for二重循环输出一个3行5列的table 考察JSP程序片和HTML代码结合使用 <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3 阅读全文
posted @ 2021-03-14 18:40 蔚丶然 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响?软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 软件缺陷能够引起软件运行时产生的一种不希望或不可接受的外部行为结果,2.什么是软件测试?软件测试的基本原则是什么?软件测试就是在软件投入 阅读全文
posted @ 2021-03-04 16:27 蔚丶然 阅读(83) 评论(0) 推荐(0) 编辑
摘要: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width 阅读全文
posted @ 2020-12-07 20:01 蔚丶然 阅读(27) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2020-10-27 21:18 蔚丶然 阅读(89) 评论(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-10-27 21:16 蔚丶然 阅读(48) 评论(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-10-27 21:15 蔚丶然 阅读(39) 评论(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-09-22 18:53 蔚丶然 阅读(91) 评论(0) 推荐(0) 编辑