新建文件docker-compose.yml vi docker-compose.yml 输入以下内容 version: '3.1' services: minio: image: minio/minio container_name: minio restart: always ports: - ...
分类:
其他好文 时间:
2020-12-16 12:31:38
阅读次数:
2
新建 Pagination <template> <div :class="{'hidden':hidden}" class="pagination-container"> <el-pagination :background="background" :current-page.sync="cur ...
分类:
其他好文 时间:
2020-12-15 12:05:58
阅读次数:
2
One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:
移动开发 时间:
2020-12-11 12:32:59
阅读次数:
22
1.基本情况 队名:灰机灰啊灰 组长博客:卑微组长QAQ 前端github仓库:https://github.com/ElizzF/ccHub 后端github仓库:https://github.com/Dong351/softwork 2.项目汇报 1.过去一周完成的任务 文字描述:完善了收藏功能 ...
分类:
其他好文 时间:
2020-12-10 11:36:55
阅读次数:
11
一、docker使用nvidia GPU 1、nvidia-docker2 安装使用NVIDIA-Docker--使用GPU的Docker容器 https://blog.csdn.net/qq_31747765/article/details/108922204 2、nvidia-container ...
分类:
其他好文 时间:
2020-12-10 11:23:52
阅读次数:
6
原创java金融java金融4月30日为什么要写单元测试优点:单元测试可以减少bug率,提升代码的质量。还可以通过单元测试来熟悉业务。公司硬性要求:有些公司可能还会强制要求,每次新增代码、或者变更代码单测覆盖率要达到多少比例才能申请代码合并请求。选择哪个单元测试框架目前应用比较普遍的java单元测试工具junit4+Mock(Mockito、jmock、EasyMock、powermock)。为什
分类:
其他好文 时间:
2020-12-07 11:54:56
阅读次数:
4
CSS3 弹性盒子(Flex Box) 弹性盒子是 CSS3 的一种新的布局模式 CSS3 弹性盒子内容 弹性盒子由弹性容器(Flex container)和弹性子元素(Flex item)两部分组成。 弹性容器通过设置 display 属性的值为 flex 或 inline‐flex将其定义为弹性 ...
分类:
其他好文 时间:
2020-12-04 11:45:31
阅读次数:
16
java.lang.NoClassDefFoundError:com/google/inject/Injector报错如下:解决方案:<dependency><groupId>com.google.inject</groupId><artifactId>guice</artifactId><version>3.0</ve
分类:
编程语言 时间:
2020-12-04 11:34:09
阅读次数:
9
Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endp ...
分类:
其他好文 时间:
2020-12-04 11:23:41
阅读次数:
6
tab栏模板 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Do ...
分类:
其他好文 时间:
2020-12-03 11:58:41
阅读次数:
5