业务需求及设计见前文:基于 MongoDB 动态字段设计的探索
根据专业计算各科平均分 (总分、最高分、最低分)
1 | public Object avg(String major){ |
计算个人总分数
1 | public Object sum(String name){ |
完整代码:GitHub
户外, 旅行, 读书, 生活, 有趣
业务需求及设计见前文:基于 MongoDB 动态字段设计的探索
1 | public Object avg(String major){ |
1 | public Object sum(String name){ |
完整代码:GitHub
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true