Wesley13 Wesley13
3年前
RAP接口文档的安装
本机环境系统:CentOS6.764位MySQL5.6JDK1.8Tomcat8Redis3.0.7Rap0.14.1Rap说明官网:https://github.com/thx/RAP(https://www.oschina.net/
Wesley13 Wesley13
3年前
java开发中使用枚举表述数据字典
一.用枚举表述数据字典1.代码:packagecom.inspire.jdk.caculate;/Createdbyyaming用枚举表述常量数据字段/publicenumStateEnum{  //使用构造方法创建对象,每一个都是StateEnu
Wesley13 Wesley13
3年前
JAVA从头回顾
概述       前段时间忙于面试,在面试过程中,发现工作几年,有很多基础有些淡忘了,现在重新从基础开始回顾,JAVA从入门到放弃系列博文将会记录一下基于JDK1.6在工作中不常用而容易忘记,但是有必须要掌握的一些知识点,本篇先从java环境相关的知识点写起JDK和JRE关系   开始学习JAVA开发时,首先就需要
Easter79 Easter79
3年前
Spring的异步线程处理
Spring封装了JDK的线程池和线程调用,并使用标签就可以开启多线程调用。先进行一个Spring的线程池配置@Configuration@EnableAsyncpublicclassThreadPoolConfigimplementsAsyncConfigurer{@Bean@OverridepublicExecut
Easter79 Easter79
3年前
SpringBoot自定义注解
JDK1.5起开始提供了4个元注解:@Target、@Retention、@Documented、@Inherited。何谓元注解?就是注解的注解。@Target({ElementType.PARAMETER,ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)@
Stella981 Stella981
3年前
Jenkins+git+Nginx
1.Jenkins一、tomcat安装1、下载JDK和Tomcat//通过wget下载wgethttp://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat8/v8.5.4/bin/apachetomcat8.5.4.ta
Wesley13 Wesley13
3年前
Java 学习笔记 一
一、数据库准备和Java环境配置(一)安装MySQL、Navicat、JDK、Eclipse(二)配置Java环境变量(三)导入jar(mysqlconnectionjavaBuildPath)二、SUN标准规范(一)加载驱动
Stella981 Stella981
3年前
Jmeter+Jenkins持续集成(三、集成到Jenkins)
1、Jenkins全局工具配置登录jenkins系统管理GlobalToolConfiguration(1)JDK配置  !(https://oscimg.oschina.net/oscnet/da002dc661700cbfe320aed007abd175360.png)(2)Ant配置  !
Stella981 Stella981
3年前
SpringBoot自定义注解
JDK1.5起开始提供了4个元注解:@Target、@Retention、@Documented、@Inherited。何谓元注解?就是注解的注解。@Target({ElementType.PARAMETER,ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)@
Stella981 Stella981
3年前
Kerberos基本概念及原理汇总
“来吧,继续学习Kerberos”系统环境操作系统:CentOS6或CentOS7JDK版本:1.8.0\_151ambari版本:2.6.1HDP版本:2.6.4.0扩展链接《Kerberos原理经典对话(https:/