EventBus
maven
1 | <dependency> |
post
事件,注册的 listener 中注解了@Subscribe
的方法会被执行,该方法的参数的类型需要与event
类型一致,若没有类型一致的@Subscribe
,则由参数类型DeadEvent
的listener
统一处理
1 | public class EventBusTest { |
junit
断言异常
1 | public class Student { |
poi
在生成excel
时,当为单元格填充内容为数字时,生成的 excel 的数字单元格左上角提示绿色小三角。可在填充单元格值时使用Double
类型
1 | XSSFCell cell = row.createCell(cellNum); |