摘要:
1.注解的定义:Java文件叫做Annotation,用@interface表示。 2.元注解:@interface上面按需要注解上一些东西,包括@Retention、@Target、@Document、@Inherited四种。 3.注解的保留策略: @Retention(RetentionPol 阅读全文
摘要:
java创建线程池有两种方法 Executors,ThreadPoolExecutor 不建议Executors去创建,而是通过ThreadPoolExecutor。 Executors各个方法的弊端: 1)newFixedThreadPool和newSingleThreadExecutor: 主要 阅读全文
摘要:
ik分词器下载地址:https://code.google.com/archive/p/ik-analyzer/downloads 需要FQ 配置文件: IKAnalyzer2012.jar(主 jar 包) IKAnalyzer.cfg.xml(分词器扩展配置文件) stopword.dic(停止 阅读全文