Commit e3584358 authored by wangqinghua's avatar wangqinghua

bug update

parent b6c88b58
#安装命令
1.npm install 1.npm install
2.npm i yarn 2.npm i yarn
2.yarn start 2.yarn start
//快捷命令 #快捷命令
Component ng g component my-new-component Component ng g component my-new-component
Directive ng g directive my-new-directive Directive ng g directive my-new-directive
Pipe ng g pipe my-new-pipe Pipe ng g pipe my-new-pipe
Service ng g service my-new-service Service ng g service my-new-service
Class ng g class my-new-class Class ng g class my-new-class
Interface ng g interface my-new-interface Interface ng g interface my-new-interface
Enum ng g enum my-new-enum Enum ng g enum my-new-enum
Module ng g module my-module Module ng g module my-module
统计分析: analysis 统计分析: analysis
资源告警统计 resourceAlarm 资源告警统计 resourceAlarm
资源可用性统计 resourceUsabil 资源可用性统计 resourceUsabil
...@@ -31,6 +40,8 @@ Module ng g module my-module ...@@ -31,6 +40,8 @@ Module ng g module my-module
参数配置 params 参数配置 params
项目管理 project-manager 项目管理 project-manager
运维公司 运维公司
智能预警-----early-warning
信息化项目-----infomation-project
业务监管: business 业务监管: business
业务概览 bOverview 业务概览 bOverview
...@@ -43,12 +54,16 @@ Module ng g module my-module ...@@ -43,12 +54,16 @@ Module ng g module my-module
版本更新: 版本更新:
v2.0.1 修复选择节点之后 流量查询不出来 v2.0.1 修复选择节点之后 流量查询不出来
****上传文件到服务器****** #上传文件到服务器
scp -r 22 build/master root@10.10.38.99:/home/nginx/www/ scp -r 22 build/master root@10.10.38.99:/home/nginx/www/ 监控2.0
scp -r 22 build/wx root@10.10.38.99:/home/nginx/html/www/ 监控1.0
scp -r 22 build/wx root@10.10.38.99:/home/nginx/html/www/ http://10.10.38.99:9876/#/home 党校
http://10.10.38.99:8282/#/home 监控2.0
http://10.10.38.99:9999/#/home 安可
git 命令: #git 命令:
创建分支 git checkout -b test 创建分支 git checkout -b test
删除分支 git branch -D test 删除分支 git branch -D test
合并分支到master上面 git checkout --patch test 合并分支到master上面 git checkout --patch test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment