06 2021 档案
摘要:// 串行执行流 stream().filter(e -> e > 10).count(); // 并行执行流 parallelStream().filter(e -> e > 10).count() ParallelStreams 默认使用 ForkJoinPool.commonPool()线程池
阅读全文
摘要:axis2 如果需要进行 https 访问,需要加入全局配置文件 axis2.xml (Axis2 下提供了三种配置文件,第一种是整个系统的全局配置 axis2.xml,第二种是服务配置 services.xml,第三种是模块配置 module.xml),默认该文件是存储在 /WEB-INF/con
阅读全文

浙公网安备 33010602011771号