Easter79 Easter79
3年前
springCloud 搭建eureka服务之天坑
这里我是采用gradle来管理jar包的。1、使用idea创建一个gradle项目。2、编辑settings.gradle文件rootProject.name'jtm'//include'jtm_core'//include'jtm_sys'//include'jtm_eureka'
Wesley13 Wesley13
3年前
java 反射方法异常处理 InvocationTargetException
项目使用了反射进行方法调用,被调用的方法内抛出自己封装的Exception,外部无法捕捉到自定义Exception,捕捉到InvocationTargetException。java.lang.ClassCastException:java.lang.reflect.InvocationTargetExceptioncannotb
CuterCorley CuterCorley
4年前
CentOS 常见异常及解决办法
1.pip3安装mysqlclient报错pythonsetup.pyegg_infoCheckthelogsforfullcommandoutput.在CentOS上部署Django项目时,经常需要安装MySQL数据库引擎,如mysqlclient,在执行pip3installmysqlclient命令时,可能会报错如下:
zdd小小菜鸟 zdd小小菜鸟
2年前
SpringBoot面试
SpringBoot面试1、什么是SpringBoot?texSpringBoot是Spring开源组织下的子项目,是Spring组件一站式处理方案,主要是简化了使用Spring的难度,简省了繁重的配置,提
Stella981 Stella981
3年前
SaltStack自动化部署HA
SaltStack自动化部署HAKubernetesv1.13.6本项目在GitHub上,会不定期更新,大家也可以提交ISSUE,地址为:https://github.com/skydaiji/saltk8shaSaltStack自动化部署K
Stella981 Stella981
3年前
Jenkins+Git+Maven简单教程
关于Jenkins1.什么是JenkinsJenkins是一个可拓展的持续集成(CI)引擎(ContinuousIntegrationEngine)。主要用于:  1.持续、自动地构建、测试软件项目 2.监控一些定时执
Stella981 Stella981
3年前
Linux系统与服务构建运维
Linux系统与服务构建运维1x初级,项目三FTP服务的使用配置YUM源将CD设备进行连接!(https://img2020.cnblogs.com/blog/1893874/202005/189387420200508194528832718337495.png)将CD设备挂载
Stella981 Stella981
3年前
Android开发模版代码(4)——状态栏设置
下面的代码是基于开源项目SystemBarTint(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fjgilfelt%2FSystemBarTint),我们需要添加其依赖compile'com.readystatesoftware.systemba
Stella981 Stella981
3年前
SpringBoot集成SpringSecurity+CAS
1、简介本文主要讲述如何通过SpringSecurityCAS在springboot项目中实现单点登录和单点注销的功能。参考内容有SpringSecurity官方文档中的1.5\.JavaConfiguration(https://www.oschina.net/action/GoToLink?urlhttps%3
Stella981 Stella981
3年前
Spring Cloud Config Bus 分布式配置自动刷新
首先需要在GitHub上面创建一个项目.然后创建3个模块:CloudCenter为服务发现中心.CloudCnofigCenter为配置中心CloudUser为要分布式配置的模块首先创建CloudCenter,引入POM依赖:    <dependency<groupI