码迷,mamicode.com
首页 >  
搜索关键字:images    ( 17272个结果
linux - CentaOS 7 - 安装kafka
docker安装kafka 1、下载zookeeper镜像 docker pull wurstmeister/zookeeper 2、下载kafka镜像 docker pull wurstmeister/kafka 3、查看镜像 docker images 4、单机方式先启动zookeeper容器 ...
分类:系统相关   时间:2021-06-08 22:39:02    阅读次数:0
vue3-lazy 的使用
#### Install npm install vue3-lazy -S #### 引入 main.js demo: import { createApp } from 'vue' import App from './app' import lazyPlugin from 'vue3-lazy' ...
分类:其他好文   时间:2021-06-08 22:33:56    阅读次数:0
vue 文件打包太大 -- 体积优化
来自 https://www.cnblogs.com/d102601560/p/13802340.html 最新打包vue cli 4.5 项目时,体积尽然达到了9M,页面访问的速度,因此进行尝试进行优化,最终压缩到 968k ,效果明显。下面是优化方法。 首先新建文件'vue.config.js' ...
分类:其他好文   时间:2021-06-07 21:08:05    阅读次数:0
微信小程序——悬浮按钮
关键: position: fixed; wxml: <navigator url="/pages/issue/index"><image class='img' src='/assets/images/Home/add.png' bindtap='add'></image></navigator> ...
分类:微信   时间:2021-06-06 18:57:59    阅读次数:0
Docker安装Nacos1.3.2,配置数据库连接
1,拉取镜像 docker pull nacos/nacos-server:1.3.2 docker images | grep nacos-server 2,运行容器 docker run --name nacos-server -e MODE=standalone -e MYSQL_SERVIC ...
分类:数据库   时间:2021-06-05 18:34:43    阅读次数:0
docker删除镜像报错处理:Error response from daemon: conflict: unable to delete a945e7fd5401 (cannot be forced) - image has dependent child images
docker删除镜像报错处理,Error response from daemon: conflict: unable to delete a945e7fd5401 (cannot be forced) - image has dependent child images ,删除为none的镜像 ...
分类:其他好文   时间:2021-06-05 18:28:16    阅读次数:0
docker镜像
列出镜像: docker images REPOSITORY: 镜像所在仓库名称 TAG: 镜像版本 IMAGE ID: 镜像id CREATED: 镜像创建时间 SIZE: 镜像大小 唯一表示一个镜像: repository:tag 或者imageId 网络中搜索需要的镜像: docker sea ...
分类:其他好文   时间:2021-06-04 18:47:30    阅读次数:0
Docker 安装 Tomcat
1. 拉取镜像 docker pull tomcat 2.查看镜像 docker images 3.Docker运行tomcat镜像首先创建挂载目录 mkdir /usr/local/gep/tomcat/ 运行tomcat镜像 docker run --name='gep_tomcat' \ -i ...
分类:其他好文   时间:2021-06-02 18:48:15    阅读次数:0
Docker Tutorial
Docker Tutorial Basic Docker Commands pull an image docker pull {image name}:{image version} list all docker images docker image ls -a create and run ...
分类:其他好文   时间:2021-06-02 15:27:12    阅读次数:0
QLabel
QLabel控件基本用法'''QLabel控件setAlignment():设置文本的对齐方式setIndent():设置文本缩进text():获取文本内容setBuddy():设置伙伴关系setText():设置文本内容selectedText():返回所选择的字符setWordWrap():设置... ...
分类:其他好文   时间:2021-06-02 13:54:29    阅读次数:0
17272条   上一页 1 2 3 4 5 ... 1728 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!