1.vue-echarts 安装和组件引用 插件官网 https://github.com/ecomfe/vue-echarts 安装 npm install eacharts vue-echarts 页面引入 import ECharts from 'vue-echarts' import ECh ...
分类:
移动开发 时间:
2020-02-28 10:33:51
阅读次数:
212
# 通过 npm 安装 npm i vant -S 安装完配置 babel.config.js module.exports = { presets: ['@vue/app'], plugins: [ 'lodash', [ 'import', { libraryName: 'vant', libr ...
分类:
移动开发 时间:
2020-02-27 19:17:44
阅读次数:
345
详细步骤可以参考官方文档 https://docs.openshift.com/container-platform/4.3/operators/operator_sdk/osdk-helm.html 我这里只是记录一些中间过程和思考。 0.环境变量 GOROOT和GOPATH分开 [root@cl ...
分类:
其他好文 时间:
2020-02-27 19:05:16
阅读次数:
241
1. 制作自定义镜像(base基础镜像,搭建共性环境)基于centos镜像使用commit创建新的镜像文件基于centos镜像使用Dockerfile文件创建一个新的镜像文件 1.1 使用镜像启动容器 1)在该容器基础上修改yum源docker_images]# docker run -it cen ...
分类:
其他好文 时间:
2020-02-26 20:57:01
阅读次数:
67
1. 使用Scanner读取字符和字符串 3 /** 4 * Created by SheepCore on 2020-2-26 5 */ 7 public class Main { 8 public static void main(String[] args) { 9 Scanner scan ...
分类:
编程语言 时间:
2020-02-26 14:19:46
阅读次数:
74
一、Secret资源对象:解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者PodSpec中。Secret可以以Volume或者环境变量的方式使用。用来保存一些敏感信息,比如数据库的用户名密码或者密钥。Secret有三种类型:1.ServiceAccount:用来访问KubernetesAPI,由Kubernetes自动创建,并且会自动挂载到Pod的/run/s
分类:
其他好文 时间:
2020-02-25 13:16:42
阅读次数:
76
Created at 2017-08-23 Updated at 2018-01-31 Category 东方大陆 Tag ... ...
分类:
其他好文 时间:
2020-02-25 12:45:01
阅读次数:
61
获取表字段: select * from user_tab_columns where Table_Name='用户表' order by column_name 获取表注释: select * from user_tab_comments where Table_Name='用户表' order ...
分类:
数据库 时间:
2020-02-24 16:41:32
阅读次数:
71
axios 简介 axios 是一个基于Promise 用于浏览器和 nodejs 的 HTTP 客户端,它本身具有以下特征: 从浏览器中创建 XMLHttpRequest 从 node.js 发出 http 请求 支持 Promise API 拦截请求和响应 转换请求和响应数据 取消请求 自动转换 ...
分类:
移动开发 时间:
2020-02-22 23:51:59
阅读次数:
94
今天在学习SwiftUI中遇到一个问题 // // ContentView.swift // FirstSwiftUI // // Created by 胡安华 on 2020/2/20. // Copyright © 2020 胡安华. All rights reserved. // import ...
分类:
编程语言 时间:
2020-02-22 15:41:34
阅读次数:
126