11 2020 档案
摘要:org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.S
阅读全文
摘要: > Show Execution Point (Alt + F10):如果你的光标在其它行或其它页面,点击这个按
阅读全文
摘要:App.vue注入以下代码,以下所示: <template> <div id="app"> <router-view v-if="isRouterAlive"/> <!-- Vue项目中刷新当前页面:v-if="isRouterAlive" --> </div> </template> <scrip
阅读全文
摘要:计算机\HKEY_CLASSES_ROOT\Installer\Products\00006 里面的00006也删完了。但是还是提示。 注册表里面可能没删干净。 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office下面有一个office16 把它删除 就可
阅读全文
摘要:element的tree树形选择器 需要把父id 和子id都给后端 // 这个可以父和子节点id都i获取 menusIds: this.$refs.tree.getHalfCheckedKeys().concat(this.$refs.tree.getCheckedKeys()) 后端: publi
阅读全文
摘要:在学校学到了什么。。 你写的项目案例是什么做的。实际项目你做什么东西,能描述一下你做的东西。 前端:bootstrap 是什么。vue生命周期,vue有哪些子例。html5样式。axios的了解。 后端:后端spring的哪些组件,都有哪些特点、优点、缺点。aop、注解、核心类库、spring be
阅读全文
摘要:方法 Map<String,String> 方法名{ Map<String, String> map = new HashMap<String, String>(); map.put("code", "400"); map.put("message", "生成订单失败,课程库存已经没了"); ret
阅读全文
摘要:@Transactional public int addOrUpdate(SysStudent sysStudent) { sysStudentDAO.save(sysStudent); redisService.delete("student" + sysStudent.getId()); Se
阅读全文
摘要:1.query方式传参和接收参数 传参: this.$router.push({ path:'/xxx' query:{ id:id } }) 接收参数: this.$route.query.id 注意:传参是this.$router,接收参数是this.$route,这里千万要看清了!!! 2.p
阅读全文
摘要:SpringBoot监听redis过期key redis事件监听及在订单系统中的使用
阅读全文
摘要:阿里云服务器CentOS8.2安装MySQL5.7https://blog.csdn.net/evil_wdpp/article/details/107709376 设置防火墙放行 firewall-cmd --zone=public --add-port=3306/tcp --permanent
阅读全文
摘要:Uncaught (in promise) Error: Request failed with status code 404 找不到这个url。要么是前端的请求写错了,要么后端写错了。 这次是 @PostMapping("api/admin/message/send") 这里少了个/ 加上去就好
阅读全文
摘要:Shiro获取当前登录的用户信息,User是ream中登录时放进去的对象信息 User user = (User) SecurityUtils.getSubject().getPrincipal();
阅读全文

浙公网安备 33010602011771号