# login_server **Repository Path**: halfcrazy/login_server ## Basic Information - **Project Name**: login_server - **Description**: Qt login_server - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2013-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #login_server ============== Qt写的登陆模块的服务器端,含数据库(sqlite实现)功能。 用户信息存在account表中,列username和password 待添加功能: * 多线程 * 注册功能