-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0093186
commit 7418f50
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# WangWangChat | ||
聊天程序,实现了一些基本功能,欢迎大家修改、指正。 | ||
###### 客户端:Qtc++ | ||
###### 服务端:C++/C | ||
###### 数据库:Mysql | ||
###### 基本实现了注册、登陆、聊天等业务,注册登陆后回添加两个默认好友,第一个为测试无用,第二个kid为作者本人。目前存在有时收到消息聊天窗口无法自动 弹开等问题。 | ||
###### client/demo2为客户端源码 | ||
###### server/demo0为服务端源码 | ||
###### demoClientRelease为编译好的客户端,可直接下载解压运行(windows) | ||
###### 注:由于客户端是在Linux下做的,当时看起来圆角的还不错挺好看,结果放到windows下一编译发现巨丑,后面有时间会继续完善,博客中记录了部分过程https://blog.csdn.net/qq_35987486/article/details/92732922 | ||
|