JavaEE 外掛程式使用筆記

2021-07-24 18:50:08 字數 836 閱讀 3308

一、使用display標籤分頁

1.後台只要查出所有資料,放在request域中傳到jsp頁中

2.在jsp上分頁顯示資料:

(1)匯入標籤庫:

<%@taglib prefix="display" uri=""%>

(2)在頁面中加入如下**:

二、struts選單外掛程式使用

三、thickbox外掛程式使用

1.將thickbox整個資料夾放入js目錄中

thickbox目錄中有loadinganimation.gif,thickbox.css,thickbox.js三個檔案

2.引入其中thickbox.css,thickbox.js檔案到父jsp頁面

3.在父jsp頁面弄個超連結到子頁面

到子jsp頁的鏈結

4.在子jsp頁面中顯示一些資料

六、weebox0.3外掛程式的使用(彈出選項)

weebox.html

1.在jsp頁中插入複製的js**:

$("要作為彈出視窗用的div的id").click(function(),

onok:function(),

});});

pytest外掛程式使用筆記

安裝pip install pytest html執行,看下面的 安裝pip install pytest rerunfailures執行,主要是那個注釋 pytest.mark.flaky reruns 5,reruns delay 1 設定失敗執行5次,重新執行延遲1秒 pytest.main ...

Lombok外掛程式使用筆記

lombok能通過註解的方式,在編譯時自動為屬性生成構造器 getter setter equals hashcode tostring方法。包含 tostring,equalsandhashcode,所有屬性的 getter,所有non final屬性的 setter和 requiredargsc...

PHP擴充套件外掛程式imagick使用筆記

php擴充套件外掛程式imagemagick使用筆記 imagick是乙個php的擴充套件,用imagemagick提供的api來進行的建立與修改,不過這些操作已經包裝到擴充套件imagick中去了,最終呼叫的是imagemagick提供的api imagemagick是一套軟體系列,主要用於的建立...