Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumumm/linux-c-onlinedict
基于C语言的简易在线词典
https://github.com/sumumm/linux-c-onlinedict
Last synced: 4 days ago
JSON representation
基于C语言的简易在线词典
- Host: GitHub
- URL: https://github.com/sumumm/linux-c-onlinedict
- Owner: sumumm
- Created: 2022-07-17T02:56:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T02:59:31.000Z (over 2 years ago)
- Last Synced: 2024-03-18T16:25:50.578Z (8 months ago)
- Language: C
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Linux-C-OnlineDict
一个用C语言实现的简单的在线词典
【功能】
- 客户端用户注册
- 用户密码修改
- 用户删除
- 用户查看
- 用户登录
- 单词查询
- 历史记录查询
- 区分root用户和普通用户【说明】服务器为多进程服务器。