下载资源后端资源详情
SSM学生考勤签到小程序[编号:CS_43160].zip
大小:12.59MB
价格:36积分
下载量:0
评分:
5.0
上传者:VX_ZYKJ985
更新日期:2024-11-06

SSM学生考勤签到小程序程序源码43160

资源文件列表(大概)

文件名
大小
/
-
sql.sql
53.8KB
server/
-
server/target/
-
server/target/classes/
-
server/target/classes/mapper/
-
server/target/classes/mapper/BaseMapper.xml
643B
server/target/classes/mapper/ArticleTypeMapper.xml
4.52KB
server/target/classes/mapper/UserGroupMapper.xml
4.75KB
server/target/classes/mapper/AccessTokenMapper.xml
3.38KB
server/target/classes/mapper/CollectMapper.xml
4.58KB
server/target/classes/mapper/SlidesMapper.xml
3.97KB
server/target/classes/mapper/PraiseMapper.xml
4.17KB
server/target/classes/mapper/UserMapper.xml
6.22KB
server/target/classes/mapper/AuthMapper.xml
8.59KB
server/target/classes/mapper/ArticleMapper.xml
5.75KB
server/target/classes/mapper/NoticeMapper.xml
3.05KB
server/target/classes/mapper/HitsMapper.xml
3.8KB
server/target/classes/mapper/CommentMapper.xml
5.43KB
server/target/classes/mapper/UploadMapper.xml
4.16KB
server/target/classes/jdbc.properties
204B
server/target/classes/mybatis-config.xml
822B
server/target/classes/com/
-
server/target/classes/com/project/
-
server/target/classes/com/project/demo/
-
server/target/classes/com/project/demo/service/
-
server/target/classes/com/project/demo/service/ArticleTypeService.class
542B
server/target/classes/com/project/demo/service/HitsService.class
514B
server/target/classes/com/project/demo/service/ArticleService.class
526B
server/target/classes/com/project/demo/service/UserService.class
934B
server/target/classes/com/project/demo/service/AuthService.class
514B
server/target/classes/com/project/demo/service/SlidesService.class
522B
server/target/classes/com/project/demo/service/AccessTokenService.class
542B
server/target/classes/com/project/demo/service/NoticeService.class
522B
server/target/classes/com/project/demo/service/PraiseService.class
522B
server/target/classes/com/project/demo/service/UserGroupService.class
534B
server/target/classes/com/project/demo/service/CommentService.class
526B
server/target/classes/com/project/demo/service/CollectService.class
526B
server/target/classes/com/project/demo/service/base/
-
server/target/classes/com/project/demo/service/base/BaseService.class
15.05KB
server/target/classes/com/project/demo/service/UploadService.class
522B
server/target/classes/com/project/demo/utils/
-
server/target/classes/com/project/demo/utils/Sequence.class
2.7KB
server/target/classes/com/project/demo/utils/IdWorker.class
1002B
server/target/classes/com/project/demo/dao/
-
server/target/classes/com/project/demo/dao/AccessTokenMapper.class
801B
server/target/classes/com/project/demo/dao/AuthMapper.class
694B
server/target/classes/com/project/demo/dao/NoticeMapper.class
731B
server/target/classes/com/project/demo/dao/SlidesMapper.class
731B
server/target/classes/com/project/demo/dao/UserGroupMapper.class
773B
server/target/classes/com/project/demo/dao/PraiseMapper.class
731B
server/target/classes/com/project/demo/dao/CommentMapper.class
736B
server/target/classes/com/project/demo/dao/UploadMapper.class
722B
server/target/classes/com/project/demo/dao/ArticleTypeMapper.class
801B
server/target/classes/com/project/demo/dao/ArticleMapper.class
745B
server/target/classes/com/project/demo/dao/UserMapper.class
929B
server/target/classes/com/project/demo/dao/base/
-
server/target/classes/com/project/demo/dao/base/BaseMapper.class
670B
server/target/classes/com/project/demo/dao/CollectMapper.class
745B
server/target/classes/com/project/demo/dao/HitsMapper.class
703B
server/target/classes/com/project/demo/interceptor/
-
server/target/classes/com/project/demo/interceptor/LoginInterceptor.class
2.71KB
server/target/classes/com/project/demo/controller/
-
server/target/classes/com/project/demo/controller/CommentController.class
983B
server/target/classes/com/project/demo/controller/AccessTokenController.class
1020B
server/target/classes/com/project/demo/controller/UploadController.class
974B
server/target/classes/com/project/demo/controller/AuthController.class
956B
server/target/classes/com/project/demo/controller/ArticleTypeController.class
1020B
server/target/classes/com/project/demo/controller/HitsController.class
956B
server/target/classes/com/project/demo/controller/SlidesController.class
974B
server/target/classes/com/project/demo/controller/UserController.class
7.68KB
server/target/classes/com/project/demo/controller/CollectController.class
983B
server/target/classes/com/project/demo/controller/ArticleController.class
983B
server/target/classes/com/project/demo/controller/PraiseController.class
974B
server/target/classes/com/project/demo/controller/NoticeController.class
974B
server/target/classes/com/project/demo/controller/base/
-
server/target/classes/com/project/demo/controller/base/BaseController.class
6.94KB
server/target/classes/com/project/demo/controller/base/BaseController$1.class
934B
server/target/classes/com/project/demo/controller/UserGroupController.class
1002B
server/target/classes/com/project/demo/constant/
-
server/target/classes/com/project/demo/constant/FindConfig.class
750B
server/target/classes/com/project/demo/entity/
-
server/target/classes/com/project/demo/entity/Slides.class
1.02KB
server/target/classes/com/project/demo/entity/User.class
1.39KB
server/target/classes/com/project/demo/entity/AccessToken.class
1001B
server/target/classes/com/project/demo/entity/Hits.class
1.04KB
server/target/classes/com/project/demo/entity/Auth.class
1.56KB
server/target/classes/com/project/demo/entity/Upload.class
988B
server/target/classes/com/project/demo/entity/UserGroup.class
1.11KB
server/target/classes/com/project/demo/entity/Collect.class
1.12KB
server/target/classes/com/project/demo/entity/Article.class
1.19KB
server/target/classes/com/project/demo/entity/Comment.class
1.21KB
server/target/classes/com/project/demo/entity/Praise.class
1.09KB
server/target/classes/com/project/demo/entity/Notice.class
948B
server/target/classes/com/project/demo/entity/base/
-
server/target/classes/com/project/demo/entity/base/BaseEntity.class
436B
server/target/classes/com/project/demo/entity/ArticleType.class
1.09KB
server/target/classes/spring/
-
server/target/classes/spring/spring-web.xml
2.46KB
server/target/classes/spring/spring-dao.xml
2.62KB
server/target/classes/spring/spring-service.xml
2.16KB
server/target/classes/logback.xml
4.27KB
server/src/
-
server/src/main/
-
server/src/main/java/
-
server/src/main/java/com/
-
server/src/main/java/com/project/
-
server/src/main/java/com/project/demo/
-
server/src/main/java/com/project/demo/service/
-
server/src/main/java/com/project/demo/service/PraiseService.java
306B
server/src/main/java/com/project/demo/service/AccessTokenService.java
332B
server/src/main/java/com/project/demo/service/UserGroupService.java
354B
server/src/main/java/com/project/demo/service/StudentLeaveService.java
332B
server/src/main/java/com/project/demo/service/CollectService.java
310B
server/src/main/java/com/project/demo/service/CommentService.java
310B
server/src/main/java/com/project/demo/service/ArticleService.java
343B
server/src/main/java/com/project/demo/service/HitsService.java
300B
server/src/main/java/com/project/demo/service/UserService.java
635B
server/src/main/java/com/project/demo/service/AttendanceAnalysisService.java
356B
server/src/main/java/com/project/demo/service/NoticeService.java
306B
server/src/main/java/com/project/demo/service/CourseInformationService.java
352B
server/src/main/java/com/project/demo/service/SlidesService.java
309B
server/src/main/java/com/project/demo/service/AuthService.java
301B
server/src/main/java/com/project/demo/service/StudentUsersService.java
332B
server/src/main/java/com/project/demo/service/UploadService.java
297B
server/src/main/java/com/project/demo/service/AttendanceCheckInService.java
352B
server/src/main/java/com/project/demo/service/base/
-
server/src/main/java/com/project/demo/service/base/BaseService.java
28.69KB
server/src/main/java/com/project/demo/service/TeacherUsersService.java
332B
server/src/main/java/com/project/demo/service/ArticleTypeService.java
398B
server/src/main/java/com/project/demo/utils/
-
server/src/main/java/com/project/demo/utils/IdWorker.java
1.56KB
server/src/main/java/com/project/demo/utils/Sequence.java
6.93KB
server/src/main/java/com/project/demo/dao/
-
server/src/main/java/com/project/demo/dao/PraiseMapper.java
1.18KB
server/src/main/java/com/project/demo/dao/HitsMapper.java
1.38KB
server/src/main/java/com/project/demo/dao/NoticeMapper.java
1.18KB
server/src/main/java/com/project/demo/dao/AttendanceCheckInMapper.java
283B
server/src/main/java/com/project/demo/dao/StudentLeaveMapper.java
263B
server/src/main/java/com/project/demo/dao/CollectMapper.java
1.21KB
server/src/main/java/com/project/demo/dao/AuthMapper.java
1.16KB
server/src/main/java/com/project/demo/dao/SlidesMapper.java
1.22KB
server/src/main/java/com/project/demo/dao/UserGroupMapper.java
1.73KB
server/src/main/java/com/project/demo/dao/AccessTokenMapper.java
1.35KB
server/src/main/java/com/project/demo/dao/CommentMapper.java
1.2KB
server/src/main/java/com/project/demo/dao/StudentUsersMapper.java
263B
server/src/main/java/com/project/demo/dao/UserMapper.java
1.77KB
server/src/main/java/com/project/demo/dao/AttendanceAnalysisMapper.java
287B
server/src/main/java/com/project/demo/dao/UploadMapper.java
1.42KB
server/src/main/java/com/project/demo/dao/CourseInformationMapper.java
283B
server/src/main/java/com/project/demo/dao/ArticleTypeMapper.java
2.25KB
server/src/main/java/com/project/demo/dao/base/
-
server/src/main/java/com/project/demo/dao/base/BaseMapper.java
414B
server/src/main/java/com/project/demo/dao/TeacherUsersMapper.java
263B
server/src/main/java/com/project/demo/dao/ArticleMapper.java
1.66KB
server/src/main/java/com/project/demo/interceptor/
-
server/src/main/java/com/project/demo/interceptor/LoginInterceptor.java
2.86KB
server/src/main/java/com/project/demo/controller/
-
server/src/main/java/com/project/demo/controller/CommentController.java
714B
server/src/main/java/com/project/demo/controller/ArticleTypeController.java
823B
server/src/main/java/com/project/demo/controller/PraiseController.java
705B
server/src/main/java/com/project/demo/controller/ArticleController.java
747B
server/src/main/java/com/project/demo/controller/CourseInformationController.java
1.34KB
server/src/main/java/com/project/demo/controller/AuthController.java
690B
server/src/main/java/com/project/demo/controller/UserGroupController.java
769B
server/src/main/java/com/project/demo/controller/AttendanceAnalysisController.java
1.35KB
server/src/main/java/com/project/demo/controller/StudentUsersController.java
1.3KB
server/src/main/java/com/project/demo/controller/HitsController.java
687B
server/src/main/java/com/project/demo/controller/CollectController.java
714B
server/src/main/java/com/project/demo/controller/TeacherUsersController.java
1.3KB
server/src/main/java/com/project/demo/controller/AccessTokenController.java
757B
server/src/main/java/com/project/demo/controller/NoticeController.java
705B
server/src/main/java/com/project/demo/controller/SlidesController.java
708B
server/src/main/java/com/project/demo/controller/base/
-
server/src/main/java/com/project/demo/controller/base/BaseController.java
8.56KB
server/src/main/java/com/project/demo/controller/StudentLeaveController.java
1.3KB
server/src/main/java/com/project/demo/controller/AttendanceCheckInController.java
1.34KB
server/src/main/java/com/project/demo/controller/UploadController.java
696B
server/src/main/java/com/project/demo/controller/UserController.java
10.78KB
server/src/main/java/com/project/demo/constant/
-
server/src/main/java/com/project/demo/constant/FindConfig.java
473B
server/src/main/java/com/project/demo/entity/
-
server/src/main/java/com/project/demo/entity/StudentUsers.java
1.38KB
server/src/main/java/com/project/demo/entity/AccessToken.java
1.27KB
server/src/main/java/com/project/demo/entity/Slides.java
1.45KB
server/src/main/java/com/project/demo/entity/Article.java
2.18KB
server/src/main/java/com/project/demo/entity/StudentLeave.java
2KB
server/src/main/java/com/project/demo/entity/UserGroup.java
1.72KB
server/src/main/java/com/project/demo/entity/TeacherUsers.java
1.2KB
server/src/main/java/com/project/demo/entity/AttendanceAnalysis.java
1.9KB
server/src/main/java/com/project/demo/entity/Upload.java
1.37KB
server/src/main/java/com/project/demo/entity/Collect.java
1.59KB
server/src/main/java/com/project/demo/entity/Praise.java
1.52KB
server/src/main/java/com/project/demo/entity/CourseInformation.java
2.1KB
server/src/main/java/com/project/demo/entity/Comment.java
1.84KB
server/src/main/java/com/project/demo/entity/Hits.java
1.42KB
server/src/main/java/com/project/demo/entity/Notice.java
1.15KB
server/src/main/java/com/project/demo/entity/Auth.java
2.74KB
server/src/main/java/com/project/demo/entity/AttendanceCheckIn.java
2.02KB
server/src/main/java/com/project/demo/entity/User.java
2.66KB
server/src/main/java/com/project/demo/entity/base/
-
server/src/main/java/com/project/demo/entity/base/BaseEntity.java
207B
server/src/main/java/com/project/demo/entity/ArticleType.java
1.84KB
server/src/main/resources/
-
server/src/main/resources/mapper/
-
server/src/main/resources/mapper/BaseMapper.xml
643B
server/src/main/resources/mapper/ArticleTypeMapper.xml
4.52KB
server/src/main/resources/mapper/UserGroupMapper.xml
4.75KB
server/src/main/resources/mapper/AccessTokenMapper.xml
3.38KB
server/src/main/resources/mapper/CollectMapper.xml
4.58KB
server/src/main/resources/mapper/SlidesMapper.xml
3.97KB
server/src/main/resources/mapper/PraiseMapper.xml
4.17KB
server/src/main/resources/mapper/UserMapper.xml
6.22KB
server/src/main/resources/mapper/AuthMapper.xml
8.59KB
server/src/main/resources/mapper/ArticleMapper.xml
5.75KB
server/src/main/resources/mapper/NoticeMapper.xml
3.05KB
server/src/main/resources/mapper/HitsMapper.xml
3.8KB
server/src/main/resources/mapper/CommentMapper.xml
5.43KB
server/src/main/resources/mapper/UploadMapper.xml
4.16KB
server/src/main/resources/jdbc.properties
185B
server/src/main/resources/mybatis-config.xml
822B
server/src/main/resources/spring/
-
server/src/main/resources/spring/spring-web.xml
2.42KB
server/src/main/resources/spring/spring-dao.xml
2.62KB
server/src/main/resources/spring/spring-service.xml
2.16KB
server/src/main/resources/logback.xml
4.27KB
server/src/main/webapp/
-
server/src/main/webapp/WEB-INF/
-
server/src/main/webapp/WEB-INF/web.xml
1.31KB
server/src/main/webapp/upload/
-
server/src/main/webapp/upload/1565526092209455105.jpg
491.63KB
server/src/main/webapp/upload/forum_3.jpg
12.37KB
server/src/main/webapp/upload/forum_1.jpg
8.01KB
server/src/main/webapp/upload/goods.jpg
36.23KB
server/src/main/webapp/upload/1565548359928774656.jpg
176.15KB
server/src/main/webapp/upload/1601839824384294912.jpg
354.35KB
server/src/main/webapp/upload/1567801149845667841.jpg
183.9KB
server/src/main/webapp/upload/1565526499723837441.jpg
263.87KB
server/src/main/webapp/upload/1601839706180419584.jpg
80.57KB
server/src/main/webapp/upload/img_4.jpg
27.79KB
server/src/main/webapp/upload/forum_2.jpg
21.14KB
server/src/main/webapp/upload/img_1.jpg
31.53KB
server/src/main/webapp/upload/1565548409266372609.jpg
163.48KB
server/src/main/webapp/upload/1565523191009378304.jpg
251.07KB
server/src/main/webapp/upload/1565548285026893825.jpg
152.79KB
server/src/main/webapp/upload/avatar.jpg
29.66KB
server/src/main/webapp/upload/forum_4.jpg
13.01KB
server/src/main/webapp/upload/wx.png
118.41KB
server/src/main/webapp/upload/img_2.jpg
27.03KB
server/src/main/webapp/upload/img_5.jpg
28.2KB
server/src/main/webapp/upload/1567800992165003265.jpg
571.84KB
server/src/main/webapp/upload/1565523313478860801.jpg
251.07KB
server/src/main/webapp/upload/1565548561716740096.jpg
204.92KB
server/src/main/webapp/upload/1565523096520097793.jpg
169.55KB
server/src/main/webapp/upload/1601840088357011456.jpg
157.45KB
server/src/main/webapp/upload/img_3.jpg
31.54KB
server/src/main/webapp/upload/1565524124921495553.jpg
158.56KB
server/src/main/webapp/upload/1601839931645231105.jpg
281.93KB
server/src/main/webapp/upload/1565548223559368704.jpg
95.76KB
server/src/main/webapp/upload/admin_avatar.jpg
6.32KB
server/src/main/webapp/upload/1565522840772411392.jpg
793.88KB
server/src/main/webapp/upload/1565548171524833281.jpg
118.07KB
server/src/main/webapp/upload/aplipay.png
111.87KB
server/src/main/webapp/index.jsp
315B
server/src/main/webapp/img/
-
server/src/main/webapp/img/-.jpg
884B
server/src/main/webapp/img/lajitong.jpg
1010B
server/src/main/webapp/img/+.jpg
1014B
server/src/main/webapp/img/右.png
7.14KB
server/src/main/webapp/img/img_temp.jpg
35.43KB
server/src/main/webapp/img/share_icon.png
3.22KB
server/pom.xml
7.5KB
server/lib/
-
server/lib/javax.persistence.jar
126.75KB
server/lib/javax.annotation.jar
7.53KB
server/lib/javax.servlet.jsp.jar
76.99KB
server/lib/javax.ejb.jar
46.47KB
server/lib/javax.jms.jar
25.35KB
server/lib/javax.servlet.jsp.jstl.jar
27.46KB
server/lib/javax.transaction.jar
9.49KB
server/lib/javax.resource.jar
43.47KB
CS_43160_数据库设计文档_1.0.0.doc
1.12MB
client_home/
-
client_home/.idea/
-
client_home/.idea/workspace.xml
8.87KB
client_home/.idea/modules.xml
281B
client_home/.idea/vcs.xml
194B
client_home/.idea/misc.xml
263B
client_home/.idea/client_home.iml
344B
client_home/package.json
6.37KB
client_home/yarn-error.log
7.36KB
client_home/postcss.config.js
746B
client_home/src/
-
client_home/src/manifest.json
3.29KB
client_home/src/pages.json
5.99KB
client_home/src/uni.scss
2.82KB
client_home/src/main.js
295B
client_home/src/libs/
-
client_home/src/libs/plugins/
-
client_home/src/libs/plugins/port_config.js
72B
client_home/src/libs/plugins/sdk.js
29.37KB
client_home/src/libs/plugins/index.js
1019B
client_home/src/libs/plugins/expand.js
6.86KB
client_home/src/libs/plugins/component.js
16.75KB
client_home/src/libs/store/
-
client_home/src/libs/store/web.js
242B
client_home/src/libs/store/index.js
248B
client_home/src/libs/store/user.js
1.02KB
client_home/src/libs/mixins/
-
client_home/src/libs/mixins/page.js
29.81KB
client_home/src/libs/mixins/component.js
26.64KB
client_home/src/components/
-
client_home/src/components/uni-section/
-
client_home/src/components/uni-section/uni-section.vue
2.59KB
client_home/src/components/uni-rate/
-
client_home/src/components/uni-rate/uni-rate.vue
6.67KB
client_home/src/components/uni-th/
-
client_home/src/components/uni-th/uni-th.vue
1.64KB
client_home/src/components/uni-list/
-
client_home/src/components/uni-list/uni-refresh.vue
1.52KB
client_home/src/components/uni-list/uni-list.vue
1.94KB
client_home/src/components/uni-list/uni-refresh.wxs
2.14KB
client_home/src/components/uni-load-more/
-
client_home/src/components/uni-load-more/uni-load-more.vue
13.71KB
client_home/src/components/uni-swipe-action/
-
client_home/src/components/uni-swipe-action/uni-swipe-action.vue
693B
client_home/src/components/uni-countdown/
-
client_home/src/components/uni-countdown/uni-countdown.vue
5.16KB
client_home/src/components/uni-field/
-
client_home/src/components/uni-field/uni-field.vue
17.23KB
client_home/src/components/uni-popup-message/
-
client_home/src/components/uni-popup-message/uni-popup-message.vue
2.09KB
client_home/src/components/uni-collapse/
-
client_home/src/components/uni-collapse/uni-collapse.vue
1.18KB
client_home/src/components/uni-tag/
-
client_home/src/components/uni-tag/uni-tag.vue
5.18KB
client_home/src/components/uni-popup-dialog/
-
client_home/src/components/uni-popup-dialog/uni-popup-dialog.vue
4.7KB
client_home/src/components/uni-calendar/
-
client_home/src/components/uni-calendar/uni-calendar-item.vue
4.91KB
client_home/src/components/uni-calendar/calendar.js
24.24KB
client_home/src/components/uni-calendar/util.js
8.11KB
client_home/src/components/uni-calendar/uni-calendar.vue
11.51KB
client_home/src/components/uni-status-bar/
-
client_home/src/components/uni-status-bar/uni-status-bar.vue
446B
client_home/src/components/uni-data-checkbox/
-
client_home/src/components/uni-data-checkbox/clientdb.js
6.04KB
client_home/src/components/uni-data-checkbox/uni-data-checkbox.vue
18.03KB
client_home/src/components/uni-grid-item/
-
client_home/src/components/uni-grid-item/uni-grid-item.vue
2.76KB
client_home/src/components/uni-list-item/
-
client_home/src/components/uni-list-item/uni-list-item.vue
9.65KB
client_home/src/components/uni-list-ad/
-
client_home/src/components/uni-list-ad/uni-list-ad.vue
2.08KB
client_home/src/components/uni-list-chat/
-
client_home/src/components/uni-list-chat/uni-list-chat.scss
1.48KB
client_home/src/components/uni-list-chat/uni-list-chat.vue
11.72KB
client_home/src/components/uni-card/
-
client_home/src/components/uni-card/uni-card.vue
8.73KB
client_home/src/components/uni-easyinput/
-
client_home/src/components/uni-easyinput/common.js
1.26KB
client_home/src/components/uni-easyinput/uni-easyinput.vue
10.65KB
client_home/src/components/uni-datetime-picker/
-
client_home/src/components/uni-datetime-picker/time-picker.vue
23.32KB
client_home/src/components/uni-datetime-picker/i18n/
-
client_home/src/components/uni-datetime-picker/i18n/zh-Hans.json
804B
client_home/src/components/uni-datetime-picker/i18n/en.json
778B
client_home/src/components/uni-datetime-picker/i18n/zh-Hant.json
824B
client_home/src/components/uni-datetime-picker/i18n/index.js
169B
client_home/src/components/uni-datetime-picker/calendar.vue
21.92KB
client_home/src/components/uni-datetime-picker/keypress.js
1.13KB
client_home/src/components/uni-datetime-picker/util.js
10.05KB
client_home/src/components/uni-datetime-picker/calendar-item.vue
4.39KB
client_home/src/components/uni-datetime-picker/uni-datetime-picker.vue
26.21KB
client_home/src/components/uni-badge/
-
client_home/src/components/uni-badge/uni-badge.vue
3.3KB
client_home/src/components/uni-collapse-item/
-
client_home/src/components/uni-collapse-item/uni-collapse-item.vue
5.02KB
client_home/src/components/uni-forms-item/
-
client_home/src/components/uni-forms-item/uni-forms-item.vue
10.33KB
client_home/src/components/uni-link/
-
client_home/src/components/uni-link/uni-link.vue
1.83KB
client_home/src/components/uni-grid/
-
client_home/src/components/uni-grid/uni-grid.vue
2.79KB
client_home/src/components/uni-scss/
-
client_home/src/components/uni-scss/package.json
1.72KB
client_home/src/components/uni-scss/index.scss
31B
client_home/src/components/uni-scss/theme.scss
641B
client_home/src/components/uni-scss/changelog.md
239B
client_home/src/components/uni-scss/styles/
-
client_home/src/components/uni-scss/styles/tools/
-
client_home/src/components/uni-scss/styles/tools/functions.scss
640B
client_home/src/components/uni-scss/styles/index.scss
237B
client_home/src/components/uni-scss/styles/setting/
-
client_home/src/components/uni-scss/styles/setting/_radius.scss
1.4KB
client_home/src/components/uni-scss/styles/setting/_variables.scss
3.67KB
client_home/src/components/uni-scss/styles/setting/_space.scss
1.19KB
client_home/src/components/uni-scss/styles/setting/_border.scss
49B
client_home/src/components/uni-scss/styles/setting/_styles.scss
3.18KB
client_home/src/components/uni-scss/styles/setting/_text.scss
394B
client_home/src/components/uni-scss/styles/setting/_color.scss
1.46KB
client_home/src/components/uni-scss/variables.scss
1.72KB
client_home/src/components/uni-scss/readme.md
368B
client_home/src/components/uni-dateformat/
-
client_home/src/components/uni-dateformat/date-format.js
3.59KB
client_home/src/components/uni-dateformat/uni-dateformat.vue
1.67KB
client_home/src/components/common/
-
client_home/src/components/common/menu.vue
1.37KB
client_home/src/components/common/slide.vue
1.65KB
client_home/src/components/common/chat.vue
241B
client_home/src/components/common/notice.vue
1.56KB
client_home/src/components/common/card.vue
792B
client_home/src/components/uni-td/
-
client_home/src/components/uni-td/uni-td.vue
1.39KB
client_home/src/components/uni-swipe-action-item/
-
client_home/src/components/uni-swipe-action-item/index.wxs
6.54KB
client_home/src/components/uni-swipe-action-item/uni-swipe-action-item.vue
9.06KB
client_home/src/components/uni-swipe-action-item/mpwxs.js
2.08KB
client_home/src/components/uni-swipe-action-item/mpalipay.js
4.16KB
client_home/src/components/uni-swipe-action-item/mpother.js
5.27KB
client_home/src/components/uni-swipe-action-item/bindingx.js
6.13KB
client_home/src/components/uni-segmented-control/
-
client_home/src/components/uni-segmented-control/uni-segmented-control.vue
3.46KB
client_home/src/components/uni-data-select/
-
client_home/src/components/uni-data-select/uni-data-select.vue
9.78KB
client_home/src/components/uni-tr/
-
client_home/src/components/uni-tr/uni-tr.vue
3.08KB
client_home/src/components/uni-drawer/
-
client_home/src/components/uni-drawer/uni-drawer.vue
3.64KB
client_home/src/components/uni-combox/
-
client_home/src/components/uni-combox/uni-combox.vue
4.42KB
client_home/src/components/uni-steps/
-
client_home/src/components/uni-steps/uni-steps.vue
5.95KB
client_home/src/components/uni-fab/
-
client_home/src/components/uni-fab/uni-fab.vue
9.38KB
client_home/src/components/uni-swiper-dot/
-
client_home/src/components/uni-swiper-dot/uni-swiper-dot.vue
5.81KB
client_home/src/components/uni-nav-bar/
-
client_home/src/components/uni-nav-bar/uni-nav-bar.vue
6.06KB
client_home/src/components/diy/
-
client_home/src/components/diy/list_article.vue
2.19KB
client_home/src/components/diy/list_collect.vue
2.28KB
client_home/src/components/diy/list_student_users.vue
6.13KB
client_home/src/components/diy/div_attendance_check_in.vue
7.15KB
client_home/src/components/diy/list_course_information.vue
8.5KB
client_home/src/components/diy/bar_settle.vue
1.43KB
client_home/src/components/diy/numbox.vue
4.3KB
client_home/src/components/diy/list_link.vue
1.05KB
client_home/src/components/diy/div_article.vue
9.61KB
client_home/src/components/diy/bar_pager.vue
3.69KB
client_home/src/components/diy/list_tab.vue
7.71KB
client_home/src/components/diy/form_student_users.vue
4.65KB
client_home/src/components/diy/t-color-picker.vue
15.84KB
client_home/src/components/diy/list_attendance_analysis.vue
8.75KB
client_home/src/components/diy/div_student_leave.vue
6.54KB
client_home/src/components/diy/list_teacher_users.vue
5.55KB
client_home/src/components/diy/div_teacher_users.vue
2.98KB
client_home/src/components/diy/div_student_users.vue
3.56KB
client_home/src/components/diy/swiper_img.vue
1.56KB
client_home/src/components/diy/list_attendance_check_in.vue
10.02KB
client_home/src/components/diy/list_student_leave.vue
9.13KB
client_home/src/components/diy/div_course_information.vue
6.66KB
client_home/src/components/diy/list_comment.vue
3.43KB
client_home/src/components/diy/list_menu.vue
1.2KB
client_home/src/components/diy/nav_quick.vue
998B
client_home/src/components/diy/bar_orderby.vue
2.24KB
client_home/src/components/diy/swiper_notice.vue
1.42KB
client_home/src/components/diy/div_attendance_analysis.vue
5.91KB
client_home/src/components/diy/form_editor.vue
8.61KB
client_home/src/components/diy/list_ad.vue
603B
client_home/src/components/diy/bar_title.vue
924B
client_home/src/components/uni-test/
-
client_home/src/components/uni-test/uni-test.vue
153B
client_home/src/components/uni-group/
-
client_home/src/components/uni-group/uni-group.vue
2.36KB
client_home/src/components/uni-data-indexed-list/
-
client_home/src/components/uni-data-indexed-list/clientdb.js
6.64KB
client_home/src/components/uni-data-indexed-list/uni-data-indexed-list.vue
9.04KB
client_home/src/components/uni-data-indexed-list/uni-data-indexed-list-item.vue
3.02KB
client_home/src/components/uni-table/
-
client_home/src/components/uni-table/uni-table.vue
6.66KB
client_home/src/components/uni-title/
-
client_home/src/components/uni-title/uni-title.vue
3.19KB
client_home/src/components/uni-indexed-list/
-
client_home/src/components/uni-indexed-list/uni-indexed-list-item.vue
3.11KB
client_home/src/components/uni-indexed-list/uni-indexed-list.vue
7.51KB
client_home/src/components/uni-transition/
-
client_home/src/components/uni-transition/uni-transition.vue
5.71KB
client_home/src/components/uni-forms/
-
client_home/src/components/uni-forms/uni-forms.vue
10.61KB
client_home/src/components/uni-forms/validate.js
11.19KB
client_home/src/components/uni-pagination/
-
client_home/src/components/uni-pagination/uni-pagination.vue
4.84KB
client_home/src/components/uni-fav/
-
client_home/src/components/uni-fav/uni-fav.vue
3.34KB
client_home/src/components/uni-number-box/
-
client_home/src/components/uni-number-box/uni-number-box.vue
4.43KB
client_home/src/components/uni-popup/
-
client_home/src/components/uni-popup/popup.js
386B
client_home/src/components/uni-popup/share.js
243B
client_home/src/components/uni-popup/message.js
356B
client_home/src/components/uni-popup/uni-popup.vue
5.81KB
client_home/src/components/uni-goods-nav/
-
client_home/src/components/uni-goods-nav/uni-goods-nav.vue
4.64KB
client_home/src/components/uni-notice-bar/
-
client_home/src/components/uni-notice-bar/uni-notice-bar.vue
10.19KB
client_home/src/components/uni-icons/
-
client_home/src/components/uni-icons/uniicons.css
7.97KB
client_home/src/components/uni-icons/uni.ttf
25.55KB
client_home/src/components/uni-icons/icons.js
25.84KB
client_home/src/components/uni-icons/uniicons.ttf
34.92KB
client_home/src/components/uni-icons/uni-icons.vue
2.02KB
client_home/src/components/uni-popup-share/
-
client_home/src/components/uni-popup-share/uni-popup-share.vue
3.09KB
client_home/src/components/uni-search-bar/
-
client_home/src/components/uni-search-bar/uni-search-bar.vue
5.05KB
client_home/src/components/wlp-list-good/
-
client_home/src/components/wlp-list-good/wlp-list-good.vue
9.53KB
client_home/src/components/uni-file-picker/
-
client_home/src/components/uni-file-picker/utils.js
2.23KB
client_home/src/components/uni-file-picker/upload-file.vue
6.53KB
client_home/src/components/uni-file-picker/upload-image.vue
5.79KB
client_home/src/components/uni-file-picker/uni-file-picker.vue
15.59KB
client_home/src/components/uni-file-picker/choose-and-upload-file.js
4.47KB
client_home/src/windows/
-
client_home/src/windows/page_header.vue
2.48KB
client_home/src/App.vue
476B
client_home/src/pages/
-
client_home/src/pages/student_users/
-
client_home/src/pages/student_users/table.vue
13.73KB
client_home/src/pages/student_users/view.vue
22.92KB
client_home/src/pages/user/
-
client_home/src/pages/user/password.vue
3.36KB
client_home/src/pages/user/info.vue
5.92KB
client_home/src/pages/user/index.vue
6.51KB
client_home/src/pages/user/collect.vue
2.15KB
client_home/src/pages/student_leave/
-
client_home/src/pages/student_leave/table.vue
16.62KB
client_home/src/pages/student_leave/edit.vue
19.36KB
client_home/src/pages/student_leave/view.vue
22.19KB
client_home/src/pages/account/
-
client_home/src/pages/account/forgot.vue
7.89KB
client_home/src/pages/account/login.vue
5.7KB
client_home/src/pages/account/register.vue
12.46KB
client_home/src/pages/comment/
-
client_home/src/pages/comment/edit.vue
9.86KB
client_home/src/pages/index/
-
client_home/src/pages/index/index.vue
13.24KB
client_home/src/pages/attendance_analysis/
-
client_home/src/pages/attendance_analysis/table.vue
15.67KB
client_home/src/pages/attendance_analysis/view.vue
18.39KB
client_home/src/pages/notice/
-
client_home/src/pages/notice/list.vue
1.57KB
client_home/src/pages/notice/details.vue
800B
client_home/src/pages/teacher_users/
-
client_home/src/pages/teacher_users/table.vue
12.97KB
client_home/src/pages/teacher_users/view.vue
21.21KB
client_home/src/pages/attendance_check_in/
-
client_home/src/pages/attendance_check_in/table.vue
18.38KB
client_home/src/pages/attendance_check_in/edit.vue
20.18KB
client_home/src/pages/attendance_check_in/view.vue
23.4KB
client_home/src/pages/webview/
-
client_home/src/pages/webview/webview.vue
252B
client_home/src/pages/article/
-
client_home/src/pages/article/list.vue
4.49KB
client_home/src/pages/article/details.vue
5.42KB
client_home/src/pages/article/index.vue
4.49KB
client_home/src/pages/course_information/
-
client_home/src/pages/course_information/list.vue
12.17KB
client_home/src/pages/course_information/table.vue
15.35KB
client_home/src/pages/course_information/details.vue
12.11KB
client_home/src/pages/course_information/view.vue
21.92KB
client_home/src/pages/pay/
-
client_home/src/pages/pay/index.vue
1.94KB
client_home/src/pages/media/
-
client_home/src/pages/media/image.vue
723B
client_home/src/pages/media/video.vue
2.34KB
client_home/src/pages/media/music.vue
902B
client_home/src/static/
-
client_home/src/static/robot.png
1.52KB
client_home/src/static/logo.png
3.93KB
client_home/src/static/you.jpg
1.88KB
client_home/src/static/font/
-
client_home/src/static/font/iconfont.ttf
6.1KB
client_home/src/static/font/newicon.ttf
6.91KB
client_home/src/static/font/iconfont.woff
3.79KB
client_home/src/static/font/iconfont.woff2
3.11KB
client_home/src/static/map_marker.png
6.77KB
client_home/src/static/css/
-
client_home/src/static/css/diy.css
124.31KB
client_home/src/static/css/theme.css
3.88KB
client_home/src/static/css/editor.css
647B
client_home/src/static/css/common.css
37.94KB
client_home/src/static/css/iconfont.css
11.32KB
client_home/src/static/css/icon.css
3.56KB
client_home/src/static/css/diy.scss
119.82KB
client_home/src/static/img/
-
client_home/src/static/img/mima.png
6KB
client_home/src/static/img/selected2.png
1022B
client_home/src/static/img/tab_4.png
4.2KB
client_home/src/static/img/qe.png
1.29KB
client_home/src/static/img/cart_b.png
906B
client_home/src/static/img/unselected1.png
1.4KB
client_home/src/static/img/robot.png
1.52KB
client_home/src/static/img/my_a.png
1.03KB
client_home/src/static/img/order_a.png
463B
client_home/src/static/img/web_logo.png
1.71KB
client_home/src/static/img/selected.png
762B
client_home/src/static/img/logo.png
5.36KB
client_home/src/static/img/weibo.png
1.71KB
client_home/src/static/img/tab_2.png
5.26KB
client_home/src/static/img/you.jpg
1.88KB
client_home/src/static/img/tab_7.png
4.09KB
client_home/src/static/img/switch.png
1.07KB
client_home/src/static/img/bought1.png
1.43KB
client_home/src/static/img/avatar.jpg
2.45KB
client_home/src/static/img/system_icon.jpg
3.65KB
client_home/src/static/img/wx.png
35.35KB
client_home/src/static/img/weibo-n.png
3.45KB
client_home/src/static/img/selected1.png
1.37KB
client_home/src/static/img/tab_3.png
4.25KB
client_home/src/static/img/support.png
5.36KB
client_home/src/static/img/bought2.png
1.04KB
client_home/src/static/img/bought.png
774B
client_home/src/static/img/logn.png
7.6KB
client_home/src/static/img/weixin.png
1.65KB
client_home/src/static/img/see.png
444B
client_home/src/static/img/forum_b.png
1.08KB
client_home/src/static/img/eye.png
7.73KB
client_home/src/static/img/home_b.png
946B
client_home/src/static/img/pier.jpg
1.88KB
client_home/src/static/img/unselected.png
748B
client_home/src/static/img/mine.jpg
9.4KB
client_home/src/static/img/article_a.png
684B
client_home/src/static/img/qq-n.png
2.5KB
client_home/src/static/img/unselected2.png
1.02KB
client_home/src/static/img/tab_5.png
3.42KB
client_home/src/static/img/cart_a.png
897B
client_home/src/static/img/order_b.png
462B
client_home/src/static/img/tab_8.png
4.25KB
client_home/src/static/img/tab_6.png
4.09KB
client_home/src/static/img/article_b.png
627B
client_home/src/static/img/my_b.png
1.03KB
client_home/src/static/img/tab_1.png
4KB
client_home/src/static/img/weixin-n.png
3.13KB
client_home/src/static/img/forum_a.png
1.08KB
client_home/src/static/img/home_a.png
953B
client_home/src/static/img/praise.png
5.26KB
client_home/src/static/img/aplipay.png
22.57KB
client_home/public/
-
client_home/public/index.html
1.15KB
client_home/babel.config.js
1.44KB
client_home/vue.config.js
197B
client_home/yarn.lock
506.83KB
client_home/package-lock.json
1.65MB
client_home/tsconfig.json
138B
client_home/README.md
147B
client_admin/
-
client_admin/安装.bat
77B
client_admin/js/
-
client_admin/js/xlsx.core.min.js
458.54KB
client_admin/js/echarts.js
3.16MB
client_admin/js/Journaling.js
3.22KB
client_admin/js/base.js
56B
client_admin/js/ArithmeticVerification.js
2.27KB
client_admin/js/axios.min.js
13.67KB
client_admin/js/login.js
1.46KB
client_admin/js/verification.js
2.76KB
client_admin/js/index.js
10.89KB
client_admin/page/
-
client_admin/page/student_users/
-
client_admin/page/student_users/table.html
22.92KB
client_admin/page/student_users/view_add.html
39KB
client_admin/page/user/
-
client_admin/page/user/view_detail.html
13.21KB
client_admin/page/user/table.html
7.23KB
client_admin/page/user/view_add.html
9.74KB
client_admin/page/student_leave/
-
client_admin/page/student_leave/table.html
28.76KB
client_admin/page/student_leave/view_add.html
60.47KB
client_admin/page/comment/
-
client_admin/page/comment/view_detail.html
7.56KB
client_admin/page/comment/comments_table.html
7.07KB
client_admin/page/comment/view_comments.html
7.64KB
client_admin/page/attendance_analysis/
-
client_admin/page/attendance_analysis/table.html
26.46KB
client_admin/page/attendance_analysis/view_add.html
51.94KB
client_admin/page/info.html
9.99KB
client_admin/page/change_password.html
3.94KB
client_admin/page/notice/
-
client_admin/page/notice/view_detail.html
3.58KB
client_admin/page/notice/table.html
5.64KB
client_admin/page/notice/view_add.html
3.37KB
client_admin/page/register.html
11.99KB
client_admin/page/teacher_users/
-
client_admin/page/teacher_users/table.html
21.57KB
client_admin/page/teacher_users/view_add.html
31.94KB
client_admin/page/forgot.html
8.06KB
client_admin/page/attendance_check_in/
-
client_admin/page/attendance_check_in/table.html
31.99KB
client_admin/page/attendance_check_in/view_add.html
68.31KB
client_admin/page/frime.html
15.22KB
client_admin/page/article_type/
-
client_admin/page/article_type/view_detail.html
2.93KB
client_admin/page/article_type/table.html
6.96KB
client_admin/page/article_type/view_add.html
2.45KB
client_admin/page/slides/
-
client_admin/page/slides/view_detail.html
6.68KB
client_admin/page/slides/table.html
5.59KB
client_admin/page/slides/view_add.html
5.81KB
client_admin/page/Home.html
22.34KB
client_admin/page/article/
-
client_admin/page/article/view_comments_detail.html
7.59KB
client_admin/page/article/view_detail.html
10.01KB
client_admin/page/article/table.html
9.34KB
client_admin/page/article/comments_table.html
7.16KB
client_admin/page/article/view_add.html
6.83KB
client_admin/page/article/view_comments.html
6.58KB
client_admin/page/.DS_Store
8KB
client_admin/page/course_information/
-
client_admin/page/course_information/table.html
30.05KB
client_admin/page/course_information/view_add.html
56.31KB
client_admin/运行.bat
20B
client_admin/css/
-
client_admin/css/diy.css
12.01KB
client_admin/layui/
-
client_admin/layui/layui.js
426.56KB
client_admin/layui/font/
-
client_admin/layui/font/iconfont.ttf
45.42KB
client_admin/layui/font/iconfont.svg
299.38KB
client_admin/layui/font/iconfont.eot
45.59KB
client_admin/layui/font/iconfont.woff
29.91KB
client_admin/layui/font/iconfont.woff2
25.36KB
client_admin/layui/css/
-
client_admin/layui/css/layui.css
78KB
client_admin/layui/css/modules/
-
client_admin/layui/css/modules/layer/
-
client_admin/layui/css/modules/layer/default/
-
client_admin/layui/css/modules/layer/default/icon.png
11.22KB
client_admin/layui/css/modules/layer/default/loading-0.gif
5.66KB
client_admin/layui/css/modules/layer/default/loading-1.gif
701B
client_admin/layui/css/modules/layer/default/layer.css
13.94KB
client_admin/layui/css/modules/layer/default/loading-2.gif
1.75KB
client_admin/layui/css/modules/layer/default/icon-ext.png
5.77KB
client_admin/layui/css/modules/code.css
1.29KB
client_admin/layui/css/modules/laydate/
-
client_admin/layui/css/modules/laydate/default/
-
client_admin/layui/css/modules/laydate/default/laydate.css
7.19KB
client_admin/img/
-
client_admin/img/icon9.png
3.31KB
client_admin/img/icon2.png
2.48KB
client_admin/img/5.png
600.96KB
client_admin/img/icon1.png
3.36KB
client_admin/img/icon8.png
3.61KB
client_admin/img/icon10.png
3.75KB
client_admin/img/3.png
556.66KB
client_admin/img/btn_bg.png
7.13KB
client_admin/img/wx.png
118.41KB
client_admin/img/icon3.png
4.08KB
client_admin/img/zfb.png
111.87KB
client_admin/img/bg.jpg
486.2KB
client_admin/img/1.png
435.31KB
client_admin/img/bg_img.png
13.94KB
client_admin/img/icon7.png
3.6KB
client_admin/img/2.png
1.87MB
client_admin/img/4.png
251.46KB
client_admin/img/icon4.png
3.01KB
client_admin/img/icon6.png
3.33KB
client_admin/img/icon5.png
2.65KB
client_admin/index.html
8.23KB

资源内容介绍

学生考勤签到小程序的开发利用SSM框架,MySQL数据库现有的成熟技术参考,以源代码为模板,分析功能调整与学生考勤签到小程序管理的实际需求相结合,讨论了基于SSM学生考勤签到小程序管理的使用...
<link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/base.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/fancy.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89960632/2/raw.css" rel="stylesheet"/><div id="sidebar" style="display: none"><div id="outline"></div></div><div class="pf w0 h0" data-page-no="1" id="pf1"><div class="pc pc1 w0 h0"><img alt="" class="bi x0 y0 w1 h1" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89960632/bg1.jpg"/><div class="t m0 x1 h2 y1 ff1 fs0 fc0 sc0 ls0 ws0">数据库<span class="_ _0"></span>表结构文<span class="_ _0"></span>档</div><div class="t m0 x2 h3 y2 ff1 fs1 fc0 sc0 ls0 ws0">数据库名:<span class="ff2 sc1">CS_43160</span></div><div class="t m0 x2 h3 y3 ff1 fs1 fc0 sc0 ls0 ws0">文档版本:<span class="ff2 sc1">1.0.0</span></div><div class="t m0 x2 h3 y4 ff1 fs1 fc0 sc0 ls0 ws0">文档描述:<span class="ff3 sc1">数据库设计文档</span></div><div class="t m0 x2 h4 y5 ff1 fs2 fc0 sc0 ls0 ws0">表<span class="_ _1"> </span><span class="ff4">access_<span class="_ _0"></span>token <span class="_ _0"></span>(</span>登陆访问时<span class="_ _0"></span>长<span class="ff4">)</span></div><div class="c x3 y6 w2 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">编号</div></div><div class="c x5 y6 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">名称</div></div><div class="c x6 y6 w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">数据类型</div></div><div class="c x8 y6 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">长度</div></div><div class="c x9 y6 w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">小数位</div></div><div class="c xb y6 w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">允许空值</div></div><div class="c xc y6 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">主键</div></div><div class="c xd y6 w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">默认值</div></div><div class="c xe y6 w4 h5"><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">说明</div></div><div class="c x3 y8 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c x5 y8 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">token_id</div></div><div class="c x6 y8 w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y8 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y8 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y8 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y8 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y8 w4 h6"><div class="t m0 x11 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">临时访问牌</div><div class="t m0 x13 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">ID</div></div><div class="c x3 ya w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c x5 ya w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">token</div></div><div class="c x6 ya w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 ya w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 ya w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb ya w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc ya w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe ya w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">临时访问牌</div></div><div class="c x3 yc w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x5 yc w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">info</div></div><div class="c x6 yc w3 h7"><div class="t m0 x4 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 yc w3 h7"><div class="t m0 x16 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 yc w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb yc w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc yc w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c x3 yd w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">4</div></div><div class="c x5 yd w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">maxage</div></div><div class="c x6 yd w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 yd w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 yd w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb yd w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc yd w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd yd w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c xe yd w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">最大寿命:</div><div class="t m0 x15 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">默认<span class="_ _2"> </span><span class="ff5">2<span class="_ _2"> </span></span>小时</div></div><div class="c x3 ye w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x5 ye w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">create_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 ye w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 ye w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 ye w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb ye w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc ye w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd ye w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe ye w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">创建时间:</div></div><div class="c x3 yf w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">6</div></div><div class="c x5 yf w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">update_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 yf w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 yf w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 yf w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb yf w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc yf w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd yf w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe yf w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">更新时间:</div></div><div class="c x3 y10 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">7</div></div><div class="c x5 y10 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">user_id</div></div><div class="c x6 y10 w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y10 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y10 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y10 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y10 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y10 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y10 w4 h7"><div class="t m0 x17 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">用户编号<span class="ff5">:</span></div></div><div class="t m0 x2 h4 y11 ff1 fs2 fc0 sc0 ls0 ws0">表<span class="_ _1"> </span><span class="ff4">article<span class="_ _0"></span> (</span>文章:用<span class="_ _0"></span>于内容管理系<span class="_ _0"></span>统的文章<span class="ff4">)</span></div><div class="c x3 y12 w2 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">编号</div></div><div class="c x5 y12 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">名称</div></div><div class="c x6 y12 w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">数据类型</div></div><div class="c x8 y12 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">长度</div></div><div class="c x9 y12 w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">小数位</div></div><div class="c xb y12 w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">允许空值</div></div><div class="c xc y12 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">主键</div></div><div class="c xd y12 w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">默认值</div></div><div class="c xe y12 w4 h5"><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">说明</div></div><div class="c x3 y13 w2 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c x5 y13 w3 h8"><div class="t m0 x11 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">article_id</div></div><div class="c x6 y13 w3 h8"><div class="t m0 x17 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">mediumint</div></div><div class="c x8 y13 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">8</div></div><div class="c x9 y13 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y13 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y13 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y13 w4 h8"><div class="t m0 x7 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">文章<span class="_ _2"> </span><span class="ff5">id</span>:</div><div class="t m0 x15 h3 y15 ff5 fs1 fc0 sc1 ls0 ws0">[0,8388607</div><div class="t m0 x18 h3 y16 ff5 fs1 fc0 sc1 ls0 ws0">]</div></div><div class="c x3 y17 w2 h9"><div class="t m0 x10 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c x5 y17 w3 h9"><div class="t m0 x11 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">title</div></div><div class="c x6 y17 w3 h9"><div class="t m0 x14 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y17 w3 h9"><div class="t m0 x12 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">125</div></div><div class="c x9 y17 w3 h9"><div class="t m0 x10 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y17 w3 h9"><div class="t m0 x10 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y17 w3 h9"><div class="t m0 x10 h3 y18 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y17 w4 h9"><div class="t m0 xa h3 y18 ff3 fs1 fc0 sc1 ls0 ws0">标题:</div><div class="t m0 x17 h3 y19 ff5 fs1 fc0 sc1 ls0 ws0">[0,125]<span class="ff3">用</span></div><div class="t m0 x7 h3 y1a ff3 fs1 fc0 sc1 ls0 ws0">于文章和</div><div class="t m0 x14 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">html<span class="_ _2"> </span><span class="ff3">的</span></div><div class="t m0 x17 h3 y1b ff5 fs1 fc0 sc1 ls0 ws0">title<span class="_ _2"> </span><span class="ff3">标签</span></div><div class="t m0 x13 h3 y1c ff3 fs1 fc0 sc1 ls0 ws0">中</div></div><div class="c x3 y1d w2 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x5 y1d w3 ha"><div class="t m0 x11 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">type</div></div><div class="c x6 y1d w3 ha"><div class="t m0 x14 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y1d w3 ha"><div class="t m0 x13 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y1d w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y1d w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y1d w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y1d w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y1d w4 ha"><div class="t m0 x15 h3 y1e ff3 fs1 fc0 sc1 ls0 ws0">文章分类:</div><div class="t m0 x15 h3 y1f ff5 fs1 fc0 sc1 ls0 ws0">[0,1000]<span class="ff3">用</span></div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">来搜索指定</div><div class="t m0 x15 h3 y1c ff3 fs1 fc0 sc1 ls0 ws0">类型的文章</div></div><div class="c x3 y20 w2 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">4</div></div><div class="c x5 y20 w3 hb"><div class="t m0 x11 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">hits</div></div><div class="c x6 y20 w3 hb"><div class="t m0 x12 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y20 w3 hb"><div class="t m0 x13 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y20 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y20 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y20 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y20 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y20 w4 hb"><div class="t m0 x7 h3 y21 ff3 fs1 fc0 sc1 ls0 ws0">点击数:</div><div class="t m0 x15 h3 y22 ff5 fs1 fc0 sc1 ls0 ws0">[0,1000000</div><div class="t m0 x15 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">000]<span class="ff3">访问这</span></div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">篇文章的人</div><div class="t m0 x13 h3 y23 ff3 fs1 fc0 sc1 ls0 ws0">次</div></div><div class="c x3 y24 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x5 y24 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">praise_len</div></div><div class="c x6 y24 w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y24 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y24 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y24 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y24 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y24 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y24 w4 h7"><div class="t m0 xa h3 yb ff3 fs1 fc0 sc1 ls0 ws0">点赞数</div></div><div class="c x3 y25 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">6</div></div><div class="c x5 y25 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">create_tim</div></div><div class="c x6 y25 w3 h7"><div class="t m0 x17 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 y25 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y25 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y25 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y25 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y25 w3 h7"><div class="t m0 x15 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div></div><div class="c xe y25 w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">创建时间:</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf2" class="pf w0 h0" data-page-no="2"><div class="pc pc2 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89960632/bg2.jpg"><div class="c x5 y26 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c xd y26 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c x3 y27 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">7</div></div><div class="c x5 y27 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">update_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y27 w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 y27 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y27 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y27 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y27 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y27 w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y27 w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#26356;&#26032;&#26102;&#38388;&#65306;</div></div><div class="c x3 y28 w2 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">8</div></div><div class="c x5 y28 w3 h8"><div class="t m0 x11 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">source</div></div><div class="c x6 y28 w3 h8"><div class="t m0 x14 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y28 w3 h8"><div class="t m0 x12 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y28 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y28 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y28 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y28 w4 h8"><div class="t m0 xa h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#26469;&#28304;&#65306;</div><div class="t m0 x17 h3 y15 ff5 fs1 fc0 sc1 ls0 ws0">[0,255]<span class="ff3">&#25991;</span></div><div class="t m0 x7 h3 y16 ff3 fs1 fc0 sc1 ls0 ws0">&#31456;&#30340;&#20986;&#22788;</div></div><div class="c x3 y29 w2 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">9</div></div><div class="c x5 y29 w3 hb"><div class="t m0 x11 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">url</div></div><div class="c x6 y29 w3 hb"><div class="t m0 x14 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y29 w3 hb"><div class="t m0 x12 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y29 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y29 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y29 w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y29 w4 hb"><div class="t m0 x15 h3 y21 ff3 fs1 fc0 sc1 ls0 ws0">&#26469;&#28304;&#22320;&#22336;&#65306;</div><div class="t m0 x17 h3 y22 ff5 fs1 fc0 sc1 ls0 ws0">[0,255]<span class="ff3">&#29992;</span></div><div class="t m0 x15 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#20110;&#36339;&#36716;&#21040;&#21457;</div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#24067;&#35813;&#25991;&#31456;&#30340;</div><div class="t m0 xf h3 y23 ff3 fs1 fc0 sc1 ls0 ws0">&#32593;&#31449;</div></div><div class="c x3 y2a w2 hc"><div class="t m0 x13 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x5 y2a w3 hc"><div class="t m0 x11 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">tag</div></div><div class="c x6 y2a w3 hc"><div class="t m0 x14 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y2a w3 hc"><div class="t m0 x12 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y2a w3 hc"><div class="t m0 x10 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y2a w3 hc"><div class="t m0 x10 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y2a w3 hc"><div class="t m0 x10 h3 y2b ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y2a w4 hc"><div class="t m0 xa h3 y2b ff3 fs1 fc0 sc1 ls0 ws0">&#26631;&#31614;&#65306;</div><div class="t m0 x17 h3 y2c ff5 fs1 fc0 sc1 ls0 ws0">[0,255]<span class="ff3">&#29992;</span></div><div class="t m0 x15 h3 y2d ff3 fs1 fc0 sc1 ls0 ws0">&#20110;&#26631;&#27880;&#25991;&#31456;</div><div class="t m0 x15 h3 y1a ff3 fs1 fc0 sc1 ls0 ws0">&#25152;&#23646;&#30456;&#20851;&#20869;</div><div class="t m0 x15 h3 y2e ff3 fs1 fc0 sc1 ls0 ws0">&#23481;&#65292;&#22810;&#20010;&#26631;</div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#31614;&#29992;&#31354;&#26684;&#38548;</div><div class="t m0 x13 h3 y23 ff3 fs1 fc0 sc1 ls0 ws0">&#24320;</div></div><div class="c x3 y2f w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">11</div></div><div class="c x5 y2f w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">content</div></div><div class="c x6 y2f w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">longtext</div></div><div class="c x8 y2f w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">2147483647</div></div><div class="c x9 y2f w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y2f w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y2f w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y2f w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#27491;&#25991;&#65306;&#25991;&#31456;</div><div class="t m0 x15 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#30340;&#20027;&#20307;&#20869;&#23481;</div></div><div class="c x3 y30 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">12</div></div><div class="c x5 y30 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">img</div></div><div class="c x6 y30 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y30 w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y30 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y30 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y30 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y30 w4 h7"><div class="t m0 xa h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#23553;&#38754;&#22270;</div></div><div class="c x3 y31 w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">13</div></div><div class="c x5 y31 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">descriptio</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">n</div></div><div class="c x6 y31 w3 h6"><div class="t m0 x4 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 y31 w3 h6"><div class="t m0 x16 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 y31 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y31 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y31 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y31 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#25991;&#31456;&#25551;&#36848;</div></div><div class="t m0 x2 h4 y32 ff1 fs2 fc0 sc0 ls0 ws0">&#34920;<span class="_ _1"> </span><span class="ff4">article<span class="_ _0"></span>_type <span class="_ _0"></span>(</span>&#25991;&#31456;&#20998;&#31867;<span class="ff4">)</span></div><div class="c x3 y33 w2 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#32534;&#21495;</div></div><div class="c x5 y33 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#21517;&#31216;</div></div><div class="c x6 y33 w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#25968;&#25454;&#31867;&#22411;</div></div><div class="c x8 y33 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#38271;&#24230;</div></div><div class="c x9 y33 w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#23567;&#25968;&#20301;</div></div><div class="c xb y33 w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20801;&#35768;&#31354;&#20540;</div></div><div class="c xc y33 w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20027;&#38190;</div></div><div class="c xd y33 w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c xe y33 w4 h5"><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#35828;&#26126;</div></div><div class="c x3 y34 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c x5 y34 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">type_id</div></div><div class="c x6 y34 w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">smallint</div></div><div class="c x8 y34 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x9 y34 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y34 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y34 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y34 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#20998;&#31867;<span class="_ _2"> </span><span class="ff5">ID</span>&#65306;</div><div class="t m0 x17 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">[0,10000]</div></div><div class="c x3 y35 w2 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c x5 y35 w3 ha"><div class="t m0 x11 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">display</div></div><div class="c x6 y35 w3 ha"><div class="t m0 x7 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">smallint</div></div><div class="c x8 y35 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x9 y35 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y35 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y35 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y35 w3 ha"><div class="t m0 x12 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">100</div></div><div class="c xe y35 w4 ha"><div class="t m0 x15 h3 y1e ff3 fs1 fc0 sc1 ls0 ws0">&#26174;&#31034;&#39034;&#24207;&#65306;</div><div class="t m0 x15 h3 y1f ff5 fs1 fc0 sc1 ls0 ws0">[0,1000]<span class="ff3">&#20915;</span></div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#23450;&#20998;&#31867;&#26174;&#31034;</div><div class="t m0 x15 h3 y1c ff3 fs1 fc0 sc1 ls0 ws0">&#30340;&#20808;&#21518;&#39034;&#24207;</div></div><div class="c x3 y36 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x5 y36 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">name</div></div><div class="c x6 y36 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y36 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">16</div></div><div class="c x9 y36 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y36 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y36 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y36 w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#20998;&#31867;&#21517;&#31216;&#65306;</div><div class="t m0 xa h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">[2,16]</div></div><div class="c x3 y37 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">4</div></div><div class="c x5 y37 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">father_id</div></div><div class="c x6 y37 w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">smallint</div></div><div class="c x8 y37 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x9 y37 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y37 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y37 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y37 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y37 w4 h6"><div class="t m0 x11 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#19978;&#32423;&#20998;&#31867;<span class="_ _2"> </span><span class="ff5">ID</span>&#65306;</div><div class="t m0 x17 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">[0,32767]</div></div><div class="c x3 y38 w2 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x5 y38 w3 ha"><div class="t m0 x11 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">descriptio</div><div class="t m0 x11 h3 y1f ff5 fs1 fc0 sc1 ls0 ws0">n</div></div><div class="c x6 y38 w3 ha"><div class="t m0 x14 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y38 w3 ha"><div class="t m0 x12 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y38 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y38 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y38 w3 ha"><div class="t m0 x10 h3 y1e ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y38 w4 ha"><div class="t m0 xa h3 y1e ff3 fs1 fc0 sc1 ls0 ws0">&#25551;&#36848;&#65306;</div><div class="t m0 x17 h3 y1f ff5 fs1 fc0 sc1 ls0 ws0">[0,255]<span class="ff3">&#25551;</span></div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#36848;&#35813;&#20998;&#31867;&#30340;</div><div class="t m0 xf h3 y1c ff3 fs1 fc0 sc1 ls0 ws0">&#20316;&#29992;</div></div><div class="c x3 y39 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">6</div></div><div class="c x5 y39 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">icon</div></div><div class="c x6 y39 w3 h7"><div class="t m0 x4 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 y39 w3 h7"><div class="t m0 x16 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 y39 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y39 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y39 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y39 w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#20998;&#31867;&#22270;&#26631;&#65306;</div></div><div class="c x3 y3a w2 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">7</div></div><div class="c x5 y3a w3 hb"><div class="t m0 x11 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">url</div></div><div class="c x6 y3a w3 hb"><div class="t m0 x14 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y3a w3 hb"><div class="t m0 x12 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y3a w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y3a w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y3a w3 hb"><div class="t m0 x10 h3 y21 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y3a w4 hb"><div class="t m0 x15 h3 y21 ff3 fs1 fc0 sc1 ls0 ws0">&#22806;&#38142;&#22320;&#22336;&#65306;</div><div class="t m0 x17 h3 y22 ff5 fs1 fc0 sc1 ls0 ws0">[0,255]<span class="ff3">&#22914;</span></div><div class="t m0 x15 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#26524;&#35813;&#20998;&#31867;&#26159;</div><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#36339;&#36716;&#21040;&#20854;&#20182;</div><div class="t m0 x15 h3 y23 ff3 fs1 fc0 sc1 ls0 ws0">&#32593;&#31449;&#30340;&#24773;&#20917;</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf3" class="pf w0 h0" data-page-no="3"><div class="pc pc3 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89960632/bg3.jpg"><div class="c xe y3b w4 h6"><div class="t m0 x11 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#19979;&#65292;&#23601;&#22312;&#35813;</div><div class="t m0 x17 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">URL<span class="_ _2"> </span><span class="ff3">&#19978;&#35774;&#32622;</span></div></div><div class="c x3 y3c w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">8</div></div><div class="c x5 y3c w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">create_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y3c w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 y3c w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y3c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y3c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y3c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y3c w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y3c w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#21019;&#24314;&#26102;&#38388;&#65306;</div></div><div class="c x3 y3d w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">9</div></div><div class="c x5 y3d w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">update_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y3d w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 y3d w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y3d w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y3d w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y3d w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y3d w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y3d w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#26356;&#26032;&#26102;&#38388;&#65306;</div></div><div class="t m0 x2 h4 y3e ff1 fs2 fc0 sc0 ls0 ws0">&#34920;<span class="_ _1"> </span><span class="ff4">attenda<span class="_ _0"></span>nce_an<span class="_ _0"></span>alysis<span class="_ _0"></span> (</span>&#32771;&#21220;&#20998;&#26512;<span class="_ _0"></span><span class="ff4">)</span></div><div class="c x3 y3f w2 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#32534;&#21495;</div></div><div class="c x5 y3f w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#21517;&#31216;</div></div><div class="c x6 y3f w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#25968;&#25454;&#31867;&#22411;</div></div><div class="c x8 y3f w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#38271;&#24230;</div></div><div class="c x9 y3f w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#23567;&#25968;&#20301;</div></div><div class="c xb y3f w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20801;&#35768;&#31354;&#20540;</div></div><div class="c xc y3f w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20027;&#38190;</div></div><div class="c xd y3f w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c xe y3f w4 h5"><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#35828;&#26126;</div></div><div class="c x3 y40 w2 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c x5 y40 w3 h8"><div class="t m0 x11 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">attendance</div><div class="t m0 x11 h3 y15 ff5 fs1 fc0 sc1 ls0 ws0">_analysis_</div><div class="t m0 x11 h3 y16 ff5 fs1 fc0 sc1 ls0 ws0">id</div></div><div class="c x6 y40 w3 h8"><div class="t m0 x12 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y40 w3 h8"><div class="t m0 x13 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y40 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y40 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y40 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y40 w4 h8"><div class="t m0 x11 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#32771;&#21220;&#20998;&#26512;<span class="_ _2"> </span><span class="ff5">ID</span></div></div><div class="c x3 y41 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c x5 y41 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">course_nam</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y41 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y41 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y41 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y41 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y41 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y41 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#35838;&#31243;&#21517;&#31216;</div></div><div class="c x3 y42 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x5 y42 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">discipline</div></div><div class="c x6 y42 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y42 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y42 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y42 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y42 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y42 w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#25152;&#23646;&#23398;&#31185;</div></div><div class="c x3 y43 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">4</div></div><div class="c x5 y43 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">course_tea</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">cher</div></div><div class="c x6 y43 w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y43 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y43 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y43 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y43 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y43 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y43 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#35838;&#31243;&#25945;&#24072;</div></div><div class="c x3 y44 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x5 y44 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">teachers_n</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">ame</div></div><div class="c x6 y44 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y44 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y44 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y44 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y44 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y44 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#25945;&#24072;&#22995;&#21517;</div></div><div class="c x3 y45 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">6</div></div><div class="c x5 y45 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">opening_ti</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">me</div></div><div class="c x6 y45 w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">datetime</div></div><div class="c x8 y45 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y45 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y45 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y45 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y45 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#24320;&#35838;&#26102;&#38388;</div></div><div class="c x3 y46 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">7</div></div><div class="c x5 y46 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">course_loc</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">ation</div></div><div class="c x6 y46 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y46 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y46 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y46 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y46 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y46 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#35838;&#31243;&#22320;&#28857;</div></div><div class="c x3 y47 w2 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">8</div></div><div class="c x5 y47 w3 h8"><div class="t m0 x11 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">number_of_</div><div class="t m0 x11 h3 y15 ff5 fs1 fc0 sc1 ls0 ws0">attendance</div><div class="t m0 x11 h3 y16 ff5 fs1 fc0 sc1 ls0 ws0">_required</div></div><div class="c x6 y47 w3 h8"><div class="t m0 x12 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y47 w3 h8"><div class="t m0 x13 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y47 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y47 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y47 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y47 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y47 w4 h8"><div class="t m0 x7 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#24212;&#31614;&#21040;&#25968;</div></div><div class="c x3 y48 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">9</div></div><div class="c x5 y48 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">actual_che</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">ck_in</div></div><div class="c x6 y48 w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y48 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y48 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y48 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y48 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y48 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y48 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#23454;&#38469;&#31614;&#21040;</div></div><div class="c x3 y49 w2 h8"><div class="t m0 x13 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x5 y49 w3 h8"><div class="t m0 x11 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">number_of_</div><div class="t m0 x11 h3 y15 ff5 fs1 fc0 sc1 ls0 ws0">unsigned_p</div><div class="t m0 x11 h3 y16 ff5 fs1 fc0 sc1 ls0 ws0">ersonnel</div></div><div class="c x6 y49 w3 h8"><div class="t m0 x12 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y49 w3 h8"><div class="t m0 x13 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y49 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y49 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y49 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y49 w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y49 w4 h8"><div class="t m0 x7 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#26410;&#31614;&#20154;&#25968;</div></div><div class="c x3 y4a w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">11</div></div><div class="c x5 y4a w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">recommend</div></div><div class="c x6 y4a w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y4a w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y4a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y4a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y4a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y4a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y4a w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26234;&#33021;&#25512;&#33616;</div></div><div class="c x3 y4b w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">12</div></div><div class="c x5 y4b w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">create_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y4b w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">datetime</div></div><div class="c x8 y4b w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y4b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y4b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y4b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y4b w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y4b w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#21019;&#24314;&#26102;&#38388;</div></div><div class="c x3 y4c w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">13</div></div><div class="c x5 y4c w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">update_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y4c w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 y4c w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y4c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y4c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y4c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y4c w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y4c w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#26356;&#26032;&#26102;&#38388;</div></div><div class="t m0 x2 h4 y4d ff1 fs2 fc0 sc0 ls0 ws0">&#34920;<span class="_ _1"> </span><span class="ff4">attenda<span class="_ _0"></span>nce_ch<span class="_ _0"></span>eck_in<span class="_ _0"></span> (</span>&#32771;&#21220;&#31614;&#21040;<span class="_ _0"></span><span class="ff4">)</span></div><div class="c x3 y4e w2 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#32534;&#21495;</div></div><div class="c x5 y4e w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#21517;&#31216;</div></div><div class="c x6 y4e w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#25968;&#25454;&#31867;&#22411;</div></div><div class="c x8 y4e w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#38271;&#24230;</div></div><div class="c x9 y4e w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#23567;&#25968;&#20301;</div></div><div class="c xb y4e w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20801;&#35768;&#31354;&#20540;</div></div><div class="c xc y4e w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20027;&#38190;</div></div><div class="c xd y4e w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c xe y4e w4 h5"><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#35828;&#26126;</div></div><div class="c x3 y4f w2 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c x5 y4f w3 h8"><div class="t m0 x11 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">attendance</div><div class="t m0 x11 h3 y15 ff5 fs1 fc0 sc1 ls0 ws0">_check_in_</div><div class="t m0 x11 h3 y16 ff5 fs1 fc0 sc1 ls0 ws0">id</div></div><div class="c x6 y4f w3 h8"><div class="t m0 x12 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y4f w3 h8"><div class="t m0 x13 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y4f w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y4f w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y4f w3 h8"><div class="t m0 x10 h3 y14 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y4f w4 h8"><div class="t m0 x11 h3 y14 ff3 fs1 fc0 sc1 ls0 ws0">&#32771;&#21220;&#31614;&#21040;<span class="_ _2"> </span><span class="ff5">ID</span></div></div><div class="c x3 y50 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c x5 y50 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">course_nam</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y50 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y50 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y50 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y50 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y50 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y50 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#35838;&#31243;&#21517;&#31216;</div></div><div class="c x3 y51 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x5 y51 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">discipline</div></div><div class="c x6 y51 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y51 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y51 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y51 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y51 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y51 w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#25152;&#23646;&#23398;&#31185;</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf4" class="pf w0 h0" data-page-no="4"><div class="pc pc4 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89960632/bg4.jpg"><div class="c x3 y3b w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">4</div></div><div class="c x5 y3b w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">course_tea</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">cher</div></div><div class="c x6 y3b w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y3b w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y3b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y3b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y3b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y3b w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y3b w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#35838;&#31243;&#25945;&#24072;</div></div><div class="c x3 y3c w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x5 y3c w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">teachers_n</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">ame</div></div><div class="c x6 y3c w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y3c w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y3c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y3c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y3c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y3c w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#25945;&#24072;&#22995;&#21517;</div></div><div class="c x3 y3d w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">6</div></div><div class="c x5 y3d w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">course_loc</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">ation</div></div><div class="c x6 y3d w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y3d w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y3d w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y3d w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y3d w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y3d w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#35838;&#31243;&#22320;&#28857;</div></div><div class="c x3 y52 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">7</div></div><div class="c x5 y52 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">opening_ti</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">me</div></div><div class="c x6 y52 w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">datetime</div></div><div class="c x8 y52 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y52 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y52 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y52 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y52 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#24320;&#35838;&#26102;&#38388;</div></div><div class="c x3 y53 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">8</div></div><div class="c x5 y53 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">check_in_s</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">tudent</div></div><div class="c x6 y53 w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y53 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y53 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y53 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y53 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y53 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y53 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#31614;&#21040;&#23398;&#29983;</div></div><div class="c x3 y54 w2 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">9</div></div><div class="c x5 y54 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">student_na</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">me</div></div><div class="c x6 y54 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y54 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y54 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y54 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y54 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y54 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#23398;&#29983;&#22995;&#21517;</div></div><div class="c x3 y55 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x5 y55 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">student_id</div></div><div class="c x6 y55 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y55 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y55 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y55 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y55 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y55 w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#23398;&#29983;&#23398;&#21495;</div></div><div class="c x3 y56 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">11</div></div><div class="c x5 y56 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">class_name</div></div><div class="c x6 y56 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y56 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y56 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y56 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y56 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y56 w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#29677;&#32423;&#21517;&#31216;</div></div><div class="c x3 y57 w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">12</div></div><div class="c x5 y57 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">sign_in_st</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">atus</div></div><div class="c x6 y57 w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y57 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y57 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y57 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y57 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y57 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#31614;&#21040;&#29366;&#24577;</div></div><div class="c x3 y58 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">13</div></div><div class="c x5 y58 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">recommend</div></div><div class="c x6 y58 w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y58 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y58 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y58 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y58 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y58 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xe y58 w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26234;&#33021;&#25512;&#33616;</div></div><div class="c x3 y59 w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">14</div></div><div class="c x5 y59 w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">create_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y59 w3 h6"><div class="t m0 x7 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">datetime</div></div><div class="c x8 y59 w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y59 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y59 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y59 w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y59 w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y59 w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#21019;&#24314;&#26102;&#38388;</div></div><div class="c x3 y5a w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">15</div></div><div class="c x5 y5a w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">update_tim</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">e</div></div><div class="c x6 y5a w3 h6"><div class="t m0 x17 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">timestamp</div></div><div class="c x8 y5a w3 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">19</div></div><div class="c x9 y5a w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y5a w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y5a w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y5a w3 h6"><div class="t m0 x15 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">CURRENT_TI</div><div class="t m0 x14 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">MESTAMP</div></div><div class="c xe y5a w4 h6"><div class="t m0 x7 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#26356;&#26032;&#26102;&#38388;</div></div><div class="t m0 x2 h4 y5b ff1 fs2 fc0 sc0 ls0 ws0">&#34920;<span class="_ _1"> </span><span class="ff4">auth (<span class="_ _0"></span></span>&#29992;&#25143;&#26435;&#38480;&#31649;&#29702;<span class="ff4">)</span></div><div class="c x3 y5c w2 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#32534;&#21495;</div></div><div class="c x5 y5c w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#21517;&#31216;</div></div><div class="c x6 y5c w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#25968;&#25454;&#31867;&#22411;</div></div><div class="c x8 y5c w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#38271;&#24230;</div></div><div class="c x9 y5c w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#23567;&#25968;&#20301;</div></div><div class="c xb y5c w3 h5"><div class="t m0 x7 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20801;&#35768;&#31354;&#20540;</div></div><div class="c xc y5c w3 h5"><div class="t m0 x4 h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#20027;&#38190;</div></div><div class="c xd y5c w3 h5"><div class="t m0 xa h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#40664;&#35748;&#20540;</div></div><div class="c xe y5c w4 h5"><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#35828;&#26126;</div></div><div class="c x3 y5d w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c x5 y5d w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">auth_id</div></div><div class="c x6 y5d w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">int</div></div><div class="c x8 y5d w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x9 y5d w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y5d w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y5d w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xe y5d w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#25480;&#26435;<span class="_ _2"> </span><span class="ff5">ID</span>&#65306;</div></div><div class="c x3 y5e w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">2</div></div><div class="c x5 y5e w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">user_group</div></div><div class="c x6 y5e w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y5e w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y5e w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y5e w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y5e w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y5e w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#29992;&#25143;&#32452;&#65306;</div></div><div class="c x3 y5f w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x5 y5f w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">mod_name</div></div><div class="c x6 y5f w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y5f w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y5f w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y5f w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y5f w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y5f w4 h7"><div class="t m0 x7 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#27169;&#22359;&#21517;&#65306;</div></div><div class="c x3 y60 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">4</div></div><div class="c x5 y60 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">table_name</div></div><div class="c x6 y60 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y60 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">64</div></div><div class="c x9 y60 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y60 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y60 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y60 w4 h7"><div class="t m0 xa h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#34920;&#21517;&#65306;</div></div><div class="c x3 y61 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">5</div></div><div class="c x5 y61 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">page_title</div></div><div class="c x6 y61 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y61 w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y61 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y61 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y61 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y61 w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#39029;&#38754;&#26631;&#39064;&#65306;</div></div><div class="c x3 y62 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">6</div></div><div class="c x5 y62 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">path</div></div><div class="c x6 y62 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y62 w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">255</div></div><div class="c x9 y62 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y62 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y62 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y62 w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#36335;&#30001;&#36335;&#24452;&#65306;</div></div><div class="c x3 y63 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">7</div></div><div class="c x5 y63 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">position</div></div><div class="c x6 y63 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y63 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">32</div></div><div class="c x9 y63 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y63 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y63 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y63 w4 h7"><div class="t m0 xa h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#20301;&#32622;&#65306;</div></div><div class="c x3 y64 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">8</div></div><div class="c x5 y64 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">mode</div></div><div class="c x6 y64 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y64 w3 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">32</div></div><div class="c x9 y64 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y64 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y64 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y64 w3 h7"><div class="t m0 xa h3 yb ff5 fs1 fc0 sc1 ls0 ws0">_blank</div></div><div class="c xe y64 w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#36339;&#36716;&#26041;&#24335;&#65306;</div></div><div class="c x3 y65 w2 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">9</div></div><div class="c x5 y65 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">add</div></div><div class="c x6 y65 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">tinyint</div></div><div class="c x8 y65 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x9 y65 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y65 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y65 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y65 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c xe y65 w4 h7"><div class="t m0 x11 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26159;&#21542;&#21487;&#22686;&#21152;<span class="_ _3"></span>&#65306;</div></div><div class="c x3 y66 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">10</div></div><div class="c x5 y66 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">del</div></div><div class="c x6 y66 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">tinyint</div></div><div class="c x8 y66 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x9 y66 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y66 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y66 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y66 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c xe y66 w4 h7"><div class="t m0 x11 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26159;&#21542;&#21487;&#21024;&#38500;<span class="_ _3"></span>&#65306;</div></div><div class="c x3 y67 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">11</div></div><div class="c x5 y67 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">set</div></div><div class="c x6 y67 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">tinyint</div></div><div class="c x8 y67 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x9 y67 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y67 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y67 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y67 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c xe y67 w4 h7"><div class="t m0 x11 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26159;&#21542;&#21487;&#20462;&#25913;<span class="_ _3"></span>&#65306;</div></div><div class="c x3 y68 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">12</div></div><div class="c x5 y68 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">get</div></div><div class="c x6 y68 w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">tinyint</div></div><div class="c x8 y68 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">3</div></div><div class="c x9 y68 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y68 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xc y68 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xd y68 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">1</div></div><div class="c xe y68 w4 h7"><div class="t m0 x11 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26159;&#21542;&#21487;&#26597;&#30475;<span class="_ _3"></span>&#65306;</div></div><div class="c x3 y69 w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">13</div></div><div class="c x5 y69 w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">field_add</div></div><div class="c x6 y69 w3 h7"><div class="t m0 x4 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 y69 w3 h7"><div class="t m0 x16 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 y69 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y69 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y69 w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y69 w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#28155;&#21152;&#23383;&#27573;&#65306;</div></div><div class="c x3 y6a w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">14</div></div><div class="c x5 y6a w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">field_set</div></div><div class="c x6 y6a w3 h7"><div class="t m0 x4 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 y6a w3 h7"><div class="t m0 x16 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 y6a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y6a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y6a w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y6a w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#20462;&#25913;&#23383;&#27573;&#65306;</div></div><div class="c x3 y6b w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">15</div></div><div class="c x5 y6b w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">field_get</div></div><div class="c x6 y6b w3 h7"><div class="t m0 x4 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 y6b w3 h7"><div class="t m0 x16 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 y6b w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y6b w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y6b w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y6b w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#26597;&#35810;&#23383;&#27573;&#65306;</div></div><div class="c x3 y6c w2 h6"><div class="t m0 x13 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">16</div></div><div class="c x5 y6c w3 h6"><div class="t m0 x11 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">table_nav_</div><div class="t m0 x11 h3 y7 ff5 fs1 fc0 sc1 ls0 ws0">name</div></div><div class="c x6 y6c w3 h6"><div class="t m0 x14 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y6c w3 h6"><div class="t m0 x12 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">500</div></div><div class="c x9 y6c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y6c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y6c w3 h6"><div class="t m0 x10 h3 y9 ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y6c w4 h6"><div class="t m0 x15 h3 y9 ff3 fs1 fc0 sc1 ls0 ws0">&#36328;&#34920;&#23548;&#33322;&#21517;</div><div class="t m0 xf h3 y7 ff3 fs1 fc0 sc1 ls0 ws0">&#31216;&#65306;</div></div><div class="c x3 y6d w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">17</div></div><div class="c x5 y6d w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">table_nav</div></div><div class="c x6 y6d w3 h7"><div class="t m0 x14 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">varchar</div></div><div class="c x8 y6d w3 h7"><div class="t m0 x12 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">500</div></div><div class="c x9 y6d w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y6d w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y6d w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y6d w4 h7"><div class="t m0 x15 h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#36328;&#34920;&#23548;&#33322;&#65306;</div></div><div class="c x3 y6e w2 h7"><div class="t m0 x13 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">18</div></div><div class="c x5 y6e w3 h7"><div class="t m0 x11 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">option</div></div><div class="c x6 y6e w3 h7"><div class="t m0 x4 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">text</div></div><div class="c x8 y6e w3 h7"><div class="t m0 x16 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">65535</div></div><div class="c x9 y6e w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">0</div></div><div class="c xb y6e w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">Y</div></div><div class="c xc y6e w3 h7"><div class="t m0 x10 h3 yb ff5 fs1 fc0 sc1 ls0 ws0">N</div></div><div class="c xe y6e w4 h7"><div class="t m0 xa h3 yb ff3 fs1 fc0 sc1 ls0 ws0">&#37197;&#32622;&#65306;</div></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div>

用户评论 (0)

发表评论

captcha

相关资源

springboot高校活动管理平台程序源码43163

系统用户管理模块:(1)用户注册登录:游客可以随时进入到系统中,对系统中的信息浏览,但是想要实现社团查看,就必须有这个系统的账号,如果没有账号的话,可以注册成员用户进行相关的操作,同时用户还可以通过“我的”这以按钮对个人信息以及操作的信息进行管控。(2)查看高校活动管理平台的首页信息:高校活动管理平台的首页信息包含了首页、交流论坛、公告信息、学校资讯、活动信息、社团信息、留言反馈、学校介绍等。(3)社团信息:用户点击“社团信息”这个菜单按钮,就会显示所有的社团信息列表,在查询到自己想要社团信息的时候,可以进入查看详细的介绍,在这个界面,也可以对社团进行加入、点赞、收藏、评论操作。(3)社团申请:用户点击社团详情页面中右下角“加入”这一按钮以后会跳转到信息填写的界面,其中社团编号+社团名称+用户姓名+用户性别是自动生成的,用户只要填写好联系电话+加入内容+加入备注,点击提交以后加入社团就完成一半了。(4)留言反馈:用户点击留言反馈页面可输入标题名称+留言内容提交即可留言成功。(5)交流论坛:用户点击“交流论坛”后可查看所有论坛帖子,可对帖子进行收藏、评论等操作,也编辑标题..

25.61MB50积分

C语言程序设计教程(第5版)(杨路明)课件.zip

C语言程序设计教程(第5版)(杨路明)课件.zip

16.13MB13积分

grafana-json.zip

grafana-json.zip

42.65KB10积分

非常好上手的一款新手小白的 剑客聊天

使用Java 技术栈前后端写的一个聊天项目 里面用到了Mybatis-plus websocket springboot vue2 适用于新手小白 当然其他高手也可以看看啦

61.01MB16积分