Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumumm/linux-c-onlinedict

基于C语言的简易在线词典
https://github.com/sumumm/linux-c-onlinedict

Last synced: 4 days ago
JSON representation

基于C语言的简易在线词典

Awesome Lists containing this project

README

        

# Linux-C-OnlineDict

一个用C语言实现的简单的在线词典

【功能】
- 客户端用户注册
- 用户密码修改
- 用户删除
- 用户查看
- 用户登录
- 单词查询
- 历史记录查询
- 区分root用户和普通用户

【说明】服务器为多进程服务器。