码迷,mamicode.com
首页 >  
搜索关键字:eating together    ( 1269个结果
Harbor的安装和基本使用
Harbor是一个开源的云原生registry工程。Harbor对开源的Docker Distribution扩进行了扩展,支持registries之间镜像的复制功能,而且还提供了一些高级的安全方面的功能,例如用户管理,访问控制和行为审计。详细的说明可以参照官网【1】。 Harbor的安装 通常,将 ...
分类:其他好文   时间:2019-12-06 18:54:54    阅读次数:138
h5css样式
兼容性前缀: 谷歌:webkit 火狐:moz ie:ms 欧鹏:o选择器: 属性选择器: * = 包含 {href * = 'www'} ^ = 以什么开头 $ = 以什么结尾 伪类选择器: 第一个:first-of-type 最后一个:last-of-type 第几个:nth-of-type() ...
分类:Web程序   时间:2019-12-06 09:16:44    阅读次数:793
docker安装ELK
3个容器需要进行交互,根据docker的网络原理,docker0网桥要有,之前因为网桥不在,虽然es启动起来,但是一直ping不通,logstash也连不上es,而且存在缺陷,容器的ip可能会发生变化,后面会将用k8s去部署。 [root@topcheer ~]# ifconfig docker0: ...
分类:其他好文   时间:2019-12-04 20:34:58    阅读次数:182
主动开启进程
使用multiprocessing.Process来开启进程 import os import time from multiprocessing import Process def eat(): print('start eating',os.getpid()) time.sleep(1) pr ...
分类:系统相关   时间:2019-12-04 14:56:50    阅读次数:130
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMappingContext之解决办法
错误产生背景:将之前用Eclipse写的Blog项目迁移到Idea上面。Ecilpse项目一直是没有问题的。错误原因分析:原因是项目依赖中引入的jpa,另外也与Idea比较智能也有关系 解决办法: 第一,在启动类中加上如下注解代码 @SpringBootApplication(exclude = { ...
分类:移动开发   时间:2019-12-01 21:05:14    阅读次数:237
BeanCreationException: Error creating bean with name 'classPathFileSystemWatcher'之解决办法
错误关键信息: BeanCreationException: Error creating bean with name 'classPathFileSystemWatcher' 错误原因:Idea不支持热加载,application-test.yml中的热加载配置去除后,就能正常启动了,对应的服务 ...
分类:其他好文   时间:2019-12-01 20:34:33    阅读次数:99
POJ 2367 系统树
The system of Martians' blood relations is confusing enough. Actually, Martians bud when they want and where they want. They gather together in differ ...
分类:其他好文   时间:2019-11-30 09:36:21    阅读次数:67
异步时间格式转换插件
第一种解决方法:利用插件 创建一个静态js网页 然后名字命名为:moment.js 把下面的代码拷贝进去 。 使用:把这个js导进去: <script type="text/javascript" src="${pageContext.request.contextPath}/static/js/m ...
分类:其他好文   时间:2019-11-28 19:25:48    阅读次数:101
harbor helm仓库使用
harbor helm仓库使用 官方文档地址:https://github.com/goharbor/harbor Monocular 从1.0 开始专注于helm 的UI展示,对于部署以及维护已经去掉了,官方也提供了相关的说明以及推荐了几个可选的部署工具,从使用以及架构上来说kubeapps 就是 ...
分类:其他好文   时间:2019-11-27 18:48:45    阅读次数:255
[Leetcode] 21 & 23 & 56 & 57: Intervals
Merge Two Sorted Lists Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the fi ...
分类:其他好文   时间:2019-11-25 11:06:28    阅读次数:62
1269条   上一页 1 ... 10 11 12 13 14 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!