https://github.com/3xxx/standardms
电子规范管理系统:基于golang go语言(beego框架),任意上传电子规范,进行查阅。特色是根据有效版本数据库进行比对,给予标识。对标系统:对报告中的规范名称进行标注规范编号和有效版本年份,免去了人工核对规范号和版本的麻烦。已经集成到engineercms中。
https://github.com/3xxx/standardms
engineering hydrolic projectmanage
Last synced: 2 months ago
JSON representation
电子规范管理系统:基于golang go语言(beego框架),任意上传电子规范,进行查阅。特色是根据有效版本数据库进行比对,给予标识。对标系统:对报告中的规范名称进行标注规范编号和有效版本年份,免去了人工核对规范号和版本的麻烦。已经集成到engineercms中。
- Host: GitHub
- URL: https://github.com/3xxx/standardms
- Owner: 3xxx
- License: apache-2.0
- Created: 2016-01-02T01:12:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T06:31:15.000Z (over 6 years ago)
- Last Synced: 2025-03-24T05:43:41.561Z (3 months ago)
- Topics: engineering, hydrolic, projectmanage
- Language: Go
- Homepage:
- Size: 75.3 MB
- Stars: 15
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: History.txt
- License: LICENSE
Awesome Lists containing this project
README
# StandardMS电子规范管理系统
## 这个已经在[engineercms](https://github.com/3xxx/EngineerCMS)里集成了。
StandardMS电子规范管理系统是一款方便中小团队和工程师个人管理规范、计算书、图集的web应用.
纸质的规范不可能人人都拥有齐全,最多还是需要电子扫描的规范来查阅一些不经常用到的关键数据。一个团队中也不可能人人去拥有这么齐全的规范,所以,团队中找一台电脑运行这个应用即可,大家都向上传电子规范,人人都可以查阅了。
至于规范的有效性,采用另外一个数据库来管理,查阅过程中,自动对照有效版本数据库。
有效版本数据库的维护,一般定期更新一下,我也可以提供。QQ504284# Quick Start
## Download and runWindows系统:解压压缩包到硬盘上,运行StandardMS-win64.exe或StandardMS-win32.exe,在浏览器中打开IP即可访问。本地IP即127.0.0.1。
Linuxx系统:git clone https://github.com/3xxx/EngineerCMS.git
go build main.go编译即可。# 特性
* 采用golang语言,sqlite数据库,无需部署,直接运行
* 设计规范、计算书、图集等查阅
* 快捷批量上传
* 对报告中的规范名称进行批量核对# 规范查阅

# 有效版本数据库维护

# 对标

# Documentation
* [中文文档]——请查阅document文件夹
# 免费开源和问题反馈
* 开源地址[https://github.com/3xxx/standardms/](https://github.com/3xxx/standardms/)
* 问题反馈: [https://github.com/3xxx/standardms/issues](https://github.com/3xxx/standardms/issues)# LICENSE
StandardMS source code is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).