GithubHelp home page GithubHelp logo

vocabulary-of-cet-4's Introduction

Vocabulary-of-CET-4

这是一个从网上爬取、整理的英语四级单词库


实现数据类型

  • 文本文件          ✅
  • JSON             ✅
  • XML              ❎
  • Oracle文件        ❎
  • Mysql文件         ❎
  • PostgreSQL文件    ❎
  • SQLServer文件     ✅
  • Excel文件         ❎

词库目录结构

├── TXT // TXT文本单词库
│ ├── 总表 // 总的文本文件
│ │ └── 四级词汇总表.txt // 总的文本文件
│ └── 字母表 // 首字母单词表
│ ├── A.txt
│ ├── B.txt
│ └── ...
├── JSON //JSON文件的单词库
└── SQLServer // SQL server单词库
├── Words.mdf // 数据库文件
└── Words_log.ldf // 日志文件

SQL Server数据库设计

cet_4

name type info
wid int 单词ID;自增
word nvarchar(30) 单词
phonetic_symbol nvarchar(30) 音标
mean nvarchar(50) 释义
initial nvarchar(50) 首字母

最后

如果这个词库对您有所帮助,请帮忙点亮右上方的小星星,蟹蟹啦!:kissing_heart:

vocabulary-of-cet-4's People

Contributors

cuttlin avatar jingyuexing 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.