From 977ab1af86c1c39b7fd1fc7f547d53d898034e15 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 6 Feb 2026 15:28:31 -0500 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=92=8C=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 81 +++--------------------------------- REFERENCE.md | 96 ------------------------------------------- docs/REFERENCE.md | 7 ++++ docs/index.md | 7 ++-- 4 files changed, 17 insertions(+), 174 deletions(-) delete mode 100644 REFERENCE.md create mode 100644 docs/REFERENCE.md diff --git a/.vitepress/config.mts b/.vitepress/config.mts index acce7c4..67971fd 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -31,87 +31,18 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= }, sidebar: [ { - text: '计算机相关技术', + text: 'FHIR', + collapsed: true, + link: '/fhir/', items: [ - { - text: '程序语言', - collapsed: true, - items: [ - { - text: 'Java', link: '/programming-language/java/', collapsed: true, - items: [ - {text: '核心编程', link: '/programming-language/java/core/'}, - - ] - }, - {text: 'Python', link: '/programming-language/python/'}, - {text: 'Mumps', link: '/programming-language/mumps/'} - ] - }, + {text: '简介', link: '/fhir/introduction', collapsed: true}, ] }, { - text: '框架和库', - collapsed: true, - link: '/framework/', - items: [ - { - text: 'Spring', - collapsed: true, - items: [ - { - text: 'Java', link: '/programming-language/java/', collapsed: true, - items: [ - {text: '核心编程', link: '/programming-language/java/core/'}, - - ] - }, - {text: 'Python', link: '/programming-language/python/'}, - {text: 'Mumps', link: '/programming-language/mumps/'} - ] - }, - { - text: 'Node', - collapsed: true, - items: [ - { text: 'Yarn', link: '/framework/node/yarn', collapsed: true, }, - ] - }, - ] + text: 'Mumps', link: '/mumps',collapsed: true, }, { - text: 'DevOps', - collapsed: true, - link: '/dev-ops/', - items: [ - {text: 'OS', link: '/dev-ops/os/linux'}, - {text: '数据库', link: '/dev-ops/database/', - items: [ - {text: 'PostgreSQL', link: '/dev-ops/database/postgresql.md'}, - {text: 'MariaDB/MySQL', link: '/dev-ops/database/mariadb.md'}, - ] - }, - {text: 'Docker', link: '/dev-ops/container/docker.md'}, - - ] - }, - { - text: '面试和职场', - collapsed: true, - link: '/work/', - items: [ - {text: '面试', link: '/work/interview/'}, - {text: '职场', link: '/work/workplace/'}, - {text: '认证', link: '/work/certifications/'} - ] - }, - { - text: '短文', - collapsed: true, - link: '/article/', - items: [ - {text: '星途漫记', link: '/article/journey/'} - ] + text: '术语和参考', link: 'REFERENCE', collapsed: true, } ], diff --git a/REFERENCE.md b/REFERENCE.md deleted file mode 100644 index 87235ed..0000000 --- a/REFERENCE.md +++ /dev/null @@ -1,96 +0,0 @@ -# M[UMPS] 参考 (Reference) - -M 语言的参考很乱,到目前为止也没有找到非常多的有效文件。 - -在这个页面中,我们对网络上能收集到的文档和资料进行归档,以便于大家快速下载。 - -# M Programming Language - -MUMPS (M) is a high performance transaction processing key–value database with integrated programming language. - -__M history__ -https://en.wikipedia.org/wiki/MUMPS - -M syntax -https://en.wikipedia.org/wiki/MUMPS_syntax - -M standard -http://71.174.62.16/Demo/AnnoStd - -M language guide -https://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsUsersGuide.pdf -https://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsTutorial.pdf - -M language forum -https://groups.google.com/g/comp.lang.mumps - -M pocket guide -http://vistaexpertise.net/bookstore/1995-standard-mumps-pocket-guide/1995-standard-mumps-pocket-guide.pdf - -M example code -https://github.com/programarivm/mumps-examples -http://71.174.62.16/Demo/AnnoStd?Frame=Main&Page=a100006 - -M books -https://www.amazon.com/Mumps-Programming-Language-Kevin-OKane-ebook/dp/B00MZIMA1M - -M training -https://www.pioneerdatasys.com/site/train/m2s.html - -M utilities -https://www.hardhats.org/tools/MUtilframe.html - -M blogs -https://www.datasciencecentral.com/mumps-the-most-important-database-you-probably-never-heard-of -https://www.elys.com/blog/mumps-the-arcane-database-language-behind-our-electronic-medical-records - -M: Vista Programming -https://www.hardhats.org/tools/vpe/vpe_db.html -http://www.vistapedia.net/index.php/MUMPS_Overview -http://www.vistapedia.net/index.php/Introduction_To_Programming_VistA_with_MUMPS -http://www.vistapedia.net/index.php/VistA_Database_Globals -http://www.vistapedia.net/index.php/Object_Oriented_Programming_with_M - -## M implementations - -__Reference standard mumps (RSM)__ -https://gitlab.com/Reference-Standard-M/rsm - -__YottaDB__ -https://gitlab.com/YottaDB -https://yottadb.com/product/get-started/ -https://docs.yottadb.com/ProgrammersGuide/devcycle.html#overview-of-the-program-development-cycle -https://yottadb.com/connect-microsoft-analytics-and-business-intelligence-tools-to-octo/ - -### JSR - -https://mumps-dev.github.io/jsr/ - -### MUMPS Tutorials - -[Mumps 语言有关多层次和维度的程序员工具包指南(The Multi-Dimensional and Hierarchical Database Toolkit Programmer’s Guide)](https://www.isharkfly.com/t/the-multi-dimensional-and-hierarchical-database-toolkit-programmers-guide/16033) -[Mumps 语言快速基本概述(A Quick Overview of the Basics of the Mumps Language)](https://www.isharkfly.com/t/mumps/16037) -[Mumps 程序语言解释器编译器和 C++ 类库用户指南](https://www.isharkfly.com/t/mumps-c/16038) -[Mumps 语言标准指南 - 1995 年版](https://www.isharkfly.com/t/mumps-1995/16039) -[Mumps 语言开发标准 2020 年草案](https://www.isharkfly.com/t/mumps-2020/16040) - -https://www.cs.uni.edu/~okane/index.html -https://www.cs.uni.edu/~okane/mumps.html -https://www.cs.uni.edu/~okane/youtube.html#mumps -https://youtube.com/playlist?list=PLmMgHNtOIstYpwQRy5btu-P-Gl90IsjPM - -### Hacker News - -Introduction to the Mumps Language -https://news.ycombinator.com/item?id=16309237 -https://news.ycombinator.com/item?id=13859961 - -### Daily WTF - -https://thedailywtf.com/articles/MUMPS-Madness -https://thedailywtf.com/articles/A_Case_of_the_MUMPS -https://robtweed.wordpress.com/2012/10/21/a-case-of-the-mumps/ - -### M Developer gits - -https://github.com/robtweed \ No newline at end of file diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md new file mode 100644 index 0000000..623454e --- /dev/null +++ b/docs/REFERENCE.md @@ -0,0 +1,7 @@ +# 术语和参考 (Reference) + +M 语言的参考很乱,到目前为止也没有找到非常多的有效文件。 + +在这个页面中,我们对网络上能收集到的文档和资料进行归档,以便于大家快速下载。 + +## M Programming Language diff --git a/docs/index.md b/docs/index.md index 328ffae..5dd0770 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,11 +8,12 @@ hero: tagline: 欢迎来到 iSharkFly Health 文档 actions: - theme: brand - text: mumps - link: /mumps/index - - theme: alt text: FHIR link: /fhir + - theme: alt + text: mumps + link: /mumps + features: - title: iSharkFly 文档项目 -- 2.43.0 From 51cdafb6b9e79f79ef7ec832b06d838257423e61 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 6 Feb 2026 15:54:56 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=AC=E4=BC=97?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E6=9C=80=E6=96=B0=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CONTACT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/CONTACT.md b/docs/CONTACT.md index cd5a363..d37738e 100644 --- a/docs/CONTACT.md +++ b/docs/CONTACT.md @@ -18,6 +18,17 @@ ![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png) +## 小红书 + +![](https://cdn.isharkfly.com/img/sharkfly/xhs-w400.png) + +## 已停更公众号 + +| 公众号 | 停更说明 | +|-----|-----------------------------------------------------------| +| 百家号 | [百家号 2026 年开始停更](https://www.isharkfly.com/t/topic/18622) | + + ## 头条号 ![](https://cdn.ossez.com/img/cwikius/cwikus-qr-toutiao.png) -- 2.43.0 From 9bf468524c08ef2d11abdbdc232e2a83c1f9556d Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 6 Feb 2026 16:17:16 -0500 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CONTACT.md | 9 --------- docs/LINKS.md | 35 +++++++++++++++++++++++++++++++++++ docs/index.md | 5 ++++- 3 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 docs/LINKS.md diff --git a/docs/CONTACT.md b/docs/CONTACT.md index d37738e..877901e 100644 --- a/docs/CONTACT.md +++ b/docs/CONTACT.md @@ -37,12 +37,3 @@ 请关注我们的知乎:https://www.zhihu.com/people/huyuchengus -## 快速导航 - -在下面的表格中,我们列出了一些比较有用的 CWIKIUS 相关软件开发使用教程的导航,欢迎访问下面的链接获得更多的内容和参与讨论 - -| 网站名称 | URL | NOTE | -|--------------------|----------------------------------------------------------------|---------------------------| -| 鲨鱼君社区 | [www.isharkfly.com](https://www.isharkfly.com/) | 开放社区,欢迎注册参与讨论 | -| DOCS.ISHARKFLY.COM | [https://docs.isharkfly.com/#/](https://docs.isharkfly.com/#/) | 有关其他技术相关的文档和快速索引 | -| CN 博客 | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | diff --git a/docs/LINKS.md b/docs/LINKS.md new file mode 100644 index 0000000..5ba18c6 --- /dev/null +++ b/docs/LINKS.md @@ -0,0 +1,35 @@ +# 快速导航 + +在下面的表格中,我们列出了一些比较有用的 iSharkFly 相关软件开发使用教程的导航,欢迎访问下面的链接获得更多的内容和参与讨论。 + +| 网站名称 | URL | NOTE | +|--------------------|----------------------------------------------------------------|---------------------------| +| 鲨鱼社区 | [www.isharkfly.com](https://www.isharkfly.com/) | 开放社区,欢迎注册参与讨论 | +| DOCS.ISHARKFLY.COM | [https://docs.isharkfly.com/#/](https://docs.isharkfly.com/#/) | 有关其他技术相关的文档和快速索引 | +| 人文 | [DOCS.CWIKIUS.CN](https://docs.cwikius.cn/) | 人文和文旅 | +| CN 博客 | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | + + +### 前端和 UI +| 名称及链接 | URL | NOTE | +|-----------------|-----------------------------------------------------------------------------|-----------------------------| +| 前端技术社区 | https://www.ossez.com/c/toolkit-algorithm-computer-science/web-front-end/26 | 计算机相关的前端框架和讨论 | +| TypeScript 文档手册 | https://typescript.ossez.com/ | TypeScript 相关技术文档和手册 | +| Angular 技术手册 | https://angular.ossez.com/ | Angular 手册的在线翻译版本,从源代码中进行编译 | +| TypeScript 文档手册 | https://typescript.ossez.com/ | TypeScript 相关技术文档和手册 | +| Docsify 中文文档手册 | https://docsify.isharkfly.com/ | Docsify 可以快速帮你生成文档网站 | + +### 后端和数据 + +| 网站名称 | URL | NOTE | +|------------------------|-----------------------------------|----------------------| +| Apache Druid 技术手册 | https://druid.isharkfly.com/ | Druid 手册的在线翻译版本 | +| Amazon OpenSearch 技术手册 | https://opensearch.isharkfly.com/ | OpenSearch 手册的在线翻译版本 | +| HAPI FHIR | https://fhir.isharkfly.com/#/ | FHIR 相关技术文档的收集和讨论 | + +### 容器 docker + +| 网站名称 | URL | NOTE | +|--------------------|--------------------------------|-------------------------------------------------------------| +| Docker 手册中译在线版 | https://docker.ossez.com/ | 基于 Docker 容器英文手册的翻译版本 | +| Docker 手册中译 MD 在线版 | https://docker-docs.ossez.com/ | 因为 Docker 的官方手册进行了渲染,我们推荐你使用上面的链接,这个版本为 docsify 渲染版本,可能会丢格式 | \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 5dd0770..18132c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,4 +25,7 @@ features: --- --- - \ No newline at end of file + + +--- + \ No newline at end of file -- 2.43.0