Code Monkey home page Code Monkey logo

english-word-sea's Introduction

英语词海

实现功能

背单词

pc控制台交互背单词

html页面背单词(可以在手机上)

查找所有相似单词

前缀相同、后缀相同、汉语意思相同的单词

文件结构

D:.
├─.idea
│  └─inspectionProfiles
│
├─dataBaseOrigin  相当于数据库,存放一些单词
│
├─fastPractice    网页版html单词训练项目(极简)
│  ├─.idea
│  ├─css
│  └─js
│
├─GUI_DESIGNED
│  └─__pycache__
│
├─practiceHtml    网页版html单词训练项目(目前比较失败)
│  ├─.idea
│  ├─css
│  ├─js
│  └─json
│
├─samesListOut    对相似单词的输出显示的地方
│
├─testFile        一些不重要的测试文件
│
├─wordListOut	 对单词列表进行的一些实验操作的输出文件
│  └─汉字的
│
├─wordSeaHtml		单词相似连线的前端html直观可视化
│  ├─.idea
│  ├─css
│  ├─js
│  └─json
│
└─__pycache__

注意

要使用不同的功能,要根据需求解开main函数里的不同注释代码

要运行网页,不能直接打开index.html,要用vscode的LiveServer插件在本地开启服务器打开网页,或者webstorm、pycharm里的直接运行网页,开端口号的那种

吐槽

这个代码是很早的代码了,现在2024年看感觉当时写的代码都很烂

english-word-sea's People

Contributors

littlefean avatar

Stargazers

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