freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

基于android手機的校園助手軟件的設計與實現網絡工程專業(yè)畢業(yè)論文-資料下載頁

2025-10-26 07:16本頁面

【導讀】的功能也早已不局限于打電話、發(fā)短信,上網、游戲、辦公等一系列功能層出不窮。目前校園的信息量非常龐大,校園的管理方式走向科技化已經成為一種趨勢。件傳到學生手機等等。象的分析與設計方法,實現校園助手手機應用程序的過程。該應用程序基于MVC模式,和tomcat作為網絡發(fā)布端及使用SQL2020建數據庫表??蛻舳擞捎脩羰褂?,主要包括。服務提供更多支持。關鍵字:Android;SQLServer2020;Tomcat;校園助手;手機開發(fā)平臺;

  

【正文】 的 XML 的文件圖書的布局文件 , 公告信息等其他信息的布局與此類似 , 此處不再贅述登陸界面的布局填充到九宮格具體的內容主菜單的九宮格布局左右菜單切換布局 圖 服務器端結構圖 24 其中 ibator 是一個 ibatis 的代碼生成工具,它能根據數據表自動生成 javabean、sqlmap; Struts 配置文件 文件 , 配置文件名稱和位置可被定義為ActionServlet 的初始化參數,其默認值是 \WEBINF\, 配置文件可以定義:全局轉發(fā)、 ActionMapping 類、 ActionForm bean 和 JDBC 數據源 ; action 用來 轉發(fā)你的請求: request, 以達到一種控制作用 , 它將收到的請求轉發(fā)到具體執(zhí)行這個請求的 ACTION 中,而且 ACTION 都是用配置文件和整個程序進行結合,以達到一種層次性的解藕 。 主要模塊流程圖 用戶登錄流程圖,如圖 所示。 圖書查詢流程圖,如圖 所示。 開始用戶名密碼是否正確主界面YN輸入用戶名密碼結束 圖 用戶登錄流程圖 圖書續(xù)借信息查詢及續(xù)借流程圖,如圖 所示。 成績信息查詢流程圖,如圖 所示。 25 圖 圖書查詢流程圖 圖 圖書借閱與續(xù)借流程圖 公告信息查詢流程圖,如圖 所示。 公告信息上傳流程圖,如圖 所示。 圖 成績查詢流程圖 圖 公告查詢流程圖 圖 公告上傳流程圖 圖書信息查詢輸入是否為空輸入檢索條件和檢索詞是否有值結束NYNY顯示檢索結果開始成績信息查詢輸入是否為空輸入學號姓名是否有值結束NYNY開始顯示檢索結果公告信息查詢點擊查詢條件是否有值結束NY開始顯示檢索結果公告上傳輸入上傳內容和類型輸入是否為空結束NY數據庫中數據發(fā)生變化上傳成功開始借閱信息查詢是否有借閱信息從登陸端獲取參數N是否已經續(xù)借數據庫端數據發(fā)生變化是否續(xù)借N結束YNYY開始顯示檢索結果 26 第六章 系統(tǒng)實現 主要界面代碼實現 1 登錄界面實現代碼 1)歡迎界面 TextView android:text=歡迎使用校園助手 android:textColor=@color/text_black android:textSize=20sp android:id=@+id/textView4 android:layout_width=wrap_content android:layout_height=wrap_content android:gravity=center_horizontal/TextView ImageView android:id=@+id/imageview1 android:src=@drawable/assistant android:layout_width=wrap_content android:layout_height=wrap_content android:layout_gravity=center_horizontal /ImageView 2)用戶名密碼輸入框 TextView android:text=用戶名 android:layout_height=wrap_content android:id=@+id/textView1 android:textColor=@color/text_black android:layout_width=wrap_content /TextView EditText android:text= android:layout_height=wrap_content android:id=@+id/uid android:layout_width=match_parent /EditText TextView android:text=密碼 android:layout_height=wrap_content android:id=@+id/textView2 android:textColor=@color/text_black android:layout_width=wrap_content /TextView EditText android:text= android:layout_height=wrap_content android:password=true android:id=@+id/pwd android:layout_width=match_parent /EditText 3)登錄、重置按鈕實現代碼 Button android:layout_weight=1 android:text=@string/text1 android:textColor=@color/text_black android:layout_height=wrap_content android:layout_width=wrap_content android:id=@+id/loginbutton android:layout_gravity=fill_horizontal/Button Button android:layout_weight=1 android:layout_height=wrap_content android:layout_width=wrap_content android:id=@+id/caclebutton android:text=@string/text2 android:textColor=@color/text_black android:layout_gravity=fill_horizontal/Button 4)登錄界面實現截圖如圖 所示。 27 圖 登錄界面 2 主界面采用九宮格實現 1)定義網格代碼 GridView xmlns:android= android:id=@+id/Grid_main_view android:layout_width=fill_parent android:layout_height=wrap_content android:columnWidth=90dp android:numColumns=auto_fit android:verticalSpacing=10dp android:horizontalSpacing=10dp android:stretchMode=columnWidth android:gravity=center android:layout_weight=9 / 2)網格中要填充的內容的實現代碼 ImageView android:id=@+id/itemimage android:layout_height=wrap_content android:layout_width=wrap_content android:paddingTop=8dp android:layout_centerHorizontal=true/ImageView TextView android:text=textview1 android:textSize=16dp android:id=@+id/itemtext android:layout_below=@+id/itemimage android:layout_width=wrap_content android:layout_height=wrap_content android:layout_centerHorizontal=true android:textColor=@color/text_black/TextView 3)主界面實現截圖如圖 所示。 28 圖 主界面 3 圖書信息界面和公告信息界面都采用 Tab 布局,左右切換標簽, Tab 代碼實現如下: FrameLayout xmlns:android= android:layout_width=match_parent android:layout_height=match_parent android:background=@color/green TextView android:id=@+id/view1 android:layout_width=match_parent android:layout_height=match_parent android:text=@string/tabs_tab_1/ TextView android:id=@+id/view2 android:layout_width=match_parent android:layout_height=match_parent android:text=@string/tabs_tab_2/ /FrameLayout 4 圖書信息、公告信息、成績信息、借閱信息的查詢結果均以 item 填充 list 形式填充顯示,結 構類似,其中圖書信息查詢布局的代碼實現如下: 1) book_list_main 的代碼 LinearLayout android:layout_width=fill_parent android:layout_height=wrap_content orientation=horizontal ListView android:layout_width=fill_parent android:layout_height=wrap_content 29 android:orientation=vertical android:id=@+id/list /ListView /LinearLayout 2) book_list_item 的實現代碼 ! 書號 TextView android:layout_width=40dp android:layout_height=35dp android:textColor=FFFFFF android:id=@+id/bno android:textSize=13dp android:layout_gravity=center_horizontal / ! 書名 TextView android:layout_width=200dp android:textColor=000000 android:layout_height=35dp android:id=@+id/bname android:textSize=13dp android:layout_gravity=center_horizontal / ! 作者 TextView android:layout_width=80dp android:layout_height=35dp android:textColor=ffffff android:id=@+id/bauthor android:textSize=13dp android:layout_gravity=center_horizontal / ! 狀態(tài) TextView android:layout_width=40dp android:layout_height=35dp android:textColor=000000 android:id=@+id/bstate android:textSize=13dp android:layout_gravity=center_horizontal / !類別 TextView android:layout_width=80dp android:layout_height=35dp android:textColor=000000 andro
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1