摘要: // 很重要,在多线程没有token 下面三行可以解决 mybatis方法报错 // 1. 通过当前的 WebUtil.getRequest() 获取Servlet请求的属性ServletRequestAttributes servletRequestAttributes = new Servlet 阅读全文
posted @ 2024-04-07 16:16 BooleanQ 阅读(65) 评论(0) 推荐(0)
摘要: #接口类名Isingerpublic interface Isinger { void Say(); } #接口的实现类 Singer public class Singer implements Isinger{ @Override public void Say() { System.out.p 阅读全文
posted @ 2021-08-02 10:56 BooleanQ 阅读(29) 评论(1) 推荐(0)