当前位置:网站首页>AR系统总结收获
AR系统总结收获
2022-07-02 06:27:00 【任亚兵】
第三方服务内容:
需要学习通与激励系统
- 学习活动管理:
学生端:
两方面内容:
活动执行
主题讨论:是给人以思考的内容
随堂练习:填写选择题
调查问卷:调研生活与学习相关的内容
研究与挑战:学习了解知识
活动流程:
关于自动创建活动的内容
2.学情视图管理:
老师端:
参与度
词云
问题:累计记录与连续记录
3.行为记录管理:
针对行为记录的统计模块
回复主题讨论
激励策略管理:
1.激励管理:
效果:提示音与图片显示
配置:如果没有参与活动,通过MSG接口给钉钉发送调查问卷
2.规则管理:
业务关键字管理:延时
规则参数管理:延时次数与延时时间
内容管理
①颗粒库管理:
章节爬取:爬取软件中的章节名称
章节同步:将章节名称同步到数据库中
②.资源管理:
章节资源管理:将章节的活动内容进行爬取
活动资源管理:将章节活动内容存放数据库中
③.班课执行颗粒管理:
顺序管理:设置章节活动的推送顺序
颗粒推送管理:将章节活动进行推送
教务管理:
1.学生管理:
2.教师管理:
实名认证
3.班课管理:
添加课程、更新课程、删除课程
关于一些软件的支持为:学习通、权限、MSG、钉钉
数据支持:redis、MySQL
在面向对象方面:
1.有些功能相似的业务需要用面向对象的思想来进行封装、继承、多态的思想去实现
2.减少前端代码,前端代码每一页的内容不超过200行,也可以用封装的思想
3.进行代码优化:设计模式要用在正确的地方, 要明确switch类型与if-else类型的代码之间的关系
在性能方面:
1.减少对数据库读取操作
2.提高内存,减少资源消耗
边栏推荐
- 【Mixup】《Mixup:Beyond Empirical Risk Minimization》
- 【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
- Label propagation
- 【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
- 基于pytorch的YOLOv5单张图片检测实现
- Memory model of program
- 【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
- What if the notebook computer cannot run the CMD command
- Thesis writing tip2
- 【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
猜你喜欢

Win10+vs2017+denseflow compilation

Regular expressions in MySQL

Execution of procedures

Open3D学习笔记一【初窥门径,文件读取】

【学习笔记】Matlab自编高斯平滑器+Sobel算子求导

Implementation of yolov5 single image detection based on onnxruntime

What if the notebook computer cannot run the CMD command

【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》

Implementation of yolov5 single image detection based on pytorch

Remplacer l'auto - attention par MLP
随机推荐
Use Baidu network disk to upload data to the server
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
Pointnet understanding (step 4 of pointnet Implementation)
用全连接层替代掉卷积 -- RepMLP
Proof and understanding of pointnet principle
CPU register
解决jetson nano安装onnx错误(ERROR: Failed building wheel for onnx)总结
Gensim如何冻结某些词向量进行增量训练
C # connect to MySQL database
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
使用百度网盘上传数据到服务器上
How gensim freezes some word vectors for incremental training
Embedding malware into neural networks
【C#笔记】winform中保存DataGridView中的数据为Excel和CSV
Win10 solves the problem that Internet Explorer cannot be installed
【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
【Paper Reading】
Nacos service registration in the interface
【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
【学习笔记】Matlab自编高斯平滑器+Sobel算子求导