Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuston/supervisor-c
上一版本为python实现,准备用c实现以下,用一下socket和消息队列,作为回顾一下c的写法
https://github.com/zuston/supervisor-c
Last synced: 7 days ago
JSON representation
上一版本为python实现,准备用c实现以下,用一下socket和消息队列,作为回顾一下c的写法
- Host: GitHub
- URL: https://github.com/zuston/supervisor-c
- Owner: zuston
- Created: 2016-08-23T13:15:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T08:10:28.000Z (over 8 years ago)
- Last Synced: 2024-10-16T20:40:28.015Z (2 months ago)
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基本思路
>温故一下linux下的c和自动构建工具makefile文件的编写
- 实现一个文本数据库
- 实现一些字符串封装方法
- 实现一个socket连接
- 实现一个简单消息队列,采用redis
- 实现一个邮件发送方法