diff --git a/REFERENCE.md b/REFERENCE.md new file mode 100644 index 0000000..3db9bf4 --- /dev/null +++ b/REFERENCE.md @@ -0,0 +1,89 @@ +# 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 - Prof O'Kane +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/_sidebar.md b/_sidebar.md index 2980e95..4e5bf02 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,6 +1,7 @@ - MUMPS 文档概述 - [文档介绍和快速链接](README.md) - [联系方式](CONTACT.md) + - [联系方式](CONTACT.md) - 语言参考 - [概述和环境配置](java/_README.md) @@ -12,12 +13,13 @@ - [核心编程](java/core/_README.md) - [语言基础](java/fundamentals/_README.md) -- 库和技术方案 +- - [JWT](jwt/README.md) - [MessagePack](message-pack/index.md) - [Protocol Buffers](protocol-buffers/index.md) -- 导航 +- 导航和参考 + - [REF](REFERENCE.md) - [WWW.ISHARKFLY.COM](https://www.isharkfly.com/tag/mumps) - [MUMPS.ISHARKFLY.COM](https://mumps.isharkfly.com/#/) \ No newline at end of file diff --git a/spring.md b/spring.md deleted file mode 100644 index 25f9a35..0000000 --- a/spring.md +++ /dev/null @@ -1,28 +0,0 @@ -# CWIKIUS SPRING 文档和项目快速导航 - -欢迎来到 CWIKIUS SPRING 文档和手册的空间 - -Spring 有关的文档和项目 Confluence Wiki,请访问:[https://www.cwiki.us/display/CWIKIUSDOCS/Spring+Docs](https://www.cwiki.us/display/CWIKIUSDOCS/Spring+Docs) - - -如果您有兴趣参与我们的小组和项目,请使用下面的联系方式和我们联系: - -| 联系方式名称 | 联系方式 | -|---|---| -| 电子邮件 | [service@ossez.com](mailto:service@ossez.com) | -| QQ 或微信 | 103899765 | -| QQ 交流群 Spring | 15186112 | -| 社区论坛 | [https://www.ossez.com/](https://www.ossez.com/) | - -## Spring Data JPA - -在下面的表格中,我们列出了一些比较有用的 CWIKIUS 相关软件开发使用教程的导航,在我们文档的整理中,也参考了一些这些文档。 - -在这里对原作者表示感谢。 - -| 网站名称 | URL | NOTE | -|---|---|---| -| 源代码 | [https://github.com/cwiki-us-spring/spring-data-jpa](https://github.com/cwiki-us-spring/spring-data-jpa) | 下面编译结果使用的源代码 | -| 参考 | [https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/reference/html/index.html](https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/reference/html/index.html) | 从官方代码库中 Fork 下来的代码后进行中文化编译后的的文档 | -| API | [https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/apidocs/index.html](https://cdn.ossez.com/docs/spring-docs/spring-data-jpa/apidocs/index.html) | 官方代码库中 Fork 下面的代码后编译的 API 参考 | -