Commit e3584358 authored by wangqinghua's avatar wangqinghua

bug update

parent b6c88b58
1.npm install #安装命令
2.npm i yarn 1.npm install
2.yarn start 2.npm i yarn
2.yarn start
//快捷命令
Component ng g component my-new-component #快捷命令
Directive ng g directive my-new-directive Component ng g component my-new-component
Pipe ng g pipe my-new-pipe
Service ng g service my-new-service Directive ng g directive my-new-directive
Class ng g class my-new-class
Interface ng g interface my-new-interface Pipe ng g pipe my-new-pipe
Enum ng g enum my-new-enum
Module ng g module my-module Service ng g service my-new-service
统计分析: analysis Class ng g class my-new-class
资源告警统计 resourceAlarm
资源可用性统计 resourceUsabil Interface ng g interface my-new-interface
业务监管统计 businessSup
运维工作统计 operationWork Enum ng g enum my-new-enum
智能运维: smart
智能备份 backup Module ng g module my-module
应急处理 handle
脚本配置 scriptConfig
运维工作: work 统计分析: analysis
事件处置 workHandle 资源告警统计 resourceAlarm
巡检计划 inspectPlan 资源可用性统计 resourceUsabil
人员管理 personelManage 业务监管统计 businessSup
合同跟踪 contractTrack 运维工作统计 operationWork
资产备件 assetPart 智能运维: smart
知识库 knowledgeBase 智能备份 backup
参数配置 params 应急处理 handle
项目管理 project-manager 脚本配置 scriptConfig
运维公司 运维工作: work
事件处置 workHandle
业务监管: business 巡检计划 inspectPlan
业务概览 bOverview 人员管理 personelManage
业务拓扑 bTopology 合同跟踪 contractTrack
效能分析 effectAnalysis 资产备件 assetPart
日志分析 logAnalysis 知识库 knowledgeBase
业务配置 bConfig 参数配置 params
项目管理 project-manager
运维公司
智能预警-----early-warning
信息化项目-----infomation-project
业务监管: business
业务概览 bOverview
业务拓扑 bTopology
效能分析 effectAnalysis
日志分析 logAnalysis
业务配置 bConfig
版本更新: 版本更新:
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/ scp -r 22 build/wx root@10.10.38.99:/home/nginx/html/www/ 监控1.0
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