bootstrap的pages控制項分頁獲取資料

2021-07-07 10:49:36 字數 2266 閱讀 8027

近期使用了bootstrap的pages控制項和ajax來分頁獲取資料。學習了很多東西,記錄下來。

rel="stylesheet" />

script>

class="pages">

共條span>

style="padding-left:100px;">

id="pageindex"

style="font-size:20px;font-weight:bold;color:blue;margin-left:150px;">

p>

class="pagination">

ul>

div>

div>

createpage(10, 10, 150);

function

createpage

(pagesize, buttons, total) ,function

(data));

}});}

//計算分頁

$page2 = $_request['page']=="" ? 0 : ($_request['page'] - 1) * 10;

//返回已經查詢出來的資料

$this->assign ('searchtag', $_request['tag']);

$this->assign ('searchtitle', $_request['title']);

$this->assign ('searchnickname', $_request['name']);

$this->assign ('searchishotreplay', $_request['ishotreplay']);

$_request['page'] != ''

? $this->display('list')

: $this->display ();

class="display table table-bordered table-striped"

id="dynamic-table">

style="width: 10%;">回放標題th>

style="width: 10%;">播主th>

style="width: 10%;">回放封面th>

style="width: 10%;"

class="hidden-phone">建立時間th>

style="width: 10%;"

class="hidden-phone">**次數(展示/真實)th>

style="width: 10%;"

class="hidden-phone">精選th>

style="width: 10%;"

class="hidden-phone">標籤th>

style="width: 10%;"

class="hidden-phone">排序th>

tr>

thead>

id="vo"

name="list">

class="gradex">

class="showreplayinfobtn"

onclick="showreplayinfofunction(this)"

myvalue=''>詳情button>

td>

td>

target="_blank"

href="">

height='65px'

width='200px'

src=""/>

a>

td>

class="center hidden-phone">td>

class="center hidden-phone">/td>

class="center hidden-phone">td>

class="center hidden-phone">

type="text"

value=""

onblur="check132">

td>

class="center hidden-phone">

type="number"

value=""

onblur="check133">

td>

tr>

volist>

tbody>

table>

核心函式pages相關

void alloc pages exact size t size,gfp t gfp mask 功能 類似於 get free pages其實它內部也是呼叫了 get free pages,不同之處是 get free pages會申請2 order個物理頁,但此函式申請滿足需求的最小頁個數 s...

理解pages和page Frames的區別

物理頁面通常被稱作page frames,而虛擬位址空間的頁面通常被稱為pages.linux以page為單位管理記憶體。但經過一段較長的時 間linux 會恢復,但此時系統已不可用了.物理記憶體不足時,會引起 swap 頻繁讀寫,從而降低系統效能,因為與訪問物理記憶體相比,磁碟的讀寫是很慢的 資料...

Bootstrap的Datepicker外掛程式的使用

記錄一下自己在實際專案中使用datepicker外掛程式方法 給出datepicker官方文件位址,想知道更多引數資訊,可以檢視官方文件 這只是乙個日期選擇框,如果還需要時間資訊的話 使用datetimepicker外掛程式就可以了。先上效果圖 下面只展示主要部分的 html部分 class for...