Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 466 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 466 Bytes

CommonMethod

常用的Java的方法

1、pinyin4j.jar的用法

2、poi导出、导入excel实例

3、word分词器

4、Java8

  • a、stream
  • b、lambda
  • c、optional
  • d、localdate

5、IO流

6、Java常用方法

  • a、反射
  • b、StringBuilder、StringBuffer

7、定时任务

  • a、timer(已被淘汰)、ScheduledExecutorService(建议使用)
  • b、quartz

8、Java邮件发送

  • a、Java Mail

9、Java操作MongoDB