Git Product home page Git Product logo

onliendictproject's Introduction

在线字典

  • 用户可以登录和注册
    1. 登录凭借用户名和密码登录
    2. 注册要求用户必须填写用户名,密码,其他内容自定
    3. 用户名要求不能重复
    4. 要求用户信息能够长期保存
  • 可以通过基本的图形界面print以提示客户端输入。
    1. 程序分为服务端和客户端两部分
    2. 客户端通过print打印简单界面输入命令发起请求
    3. 服务端主要负责逻辑数据处理
    4. 启动服务端后应该能满足多个客户端同时操作
  • 客户端启动后即进入一级界面,包含如下功能:登录 注册 退出
    1. 退出后即退出该软件
    2. 登录成功即进入二级界面,失败回到一级界面
    3. 注册成功可以回到一级界面继续登录,也可以直接用注册用户进入二级界面
  • 用户登录后进入二级界面,功能如下:查单词 历史记录 注销
    1. 选择注销则回到一级界面
    2. 查单词:循环输入单词,得到单词解释,输入特殊符号退出单词查询状态
    3. 历史记录:查询当前用户的查词记录,要求记录包含name word time。可以查看所有记录或者前10条均可。

onliendictproject's People

Contributors

boyu07 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.