From 487950d4206c9de2015ab48e9d6f6344ce5cdcee Mon Sep 17 00:00:00 2001 From: doc_wei <598748873@qq.com> Date: Wed, 21 Nov 2018 17:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bde58611..1a7d343cc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ win10风格的一套系统,刚开始开发,内容慢慢添加。
- 拖拽生成小程序静态版完成,可自定义配置小程序组件 - 用户可根据自己的爱好自定义设置界面样式 - 日志管理 +- Java应用的在线性能监控 #### 软件架构 软件架构说明 @@ -25,6 +26,7 @@ MyBatis|ORM框架|http://www.mybatis.org/mybatis-3/zh/index.html Druid|数据库连接池|https://github.com/alibaba/druid Maven|项目构建管理|http://maven.apache.org/ redis|key-value存储系统|https://redis.io/ +webSocket|浏览器与服务器全双工(full-duplex)通信|http://www.runoob.com/html/html5-websocket.html ##### 前端技术: 技术|名称|官网 @@ -35,6 +37,7 @@ layui|模块化前端UI|https://www.layui.com/ winui|win10风格UI|http://win10ui.yuri2.cn/ codemirror|codemirror代码编辑器|https://codemirror.net/ handlebars|js模板引擎|http://www.ghostchina.com/introducing-the-handlebars-js-templating-engine/ +webSocket|浏览器与服务器全双工(full-duplex)通信|http://www.runoob.com/html/html5-websocket.html #### 代码描述 ##### 前后台接口映射 @@ -83,6 +86,9 @@ handlebars|js模板引擎|http://www.ghostchina.com/introducing-the-handlebars-j ![输入图片说明](https://images.gitee.com/uploads/images/2018/1120/154913_24bf0938_1541735.png "微信截图_20181120154653.png") - 11.系统日志管理 ![输入图片说明](https://images.gitee.com/uploads/images/2018/1121/105120_65de9434_1541735.png "1.png") +- 12.Java应用的在线服务器性能监控 +![输入图片说明](https://images.gitee.com/uploads/images/2018/1121/173442_c1c842b4_1541735.png "1.png") +![输入图片说明](https://images.gitee.com/uploads/images/2018/1121/173447_347bfaac_1541735.png "5.png") #### 环境搭建 ##### 开发工具: -- GitLab