下载 ui库 yarn add ant-design-vue 默认是全局引入,打包后体积很大, 非常影响首屏加载速度, 按需加载 下载按需加载的插件;推荐使用cnpm cnpm install babel-plugin-import --save-dev 下载在开发环境中 在项目的根目录下创建 ba ...
分类:
其他好文 时间:
2021-07-29 16:21:44
阅读次数:
0
进度条 通过这些简单、灵活的进度条,为当前工作流程或动作提供实时反馈。 基本实例 默认样式的进度条 <div class="progress"> <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin ...
分类:
其他好文 时间:
2021-07-29 16:17:59
阅读次数:
0
1、在可以联网的机器上下载需要的安装包 https://open.oceanbase.com/softwareCenter/community ob-deploy-*.x86_64.rpm oceanbase-ce-*.x86_64.rpm oceanbase-ce-libs-*.x86_64.rp ...
分类:
其他好文 时间:
2021-07-28 21:24:56
阅读次数:
0
IDEA支持特别多的插件,今天记录一下我常用的插件。欢迎推荐!!! 1、Translation - 必备翻译插件 基于 IntelliJ 的 IDE 的翻译插件 推荐指数: **插件链接:**https://plugins.jetbrains.com/plugin/8579-translation ...
分类:
其他好文 时间:
2021-07-22 17:42:01
阅读次数:
0
1.问题描述 maven Install报错: 程序包com.sun.xml.internal.bind.v2.model.core不存在 解决 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compil ...
分类:
其他好文 时间:
2021-07-08 17:44:06
阅读次数:
0
<el-amap ref="map" class="amap-box" :vid="'amap-vue'" :amap-manager="amapManager" :center="center" expandZoomRange="true" :zoom="zoom" :plugin="plugin ...
分类:
其他好文 时间:
2021-07-01 16:57:42
阅读次数:
0
1、当前集群状态 [kingbase@ECOLABAPP37 bin]$ ./repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string + ...
分类:
其他好文 时间:
2021-07-01 16:27:49
阅读次数:
0
clsss要用className <div className=\"color-light\">文档的结构现在看来就是在互相引用小标题scss引入为了看着舒服和更快的选择标签,决定选择用scss,demo里自带了less,但相对来说scss更熟悉些,怎么搞都不成功 { test: /\\.(le|c ...
分类:
其他好文 时间:
2021-06-30 17:57:31
阅读次数:
0
loader对比pluginloader:用于资源加载并处理各种语言的转换/编译(例如将不同语言转换为javascript);plugin:用于资源加载以外的其他打包/压缩/文件处理等功能;loader原理,loader的自定义实现loader 用途loader 用于资源加载并处理各种语言的转换/编 ...
分类:
Web程序 时间:
2021-06-29 15:31:19
阅读次数:
0
##Spring Security注意事项 权限优先级: 在SecurityConfig中configure(HttpSecurity http)方法中,如下代码 http.authorizeRequests() .antMatchers("/admin/**").hasRole("admin") ...
分类:
编程语言 时间:
2021-06-28 20:23:02
阅读次数:
0