在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Android学生选课系统zip

Android学生选课系统zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:24.86M
  • 下载次数:17
  • 浏览次数:293
  • 发布时间:2020-07-29
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
androidstdio的学生选课系统,实现学生选课,数据库使用的sqlite,课程设计。可以评论留下你的联系方式,可以给你发课程设计任务书说明书详细设计等文件
【实例截图】
【核心代码】
StudentSelectCource1
└── StudentSelectCource1
├── StudentSelectCource1.iml
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   │   └── source
│   │   │   ├── buildConfig
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   └── studentselectcource
│   │   │   │   │   └── test
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── debug
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   └── studentselectcource
│   │   │   │   └── BuildConfig.java
│   │   │   └── r
│   │   │   └── debug
│   │   │   └── com
│   │   │   └── example
│   │   │   └── studentselectcource
│   │   │   └── R.java
│   │   ├── intermediates
│   │   │   ├── blame
│   │   │   │   └── res
│   │   │   │   └── debug
│   │   │   │   ├── multi
│   │   │   │   │   ├── drawable-hdpi.json
│   │   │   │   │   ├── drawable-xxhdpi.json
│   │   │   │   │   ├── drawable.json
│   │   │   │   │   ├── layout.json
│   │   │   │   │   ├── values-sw720dp-land-v13.json
│   │   │   │   │   ├── values-v11.json
│   │   │   │   │   ├── values-v14.json
│   │   │   │   │   └── values.json
│   │   │   │   └── single
│   │   │   │   ├── drawable-hdpi-v4.json
│   │   │   │   ├── drawable-hdpi.json
│   │   │   │   ├── drawable-mdpi.json
│   │   │   │   ├── drawable-xxhdpi.json
│   │   │   │   ├── drawable.json
│   │   │   │   ├── layout.json
│   │   │   │   └── menu.json
│   │   │   ├── classes
│   │   │   │   └── debug
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   ├── ssc
│   │   │   │   │   ├── cource
│   │   │   │   │   │   ├── Cource.class
│   │   │   │   │   │   ├── CourceDao.class
│   │   │   │   │   │   └── MyCourceDao.class
│   │   │   │   │   ├── db
│   │   │   │   │   │   └── DBHelper.class
│   │   │   │   │   ├── infohandle
│   │   │   │   │   │   ├── DeleteCource.class
│   │   │   │   │   │   ├── DeleteStu.class
│   │   │   │   │   │   ├── DeleteTea.class
│   │   │   │   │   │   ├── InsertCource.class
│   │   │   │   │   │   ├── InsertStu.class
│   │   │   │   │   │   ├── InsertTea.class
│   │   │   │   │   │   ├── SelectCource.class
│   │   │   │   │   │   ├── SelectStu.class
│   │   │   │   │   │   ├── SelectTea.class
│   │   │   │   │   │   ├── SeleteStuname.class
│   │   │   │   │   │   ├── UpdateCource.class
│   │   │   │   │   │   ├── UpdateStu.class
│   │   │   │   │   │   └── UpdateTea.class
│   │   │   │   │   ├── student
│   │   │   │   │   │   ├── Stu.class
│   │   │   │   │   │   └── StuDao.class
│   │   │   │   │   ├── teacher
│   │   │   │   │   │   ├── Teacher.class
│   │   │   │   │   │   └── TeacherDao.class
│   │   │   │   │   └── utils
│   │   │   │   │   └── SerializableMap.class
│   │   │   │   └── studentselectcource
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── CourceDetailActivity.class
│   │   │   │   ├── InfoHandleActivity.class
│   │   │   │   ├── LoginActivity.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── MainActivity_adminer$1.class
│   │   │   │   ├── MainActivity_adminer.class
│   │   │   │   ├── MyCourceActivity$1.class
│   │   │   │   ├── MyCourceActivity$2.class
│   │   │   │   ├── MyCourceActivity.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$menu.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R.class
│   │   │   │   ├── SelectCourceActivity$1.class
│   │   │   │   ├── SelectCourceActivity$2.class
│   │   │   │   ├── SelectCourceActivity.class
│   │   │   │   ├── ShowCourceActivity$1.class
│   │   │   │   ├── ShowCourceActivity$2.class
│   │   │   │   ├── ShowCourceActivity.class
│   │   │   │   ├── ShowTeacherActivity$1.class
│   │   │   │   ├── ShowTeacherActivity$2.class
│   │   │   │   ├── ShowTeacherActivity.class
│   │   │   │   └── TeacherDetailActivity.class
│   │   │   ├── incremental
│   │   │   │   ├── compileDebugAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── compileDebugAndroidTestAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── mergeDebugAndroidTestResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── packageDebug
│   │   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   │   ├── file-input-save-data.txt
│   │   │   │   │   └── zip-cache
│   │   │   │   │   └── cGwTis2APC2WrS9hckbWORfI_ZY=
│   │   │   │   └── packageInstantRunResourcesDebug
│   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   ├── file-input-save-data.txt
│   │   │   │   └── zip-cache
│   │   │   │   └── cGwTis2APC2WrS9hckbWORfI_ZY=
│   │   │   ├── incremental-classes
│   │   │   │   └── debug
│   │   │   │   └── instant-run-bootstrap.jar
│   │   │   ├── incremental-runtime-classes
│   │   │   │   └── debug
│   │   │   │   └── instant-run.jar
│   │   │   ├── incremental-safeguard
│   │   │   │   └── debug
│   │   │   │   └── tag.txt
│   │   │   ├── incremental-verifier
│   │   │   │   └── debug
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   ├── ssc
│   │   │   │   │   ├── cource
│   │   │   │   │   │   ├── Cource.class
│   │   │   │   │   │   ├── CourceDao.class
│   │   │   │   │   │   └── MyCourceDao.class
│   │   │   │   │   ├── db
│   │   │   │   │   │   └── DBHelper.class
│   │   │   │   │   ├── infohandle
│   │   │   │   │   │   ├── DeleteCource.class
│   │   │   │   │   │   ├── DeleteStu.class
│   │   │   │   │   │   ├── DeleteTea.class
│   │   │   │   │   │   ├── InsertCource.class
│   │   │   │   │   │   ├── InsertStu.class
│   │   │   │   │   │   ├── InsertTea.class
│   │   │   │   │   │   ├── SelectCource.class
│   │   │   │   │   │   ├── SelectStu.class
│   │   │   │   │   │   ├── SelectTea.class
│   │   │   │   │   │   ├── SeleteStuname.class
│   │   │   │   │   │   ├── UpdateCource.class
│   │   │   │   │   │   ├── UpdateStu.class
│   │   │   │   │   │   └── UpdateTea.class
│   │   │   │   │   ├── student
│   │   │   │   │   │   ├── Stu.class
│   │   │   │   │   │   └── StuDao.class
│   │   │   │   │   ├── teacher
│   │   │   │   │   │   ├── Teacher.class
│   │   │   │   │   │   └── TeacherDao.class
│   │   │   │   │   └── utils
│   │   │   │   │   └── SerializableMap.class
│   │   │   │   └── studentselectcource
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── CourceDetailActivity.class
│   │   │   │   ├── InfoHandleActivity.class
│   │   │   │   ├── LoginActivity.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── MainActivity_adminer$1.class
│   │   │   │   ├── MainActivity_adminer.class
│   │   │   │   ├── MyCourceActivity$1.class
│   │   │   │   ├── MyCourceActivity$2.class
│   │   │   │   ├── MyCourceActivity.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$menu.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R.class
│   │   │   │   ├── SelectCourceActivity$1.class
│   │   │   │   ├── SelectCourceActivity$2.class
│   │   │   │   ├── SelectCourceActivity.class
│   │   │   │   ├── ShowCourceActivity$1.class
│   │   │   │   ├── ShowCourceActivity$2.class
│   │   │   │   ├── ShowCourceActivity.class
│   │   │   │   ├── ShowTeacherActivity$1.class
│   │   │   │   ├── ShowTeacherActivity$2.class
│   │   │   │   ├── ShowTeacherActivity.class
│   │   │   │   └── TeacherDetailActivity.class
│   │   │   ├── instant-run-resources
│   │   │   │   └── resources-debug.ir.ap_
│   │   │   ├── instant-run-support
│   │   │   │   └── debug
│   │   │   │   ├── dependencies
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── manifest.crc
│   │   │   │   ├── manifest.xml
│   │   │   │   ├── package_dependencies
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_0
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_1
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_2
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_3
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_4
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_5
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_6
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_7
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_8
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── package_slice_9
│   │   │   │   │   └── dex-renamer-state.txt
│   │   │   │   ├── slice_0
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_1
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_2
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_3
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_4
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_5
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_6
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_7
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── slice_8
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   └── slice_9
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── manifest
│   │   │   │   └── androidTest
│   │   │   │   └── debug
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── manifests
│   │   │   │   ├── full
│   │   │   │   │   └── debug
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   └── instant-run
│   │   │   │   └── debug
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── res
│   │   │   │   ├── merged
│   │   │   │   │   └── debug
│   │   │   │   │   ├── drawable
│   │   │   │   │   │   ├── admin_photo.png
│   │   │   │   │   │   ├── general_bg.jpg
│   │   │   │   │   │   ├── hom_page_button.jpg
│   │   │   │   │   │   ├── student_photo.png
│   │   │   │   │   │   └── text.xml
│   │   │   │   │   ├── drawable-hdpi
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   ├── lower_left.png
│   │   │   │   │   │   ├── lower_right.png
│   │   │   │   │   │   ├── title_back_set_up.png
│   │   │   │   │   │   ├── upper_left.png
│   │   │   │   │   │   └── upper_right.png
│   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   └── btn.jpg
│   │   │   │   │   ├── drawable-mdpi
│   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   ├── drawable-xxhdpi
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   ├── title_back.png
│   │   │   │   │   │   └── title_bg.png
│   │   │   │   │   ├── layout
│   │   │   │   │   │   ├── activity_main.xml
│   │   │   │   │   │   ├── cource_detail.xml
│   │   │   │   │   │   ├── delete_cource.xml
│   │   │   │   │   │   ├── delete_stu.xml
│   │   │   │   │   │   ├── delete_tea.xml
│   │   │   │   │   │   ├── info_handle.xml
│   │   │   │   │   │   ├── insert_cource.xml
│   │   │   │   │   │   ├── insert_stu.xml
│   │   │   │   │   │   ├── insert_tea.xml
│   │   │   │   │   │   ├── list_item.xml
│   │   │   │   │   │   ├── login.xml
│   │   │   │   │   │   ├── main.xml
│   │   │   │   │   │   ├── main_adminer_login.xml
│   │   │   │   │   │   ├── my_cource.xml
│   │   │   │   │   │   ├── select_cource.xml
│   │   │   │   │   │   ├── select_cource_tip.xml
│   │   │   │   │   │   ├── select_cource_two.xml
│   │   │   │   │   │   ├── select_stu.xml
│   │   │   │   │   │   ├── select_tea.xml
│   │   │   │   │   │   ├── show_cource.xml
│   │   │   │   │   │   ├── show_teacher.xml
│   │   │   │   │   │   ├── teacher_detail.xml
│   │   │   │   │   │   ├── update_cource.xml
│   │   │   │   │   │   ├── update_stu.xml
│   │   │   │   │   │   └── update_tea.xml
│   │   │   │   │   ├── menu
│   │   │   │   │   │   ├── cource_detail.xml
│   │   │   │   │   │   ├── delete_cource.xml
│   │   │   │   │   │   ├── delete_tea.xml
│   │   │   │   │   │   ├── info_handle.xml
│   │   │   │   │   │   ├── insert_cource.xml
│   │   │   │   │   │   ├── insert_tea.xml
│   │   │   │   │   │   ├── login.xml
│   │   │   │   │   │   ├── main.xml
│   │   │   │   │   │   ├── my_cource.xml
│   │   │   │   │   │   ├── select_cource.xml
│   │   │   │   │   │   ├── select_cource_tip.xml
│   │   │   │   │   │   ├── select_tea.xml
│   │   │   │   │   │   ├── show_cource.xml
│   │   │   │   │   │   ├── show_teacher.xml
│   │   │   │   │   │   ├── teacher_detail.xml
│   │   │   │   │   │   ├── update_cource.xml
│   │   │   │   │   │   └── update_tea.xml
│   │   │   │   │   ├── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   ├── values-sw720dp-land-v13
│   │   │   │   │   │   └── values-sw720dp-land-v13.xml
│   │   │   │   │   ├── values-v11
│   │   │   │   │   │   └── values-v11.xml
│   │   │   │   │   └── values-v14
│   │   │   │   │   └── values-v14.xml
│   │   │   │   ├── resources-debug-androidTest.ap_
│   │   │   │   └── resources-debug.ap_
│   │   │   ├── restart-dex
│   │   │   │   └── debug
│   │   │   │   └── build-info.xml
│   │   │   ├── split-apk
│   │   │   │   └── debug
│   │   │   │   ├── dep
│   │   │   │   │   └── dependencies.apk
│   │   │   │   └── slices
│   │   │   │   ├── slice_0.apk
│   │   │   │   ├── slice_1.apk
│   │   │   │   ├── slice_2.apk
│   │   │   │   ├── slice_3.apk
│   │   │   │   ├── slice_4.apk
│   │   │   │   ├── slice_5.apk
│   │   │   │   ├── slice_6.apk
│   │   │   │   ├── slice_7.apk
│   │   │   │   ├── slice_8.apk
│   │   │   │   └── slice_9.apk
│   │   │   └── transforms
│   │   │   ├── dex
│   │   │   │   └── debug
│   │   │   │   └── folders
│   │   │   │   └── 1000
│   │   │   │   ├── 10
│   │   │   │   │   └── support-v4-19.1.0_2e6e25d109b7d5cb6678a669b8dfd80fa379256f
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── 10000
│   │   │   │   │   ├── instant-run-bootstrap_e56a8de4564ef225acd9c24dc0c8ab5f184fc32b
│   │   │   │   │   │   └── classes.dex
│   │   │   │   │   └── instant-run_64fa8e40300fa887a61cb7c4515a735e8d441514
│   │   │   │   │   └── classes.dex
│   │   │   │   └── 5
│   │   │   │   ├── slice_0
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_1
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_2
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_3
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_4
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_5
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_6
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_7
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── slice_8
│   │   │   │   │   └── classes.dex
│   │   │   │   └── slice_9
│   │   │   │   └── classes.dex
│   │   │   ├── instantRun
│   │   │   │   └── debug
│   │   │   │   └── folders
│   │   │   │   └── 1
│   │   │   │   └── 5
│   │   │   │   └── main
│   │   │   │   └── com
│   │   │   │   └── example
│   │   │   │   ├── ssc
│   │   │   │   │   ├── cource
│   │   │   │   │   │   ├── Cource.class
│   │   │   │   │   │   ├── CourceDao.class
│   │   │   │   │   │   └── MyCourceDao.class
│   │   │   │   │   ├── db
│   │   │   │   │   │   └── DBHelper.class
│   │   │   │   │   ├── infohandle
│   │   │   │   │   │   ├── DeleteCource.class
│   │   │   │   │   │   ├── DeleteStu.class
│   │   │   │   │   │   ├── DeleteTea.class
│   │   │   │   │   │   ├── InsertCource.class
│   │   │   │   │   │   ├── InsertStu.class
│   │   │   │   │   │   ├── InsertTea.class
│   │   │   │   │   │   ├── SelectCource.class
│   │   │   │   │   │   ├── SelectStu.class
│   │   │   │   │   │   ├── SelectTea.class
│   │   │   │   │   │   ├── SeleteStuname.class
│   │   │   │   │   │   ├── UpdateCource.class
│   │   │   │   │   │   ├── UpdateStu.class
│   │   │   │   │   │   └── UpdateTea.class
│   │   │   │   │   ├── student
│   │   │   │   │   │   ├── Stu.class
│   │   │   │   │   │   └── StuDao.class
│   │   │   │   │   ├── teacher
│   │   │   │   │   │   ├── Teacher.class
│   │   │   │   │   │   └── TeacherDao.class
│   │   │   │   │   └── utils
│   │   │   │   │   └── SerializableMap.class
│   │   │   │   └── studentselectcource
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── CourceDetailActivity.class
│   │   │   │   ├── InfoHandleActivity.class
│   │   │   │   ├── LoginActivity.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── MainActivity_adminer$1.class
│   │   │   │   ├── MainActivity_adminer.class
│   │   │   │   ├── MyCourceActivity$1.class
│   │   │   │   ├── MyCourceActivity$2.class
│   │   │   │   ├── MyCourceActivity.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$menu.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R.class
│   │   │   │   ├── SelectCourceActivity$1.class
│   │   │   │   ├── SelectCourceActivity$2.class
│   │   │   │   ├── SelectCourceActivity.class
│   │   │   │   ├── ShowCourceActivity$1.class
│   │   │   │   ├── ShowCourceActivity$2.class
│   │   │   │   ├── ShowCourceActivity.class
│   │   │   │   ├── ShowTeacherActivity$1.class
│   │   │   │   ├── ShowTeacherActivity$2.class
│   │   │   │   ├── ShowTeacherActivity.class
│   │   │   │   └── TeacherDetailActivity.class
│   │   │   └── instantRunSlicer
│   │   │   └── debug
│   │   │   └── folders
│   │   │   └── 1
│   │   │   └── 5
│   │   │   ├── slice_0
│   │   │   │   ├── buildId.txt
│   │   │   │   └── com
│   │   │   │   ├── android
│   │   │   │   │   └── tools
│   │   │   │   │   └── fd
│   │   │   │   │   └── dummy
│   │   │   │   │   └── slice_0.class
│   │   │   │   └── example
│   │   │   │   └── ssc
│   │   │   │   └── infohandle
│   │   │   │   ├── DeleteCource.class
│   │   │   │   ├── DeleteStu.class
│   │   │   │   ├── DeleteTea.class
│   │   │   │   ├── InsertCource.class
│   │   │   │   ├── InsertStu.class
│   │   │   │   ├── InsertTea.class
│   │   │   │   ├── SelectCource.class
│   │   │   │   ├── SelectStu.class
│   │   │   │   ├── SelectTea.class
│   │   │   │   ├── SeleteStuname.class
│   │   │   │   ├── UpdateCource.class
│   │   │   │   ├── UpdateStu.class
│   │   │   │   └── UpdateTea.class
│   │   │   ├── slice_1
│   │   │   │   └── com
│   │   │   │   └── android
│   │   │   │   └── tools
│   │   │   │   └── fd
│   │   │   │   └── dummy
│   │   │   │   └── slice_1.class
│   │   │   ├── slice_2
│   │   │   │   └── com
│   │   │   │   └── android
│   │   │   │   └── tools
│   │   │   │   └── fd
│   │   │   │   └── dummy
│   │   │   │   └── slice_2.class
│   │   │   ├── slice_3
│   │   │   │   └── com
│   │   │   │   ├── android
│   │   │   │   │   └── tools
│   │   │   │   │   └── fd
│   │   │   │   │   └── dummy
│   │   │   │   │   └── slice_3.class
│   │   │   │   └── example
│   │   │   │   └── ssc
│   │   │   │   └── utils
│   │   │   │   └── SerializableMap.class
│   │   │   ├── slice_4
│   │   │   │   └── com
│   │   │   │   └── android
│   │   │   │   └── tools
│   │   │   │   └── fd
│   │   │   │   └── dummy
│   │   │   │   └── slice_4.class
│   │   │   ├── slice_5
│   │   │   │   └── com
│   │   │   │   └── android
│   │   │   │   └── tools
│   │   │   │   └── fd
│   │   │   │   └── dummy
│   │   │   │   └── slice_5.class
│   │   │   ├── slice_6
│   │   │   │   ├── buildId.txt
│   │   │   │   └── com
│   │   │   │   ├── android
│   │   │   │   │   └── tools
│   │   │   │   │   └── fd
│   │   │   │   │   └── dummy
│   │   │   │   │   └── slice_6.class
│   │   │   │   └── example
│   │   │   │   └── ssc
│   │   │   │   └── db
│   │   │   │   └── DBHelper.class
│   │   │   ├── slice_7
│   │   │   │   ├── buildId.txt
│   │   │   │   └── com
│   │   │   │   ├── android
│   │   │   │   │   └── tools
│   │   │   │   │   └── fd
│   │   │   │   │   └── dummy
│   │   │   │   │   └── slice_7.class
│   │   │   │   └── example
│   │   │   │   └── studentselectcource
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── CourceDetailActivity.class
│   │   │   │   ├── InfoHandleActivity.class
│   │   │   │   ├── LoginActivity.class
│   │   │   │   ├── MainActivity.class
│   │   │   │   ├── MainActivity_adminer$1.class
│   │   │   │   ├── MainActivity_adminer.class
│   │   │   │   ├── MyCourceActivity$1.class
│   │   │   │   ├── MyCourceActivity$2.class
│   │   │   │   ├── MyCourceActivity.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$menu.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R.class
│   │   │   │   ├── SelectCourceActivity$1.class
│   │   │   │   ├── SelectCourceActivity$2.class
│   │   │   │   ├── SelectCourceActivity.class
│   │   │   │   ├── ShowCourceActivity$1.class
│   │   │   │   ├── ShowCourceActivity$2.class
│   │   │   │   ├── ShowCourceActivity.class
│   │   │   │   ├── ShowTeacherActivity$1.class
│   │   │   │   ├── ShowTeacherActivity$2.class
│   │   │   │   ├── ShowTeacherActivity.class
│   │   │   │   └── TeacherDetailActivity.class
│   │   │   ├── slice_8
│   │   │   │   └── com
│   │   │   │   ├── android
│   │   │   │   │   └── tools
│   │   │   │   │   └── fd
│   │   │   │   │   └── dummy
│   │   │   │   │   └── slice_8.class
│   │   │   │   └── example
│   │   │   │   └── ssc
│   │   │   │   └── teacher
│   │   │   │   ├── Teacher.class
│   │   │   │   └── TeacherDao.class
│   │   │   └── slice_9
│   │   │   ├── buildId.txt
│   │   │   └── com
│   │   │   ├── android
│   │   │   │   └── tools
│   │   │   │   └── fd
│   │   │   │   └── dummy
│   │   │   │   └── slice_9.class
│   │   │   └── example
│   │   │   └── ssc
│   │   │   ├── cource
│   │   │   │   ├── Cource.class
│   │   │   │   ├── CourceDao.class
│   │   │   │   └── MyCourceDao.class
│   │   │   └── student
│   │   │   ├── Stu.class
│   │   │   └── StuDao.class
│   │   ├── outputs
│   │   │   ├── apk
│   │   │   │   └── app-debug.apk
│   │   │   └── logs
│   │   │   └── manifest-merger-debug-report.txt
│   │   └── tmp
│   │   └── expandedArchives
│   │   └── support-v4-19.1.0.jar_6e22w8nngee98m86cxgjiyned
│   │   └── android
│   │   └── support
│   │   └── v4
│   │   ├── accessibilityservice
│   │   │   ├── AccessibilityServiceInfoCompat$AccessibilityServiceInfoIcsImpl.class
│   │   │   ├── AccessibilityServiceInfoCompat$AccessibilityServiceInfoJellyBeanMr2.class
│   │   │   ├── AccessibilityServiceInfoCompat$AccessibilityServiceInfoStubImpl.class
│   │   │   ├── AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl.class
│   │   │   ├── AccessibilityServiceInfoCompat.class
│   │   │   ├── AccessibilityServiceInfoCompatIcs.class
│   │   │   └── AccessibilityServiceInfoCompatJellyBeanMr2.class
│   │   ├── app
│   │   │   ├── ActionBarDrawerToggle$1.class
│   │   │   ├── ActionBarDrawerToggle$ActionBarDrawerToggleImpl.class
│   │   │   ├── ActionBarDrawerToggle$ActionBarDrawerToggleImplBase.class
│   │   │   ├── ActionBarDrawerToggle$ActionBarDrawerToggleImplHC.class
│   │   │   ├── ActionBarDrawerToggle$ActionBarDrawerToggleImplJellybeanMR2.class
│   │   │   ├── ActionBarDrawerToggle$Delegate.class
│   │   │   ├── ActionBarDrawerToggle$DelegateProvider.class
│   │   │   ├── ActionBarDrawerToggle$SlideDrawable.class
│   │   │   ├── ActionBarDrawerToggle.class
│   │   │   ├── ActionBarDrawerToggleHoneycomb$SetIndicatorInfo.class
│   │   │   ├── ActionBarDrawerToggleHoneycomb.class
│   │   │   ├── ActionBarDrawerToggleJellybeanMR2.class
│   │   │   ├── ActivityCompat.class
│   │   │   ├── ActivityCompatHoneycomb.class
│   │   │   ├── ActivityCompatJB.class
│   │   │   ├── ActivityOptionsCompat$ActivityOptionsImplJB.class
│   │   │   ├── ActivityOptionsCompat.class
│   │   │   ├── ActivityOptionsCompatJB.class
│   │   │   ├── BackStackRecord$Op.class
│   │   │   ├── BackStackRecord.class
│   │   │   ├── BackStackState$1.class
│   │   │   ├── BackStackState.class
│   │   │   ├── DialogFragment.class
│   │   │   ├── Fragment$1.class
│   │   │   ├── Fragment$InstantiationException.class
│   │   │   ├── Fragment$SavedState$1.class
│   │   │   ├── Fragment$SavedState.class
│   │   │   ├── Fragment.class
│   │   │   ├── FragmentActivity$1.class
│   │   │   ├── FragmentActivity$2.class
│   │   │   ├── FragmentActivity$FragmentTag.class
│   │   │   ├── FragmentActivity$NonConfigurationInstances.class
│   │   │   ├── FragmentActivity.class
│   │   │   ├── FragmentContainer.class
│   │   │   ├── FragmentManager$BackStackEntry.class
│   │   │   ├── FragmentManager$OnBackStackChangedListener.class
│   │   │   ├── FragmentManager.class
│   │   │   ├── FragmentManagerImpl$1.class
│   │   │   ├── FragmentManagerImpl$2.class
│   │   │   ├── FragmentManagerImpl$3.class
│   │   │   ├── FragmentManagerImpl$4.class
│   │   │   ├── FragmentManagerImpl$5.class
│   │   │   ├── FragmentManagerImpl.class
│   │   │   ├── FragmentManagerState$1.class
│   │   │   ├── FragmentManagerState.class
│   │   │   ├── FragmentPagerAdapter.class
│   │   │   ├── FragmentState$1.class
│   │   │   ├── FragmentState.class
│   │   │   ├── FragmentStatePagerAdapter.class
│   │   │   ├── FragmentTabHost$1.class
│   │   │   ├── FragmentTabHost$DummyTabFactory.class
│   │   │   ├── FragmentTabHost$SavedState$1.class
│   │   │   ├── FragmentTabHost$SavedState.class
│   │   │   ├── FragmentTabHost$TabInfo.class
│   │   │   ├── FragmentTabHost.class
│   │   │   ├── FragmentTransaction.class
│   │   │   ├── ListFragment$1.class
│   │   │   ├── ListFragment$2.class
│   │   │   ├── ListFragment.class
│   │   │   ├── LoaderManager$LoaderCallbacks.class
│   │   │   ├── LoaderManager.class
│   │   │   ├── LoaderManagerImpl$LoaderInfo.class
│   │   │   ├── LoaderManagerImpl.class
│   │   │   ├── NavUtils$NavUtilsImpl.class
│   │   │   ├── NavUtils$NavUtilsImplBase.class
│   │   │   ├── NavUtils$NavUtilsImplJB.class
│   │   │   ├── NavUtils.class
│   │   │   ├── NavUtilsJB.class
│   │   │   ├── NoSaveStateFrameLayout.class
│   │   │   ├── NotificationCompat$Action.class
│   │   │   ├── NotificationCompat$BigPictureStyle.class
│   │   │   ├── NotificationCompat$BigTextStyle.class
│   │   │   ├── NotificationCompat$Builder.class
│   │   │   ├── NotificationCompat$InboxStyle.class
│   │   │   ├── NotificationCompat$NotificationCompatImpl.class
│   │   │   ├── NotificationCompat$NotificationCompatImplBase.class
│   │   │   ├── NotificationCompat$NotificationCompatImplGingerbread.class
│   │   │   ├── NotificationCompat$NotificationCompatImplHoneycomb.class
│   │   │   ├── NotificationCompat$NotificationCompatImplIceCreamSandwich.class
│   │   │   ├── NotificationCompat$NotificationCompatImplJellybean.class
│   │   │   ├── NotificationCompat$Style.class
│   │   │   ├── NotificationCompat.class
│   │   │   ├── NotificationCompatGingerbread.class
│   │   │   ├── NotificationCompatHoneycomb.class
│   │   │   ├── NotificationCompatIceCreamSandwich.class
│   │   │   ├── NotificationCompatJellybean.class
│   │   │   ├── ServiceCompat.class
│   │   │   ├── ShareCompat$IntentBuilder.class
│   │   │   ├── ShareCompat$IntentReader.class
│   │   │   ├── ShareCompat$ShareCompatImpl.class
│   │   │   ├── ShareCompat$ShareCompatImplBase.class
│   │   │   ├── ShareCompat$ShareCompatImplICS.class
│   │   │   ├── ShareCompat$ShareCompatImplJB.class
│   │   │   ├── ShareCompat.class
│   │   │   ├── ShareCompatICS.class
│   │   │   ├── ShareCompatJB.class
│   │   │   ├── SuperNotCalledException.class
│   │   │   ├── TaskStackBuilder$SupportParentable.class
│   │   │   ├── TaskStackBuilder$TaskStackBuilderImpl.class
│   │   │   ├── TaskStackBuilder$TaskStackBuilderImplBase.class
│   │   │   ├── TaskStackBuilder$TaskStackBuilderImplHoneycomb.class
│   │   │   ├── TaskStackBuilder$TaskStackBuilderImplJellybean.class
│   │   │   ├── TaskStackBuilder.class
│   │   │   ├── TaskStackBuilderHoneycomb.class
│   │   │   └── TaskStackBuilderJellybean.class
│   │   ├── content
│   │   │   ├── AsyncTaskLoader$LoadTask.class
│   │   │   ├── AsyncTaskLoader.class
│   │   │   ├── ContextCompat.class
│   │   │   ├── ContextCompatFroyo.class
│   │   │   ├── ContextCompatHoneycomb.class
│   │   │   ├── ContextCompatJellybean.class
│   │   │   ├── ContextCompatKitKat.class
│   │   │   ├── CursorLoader.class
│   │   │   ├── FileProvider$PathStrategy.class
│   │   │   ├── FileProvider$SimplePathStrategy.class
│   │   │   ├── FileProvider.class
│   │   │   ├── IntentCompat$IntentCompatImpl.class
│   │   │   ├── IntentCompat$IntentCompatImplBase.class
│   │   │   ├── IntentCompat$IntentCompatImplHC.class
│   │   │   ├── IntentCompat$IntentCompatImplIcsMr1.class
│   │   │   ├── IntentCompat.class
│   │   │   ├── IntentCompatHoneycomb.class
│   │   │   ├── IntentCompatIcsMr1.class
│   │   │   ├── Loader$ForceLoadContentObserver.class
│   │   │   ├── Loader$OnLoadCompleteListener.class
│   │   │   ├── Loader.class
│   │   │   ├── LocalBroadcastManager$1.class
│   │   │   ├── LocalBroadcastManager$BroadcastRecord.class
│   │   │   ├── LocalBroadcastManager$ReceiverRecord.class
│   │   │   ├── LocalBroadcastManager.class
│   │   │   ├── ModernAsyncTask$1.class
│   │   │   ├── ModernAsyncTask$2.class
│   │   │   ├── ModernAsyncTask$3.class
│   │   │   ├── ModernAsyncTask$4.class
│   │   │   ├── ModernAsyncTask$AsyncTaskResult.class
│   │   │   ├── ModernAsyncTask$InternalHandler.class
│   │   │   ├── ModernAsyncTask$Status.class
│   │   │   ├── ModernAsyncTask$WorkerRunnable.class
│   │   │   ├── ModernAsyncTask.class
│   │   │   ├── WakefulBroadcastReceiver.class
│   │   │   └── pm
│   │   │   └── ActivityInfoCompat.class
│   │   ├── database
│   │   │   └── DatabaseUtilsCompat.class
│   │   ├── graphics
│   │   │   └── drawable
│   │   │   ├── DrawableCompat$BaseDrawableImpl.class
│   │   │   ├── DrawableCompat$DrawableImpl.class
│   │   │   ├── DrawableCompat$HoneycombDrawableImpl.class
│   │   │   ├── DrawableCompat$KitKatDrawableImpl.class
│   │   │   ├── DrawableCompat.class
│   │   │   ├── DrawableCompatHoneycomb.class
│   │   │   └── DrawableCompatKitKat.class
│   │   ├── hardware
│   │   │   └── display
│   │   │   ├── DisplayManagerCompat$JellybeanMr1Impl.class
│   │   │   ├── DisplayManagerCompat$LegacyImpl.class
│   │   │   ├── DisplayManagerCompat.class
│   │   │   └── DisplayManagerJellybeanMr1.class
│   │   ├── internal
│   │   │   └── view
│   │   │   ├── SupportMenu.class
│   │   │   ├── SupportMenuItem.class
│   │   │   └── SupportSubMenu.class
│   │   ├── media
│   │   │   ├── TransportController.class
│   │   │   ├── TransportMediator$1.class
│   │   │   ├── TransportMediator$2.class
│   │   │   ├── TransportMediator.class
│   │   │   ├── TransportMediatorCallback.class
│   │   │   ├── TransportMediatorJellybeanMR2$1.class
│   │   │   ├── TransportMediatorJellybeanMR2$2.class
│   │   │   ├── TransportMediatorJellybeanMR2$3.class
│   │   │   ├── TransportMediatorJellybeanMR2$4.class
│   │   │   ├── TransportMediatorJellybeanMR2.class
│   │   │   ├── TransportPerformer.class
│   │   │   └── TransportStateListener.class
│   │   ├── net
│   │   │   ├── ConnectivityManagerCompat$BaseConnectivityManagerCompatImpl.class
│   │   │   ├── ConnectivityManagerCompat$ConnectivityManagerCompatImpl.class
│   │   │   ├── ConnectivityManagerCompat$GingerbreadConnectivityManagerCompatImpl.class
│   │   │   ├── ConnectivityManagerCompat$HoneycombMR2ConnectivityManagerCompatImpl.class
│   │   │   ├── ConnectivityManagerCompat$JellyBeanConnectivityManagerCompatImpl.class
│   │   │   ├── ConnectivityManagerCompat.class
│   │   │   ├── ConnectivityManagerCompatGingerbread.class
│   │   │   ├── ConnectivityManagerCompatHoneycombMR2.class
│   │   │   ├── ConnectivityManagerCompatJellyBean.class
│   │   │   ├── TrafficStatsCompat$1.class
│   │   │   ├── TrafficStatsCompat$BaseTrafficStatsCompatImpl$1.class
│   │   │   ├── TrafficStatsCompat$BaseTrafficStatsCompatImpl$SocketTags.class
│   │   │   ├── TrafficStatsCompat$BaseTrafficStatsCompatImpl.class
│   │   │   ├── TrafficStatsCompat$IcsTrafficStatsCompatImpl.class
│   │   │   ├── TrafficStatsCompat$TrafficStatsCompatImpl.class
│   │   │   ├── TrafficStatsCompat.class
│   │   │   └── TrafficStatsCompatIcs.class
│   │   ├── os
│   │   │   ├── EnvironmentCompat.class
│   │   │   ├── EnvironmentCompatKitKat.class
│   │   │   ├── ParcelableCompat$CompatCreator.class
│   │   │   ├── ParcelableCompat.class
│   │   │   ├── ParcelableCompatCreatorCallbacks.class
│   │   │   ├── ParcelableCompatCreatorHoneycombMR2.class
│   │   │   └── ParcelableCompatCreatorHoneycombMR2Stub.class
│   │   ├── print
│   │   │   ├── PrintHelper$1.class
│   │   │   ├── PrintHelper$PrintHelperKitkatImpl.class
│   │   │   ├── PrintHelper$PrintHelperStubImpl.class
│   │   │   ├── PrintHelper$PrintHelperVersionImpl.class
│   │   │   ├── PrintHelper.class
│   │   │   ├── PrintHelperKitkat$1.class
│   │   │   ├── PrintHelperKitkat$2$1$1.class
│   │   │   ├── PrintHelperKitkat$2$1.class
│   │   │   ├── PrintHelperKitkat$2.class
│   │   │   └── PrintHelperKitkat.class
│   │   ├── text
│   │   │   ├── BidiFormatter$1.class
│   │   │   ├── BidiFormatter$Builder.class
│   │   │   ├── BidiFormatter$DirectionalityEstimator.class
│   │   │   ├── BidiFormatter.class
│   │   │   ├── ICUCompat$ICUCompatImpl.class
│   │   │   ├── ICUCompat$ICUCompatImplBase.class
│   │   │   ├── ICUCompat$ICUCompatImplIcs.class
│   │   │   ├── ICUCompat.class
│   │   │   ├── ICUCompatIcs.class
│   │   │   ├── TextDirectionHeuristicCompat.class
│   │   │   ├── TextDirectionHeuristicsCompat$1.class
│   │   │   ├── TextDirectionHeuristicsCompat$AnyStrong.class
│   │   │   ├── TextDirectionHeuristicsCompat$FirstStrong.class
│   │   │   ├── TextDirectionHeuristicsCompat$TextDirectionAlgorithm.class
│   │   │   ├── TextDirectionHeuristicsCompat$TextDirectionHeuristicImpl.class
│   │   │   ├── TextDirectionHeuristicsCompat$TextDirectionHeuristicInternal.class
│   │   │   ├── TextDirectionHeuristicsCompat$TextDirectionHeuristicLocale.class
│   │   │   ├── TextDirectionHeuristicsCompat.class
│   │   │   └── TextUtilsCompat.class
│   │   ├── util
│   │   │   ├── ArrayMap$1.class
│   │   │   ├── ArrayMap.class
│   │   │   ├── AtomicFile.class
│   │   │   ├── ContainerHelpers.class
│   │   │   ├── DebugUtils.class
│   │   │   ├── LogWriter.class
│   │   │   ├── LongSparseArray.class
│   │   │   ├── LruCache.class
│   │   │   ├── MapCollections$ArrayIterator.class
│   │   │   ├── MapCollections$EntrySet.class
│   │   │   ├── MapCollections$KeySet.class
│   │   │   ├── MapCollections$MapIterator.class
│   │   │   ├── MapCollections$ValuesCollection.class
│   │   │   ├── MapCollections.class
│   │   │   ├── SimpleArrayMap.class
│   │   │   ├── SparseArrayCompat.class
│   │   │   └── TimeUtils.class
│   │   ├── view
│   │   │   ├── AccessibilityDelegateCompat$AccessibilityDelegateIcsImpl$1.class
│   │   │   ├── AccessibilityDelegateCompat$AccessibilityDelegateIcsImpl.class
│   │   │   ├── AccessibilityDelegateCompat$AccessibilityDelegateImpl.class
│   │   │   ├── AccessibilityDelegateCompat$AccessibilityDelegateJellyBeanImpl$1.class
│   │   │   ├── AccessibilityDelegateCompat$AccessibilityDelegateJellyBeanImpl.class
│   │   │   ├── AccessibilityDelegateCompat$AccessibilityDelegateStubImpl.class
│   │   │   ├── AccessibilityDelegateCompat.class
│   │   │   ├── AccessibilityDelegateCompatIcs$1.class
│   │   │   ├── AccessibilityDelegateCompatIcs$AccessibilityDelegateBridge.class
│   │   │   ├── AccessibilityDelegateCompatIcs.class
│   │   │   ├── AccessibilityDelegateCompatJellyBean$1.class
│   │   │   ├── AccessibilityDelegateCompatJellyBean$AccessibilityDelegateBridgeJellyBean.class
│   │   │   ├── AccessibilityDelegateCompatJellyBean.class
│   │   │   ├── ActionProvider$SubUiVisibilityListener.class
│   │   │   ├── ActionProvider$VisibilityListener.class
│   │   │   ├── ActionProvider.class
│   │   │   ├── GestureDetectorCompat$GestureDetectorCompatImpl.class
│   │   │   ├── GestureDetectorCompat$GestureDetectorCompatImplBase$GestureHandler.class
│   │   │   ├── GestureDetectorCompat$GestureDetectorCompatImplBase.class
│   │   │   ├── GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2.class
│   │   │   ├── GestureDetectorCompat.class
│   │   │   ├── GravityCompat$GravityCompatImpl.class
│   │   │   ├── GravityCompat$GravityCompatImplBase.class
│   │   │   ├── GravityCompat$GravityCompatImplJellybeanMr1.class
│   │   │   ├── GravityCompat.class
│   │   │   ├── GravityCompatJellybeanMr1.class
│   │   │   ├── KeyEventCompat$BaseKeyEventVersionImpl.class
│   │   │   ├── KeyEventCompat$EclairKeyEventVersionImpl.class
│   │   │   ├── KeyEventCompat$HoneycombKeyEventVersionImpl.class
│   │   │   ├── KeyEventCompat$KeyEventVersionImpl.class
│   │   │   ├── KeyEventCompat.class
│   │   │   ├── KeyEventCompatEclair.class
│   │   │   ├── KeyEventCompatHoneycomb.class
│   │   │   ├── MarginLayoutParamsCompat$MarginLayoutParamsCompatImpl.class
│   │   │   ├── MarginLayoutParamsCompat$MarginLayoutParamsCompatImplBase.class
│   │   │   ├── MarginLayoutParamsCompat$MarginLayoutParamsCompatImplJbMr1.class
│   │   │   ├── MarginLayoutParamsCompat.class
│   │   │   ├── MarginLayoutParamsCompatJellybeanMr1.class
│   │   │   ├── MenuCompat.class
│   │   │   ├── MenuItemCompat$BaseMenuVersionImpl.class
│   │   │   ├── MenuItemCompat$HoneycombMenuVersionImpl.class
│   │   │   ├── MenuItemCompat$IcsMenuVersionImpl$1.class
│   │   │   ├── MenuItemCompat$IcsMenuVersionImpl.class
│   │   │   ├── MenuItemCompat$MenuVersionImpl.class
│   │   │   ├── MenuItemCompat$OnActionExpandListener.class
│   │   │   ├── MenuItemCompat.class
│   │   │   ├── MenuItemCompatHoneycomb.class
│   │   │   ├── MenuItemCompatIcs$OnActionExpandListenerWrapper.class
│   │   │   ├── MenuItemCompatIcs$SupportActionExpandProxy.class
│   │   │   ├── MenuItemCompatIcs.class
│   │   │   ├── MotionEventCompat$BaseMotionEventVersionImpl.class
│   │   │   ├── MotionEventCompat$EclairMotionEventVersionImpl.class
│   │   │   ├── MotionEventCompat$MotionEventVersionImpl.class
│   │   │   ├── MotionEventCompat.class
│   │   │   ├── MotionEventCompatEclair.class
│   │   │   ├── PagerAdapter.class
│   │   │   ├── PagerTabStrip$1.class
│   │   │   ├── PagerTabStrip$2.class
│   │   │   ├── PagerTabStrip.class
│   │   │   ├── PagerTitleStrip$1.class
│   │   │   ├── PagerTitleStrip$PageListener.class
│   │   │   ├── PagerTitleStrip$PagerTitleStripImpl.class
│   │   │   ├── PagerTitleStrip$PagerTitleStripImplBase.class
│   │   │   ├── PagerTitleStrip$PagerTitleStripImplIcs.class
│   │   │   ├── PagerTitleStrip.class
│   │   │   ├── PagerTitleStripIcs$SingleLineAllCapsTransform.class
│   │   │   ├── PagerTitleStripIcs.class
│   │   │   ├── ScaleGestureDetectorCompat$1.class
│   │   │   ├── ScaleGestureDetectorCompat$BaseScaleGestureDetectorImpl.class
│   │   │   ├── ScaleGestureDetectorCompat$ScaleGestureDetectorCompatKitKatImpl.class
│   │   │   ├── ScaleGestureDetectorCompat$ScaleGestureDetectorImpl.class
│   │   │   ├── ScaleGestureDetectorCompat.class
│   │   │   ├── ScaleGestureDetectorCompatKitKat.class
│   │   │   ├── VelocityTrackerCompat$BaseVelocityTrackerVersionImpl.class
│   │   │   ├── VelocityTrackerCompat$HoneycombVelocityTrackerVersionImpl.class
│   │   │   ├── VelocityTrackerCompat$VelocityTrackerVersionImpl.class
│   │   │   ├── VelocityTrackerCompat.class
│   │   │   ├── VelocityTrackerCompatHoneycomb.class
│   │   │   ├── ViewCompat$BaseViewCompatImpl.class
│   │   │   ├── ViewCompat$EclairMr1ViewCompatImpl.class
│   │   │   ├── ViewCompat$GBViewCompatImpl.class
│   │   │   ├── ViewCompat$HCViewCompatImpl.class
│   │   │   ├── ViewCompat$ICSViewCompatImpl.class
│   │   │   ├── ViewCompat$JBViewCompatImpl.class
│   │   │   ├── ViewCompat$JbMr1ViewCompatImpl.class
│   │   │   ├── ViewCompat$KitKatViewCompatImpl.class
│   │   │   ├── ViewCompat$ViewCompatImpl.class
│   │   │   ├── ViewCompat.class
│   │   │   ├── ViewCompatEclairMr1.class
│   │   │   ├── ViewCompatGingerbread.class
│   │   │   ├── ViewCompatHC.class
│   │   │   ├── ViewCompatICS.class
│   │   │   ├── ViewCompatJB.class
│   │   │   ├── ViewCompatJellybeanMr1.class
│   │   │   ├── ViewCompatKitKat.class
│   │   │   ├── ViewConfigurationCompat$BaseViewConfigurationVersionImpl.class
│   │   │   ├── ViewConfigurationCompat$FroyoViewConfigurationVersionImpl.class
│   │   │   ├── ViewConfigurationCompat$ViewConfigurationVersionImpl.class
│   │   │   ├── ViewConfigurationCompat.class
│   │   │   ├── ViewConfigurationCompatFroyo.class
│   │   │   ├── ViewGroupCompat$ViewGroupCompatHCImpl.class
│   │   │   ├── ViewGroupCompat$ViewGroupCompatIcsImpl.class
│   │   │   ├── ViewGroupCompat$ViewGroupCompatImpl.class
│   │   │   ├── ViewGroupCompat$ViewGroupCompatJellybeanMR2Impl.class
│   │   │   ├── ViewGroupCompat$ViewGroupCompatStubImpl.class
│   │   │   ├── ViewGroupCompat.class
│   │   │   ├── ViewGroupCompatHC.class
│   │   │   ├── ViewGroupCompatIcs.class
│   │   │   ├── ViewGroupCompatJellybeanMR2.class
│   │   │   ├── ViewPager$1.class
│   │   │   ├── ViewPager$2.class
│   │   │   ├── ViewPager$3.class
│   │   │   ├── ViewPager$Decor.class
│   │   │   ├── ViewPager$ItemInfo.class
│   │   │   ├── ViewPager$LayoutParams.class
│   │   │   ├── ViewPager$MyAccessibilityDelegate.class
│   │   │   ├── ViewPager$OnAdapterChangeListener.class
│   │   │   ├── ViewPager$OnPageChangeListener.class
│   │   │   ├── ViewPager$PageTransformer.class
│   │   │   ├── ViewPager$PagerObserver.class
│   │   │   ├── ViewPager$SavedState$1.class
│   │   │   ├── ViewPager$SavedState.class
│   │   │   ├── ViewPager$SimpleOnPageChangeListener.class
│   │   │   ├── ViewPager$ViewPositionComparator.class
│   │   │   ├── ViewPager.class
│   │   │   ├── ViewParentCompat$ViewParentCompatICSImpl.class
│   │   │   ├── ViewParentCompat$ViewParentCompatImpl.class
│   │   │   ├── ViewParentCompat$ViewParentCompatStubImpl.class
│   │   │   ├── ViewParentCompat.class
│   │   │   ├── ViewParentCompatICS.class
│   │   │   ├── WindowCompat.class
│   │   │   └── accessibility
│   │   │   ├── AccessibilityEventCompat$AccessibilityEventIcsImpl.class
│   │   │   ├── AccessibilityEventCompat$AccessibilityEventStubImpl.class
│   │   │   ├── AccessibilityEventCompat$AccessibilityEventVersionImpl.class
│   │   │   ├── AccessibilityEventCompat.class
│   │   │   ├── AccessibilityEventCompatIcs.class
│   │   │   ├── AccessibilityManagerCompat$AccessibilityManagerIcsImpl$1.class
│   │   │   ├── AccessibilityManagerCompat$AccessibilityManagerIcsImpl.class
│   │   │   ├── AccessibilityManagerCompat$AccessibilityManagerStubImpl.class
│   │   │   ├── AccessibilityManagerCompat$AccessibilityManagerVersionImpl.class
│   │   │   ├── AccessibilityManagerCompat$AccessibilityStateChangeListenerCompat.class
│   │   │   ├── AccessibilityManagerCompat.class
│   │   │   ├── AccessibilityManagerCompatIcs$1.class
│   │   │   ├── AccessibilityManagerCompatIcs$AccessibilityStateChangeListenerBridge.class
│   │   │   ├── AccessibilityManagerCompatIcs.class
│   │   │   ├── AccessibilityNodeInfoCompat$AccessibilityNodeInfoIcsImpl.class
│   │   │   ├── AccessibilityNodeInfoCompat$AccessibilityNodeInfoImpl.class
│   │   │   ├── AccessibilityNodeInfoCompat$AccessibilityNodeInfoJellybeanImpl.class
│   │   │   ├── AccessibilityNodeInfoCompat$AccessibilityNodeInfoJellybeanMr2Impl.class
│   │   │   ├── AccessibilityNodeInfoCompat$AccessibilityNodeInfoKitKatImpl.class
│   │   │   ├── AccessibilityNodeInfoCompat$AccessibilityNodeInfoStubImpl.class
│   │   │   ├── AccessibilityNodeInfoCompat.class
│   │   │   ├── AccessibilityNodeInfoCompatIcs.class
│   │   │   ├── AccessibilityNodeInfoCompatJellyBean.class
│   │   │   ├── AccessibilityNodeInfoCompatJellybeanMr2.class
│   │   │   ├── AccessibilityNodeInfoCompatKitKat.class
│   │   │   ├── AccessibilityNodeProviderCompat$AccessibilityNodeProviderImpl.class
│   │   │   ├── AccessibilityNodeProviderCompat$AccessibilityNodeProviderJellyBeanImpl$1.class
│   │   │   ├── AccessibilityNodeProviderCompat$AccessibilityNodeProviderJellyBeanImpl.class
│   │   │   ├── AccessibilityNodeProviderCompat$AccessibilityNodeProviderKitKatImpl$1.class
│   │   │   ├── AccessibilityNodeProviderCompat$AccessibilityNodeProviderKitKatImpl.class
│   │   │   ├── AccessibilityNodeProviderCompat$AccessibilityNodeProviderStubImpl.class
│   │   │   ├── AccessibilityNodeProviderCompat.class
│   │   │   ├── AccessibilityNodeProviderCompatJellyBean$1.class
│   │   │   ├── AccessibilityNodeProviderCompatJellyBean$AccessibilityNodeInfoBridge.class
│   │   │   ├── AccessibilityNodeProviderCompatJellyBean.class
│   │   │   ├── AccessibilityNodeProviderCompatKitKat$1.class
│   │   │   ├── AccessibilityNodeProviderCompatKitKat$AccessibilityNodeInfoBridge.class
│   │   │   ├── AccessibilityNodeProviderCompatKitKat.class
│   │   │   ├── AccessibilityRecordCompat$AccessibilityRecordIcsImpl.class
│   │   │   ├── AccessibilityRecordCompat$AccessibilityRecordIcsMr1Impl.class
│   │   │   ├── AccessibilityRecordCompat$AccessibilityRecordImpl.class
│   │   │   ├── AccessibilityRecordCompat$AccessibilityRecordJellyBeanImpl.class
│   │   │   ├── AccessibilityRecordCompat$AccessibilityRecordStubImpl.class
│   │   │   ├── AccessibilityRecordCompat.class
│   │   │   ├── AccessibilityRecordCompatIcs.class
│   │   │   ├── AccessibilityRecordCompatIcsMr1.class
│   │   │   └── AccessibilityRecordCompatJellyBean.class
│   │   └── widget
│   │   ├── AutoScrollHelper$1.class
│   │   ├── AutoScrollHelper$ClampedScroller.class
│   │   ├── AutoScrollHelper$ScrollAnimationRunnable.class
│   │   ├── AutoScrollHelper.class
│   │   ├── BakedBezierInterpolator.class
│   │   ├── ContentLoadingProgressBar$1.class
│   │   ├── ContentLoadingProgressBar$2.class
│   │   ├── ContentLoadingProgressBar.class
│   │   ├── CursorAdapter$1.class
│   │   ├── CursorAdapter$ChangeObserver.class
│   │   ├── CursorAdapter$MyDataSetObserver.class
│   │   ├── CursorAdapter.class
│   │   ├── CursorFilter$CursorFilterClient.class
│   │   ├── CursorFilter.class
│   │   ├── DrawerLayout$AccessibilityDelegate.class
│   │   ├── DrawerLayout$DrawerListener.class
│   │   ├── DrawerLayout$LayoutParams.class
│   │   ├── DrawerLayout$SavedState$1.class
│   │   ├── DrawerLayout$SavedState.class
│   │   ├── DrawerLayout$SimpleDrawerListener.class
│   │   ├── DrawerLayout$ViewDragCallback$1.class
│   │   ├── DrawerLayout$ViewDragCallback.class
│   │   ├── DrawerLayout.class
│   │   ├── EdgeEffectCompat$BaseEdgeEffectImpl.class
│   │   ├── EdgeEffectCompat$EdgeEffectIcsImpl.class
│   │   ├── EdgeEffectCompat$EdgeEffectImpl.class
│   │   ├── EdgeEffectCompat.class
│   │   ├── EdgeEffectCompatIcs.class
│   │   ├── ExploreByTouchHelper$1.class
│   │   ├── ExploreByTouchHelper$ExploreByTouchNodeProvider.class
│   │   ├── ExploreByTouchHelper.class
│   │   ├── ListPopupWindowCompat$BaseListPopupWindowImpl.class
│   │   ├── ListPopupWindowCompat$KitKatListPopupWindowImpl.class
│   │   ├── ListPopupWindowCompat$ListPopupWindowImpl.class
│   │   ├── ListPopupWindowCompat.class
│   │   ├── ListPopupWindowCompatKitKat.class
│   │   ├── ListViewAutoScrollHelper.class
│   │   ├── PopupMenuCompat$BasePopupMenuImpl.class
│   │   ├── PopupMenuCompat$KitKatPopupMenuImpl.class
│   │   ├── PopupMenuCompat$PopupMenuImpl.class
│   │   ├── PopupMenuCompat.class
│   │   ├── PopupMenuCompatKitKat.class
│   │   ├── ResourceCursorAdapter.class
│   │   ├── ScrollerCompat$ScrollerCompatImpl.class
│   │   ├── ScrollerCompat$ScrollerCompatImplBase.class
│   │   ├── ScrollerCompat$ScrollerCompatImplGingerbread.class
│   │   ├── ScrollerCompat$ScrollerCompatImplIcs.class
│   │   ├── ScrollerCompat.class
│   │   ├── ScrollerCompatGingerbread.class
│   │   ├── ScrollerCompatIcs.class
│   │   ├── SearchViewCompat$OnCloseListenerCompat.class
│   │   ├── SearchViewCompat$OnQueryTextListenerCompat.class
│   │   ├── SearchViewCompat$SearchViewCompatHoneycombImpl$1.class
│   │   ├── SearchViewCompat$SearchViewCompatHoneycombImpl$2.class
│   │   ├── SearchViewCompat$SearchViewCompatHoneycombImpl.class
│   │   ├── SearchViewCompat$SearchViewCompatIcsImpl.class
│   │   ├── SearchViewCompat$SearchViewCompatImpl.class
│   │   ├── SearchViewCompat$SearchViewCompatStubImpl.class
│   │   ├── SearchViewCompat.class
│   │   ├── SearchViewCompatHoneycomb$1.class
│   │   ├── SearchViewCompatHoneycomb$2.class
│   │   ├── SearchViewCompatHoneycomb$OnCloseListenerCompatBridge.class
│   │   ├── SearchViewCompatHoneycomb$OnQueryTextListenerCompatBridge.class
│   │   ├── SearchViewCompatHoneycomb.class
│   │   ├── SearchViewCompatIcs$MySearchView.class
│   │   ├── SearchViewCompatIcs.class
│   │   ├── SimpleCursorAdapter$CursorToStringConverter.class
│   │   ├── SimpleCursorAdapter$ViewBinder.class
│   │   ├── SimpleCursorAdapter.class
│   │   ├── SlidingPaneLayout$1.class
│   │   ├── SlidingPaneLayout$AccessibilityDelegate.class
│   │   ├── SlidingPaneLayout$DisableLayerRunnable.class
│   │   ├── SlidingPaneLayout$DragHelperCallback.class
│   │   ├── SlidingPaneLayout$LayoutParams.class
│   │   ├── SlidingPaneLayout$PanelSlideListener.class
│   │   ├── SlidingPaneLayout$SavedState$1.class
│   │   ├── SlidingPaneLayout$SavedState.class
│   │   ├── SlidingPaneLayout$SimplePanelSlideListener.class
│   │   ├── SlidingPaneLayout$SlidingPanelLayoutImpl.class
│   │   ├── SlidingPaneLayout$SlidingPanelLayoutImplBase.class
│   │   ├── SlidingPaneLayout$SlidingPanelLayoutImplJB.class
│   │   ├── SlidingPaneLayout$SlidingPanelLayoutImplJBMR1.class
│   │   ├── SlidingPaneLayout.class
│   │   ├── SwipeProgressBar.class
│   │   ├── SwipeRefreshLayout$1.class
│   │   ├── SwipeRefreshLayout$2.class
│   │   ├── SwipeRefreshLayout$3.class
│   │   ├── SwipeRefreshLayout$4.class
│   │   ├── SwipeRefreshLayout$5.class
│   │   ├── SwipeRefreshLayout$6.class
│   │   ├── SwipeRefreshLayout$BaseAnimationListener.class
│   │   ├── SwipeRefreshLayout$OnRefreshListener.class
│   │   ├── SwipeRefreshLayout.class
│   │   ├── ViewDragHelper$1.class
│   │   ├── ViewDragHelper$2.class
│   │   ├── ViewDragHelper$Callback.class
│   │   └── ViewDragHelper.class
│   ├── build.gradle
│   └── src
│   └── main
│   ├── AndroidManifest.xml
│   ├── java
│   │   └── com
│   │   └── example
│   │   ├── ssc
│   │   │   ├── cource
│   │   │   │   ├── Cource.java
│   │   │   │   ├── CourceDao.java
│   │   │   │   └── MyCourceDao.java
│   │   │   ├── db
│   │   │   │   └── DBHelper.java
│   │   │   ├── infohandle
│   │   │   │   ├── DeleteCource.java
│   │   │   │   ├── DeleteStu.java
│   │   │   │   ├── DeleteTea.java
│   │   │   │   ├── InsertCource.java
│   │   │   │   ├── InsertStu.java
│   │   │   │   ├── InsertTea.java
│   │   │   │   ├── SelectCource.java
│   │   │   │   ├── SelectStu.java
│   │   │   │   ├── SelectTea.java
│   │   │   │   ├── SeleteStuname.java
│   │   │   │   ├── UpdateCource.java
│   │   │   │   ├── UpdateStu.java
│   │   │   │   └── UpdateTea.java
│   │   │   ├── student
│   │   │   │   ├── Stu.java
│   │   │   │   └── StuDao.java
│   │   │   ├── teacher
│   │   │   │   ├── Teacher.java
│   │   │   │   └── TeacherDao.java
│   │   │   └── utils
│   │   │   └── SerializableMap.java
│   │   └── studentselectcource
│   │   ├── CourceDetailActivity.java
│   │   ├── InfoHandleActivity.java
│   │   ├── LoginActivity.java
│   │   ├── MainActivity.java
│   │   ├── MainActivity_adminer.java
│   │   ├── MyCourceActivity.java
│   │   ├── SelectCourceActivity.java
│   │   ├── ShowCourceActivity.java
│   │   ├── ShowTeacherActivity.java
│   │   └── TeacherDetailActivity.java
│   └── res
│   ├── drawable
│   │   ├── admin_photo.png
│   │   ├── general_bg.jpg
│   │   ├── hom_page_button.jpg
│   │   ├── student_photo.png
│   │   └── text.xml
│   ├── drawable-hdpi
│   │   ├── btn.jpg
│   │   ├── ic_launcher.png
│   │   ├── lower_left.png
│   │   ├── lower_right.png
│   │   ├── title_back_set_up.png
│   │   ├── upper_left.png
│   │   └── upper_right.png
│   ├── drawable-mdpi
│   │   └── ic_launcher.png
│   ├── drawable-xxhdpi
│   │   ├── ic_launcher.png
│   │   ├── title_back.png
│   │   └── title_bg.png
│   ├── layout
│   │   ├── activity_main.xml
│   │   ├── cource_detail.xml
│   │   ├── delete_cource.xml
│   │   ├── delete_stu.xml
│   │   ├── delete_tea.xml
│   │   ├── info_handle.xml
│   │   ├── insert_cource.xml
│   │   ├── insert_stu.xml
│   │   ├── insert_tea.xml
│   │   ├── list_item.xml
│   │   ├── login.xml
│   │   ├── main.xml
│   │   ├── main_adminer_login.xml
│   │   ├── my_cource.xml
│   │   ├── select_cource.xml
│   │   ├── select_cource_tip.xml
│   │   ├── select_cource_two.xml
│   │   ├── select_stu.xml
│   │   ├── select_tea.xml
│   │   ├── show_cource.xml
│   │   ├── show_teacher.xml
│   │   ├── teacher_detail.xml
│   │   ├── update_cource.xml
│   │   ├── update_stu.xml
│   │   └── update_tea.xml
│   ├── menu
│   │   ├── cource_detail.xml
│   │   ├── delete_cource.xml
│   │   ├── delete_tea.xml
│   │   ├── info_handle.xml
│   │   ├── insert_cource.xml
│   │   ├── insert_tea.xml
│   │   ├── login.xml
│   │   ├── main.xml
│   │   ├── my_cource.xml
│   │   ├── select_cource.xml
│   │   ├── select_cource_tip.xml
│   │   ├── select_tea.xml
│   │   ├── show_cource.xml
│   │   ├── show_teacher.xml
│   │   ├── teacher_detail.xml
│   │   ├── update_cource.xml
│   │   └── update_tea.xml
│   ├── values
│   │   ├── dimens.xml
│   │   ├── strings.xml
│   │   ├── style_layout.xml
│   │   └── styles.xml
│   ├── values-sw600dp
│   │   └── dimens.xml
│   ├── values-sw720dp-land
│   │   └── dimens.xml
│   ├── values-v11
│   │   └── styles.xml
│   └── values-v14
│   └── styles.xml
├── build
│   ├── android-profile
│   │   ├── profile-2019-04-13-10-58-11-140.rawproto
│   │   ├── profile-2019-04-13-10-58-17-545.rawproto
│   │   ├── profile-2019-04-13-10-58-34-994.rawproto
│   │   ├── profile-2019-04-13-11-19-45-795.rawproto
│   │   ├── profile-2019-04-13-11-19-59-141.rawproto
│   │   ├── profile-2019-04-13-11-23-33-633.rawproto
│   │   ├── profile-2019-04-13-11-30-09-500.rawproto
│   │   ├── profile-2019-04-13-11-33-45-493.rawproto
│   │   ├── profile-2019-04-13-11-33-54-589.rawproto
│   │   ├── profile-2019-04-13-11-34-08-946.rawproto
│   │   ├── profile-2019-04-13-17-03-43-171.rawproto
│   │   ├── profile-2019-04-13-17-03-57-647.rawproto
│   │   ├── profile-2019-04-13-17-04-53-175.rawproto
│   │   ├── profile-2019-04-13-17-13-31-807.rawproto
│   │   ├── profile-2019-04-13-17-32-57-473.rawproto
│   │   ├── profile-2019-04-13-17-33-35-937.rawproto
│   │   ├── profile-2019-04-13-17-36-03-970.rawproto
│   │   ├── profile-2019-04-13-17-37-54-764.rawproto
│   │   ├── profile-2019-04-13-17-38-14-068.rawproto
│   │   ├── profile-2019-04-13-17-39-24-103.rawproto
│   │   ├── profile-2019-04-13-17-49-59-656.rawproto
│   │   ├── profile-2019-04-13-17-54-16-292.rawproto
│   │   ├── profile-2019-04-13-17-55-03-754.rawproto
│   │   ├── profile-2019-04-13-17-57-37-417.rawproto
│   │   ├── profile-2019-04-13-18-01-14-186.rawproto
│   │   ├── profile-2019-04-13-18-03-07-212.rawproto
│   │   ├── profile-2019-04-13-18-04-42-599.rawproto
│   │   ├── profile-2019-04-13-18-09-12-241.rawproto
│   │   ├── profile-2019-04-13-18-15-04-180.rawproto
│   │   ├── profile-2019-04-13-18-22-37-296.rawproto
│   │   ├── profile-2019-04-14-07-19-43-320.rawproto
│   │   ├── profile-2019-04-14-07-19-53-372.rawproto
│   │   ├── profile-2019-04-14-07-26-14-704.rawproto
│   │   ├── profile-2019-04-14-07-32-18-067.rawproto
│   │   ├── profile-2019-04-14-07-37-28-701.rawproto
│   │   ├── profile-2019-04-14-07-37-39-542.rawproto
│   │   ├── profile-2019-04-14-07-40-32-294.rawproto
│   │   ├── profile-2019-04-14-07-41-32-935.rawproto
│   │   ├── profile-2019-04-14-07-50-16-812.rawproto
│   │   ├── profile-2019-04-14-15-51-10-168.rawproto
│   │   ├── profile-2019-04-14-15-51-19-895.rawproto
│   │   ├── profile-2019-04-14-16-07-52-853.rawproto
│   │   ├── profile-2019-04-14-16-17-31-763.rawproto
│   │   ├── profile-2019-04-14-16-24-25-338.rawproto
│   │   ├── profile-2019-04-14-16-33-02-031.rawproto
│   │   ├── profile-2019-04-14-16-33-46-745.rawproto
│   │   ├── profile-2019-04-14-16-34-10-409.rawproto
│   │   ├── profile-2019-04-14-16-37-52-717.rawproto
│   │   ├── profile-2019-04-14-16-48-24-398.rawproto
│   │   ├── profile-2019-04-14-16-51-53-315.rawproto
│   │   ├── profile-2019-04-14-16-53-02-956.rawproto
│   │   ├── profile-2019-04-14-16-53-21-944.rawproto
│   │   ├── profile-2019-04-14-16-54-31-017.rawproto
│   │   ├── profile-2019-04-14-16-58-14-908.rawproto
│   │   ├── profile-2019-04-14-16-59-18-278.rawproto
│   │   ├── profile-2019-04-14-17-03-43-730.rawproto
│   │   ├── profile-2019-04-14-17-05-16-960.rawproto
│   │   ├── profile-2019-04-14-17-08-30-417.rawproto
│   │   ├── profile-2019-04-14-17-09-35-566.rawproto
│   │   ├── profile-2019-04-14-17-11-07-039.rawproto
│   │   ├── profile-2019-04-14-17-11-35-189.rawproto
│   │   ├── profile-2019-04-14-17-13-35-224.rawproto
│   │   ├── profile-2019-04-14-17-14-20-687.rawproto
│   │   ├── profile-2019-04-14-17-18-33-315.rawproto
│   │   ├── profile-2019-04-14-17-22-15-353.rawproto
│   │   ├── profile-2019-04-14-17-25-38-500.rawproto
│   │   ├── profile-2019-04-14-17-33-15-392.rawproto
│   │   ├── profile-2019-04-14-17-36-16-205.rawproto
│   │   ├── profile-2019-04-14-17-38-43-549.rawproto
│   │   ├── profile-2019-04-14-17-39-22-066.rawproto
│   │   ├── profile-2019-04-14-17-40-34-452.rawproto
│   │   ├── profile-2019-04-14-17-41-46-053.rawproto
│   │   ├── profile-2019-04-14-17-42-09-877.rawproto
│   │   ├── profile-2019-04-15-08-08-34-260.rawproto
│   │   ├── profile-2019-04-15-08-08-41-949.rawproto
│   │   ├── profile-2019-04-15-08-11-45-185.rawproto
│   │   ├── profile-2019-04-15-08-13-04-393.rawproto
│   │   ├── profile-2019-04-15-08-13-53-293.rawproto
│   │   ├── profile-2019-04-15-09-06-50-146.rawproto
│   │   ├── profile-2019-04-15-09-11-25-935.rawproto
│   │   ├── profile-2019-04-15-09-12-05-872.rawproto
│   │   ├── profile-2019-04-15-09-34-43-192.rawproto
│   │   ├── profile-2019-04-15-09-38-07-371.rawproto
│   │   ├── profile-2019-04-15-09-39-18-832.rawproto
│   │   ├── profile-2019-04-15-09-40-27-473.rawproto
│   │   ├── profile-2019-04-15-09-42-04-763.rawproto
│   │   ├── profile-2019-04-15-09-48-29-092.rawproto
│   │   ├── profile-2019-04-15-09-53-32-578.rawproto
│   │   ├── profile-2019-04-15-10-00-39-436.rawproto
│   │   ├── profile-2019-04-15-10-02-52-591.rawproto
│   │   ├── profile-2019-04-15-10-02-58-439.rawproto
│   │   ├── profile-2019-04-15-10-10-52-773.rawproto
│   │   ├── profile-2019-04-15-10-30-34-632.rawproto
│   │   ├── profile-2019-04-15-10-38-12-573.rawproto
│   │   ├── profile-2019-04-15-10-39-07-479.rawproto
│   │   ├── profile-2019-04-15-10-40-42-560.rawproto
│   │   ├── profile-2019-04-15-10-40-50-698.rawproto
│   │   ├── profile-2019-04-15-10-40-59-377.rawproto
│   │   ├── profile-2019-04-15-10-41-12-887.rawproto
│   │   ├── profile-2019-04-15-10-57-02-308.rawproto
│   │   ├── profile-2019-04-15-10-57-13-383.rawproto
│   │   ├── profile-2019-04-15-11-00-51-520.rawproto
│   │   ├── profile-2019-04-17-08-28-22-994.rawproto
│   │   ├── profile-2019-04-17-08-28-30-937.rawproto
│   │   ├── profile-2019-04-17-14-08-13-783.rawproto
│   │   ├── profile-2019-04-17-14-13-48-378.rawproto
│   │   ├── profile-2019-04-17-14-13-57-592.rawproto
│   │   ├── profile-2019-04-17-14-14-21-078.rawproto
│   │   ├── profile-2019-04-17-14-35-59-266.rawproto
│   │   ├── profile-2019-04-17-15-37-26-926.rawproto
│   │   ├── profile-2019-04-17-15-37-34-958.rawproto
│   │   ├── profile-2019-04-17-15-45-08-211.rawproto
│   │   ├── profile-2019-04-17-16-10-36-888.rawproto
│   │   ├── profile-2019-04-17-17-01-30-736.rawproto
│   │   ├── profile-2019-04-22-08-10-19-499.rawproto
│   │   ├── profile-2019-04-22-08-10-26-724.rawproto
│   │   ├── profile-2019-04-22-08-12-05-697.rawproto
│   │   ├── profile-2019-04-22-08-55-22-161.rawproto
│   │   ├── profile-2019-04-22-08-55-29-737.rawproto
│   │   ├── profile-2019-04-22-09-08-25-713.rawproto
│   │   ├── profile-2019-04-22-09-22-22-185.rawproto
│   │   ├── profile-2019-04-24-07-33-40-805.rawproto
│   │   ├── profile-2019-04-24-07-33-49-511.rawproto
│   │   ├── profile-2019-04-24-07-39-46-952.rawproto
│   │   ├── profile-2019-04-24-07-40-54-076.rawproto
│   │   ├── profile-2019-04-24-08-07-06-330.rawproto
│   │   ├── profile-2019-04-24-08-10-46-484.rawproto
│   │   ├── profile-2019-04-24-08-13-04-975.rawproto
│   │   ├── profile-2019-04-24-14-06-08-968.rawproto
│   │   ├── profile-2019-04-24-14-06-16-543.rawproto
│   │   ├── profile-2019-04-24-14-07-40-801.rawproto
│   │   ├── profile-2019-04-24-14-56-35-536.rawproto
│   │   ├── profile-2019-04-24-14-56-43-319.rawproto
│   │   ├── profile-2019-04-24-14-57-07-912.rawproto
│   │   ├── profile-2019-04-24-15-21-55-083.rawproto
│   │   ├── profile-2019-04-26-07-50-34-343.rawproto
│   │   ├── profile-2019-04-26-07-50-42-391.rawproto
│   │   ├── profile-2019-04-26-07-51-01-073.rawproto
│   │   ├── profile-2019-04-26-08-21-16-188.rawproto
│   │   ├── profile-2019-04-26-08-40-39-774.rawproto
│   │   ├── profile-2019-04-26-08-44-40-050.rawproto
│   │   ├── profile-2019-04-26-17-26-31-886.rawproto
│   │   ├── profile-2019-04-26-17-26-46-363.rawproto
│   │   ├── profile-2019-04-26-17-28-25-807.rawproto
│   │   ├── profile-2019-04-26-17-45-28-825.rawproto
│   │   ├── profile-2019-04-27-07-56-35-396.rawproto
│   │   ├── profile-2019-04-27-07-56-43-293.rawproto
│   │   ├── profile-2019-04-27-07-57-22-963.rawproto
│   │   ├── profile-2019-04-27-10-15-41-432.rawproto
│   │   ├── profile-2019-04-27-10-31-33-569.rawproto
│   │   ├── profile-2019-04-27-10-32-18-683.rawproto
│   │   ├── profile-2019-04-27-10-36-58-121.rawproto
│   │   ├── profile-2019-04-27-10-38-13-342.rawproto
│   │   ├── profile-2019-04-27-10-39-04-597.rawproto
│   │   ├── profile-2019-04-27-10-40-15-742.rawproto
│   │   ├── profile-2019-04-27-16-23-15-428.rawproto
│   │   ├── profile-2019-04-27-16-23-24-968.rawproto
│   │   ├── profile-2019-04-28-21-31-25-416.rawproto
│   │   ├── profile-2019-04-28-21-31-34-550.rawproto
│   │   ├── profile-2019-04-29-09-29-05-479.rawproto
│   │   ├── profile-2019-04-29-09-29-13-518.rawproto
│   │   └── profile-2019-04-29-09-29-23-780.rawproto
│   ├── generated
│   │   └── mockable-android-19.jar
│   └── intermediates
│   └── dex-cache
│   └── cache.xml
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
└── settings.gradle

303 directories, 1167 files

标签:

实例下载地址

Android学生选课系统zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 君* 发表于: 2020-09-10 16:04 21
朋友,你好,我想更多了解一下这个项目,我的邮箱是1515457951@qq.com,可以将详细设计说明文件发我一份参考吗,谢谢,麻烦啦!

支持(0) 盖楼(回复)

第 2 楼 @MY. 发表于: 2021-06-04 15:02 41
你好,请给我也发一份吧,孩子作业,邮箱642017452@qq.com

支持(0) 盖楼(回复)

第 3 楼 32121fsafsa 发表于: 2021-12-23 14:06 12
你好我想请问下调试成功后登录密码是多少啊

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有3条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警