Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base: mirrors.aliyun.com * c6-media: * extras: ...
分类:
其他好文 时间:
2020-09-17 20:48:20
阅读次数:
33
一、 选择主题 转到主题制作网站 jenkins-material-theme 1. 选择主题颜色 可以选择自己喜欢的任何颜色,这里紫色只做演示 2.上传Logo 要求png格式图片,最小高度40px 3. 下载主题 上传好logo后就可以下载插件主题 下载的主题文件名为: jenkins-mate ...
分类:
其他好文 时间:
2020-09-17 20:37:12
阅读次数:
40
路由守卫的前置和后置的实现方式 A.前置路由守卫 1.1 依赖中间件middleware, 插件plugins 1.2 全局守卫 : a. nuxt.config 指向middleware b.layouts定义中间件 1.3 组件独享守卫: middleware 1.4 插件全局前置守卫: bef ...
分类:
其他好文 时间:
2020-09-17 20:05:51
阅读次数:
26
module.exports = { presets: [ ['@vue/cli-plugin-babel/preset', { modules: false }] ], plugins: [ [ 'component', { libraryName: 'element-ui', styleLibr ...
分类:
Web程序 时间:
2020-09-17 15:34:00
阅读次数:
76
介绍 在本教程中,您将探索几种用于邻近度分析的技术。 特别是,您将学习如何执行以下操作: 测量地图上点之间的距离,以及 选择某要素半径内的所有点。 import folium from folium import Marker, GeoJson from folium.plugins import ...
分类:
其他好文 时间:
2020-09-14 19:20:33
阅读次数:
72
一、安装IK分词器 下载ik分词器插件 wget https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.4.2/elasticsearch-analysis-ik- 使用linux下载会很慢,于是我自己去git ...
分类:
其他好文 时间:
2020-09-07 19:07:17
阅读次数:
48
yum install gcc 结果报错: [root@localhost ~]# yum install gcc Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * epel: ...
分类:
其他好文 时间:
2020-08-27 17:12:52
阅读次数:
174
路由预加载 Created: Aug 14, 2020 11:18 PM 分类: 小技巧 技术: 路由懒加载, 预加载 文件: src/router/index.js, vue.config.js 当打包构建应用时,JavaScript 包会变得非常大,影响页面加载。如果我们能把不同路由对应的组件分 ...
分类:
其他好文 时间:
2020-08-27 13:09:06
阅读次数:
49
该工具类用于分页Page对象转为Map,然后存储到Redis中 import com.alibaba.fastjson.JSON; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import java.util. ...
分类:
其他好文 时间:
2020-08-27 11:46:52
阅读次数:
86