簡約大氣的登入介面,記錄下來方便下次使用!

2021-08-19 11:12:13 字數 706 閱讀 1070

今天寫了乙個登入介面,現在記錄下來方便以後使用!

首先是樣式檔案(login.css):

*

abody

#loginwraper

#title

#content, #action, #loginconfirm

#content table tr td, #loginconfirm table tr td

#content label

#studentnumber, #password, #validatecode

#validatecode

#studentnumber:focus, #password:focus, #validatecode:focus

#code

#rememberpw

#action label

#confirm

#confirm:hover

接著的就是頁面布局的html檔案(login.html):

學生學籍管理系統

登 錄

**就這些,當然了,不能落下最終的效果截圖:

登入介面demo**

jdbc 有點搞不懂狀況了,記錄下來

connection conn null statement stm null statement stm1 null resultset rs null try while rs.next catch connectexception e system.out.println zxlmc 1 zx...

numpy最近用到的幾個實用函式記錄下來

1 np.newaxis 例如 import numpy as np x np.arange 100 x.shape 100,x 50,np.newaxis shape 50,1 x np.newaxis,shape 1,100 2 np.ma.mask numpy.ma模組中提供掩碼陣列的處理,這...

學習前端專案踩過的坑 記錄下來

新建專案 npm y init npm i nrm d 設定 源 npm config set registry 設定公司的源 npm config set registry 檢視源,可以看到設定過的所有的源 npm config get registry 安裝完之後可以到 專案目錄 node mo...