第二階段衝刺六

2022-06-23 23:51:15 字數 1895 閱讀 8236

今天主要完成的任務:服務端mybatis框架的搭建

遇到的困難:對映失敗的問題

解決辦法:相關bean沒有寫重構方法,無法對映,添上預設重構方法就行

源程式**,這裡只附上核心**:

<?xml version="1.0" encoding="utf-8" ?>

select * from user where username=#

select last_insert_id()

insert into user(username,password,user_icon) values(#,#,#)

select last_insert_id()

insert into note(title,course,date,txt_path,image1_path,image2_path,image3_path,permission)

values(#,#,#,#,#,#,

#,#)

insert into user_note(user_id,note_id) values(#,#)

select user_icon,username,date,title,course,txt_path,image1_path,image2_path,

image3_path from note join user_note un on note.note_id=un.note_id join user on

un.user_id=user.user_id where note.note_id=#

select note.* from user_note join note on user_note.note_id=note.note_id where user_id=#

select user_icon,username,note.note_id,date,title,course from note join user_note un on note.note_id=un.note_id join user on

un.user_id=user.user_id where permission='public'

insert into user_collect_note(user_id,note_id) values(#,#)

select note_id from user_collect_note where user_id=# and note_id=#

select note.* from user_collect_note join note on user_collect_note.note_id=note.note_id

where user_id=#

delete from note where note_id =#

delete from user_collect_note where note_id =#

delete from user_note where user_id=# and note_id=#

delete from user_collect_note where user_id=# and note_id=#

select user_icon from user where user_id=#

update user set user_icon=# where user_id=#

update user set password=# where username=#

select user_icon,username,note.note_id,date,title from note join user_note un on note.note_id=un.note_id join user on

un.user_id=user.user_id where permission='public' and course=#

Bete衝刺第二階段

web 修復了a版本中介面資料返回錯誤的問題。通知對資料表新增了幾個字段。並且新增了乙個通知查詢的介面。ios 修正網路連線bug 招募功能介面完成但是跳轉問題正在解決 web bug是解決可以一步一步摳好,查查資料也就解決了。晚上手殘,在eclipse的行數條上不小心設了個斷點,導致啟動tomca...

第二階段衝刺02

一 站立會議資訊 對第二階段的介面排版進行討論,對需要要作出修改的達成統一。團隊成員對該學習的知識進行交流。二 任務進度 將介面回爐重造,分為首頁 尋物 認領 查詢 個人介面部分。學習表單驗證,設定三個彈出修改 發布訊息介面。學習伺服器相關知識,為打包發布做準備。三 任務看板 四 燃盡圖 一 站立會...

第二階段衝刺報告

恢復內容開始 個人工作總結 第二階段 日期昨天幹了什麼 今天準備幹什麼 遇到的困難 第1天 在字型和按鈕大小的方面不合適 使用者體驗感不高 所以對介面重新設計 備註資訊不方便加 暫時先不加 第2天介面設計 為軟體新增本地資料庫 id出現的問題已解決 第3天為軟體新增本地資料庫 進行了主頁面功能和布局...