學志 專案進度04

2021-08-03 07:58:08 字數 1219 閱讀 6541

##批改系統

[2017.06.29]

[2017.07.12]

問題:1、課程名稱為中文時無法識別;

2、上傳檔案是總是提醒不是xml格式檔案;

3、上傳標準檔案;

4、重新統計;

5、成績儲存;

5、成績檢視;--使用者名稱??

7、上傳學生檔案還是乙個問題啊啊啊啊啊啊啊啊!!!!--莫名的就好了。

資料庫查詢:

1、課程與學生關係查詢

select school_id,user_type,user_id,user_pwd,user_name,user_exptimestart,user_exptimeend,user_regtime from me_user

select school_id,teacher_id,student_id,term,coursename from me_stassociate

2、上傳標準檔案所需資料

select xmlfileinfo_times from me_xmlfileinfo where user_id='t' and school_id='1002' and term='2016-2017-2' order by xmlfileinfo_times desc limit 1

3、查詢成績

select student_id,school_id,term,score from me_score

select student_id,score from me_score join me_user on me_score.school_id = me_user.school_id and me_user.student_id = me.score.student_id where school_id='$school_id' and term='$term'

select student_id,score,user_name from (me_score join me_user on me_score.school_id = me_user.school_id) where me_user.user_id = me_score.student_id and me_score.school_id='1002' and me_score.term='2016-2017-2';

4、獲得知識點

select me_musicknowledgepoint_id,chinesename,tagname from me_musicknowledgepoint

學習進度 04

1 嵌入式習題練習到79題,關於malloc函式使用的問題。2 在詳細查資料後,對部分問題進行總結。如下 對於陣列a n a與 a的區別,a是陣列a n 的首位址,即a 0 的位址。而 a表示行指標,它的移動單位不是陣列元素,而是陣列。for迴圈基本條件的確認,for 判斷條件。只要這裡為真,則迴圈...

學習進度04

今天覆習了scala語言的函式式程式設計。函式至簡原則 能省則省 1 至簡原則細節 1 return 可以省略,scala 會使用函式體的最後一行 作為返回值 2 如果函式體只有一行 可以省略花括號 3 返回值型別如果能夠推斷出來,那麼可以省略 和返回值型別一起省略 4 如果有 return,則不能...

學習進度條04

星期日星期一 星期二星期三 星期四星期五 星期六所花時間 包括上課 15 30 16 30 08 00 10 00 16 30 17 32 18 00 21 15 16 30 18 00 19 23 21 30 08 47 11 00 量 行 0行57行 0行35行 212行 95行17行 部落格量...