biu~~~

导航

 

2021年4月18日

摘要: package com.gd.bean; public class pupil { private int sid; private String uname; private String upwd; public int getSid() { return sid; } public void 阅读全文
posted @ 2021-04-18 18:10 biu~~~ 阅读(41) 评论(0) 推荐(0) 编辑
 

2021年4月12日

摘要: index界面 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>$Title$</title> </head> <body> <form action="doLogin.js 阅读全文
posted @ 2021-04-12 12:52 biu~~~ 阅读(33) 评论(0) 推荐(0) 编辑
 

2021年3月28日

摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2021-03-28 21:11 biu~~~ 阅读(47) 评论(0) 推荐(0) 编辑
 

2021年3月14日

摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() 阅读全文
posted @ 2021-03-14 21:16 biu~~~ 阅读(39) 评论(0) 推荐(0) 编辑
 

2021年3月4日

摘要: 1.什么是软件缺陷?软件缺陷的产生对软件有什么影响? 软件缺陷(Defect),常常又被叫做Bug。所谓软件缺陷,即为计算机软件或程序中存在的某种破坏正常运行能力的问题、错误,或者隐藏的功能缺陷。缺陷的存在会导致软件产品在某种程度上不能满足用户的需要。IEEE729-1983对缺陷有一个标准的定义: 阅读全文
posted @ 2021-03-04 16:20 biu~~~ 阅读(51) 评论(0) 推荐(0) 编辑
 

2020年12月20日

摘要: 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" and 阅读全文
posted @ 2020-12-20 16:21 biu~~~ 阅读(60) 评论(0) 推荐(0) 编辑
 

2020年11月26日

摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pare 阅读全文
posted @ 2020-11-26 20:45 biu~~~ 阅读(46) 评论(0) 推荐(0) 编辑
 

2020年11月14日

摘要: 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-11-14 09:54 biu~~~ 阅读(61) 评论(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-14 09:50 biu~~~ 阅读(46) 评论(0) 推荐(0) 编辑
 

2020年9月22日

摘要: <?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 14:59 biu~~~ 阅读(89) 评论(0) 推荐(0) 编辑