摘要:
index.jsp <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.ge 阅读全文
摘要:
index.jsp <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <form action="dologin. 阅读全文
摘要:
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> </head> <body> <form action="login.jsp" method="p 阅读全文
摘要:
利用Java程序片,用for二重循环输出一个3行5列的table <%@ page import="com.example.zuoye.Person" %> <%@ page import="java.util.List" %> <%@ page import="java.util.ArrayLis 阅读全文
摘要:
1.什么是软件缺陷? 软件缺陷就是软件产品中所存在的问题,最终表现为用户所需要的功能没有完全实现,不能满足或不能全部满足用户的需求。 软件缺陷的产生对软件有什么影响? 从产品内部看,软件缺陷是软件产品开发或维护过程中所存在的错误、误差等各种问题。 从外部看,软件缺陷是系统所需要实现的某种功能的失效或 阅读全文
摘要:
1.猜年龄,连续猜三次,猜对了或不想猜了退出,猜错了判断是否继续 a = 19 GameOver = 0 while 1: for i in range(3, 0, -1): # 从3到1,for循环的逆向输出 print("您还有%d次机会" % i) ii = int(input("请输入你要猜 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文
摘要:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/a 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" a 阅读全文