GithubHelp home page GithubHelp logo

dict's Introduction

TodoList

  • 1. 登录注册功能,不能重复登录,重复注册。用户信息也存储在数据库中。
  • 2. 单词查询功能
  • 3. 历史记录功能,存储单词,意思,以及查询时间,存储在数据库
  • 4. 基于TCP,支持多客户端连接
  • 5. 采用数据库保存用户信息与历史记录
  • 6. 将dict.txt的数据导入到数据库中保存。
  • 7. 返回上级、按下ctrl+c退出客户端后,该客户端退出登录

数据包

格式为 %c\0%s\0%s 或者 %c\0%s\0%s

功能    编号    \0      数据        \0      数据
注册    s               username           password
登录    l               username           password
登出    o               username
错误    e               message
成功    g               message
查询    q               message

dict's People

Contributors

submiku3901 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.