1,vue中安装wangEditor 使用的npm安装 npm install wangeditor --save 2,创建公用组件 在components中创建wangEnduit文件夹 组件内容为: <template lang="html"> <div class="editor"> <div ...
分类:
其他好文 时间:
2020-07-21 21:57:00
阅读次数:
128
简述 这个区段是可选,它定义安装程序在执行安装期间所又用户定制的任务。 光任务本身是不会做任何事情的,它需要链接到其他安装条目上 [Tasks] Name: 必需的 任务名称 Description: 必需的,描述 GroupDescription: 任务组的描述 Components: 这个任务属 ...
分类:
其他好文 时间:
2020-07-20 10:22:30
阅读次数:
79
组件传值 <script> import LunBo from "./LunBo"; export default { name: 'Home', components: {LunBo}, data(){ return { lists:[ {title:'标题1',color:'#ffbb78'}, ...
分类:
其他好文 时间:
2020-07-19 16:10:52
阅读次数:
64
安装包 cnpm install node-sass --save-dev 启动项目:cnpm run serve 目录结构介绍 创建新目录:api/route/views 默认资源文件介绍 assets:静态资源文件 components:组件 router:路由 store:vuex用于vue状 ...
分类:
其他好文 时间:
2020-07-19 15:51:39
阅读次数:
65
第一部分是协议(或称为服务方式)。资源的访问方式? A URL for HTTP (or HTTPS) is normally made up of three or four components: A scheme. The scheme identifies the protocol to b ...
分类:
Web程序 时间:
2020-07-19 00:51:21
阅读次数:
95
官网文档 https://www.swoft.org/documents/v2/basic-components/aop/ 视频教程 https://www.bilibili.com/video/BV12J411j721?p=51 切面 我理解 就是不破坏原有代码逻辑,往里面加入需要执行的前置 后置 ...
分类:
其他好文 时间:
2020-07-18 22:58:05
阅读次数:
124
# Name the components on this agenta1.sources = r1a1.channels = c1 c2a1.sinks = k1 k2 #将数据流复制给所有channel#下边这句是默认的,不配置也可以#a1.sources.r1.selector.type = ...
分类:
Web程序 时间:
2020-07-18 19:54:00
阅读次数:
103
Linux下安装Artemis Artemis是下一代的ActiveMQ,也就是说目前的ActiveMQ是5.x,Artemis将是6.x 1. 下载 官网下载地址: https://activemq.apache.org/components/artemis/download/ wget http ...
分类:
其他好文 时间:
2020-07-18 19:47:13
阅读次数:
133
Inno Setup区段之Components篇 简述 场景:多组件可以自定义勾选安装的时候,通过Components+Types的形式来实现 Components Name 必需的 区分组件,/ \ 用来区分组件级别 Description 必需的 安装期间的描述 Types 组件所属类型 如果用 ...
分类:
其他好文 时间:
2020-07-18 11:35:49
阅读次数:
94
springboot整合activeMqActiveMq是Apache提供的开源消息系统采用java实现,很好地支持JMS(JavaMessageService,即Java消息服务)规范ActiveMq安装:http://activemq.apache.org/components/classic/download/在官网下载安装对应的版本下载完成后解压就可以使用ActiveMq默认的端口号是81
分类:
编程语言 时间:
2020-07-17 01:16:57
阅读次数:
105