码迷,mamicode.com
首页 >  
搜索关键字:auto deploy esxi host    ( 32470个结果
使用obd离线安装oceanbase
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
你的站点抗压么?推荐一款超方便的开源压测工具
作者:HelloGitHub-Anthony 这里是 HelloGitHub 推出的《讲解开源项目》系列,本期介绍一款标星 17.7k 纯 Go 语言实现的 HTTP(S) 压测工具——vegeta 项目地址:https://github.com/tsenart/vegeta Vegeta 是一款用 ...
分类:其他好文   时间:2021-07-22 17:39:13    阅读次数:0
uni-app滚动视图容器(scroll-view)之监听上拉事件
实现 现在要实现一个功能。一个列表,上加载更多数据。页面如下。 因此,可滚动视图区域。滚动区域页面展示思路如下: <scroll-view scroll-y="true" @scrolltolower="scroll" style="height: 100vh;"> <!-- uni-list列表 ...
分类:移动开发   时间:2021-07-21 17:41:36    阅读次数:0
Odoo ORM研究1 - BaseModel中的类属性的作用
概述 我们在写odoo项目的时候,经常继承model.Model来创建我们自己的ORM映射关系表。 AbstractModel = BaseModel # 源码 class Model(AbstractModel): _auto = True # automatically create datab ...
分类:其他好文   时间:2021-07-21 17:34:08    阅读次数:0
IDEA打jar包
参考案列:https://www.cnblogs.com/blog5277/p/5920560.html java Swing文本框: package com.huawi;import com.sun.deploy.util.StringUtils;import sun.misc.BASE64Dec ...
分类:编程语言   时间:2021-07-19 16:49:14    阅读次数:0
Springboot-微服务-微服务组件之服务管理-eureka-服务的高可用-ribbon
#Springboot-微服务-微服务组件之服务管理-eureka-服务的高可用-ribbon 关键要点 引入相关依赖 在restTemplate 添加@LoadBalanced//开启负载均衡注解 入门使用方式 引入依赖 <dependency> <groupId>org.springframew ...
分类:编程语言   时间:2021-07-19 16:38:13    阅读次数:0
一次性讲清楚spring中bean的生命周期之三:bean是如何实例化的
在前面的两篇博文《一次性讲清楚spring中bean的生命周期之一:getSingleton方法》和《一次性讲清楚spring中bean的生命周期之二:FactoryBean的前世今生》中分析了spring中bean生命周期的过程中的getSingleton方法和getObjectForBeanIn ...
分类:编程语言   时间:2021-07-19 16:37:07    阅读次数:0
容器化tomcat9.0
#启动tomcat容器: docker run -d --name tomcat9.0 -p 8080:8080 registry.cn-hangzhou.aliyuncs.com/chenleilei/tomcat9:latest docker cp tomcat9.0:/usr/local/to ...
分类:其他好文   时间:2021-07-12 18:20:20    阅读次数:0
SpringBoot缓存管理(二) 整合Redis缓存实现
SpringBoot支持的缓存组件 在SpringBoot中,数据的缓存管理存储依赖于Spring框架中cache相关的org.springframework.cache.Cache和org.springframework.cache.CacheManager缓存管理器接口。 如果程序中没有定义类型 ...
分类:编程语言   时间:2021-07-12 18:18:45    阅读次数:0
virsh使用总结
做下面操作前先安装这些工具: yum install virt-install libvirt-admin libvirt-client libvirt-daemon libvirt主要的配置文件和目录 (1) libvirtd服务的主配置文件 /etc/libvirt/libvirtd.conf ...
分类:其他好文   时间:2021-07-09 17:54:18    阅读次数:0
32470条   1 2 3 4 ... 3247 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!