2021年4月19日

摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <script type="text/javascript"> functio 阅读全文
posted @ 2021-04-19 18:33 琳啊 阅读(21) 评论(0) 推荐(0) 编辑

2021年4月12日

摘要: index.jsp <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <form action="dologin. 阅读全文
posted @ 2021-04-12 17:13 琳啊 阅读(32) 评论(0) 推荐(0) 编辑

2021年3月29日

摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@ page contentType="text/html"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 T 阅读全文
posted @ 2021-03-29 11:56 琳啊 阅读(36) 评论(0) 推荐(0) 编辑

2021年3月11日

摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <body> <table border="3" width="500" height="50" bordercolor=yellow> <% for (int 阅读全文
posted @ 2021-03-11 14:55 琳啊 阅读(39) 评论(0) 推荐(0) 编辑

2021年3月4日

摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。 从外部看,软件缺陷是系统所需要实现的某种功能的失效或违 阅读全文
posted @ 2021-03-04 16:24 琳啊 阅读(56) 评论(0) 推荐(0) 编辑

2020年12月2日

摘要: <?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-02 18:19 琳啊 阅读(61) 评论(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-02 08:34 琳啊 阅读(91) 评论(0) 推荐(0) 编辑

2020年12月1日

摘要: <?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-01 22:23 琳啊 阅读(85) 评论(0) 推荐(0) 编辑
 
摘要: package com.example.test3; import android.app.AliasActivity; import android.app.ProgressDialog; import android.os.Bundle; import android.view.View; im 阅读全文
posted @ 2020-12-01 20:52 琳啊 阅读(93) 评论(0) 推荐(0) 编辑

2020年9月22日

摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2020-09-22 18:55 琳啊 阅读(98) 评论(0) 推荐(0) 编辑