Wesley13 Wesley13
3年前
javaWeb_Servlet_Servlet基础_Servlet配置以及Servlet生命周期
Servlet基础\_Servlet配置以及Servlet生命周期1.servlet方法和一般的java方法不同之处(1).现象我们看见一个显现,启动tomcat服务器的时候,我们所调用的这一个Servlet方法已经被执行了,并打出了要输出的部分信息。我们之前是自己启动,自己创建实例,自己调用方法,字节结束方法,但是serv
Easter79 Easter79
3年前
springboot区分开发、测试、生产多环境的应用配置(二)
转:https://www.jb51.net/article/139119.htm(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.jb51.net%2Farticle%2F139119.htm)springboot区分开发、测试、生产多环境的应用配置(二)
阮小五 阮小五
2年前
ps2022电脑配置要求 PS2022下载
Adobephotoshop2022是一款全球最大的图像处理软件,Photoshop可分为图画编辑、图画组成、校色调色及特效制造有些。图画编辑是图画处理的根底,可以对图画做各种变换如扩大、减小、旋转、歪斜、镜像、透视等。也可进行复制、去掉斑驳、修补、修饰图
Easter79 Easter79
3年前
SpringBoot1.0版本2.0版本配置redis
pom依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterdataredis</artifactId</dependency<
Wesley13 Wesley13
3年前
mysql主丛之基于binlog的不停业务配置主从
一环境准备主:192.168.132.121从:192.168.132.122主的数据库上面已经有数据,而且还在不断的写入mysqlselectfromdarren.test;|id||1||2|
Wesley13 Wesley13
3年前
ubuntu使用curl加载https报ssh认证失败及dns配置
curl加载https报ssh认证失败原因,系统时间与远程服务时间不一致解决方案:http://stackoverflow.com/questions/21181231/servercertificateverificationfailedcafileetcsslcertscacertificatesc(https://
Stella981 Stella981
3年前
SpringBoot1.0版本2.0版本配置redis
pom依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterdataredis</artifactId</dependency<
Wesley13 Wesley13
3年前
Jackson对多态和多子类序列化的处理配置
异常:CannotconstructinstanceofXXXX,problem:abstracttypeseitherneedtobemappedtoconcretetypes,havecustomdeserializer,orbeinstantiatedwithadditionaltypei
Wesley13 Wesley13
3年前
Ubuntu配置JavaWeb开发环境(JDK8+eclipse+maven+Tomcat7)
1、查看系统是32位还是64位sudounamemroot用户下可以不加sudo显示结果为i686则为32位系统,结果为x86\_64则为64位2、下载JDK8http://www.oracle.com/technetwork/java/javase/downloads/jdk8downloads
Stella981 Stella981
3年前
SpringBoot2.0 基础案例(16):配置Actuator组件,实现系统监控
本文源码GitHub地址:知了一笑https://github.com/cicadasmile/springbootbase一、Actuator简介1、监控组件作用在生产环境中,需要实时或定期监控服务的可用性。SpringBoot的actuator(健康监控)