# ZYQA **Repository Path**: appapp/ZYQA ## Basic Information - **Project Name**: ZYQA - **Description**: 可以通过问答形式来总结知识点 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2016-09-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ZYQA ---------------------------- 通过问答来总结知识点 ## 常见问题解决办法 - Template Error 通常是因为本地数据库的集合缺少某些属性。通过 *mongo* 客户端清空集合中的数据即可,如: ``` db.questions.remove({}) ```