Ai
1 Star 2 Fork 2

watercant/A tiny Web Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
watercant 提交于 2022-09-12 22:09 +08:00 . 1
<<<<<<< HEAD
server: main.cpp ./thread_pool/threadpool.h ./http/http_conn.cpp ./http/http_conn.h ./lock/locker.h ./log/log.cpp ./log/log.h ./log/block_queue.h ./sql_connection/sql_connection_pool.cpp ./sql_connection/sql_connection_pool.h
g++ -o server main.cpp ./thread_pool/threadpool.h ./http/http_conn.cpp ./http/http_conn.h ./lock/locker.h ./log/log.cpp ./log/log.h ./sql_connection/sql_connection_pool.cpp ./sql_connection/sql_connection_pool.h -lpthread -lmysqlclient
=======
server: main.c ./threadpool/threadpool.h ./http/http_conn.cpp ./http/http_conn.h ./lock/locker.h ./log/log.cpp ./log/log.h ./log/block_queue.h ./CGImysql/sql_connection_pool.cpp ./CGImysql/sql_connection_pool.h
g++ -o server main.c ./threadpool/threadpool.h ./http/http_conn.cpp ./http/http_conn.h ./lock/locker.h ./log/log.cpp ./log/log.h ./CGImysql/sql_connection_pool.cpp ./CGImysql/sql_connection_pool.h -lpthread -lmysqlclient
>>>>>>> b7d83bc2dbdf82cead88308a5e13883aefb71af6
clean:
rm -r server
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/watercant/a-tiny-web-server-a.git
git@gitee.com:watercant/a-tiny-web-server-a.git
watercant
a-tiny-web-server-a
A tiny Web Server
master

搜索帮助