1. el-tab的使用
2. 在列表項顯示tag的配置
已新增
進行中已完成
已取消
3. 最後的管理按鈕顯示配置
終止
開始
4. 底部分頁的配置
1. 獲取任務總數
export function admingetcrawlcount() )
}
2. 獲取任務列表
export function admingetcrawllist(page, size) })}
3. 獲取歷史任務總數
export function admingetcrawlhiscount() )
}
4. 獲取歷史任務列表
export function admingetcrawlhislist(page, size) })}
5. 新增任務
export function adminaddcrawl(id) )
}
1. 監聽任務管理介面頁面變化
handlecurrentchange() = response
that.currenttotal = data
admingetcrawllist(that.currentpage, 10).then(response2 => )
})},
2. 監聽歷史任務列表的頁面變化
handlehischange() = response
that.histotal = data
admingetcrawlhislist(that.hispage, 10).then(response2 => )
})},
創新實訓 003
之前後端本來想用spring boot的,但是之前並未與redis一起使用過,所以後端換到flask,發現flask上手比較簡單。flask安裝 pycharm下新建工程後,可介面裡安裝flask或pip install flask 如果報werkzeug的錯,那麼重新下一下它 乙個最小的應用 he...
創新實訓6 18
學會了將資料庫中的值傳到前端,那如何將前端input輸入資料庫呢?建立新增新條目的表單 titles p 在這兩個輸入欄位中,autocomplete 屬性設為 off 來關閉自動完成 按下輸入框不顯示歷史輸入記錄 另外還新增了 required 標誌屬性,如果使用者沒有輸入內容就按下了提交按鈕,瀏...
創新實訓6 20
整理之前寫好的 結構,正式開始我們的專案 flaskenv test watchlist.py watchlist 程式包 其他自己的js檔案 templates base.html edit.html errors 400.html 404.html 500.html index.html log...