curr专题

Vue-Router 路由重复点击时报错 Uncaught (in promise) NavigationDuplicated:Avoided redundant navigation to curr

前言 总结一下,在项目中遇到的一个小问题,使用 Vue 构件的项目里,有时候会存在 重复点击路由 报错的问题,Uncaught (in promise) NavigationDuplicated:Avoided redundant navigation to current location 虽然这个报错并不影响程序的正常运行,但是依然让人感到很不爽,这段代码也差不多是我在构建项目时用的挺多的

ssh框架抛异常org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for curr

ssh框架抛异常org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread。 原因:事务不同步 解决:在类上加注解@Transactional 如图: