一、简介 Turbine是聚合服务器发送事件流数据的一个工具,Hystrix的监控中,只能监控单个节点,实际生产中都为集群,因此可以通过Turbine来监控集群下Hystrix的metrics情况 Turbine的github地址:https://github.com/Netflix/Turbine ...
分类:
其他好文 时间:
2020-07-07 18:14:33
阅读次数:
74
<body> <div id="app"> <my-pnc2></my-pnc2> </div> </body> <script type="text/javascript"> //1.子组件 const cpnc1=Vue.extend({ template:` <h3>你好Vue1</h3> ` ...
分类:
其他好文 时间:
2020-07-07 12:49:07
阅读次数:
58
1.新建组件mmGoTop.vue ? <template> <div id="goTop"> <div class="goTop" v-show="goTopShow" @click="goTop"> <i class="el-icon-caret-top goTopIcon"></i> </di ...
分类:
其他好文 时间:
2020-07-07 11:35:16
阅读次数:
95
<template> <a-card :bordered="false" style="margin-top: -0.6%;margin-left: -0.6%;width: 102%"> <!-- 弹出框提示--> <alert-mes ref="alertFrom"></alert-mes> < ...
分类:
其他好文 时间:
2020-07-06 20:19:26
阅读次数:
77
<template> <div style="margin-top: -0.5%;margin-left: -0.4%;width: 101%" class="jt-from"> <!-- 弹出框提示--> <alert-mes ref="alertFrom"></alert-mes> <div s ...
分类:
其他好文 时间:
2020-07-06 20:01:51
阅读次数:
64
<template> <div class="hello"> <div class="specs" v-for="(item,index) in arrList" :key="index"> <div>{{item.name}}:</div> <div class="spec" v-for="(it ...
分类:
其他好文 时间:
2020-07-06 10:54:38
阅读次数:
118
组件化的基本使用过程 <body> <div id="app"> <my-pnc></my-pnc> </div> </body> <script type="text/javascript"> //1.组件构造器 const cpnc=Vue.extend({ template:` <h3>你好V ...
分类:
其他好文 时间:
2020-07-05 22:54:37
阅读次数:
69
需要步骤 1.在数据库item_template 中增加新的物品(entry足够大如90001,可以从别的物品上copy,修改下entry); 2.找到ITEM.DBC文件,通常是在你的服务端启动程序AUTH.EXE和world.exe的DBC文件下; 3.通过"MyDbcEditor1.22汉化版 ...
分类:
其他好文 时间:
2020-07-05 22:52:24
阅读次数:
79
应用场景:父组件对子组件的内容进行加工处理 我们先来看2.6版本之前的写法: // 父组件 <template> <div id="app"> <child> <template slot-scope="a"> <p v-text="a.item"></p> </template> </child> ...
分类:
其他好文 时间:
2020-07-05 21:21:07
阅读次数:
66
一、vueadmin-template-master 1、basic operation: (1)unzip (2)cnpm install (3)npm run dev 2、specific operation: (1)shut down grammatical normative check(E ...
分类:
其他好文 时间:
2020-07-05 20:58:26
阅读次数:
83