知识串联

来源:互联网 发布:淘宝怎么开代练店 编辑:程序博客网 时间:2024/04/24 00:43

定时任务

org.quartz.Scheduler, 

spring + Scheduler

连接池

1. c3p0,

2. proxool,

3. HikariCp

4. druid

项目构建工具

1. maven

2. gradle

分布式技术,相对应的概念是单体架构

1. dubbo

2. spring cloud

全文检索工具

1. lucene

2. solr


自定义标签页

package com.wjtc.core.freemarker;import java.lang.annotation.Annotation;import java.lang.annotation.Documented;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;import java.lang.annotation.Target;import org.springframework.stereotype.Component;@Target({java.lang.annotation.ElementType.TYPE})@Retention(RetentionPolicy.RUNTIME)@Documented@Componentpublic @interface FreemarkerTag{  public abstract String value();}


Framemarker

模板:TemplateMethodModelEx:自定义方法

TemplateDirectiveModel:自定义指令



concurrentHashMap


fiddler:监控所有HTTp的请求与响应


webstorm:开发前端用到的软件



原创粉丝点击