一、配置服务器 1、连接配置 打开菜单栏 Tools -> Deployment -> Configuration 点击 + 选择 SFTP,并填写相关服务器信息: Type:连接类型,这里选择SFTP Host:服务器ip地址 Port:端口,默认22 User name:登录账户名,例如:roo ...
分类:
Web程序 时间:
2019-05-20 15:30:28
阅读次数:
201
现象: 报错:Exception in thread "main" com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 解决办法: 更换 mysql-connector-java-8.0. ...
分类:
数据库 时间:
2019-05-20 00:56:06
阅读次数:
175
创建测试kubectlrunnet-test--image=alpine--replicas=2sleep3600查看pod的情况kubectlgetpod-owide查看某个pod的详情kubectldescribepodpod-name先生成一个nginx-deployment.yaml文件kubectlcreate-fnginx-deployment.yaml查看deploymentkube
分类:
其他好文 时间:
2019-05-19 23:23:07
阅读次数:
310
8.资源对象对pod的调度??在kubernetes集群中,pod基本上都是容器的载体,通常需要通过相应的资源对象来完成一组pod的调度和自动控制功能,比如:deployment、daemonSet、RC、Job等等。接下来小编将一一介绍这些资源对象如何调度pod。(1)Deployment/RC自动化调度??Deployment/RC的主要功能之一就是自动部署一个容器应用的多个副本,以及持续监控
分类:
Web程序 时间:
2019-05-19 14:36:00
阅读次数:
714
前排提醒,这只是篇排错日记,可能解决不了你的问题。 点击右侧查看tomcat日志 看这个报错信息,知道是映射文件路径出错了。 改一下 然后又报新错误: org.springframework.beans.factory.BeanCreationException: Error creating be ...
分类:
其他好文 时间:
2019-05-18 20:57:17
阅读次数:
530
一、WDS是什么?
(1)WDS(Windows Deployment Services)
Windows部署服务,是早期RIS(远程安装服务)升级功能,也是微软用来提供批量安装操作系统的一个系统服务。
(2)WDS主要是用来批量通过网络安装客户端Windows操作系统。
> WDS--Windows部署服务,Windows Server系统自带的批量部署系统的服务
> MDT--Microsoft Deployment Tools,微软免费提供的专业化系统部署的工具包
> SCCM--OSD,微软SCCM产品中用来做系统批量部署的功能模块
**二、WDS部署前提**
1.OS版本:Winows Server 2003 R2,Windows Server 2008,Windows Server 2008R2,Windows 2012R2
2.文件系统:NTFS(支持大于4G以上文件)
3.必须需要AD架构
4.网络中需要微软DHCP Server
5.安装和配置WDS
1.报此错误:2017-06-07 09:02:44.308 ERROR 340 [et_localhost-19] c.n.e.cluster.ReplicationTaskProcessor : Batch update failure with HTTP status code 401; di ...
分类:
编程语言 时间:
2019-05-12 15:45:42
阅读次数:
474
https://blog.csdn.net/len9596/article/details/80894583 安装portainer 官方文档: https://portainer.readthedocs.io/en/latest/deployment.html https://portainer. ...
分类:
其他好文 时间:
2019-05-12 01:18:58
阅读次数:
178
How to Fix "Linux Failure to Download extra data files for ttf-mscorefonts-installer" error Hi Using Linux for a time ,in its very essence one of the ...
分类:
系统相关 时间:
2019-05-11 09:16:44
阅读次数:
390
若传json格式,不用加header,和transformRequest 在合适地方将对象用JSON.stringfiy(),转化即可 ...
分类:
移动开发 时间:
2019-05-10 19:13:04
阅读次数:
707