{"id":15387766,"url":"https://github.com/raoenhui/code-english","last_synced_at":"2026-03-04T16:02:44.013Z","repository":{"id":40946633,"uuid":"154801581","full_name":"raoenhui/code-english","owner":"raoenhui","description":"用nextjs + express + MongoDB的增删改查项目","archived":false,"fork":false,"pushed_at":"2022-12-06T23:15:56.000Z","size":368,"stargazers_count":20,"open_issues_count":18,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T19:53:54.493Z","etag":null,"topics":["english-learning","express","mongodb","nextjs"],"latest_commit_sha":null,"homepage":"https://en.frontendx.cn","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raoenhui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-26T08:23:51.000Z","updated_at":"2024-11-06T00:39:41.000Z","dependencies_parsed_at":"2023-01-24T12:16:59.467Z","dependency_job_id":null,"html_url":"https://github.com/raoenhui/code-english","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raoenhui/code-english","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raoenhui%2Fcode-english","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raoenhui%2Fcode-english/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raoenhui%2Fcode-english/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raoenhui%2Fcode-english/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raoenhui","download_url":"https://codeload.github.com/raoenhui/code-english/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raoenhui%2Fcode-english/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30085825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["english-learning","express","mongodb","nextjs"],"created_at":"2024-10-01T14:54:39.127Z","updated_at":"2026-03-04T16:02:43.977Z","avatar_url":"https://github.com/raoenhui.png","language":"JavaScript","readme":"# code-english\n程序员英语词汇\n\n# 技术站\n\nNextjs+express+MongoDB\n\n网站：[http://en.frontendx.cn](http://en.frontendx.cn)\n\n# 启动\n\n在根目录新建`env.js`,输入\n```javascript\n//输入你的mongoDb地址\nmodule.exports = {'MongoAddress':'mongodb://localhost:27017/next'}\n```\n命令\n```bash\n# 安装\nyarn\n# 开发启动\nnpm run dev\n# 生成打包\nnpm run build\n```\n\n\n## HTML\n\n| 英文        | 中文   |\n| --------   | -----:  |\n|  `\u003c!DOCTYPE\u003e`   |\t定义文档类型。   |  \n|  `\u003ca\u003e` \t  |   定义锚   |  \n|  `\u003cabbr\u003e`  |  \t定义缩写。   |  \n|  `\u003cacronym\u003e`  |  \t定义只取首字母的缩写。   |  \n|  `\u003caddress\u003e`  |  \t定义文档作者或拥有者的联系信息。   |  \n|  `\u003capplet\u003e`  |  \t不赞成使用。定义嵌入的 applet。   |  \n|  `\u003carea\u003e`  |  \t定义图像映射内部的区域。   |  \n|  `\u003carticle\u003e`  |  \t定义文章。   |  \n|  `\u003caside\u003e`  |  \t定义页面内容之外的内容。   |  \n|  `\u003caudio\u003e`  |  \t定义声音内容。   |  \n|  `\u003cb\u003e`  |  \t定义粗体字。   |  \n|  `\u003cbase\u003e`  |  \t定义页面中所有链接的默认地址或默认目标。   |  \n|  `\u003cbasefont\u003e`  |  \t不赞成使用。定义页面中文本的默认字体、颜色或尺寸。   |  \n|  `\u003cbdi\u003e`  |  \t定义文本的文本方向，使其脱离其周围文本的方向设置。   |  \n|  `\u003cbdo\u003e`  |  \t定义文字方向。   |  \n|  `\u003cbig\u003e`  |  \t定义大号文本。   |  \n|  `\u003cblockquote\u003e`  |  \t定义长的引用。   |  \n|  `\u003cbody\u003e`  |  \t定义文档的主体。   |  \n|  `\u003cbr\u003e`  |  \t定义简单的折行。   |  \n|  `\u003cbutton\u003e`  |  \t定义按钮 (push button)。   |  \n|  `\u003ccanvas\u003e`  |  \t定义图形。   |  \n|  `\u003ccaption\u003e`  |  \t定义表格标题。   |  \n|  `\u003ccenter\u003e`  |  \t不赞成使用。定义居中文本。   |  \n|  `\u003ccite\u003e`  |  \t定义引用(citation)。   |  \n|  `\u003ccode\u003e`  |  \t定义计算机代码文本。   |  \n|  `\u003ccol\u003e`  |  \t定义表格中一个或多个列的属性值。   |  \n|  `\u003ccolgroup\u003e`  |  \t定义表格中供格式化的列组。   |  \n|  `\u003ccommand\u003e`  |  \t定义命令按钮。   |  \n|  `\u003cdatalist\u003e`  |  \t定义下拉列表。   |  \n|  `\u003cdd\u003e`  |  \t定义定义列表中项目的描述。   |  \n|  `\u003cdel\u003e`  |  \t定义被删除文本。   |  \n|  `\u003cdetails\u003e`  |  \t定义元素的细节。   |  \n|  `\u003cdir\u003e`  |  \t不赞成使用。定义目录列表。   |  \n|  `\u003cdiv\u003e`  |  \t定义文档中的节。   |  \n|  `\u003cdfn\u003e`  |  \t定义定义项目。   |  \n|  `\u003cdialog\u003e`  |  \t定义对话框或窗口。   |  \n|  `\u003cdl\u003e`  |  \t定义定义列表。   |  \n|  `\u003cdt\u003e`  |  \t定义定义列表中的项目。   |  \n|  `\u003cem\u003e`  |  \t定义强调文本。   |  \n|  `\u003cembed\u003e`  |  \t定义外部交互内容或插件。   |  \n|  `\u003cfieldset\u003e`  |  \t定义围绕表单中元素的边框。   |  \n|  `\u003cfigcaption\u003e`  |  \t定义 figure 元素的标题。   |  \n|  `\u003cfigure\u003e`  |  \t定义媒介内容的分组，以及它们的标题。   |  \n|  `\u003cfont\u003e`  |  \t不赞成使用。定义文字的字体、尺寸和颜色。   |  \n|  `\u003cfooter\u003e`  |  \t定义 section 或 page 的页脚。   |  \n|  `\u003cform\u003e`  |  \t定义供用户输入的 HTML 表单。   |  \n|  `\u003cframe\u003e`  |  \t定义框架集的窗口或框架。   |  \n|  `\u003cframeset\u003e`  |  \t定义框架集。   |  \n|  `\u003ch1\u003e`  |   to |  `\u003ch6\u003e`  |  \t定义 HTML 标题。   |  \n|  `\u003chead\u003e`  |  \t定义关于文档的信息。   |  \n|  `\u003cheader\u003e`  |  \t定义 section 或 page 的页眉。   |  \n|  `\u003chr\u003e`  |  \t定义水平线。   |  \n|  `\u003chtml\u003e`  |  \t定义 HTML 文档。   |  \n|  `\u003ci\u003e`  |  \t定义斜体字。   |  \n|  `\u003ciframe\u003e`  |  \t定义内联框架。   |  \n|  `\u003cimg\u003e`  |  \t定义图像。   |  \n|  `\u003cinput\u003e`  |  \t定义输入控件。   |  \n|  `\u003cins\u003e`  |  \t定义被插入文本。   |  \n|  `\u003cisindex\u003e`  |  \t不赞成使用。定义与文档相关的可搜索索引。   |  \n|  `\u003ckbd\u003e`  |  \t定义键盘文本。   |  \n|  `\u003ckeygen\u003e`  |  \t定义生成密钥。   |  \n|  `\u003clabel\u003e`  |  \t定义 input 元素的标注。   |  \n|  `\u003clegend\u003e`  |  \t定义 fieldset 元素的标题。   |  \n|  `\u003cli\u003e`  |  \t定义列表的项目。   |  \n|  `\u003clink\u003e`  |  \t定义文档与外部资源的关系。   |  \n|  `\u003cmap\u003e`  |  \t定义图像映射。   |  \n|  `\u003cmark\u003e`  |  \t定义有记号的文本。   |  \n|  `\u003cmenu\u003e`  |  \t定义命令的列表或菜单。   |  \n|  `\u003cmenuitem\u003e`  |  \t定义用户可以从弹出菜单调用的命令/菜单项目。   |  \n|  `\u003cmeta\u003e`  |  \t定义关于 HTML 文档的元信息。   |  \n|  `\u003cmeter\u003e`  |  \t定义预定义范围内的度量。   |  \n|  `\u003cnav\u003e`  |  \t定义导航链接。   |  \n|  `\u003cnoframes\u003e`  |  \t定义针对不支持框架的用户的替代内容。   |  \n|  `\u003cnoscript\u003e`  |  \t定义针对不支持客户端脚本的用户的替代内容。   |  \n|  `\u003cobject\u003e`  |  \t定义内嵌对象。   |  \n|  `\u003col\u003e`  |  \t定义有序列表。   |  \n|  `\u003coptgroup\u003e`  |  \t定义选择列表中相关选项的组合。   |  \n|  `\u003coption\u003e`  |  \t定义选择列表中的选项。   |  \n|  `\u003coutput\u003e`  |  \t定义输出的一些类型。   |  \n|  `\u003cp\u003e`  |  \t定义段落。   |  \n|  `\u003cparam\u003e`  |  \t定义对象的参数。   |  \n|  `\u003cpre\u003e`  |  \t定义预格式文本。   |  \n|  `\u003cprogress\u003e`  |  \t定义任何类型的任务的进度。   |  \n|  `\u003cq\u003e`  |  \t定义短的引用。   |  \n|  `\u003crp\u003e`  |  \t定义若浏览器不支持 ruby 元素显示的内容。   |  \n|  `\u003crt\u003e`  |  \t定义 ruby 注释的解释。   |  \n|  `\u003cruby\u003e`  |  \t定义 ruby 注释。   |  \n|  `\u003cs\u003e`  |  \t不赞成使用。定义加删除线的文本。   |  \n|  `\u003csamp\u003e`  |  \t定义计算机代码样本。   |  \n|  `\u003cscript\u003e`  |  \t定义客户端脚本。   |  \n|  `\u003csection\u003e`  |  \t定义 section。   |  \n|  `\u003cselect\u003e`  |  \t定义选择列表（下拉列表）。   |  \n|  `\u003csmall\u003e`  |  \t定义小号文本。   |  \n|  `\u003csource\u003e`  |  \t定义媒介源。   |  \n|  `\u003cspan\u003e`  |  \t定义文档中的节。   |  \n|  `\u003cstrike\u003e`  |  \t不赞成使用。定义加删除线文本。   |  \n|  `\u003cstrong\u003e`  |  \t定义强调文本。   |  \n|  `\u003cstyle\u003e`  |  \t定义文档的样式信息。   |  \n|  `\u003csub\u003e`  |  \t定义下标文本。   |  \n|  `\u003csummary\u003e`  |  \t为 |  `\u003cdetails\u003e`  |   元素定义可见的标题。   |  \n|  `\u003csup\u003e`  |  \t定义上标文本。   |  \n|  `\u003ctable\u003e`  |  \t定义表格。   |  \n|  `\u003ctbody\u003e`  |  \t定义表格中的主体内容。   |  \n|  `\u003ctd\u003e`  |  \t定义表格中的单元。   |  \n|  `\u003ctextarea\u003e`  |  \t定义多行的文本输入控件。   |  \n|  `\u003ctfoot\u003e`  |  \t定义表格中的表注内容（脚注）。   |  \n|  `\u003cth\u003e`  |  \t定义表格中的表头单元格。   |  \n|  `\u003cthead\u003e`  |  \t定义表格中的表头内容。   |  \n|  `\u003ctime\u003e`  |  \t定义日期/时间。   |  \n|  `\u003ctitle\u003e`  |  \t定义文档的标题。   |  \n|  `\u003ctr\u003e`  |  \t定义表格中的行。   |  \n|  `\u003ctrack\u003e`  |  \t定义用在媒体播放器中的文本轨道。   |  \n|  `\u003ctt\u003e`  |  \t定义打字机文本。   |  \n|  `\u003cu\u003e`  |  \t不赞成使用。定义下划线文本。   |  \n|  `\u003cul\u003e`  |  \t定义无序列表。   |  \n|  `\u003cvar\u003e`  |  \t定义文本的变量部分。   |  \n|  `\u003cvideo\u003e`  |  \t定义视频。   |  \n|  `\u003cwbr\u003e`  |  \t定义可能的换行符。   |  \n|  `\u003cxmp\u003e`  |  \t不赞成使用。定义预格式文本。   |  \n\n正在更新，尽情期待...  \n\n\n\u003e js\\css\\java正在更新，尽情期待...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraoenhui%2Fcode-english","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraoenhui%2Fcode-english","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraoenhui%2Fcode-english/lists"}