本週主要還是在學習前端語言html,需要在設計出的介面基礎上繼續修改。
doctype html
>
<
html
lang
="en"
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>鳥類識別系統——14組v1.0
title
>
<
link
rel="stylesheet"
type
="text/css"
href
="../static/css/bootstrap.min.css"
>
<
link
rel="stylesheet"
type
="text/css"
href
="../static/css/fileinput.css"
>
<
script
src="../static/js/jquery-2.1.4.min.js"
>
script
>
<
script
src="../static/js/bootstrap.min.js"
>
script
>
<
script
src="../static/js/fileinput.js"
>
script
>
<
script
src="../static/js/locales/zh.js"
>
script
>
head
>
<
body
>
<
h1
align
="center"
>鳥類識別系統——14組v1.0
h1>
<
div
align
="center"
>
<
form
action
=""enctype
='multipart/form-data'
method
='post'
>
<
input
type
="file"
name
="file"
class
="file"
data-show-preview
="false"
style
="margin-top:20px;"
/>
<
br>
<
input
type
="submit"
value
="上傳"
class
="btn btn-primary button-new "
style
="margin-top:15px;"
/>
form
>
div>
body
>
html
>
目前主要的困難還是沒有和後端達到乙個進度上的統一,因為前端相對而言比較簡單,後端在訓練模型和資料集的收集上遇到的困難較多,為了保證專案的順利進行,後期負責前端的同學可能需要幫助負責後端的同學處理彙總的資料集。
huahaisoft 考試系統 v2 0
huahaisoft 考試系統v2.0介紹 1 後台管理員 admin 密碼 admin 2 2.0增加了多選題 簡答題。3 練習模式也要登陸,但不記錄分數。4 考試模式需在後台設定試卷後,一考試帳號只能參加一次。5 本系統可批量匯入試題,但asp的ado讀取excel資料時同一列資料遇到不同資料型...
測試用例規範v2 0
軟體測試規範的編寫是為了給測試人員在測試用例編寫的過程中提供乙個指導。測試是軟體交付使用者使用前乙個不可缺少的環節,它存在的目的有四個 1 找到盡可能多的找到系統中的bug 2 關注使用者的需求 3 根據測試最終結果分析和評估軟體的質量風險 4 找到軟體開發過程中的缺陷。具體內容可以上網查詢。寫測試...
18 8 5單鏈表實現 V2 0
這是簡單的單鏈表通訊錄。已經完成了基本操作 增 刪 改 查 以及遍歷通訊錄名單。如果想要擴大通訊錄的儲存空間,更改標頭檔案的 size 的大小即可。標頭檔案 ifndef addresslist h define addresslish h define success 1234 define fa...