1、找到index.html。 2、找到main.js 3、挂载了router,然后去找router下的index.js index.js中,指定了路由。如: path: '/index',就会根据 import Index from '@/components/Index' 去components ...
分类:
其他好文 时间:
2020-04-26 15:28:41
阅读次数:
113
本篇参考: https://developer.salesforce.com/docs/component-library/bundle/lightning-input/documentation https://www.lightningdesignsystem.com/components/in ...
分类:
其他好文 时间:
2020-04-22 13:24:38
阅读次数:
86
1.想要实现当前页面调用另一个页面的方法,首先需要将一个页面封装成一个模板,路径为被调用方法页面的所在路径,在<script></script>里 import varsetting from "@/components/test/varsetting"; export default { comp ...
分类:
其他好文 时间:
2020-04-21 18:02:56
阅读次数:
92
一、背景 最近做的一个比较简单 CMS 项目,其中最“复杂”的功能就是要对表格中的数据实现 。 实例效果如下: 二、前端 用的是 AntDesign 的组件 其中的 拖拽排序 的示例: https://ant.design/components/table cn/ components t ...
分类:
数据库 时间:
2020-04-21 15:18:25
阅读次数:
72
题目链接: "Connected Components?" Description 给定一张 $n$ 个点,$\frac{n\times (n 1)}{2} m$ 条边的无向图。 读入 $m$ 对点,表示不存在 $u$ 到 $v$ 这条边。 问这张图中有多少个连通块,并且将连通块的个数按 不降序 输 ...
分类:
其他好文 时间:
2020-04-20 20:06:12
阅读次数:
58
[TOC] 插件开发 Action ActionBuilder Protocol & Components & Components Predef 使用中遇到的问题 如果要在DSL中使用hours、minutes等,需要导包: Expression的本质是一个函数: Validation中常用的两个 ...
分类:
其他好文 时间:
2020-04-20 15:26:51
阅读次数:
73
1、项目搭建 脚手架生成、别名配置、css引入、img引入、router配置 2、项目分析:导入底部导航栏,项目先从首页导航开始,命名nav-bar,而且在其他页面也有复用放到组件common中 3.1 首页顶部导航栏 nav-bar 分析: 在多个页面复用,组件设置在components/comm ...
分类:
其他好文 时间:
2020-04-17 00:17:39
阅读次数:
519
漏洞参考 https://blog.csdn.net/csacs/article/details/87122472 漏洞概述:在 WebLogic 里,攻击者利用其他rmi绕过weblogic黑名单限制,然后在将加载的内容利用readObject解析,从而造成反序列化远程代码执行该漏洞,该漏洞主要由 ...
分类:
其他好文 时间:
2020-04-11 09:45:10
阅读次数:
73
选用Video.js作为视频播放库,如果要支持hls m3u8还需要videojs contrib hls组件的支持。 安装Video.js 安装videojs contrib hls 创建一个vue的播放组件 src/components/VideoPlayer/index.vue 在页面中引用V ...
分类:
其他好文 时间:
2020-04-08 12:01:25
阅读次数:
52
效果图 src/components/scroll/index.vue <template> <!-- 通过ref可以获取到dom对象 --> <swiper class="swiper" :options="swiperOption" ref="swiper"> <div class="mine- ...
分类:
其他好文 时间:
2020-04-06 20:53:01
阅读次数:
72