摘要: 在vue项目中config文件夹下的index.js中的proxyTable里面添加 阅读全文
posted @ 2020-06-30 14:38 Lay-zsp 阅读(429) 评论(0) 推荐(0)
摘要: 1、流方法读取 @RequestMapping(value = "/http/test", method = RequestMethod.POST) public void getHttpBody(HttpServletRequest request) throws Exception { Stri 阅读全文
posted @ 2020-12-01 15:43 Lay-zsp 阅读(4187) 评论(0) 推荐(0)
摘要: Java中有八种基本数据类型 1、byte >1字节 2、short >2字节 3、int >4字节 4、long >8字节 5、char >2字节 6、float >4字节 7、double >8字节 8、boolen >1bit 对位(bit)和字节(byte)的解析: 1、bit -->位:位 阅读全文
posted @ 2020-07-08 10:43 Lay-zsp 阅读(4393) 评论(0) 推荐(1)
摘要: 使用ssm或者springboot实现多级菜单方法 1、Controller层 其中调用的getChild方法 2、service层 3、dao层 阅读全文
posted @ 2020-06-24 12:36 Lay-zsp 阅读(1796) 评论(1) 推荐(0)