Easter79 Easter79
3年前
vue+elementui搭建后台管理界面(3侧边栏菜单)
上一节搭好了主框架,但是标签页和侧边栏只是分别展示了各自的菜单,如何将二者联动起来?定义路由规则:当有children属性时,从children里取出path填充到侧边栏,如:{path:'/',redirect:'/dashboard',name:'Container',
Stella981 Stella981
3年前
SpringBoot2 整合 Zookeeper组件,管理架构中服务协调
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmiddlewareparent)||GitEE·点这里(https://gitee.com/cicadasmile/middleware
Stella981 Stella981
3年前
Spring Boot中使用Flyway来管理数据库版本
久违了的SpringBoot系列,今天抽空更新一篇。去年写过很多篇关于数据访问的文章了,比如下面这些:使用JdbcTemplate(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.didispace.com%2Fspringbootdata1%2F)
Easter79 Easter79
3年前
Tomcat8访问管理页面localhost出现:403 Access Denied
403AccessDeniedYouarenotauthorizedtoviewthispage.IfyouhavealreadyconfiguredtheManagerapplicationtoallowaccessandyouhaveusedyourbrowsersbackbutton,us
Wesley13 Wesley13
3年前
10多年码代码经验腾讯管理谈职业规划
!(https://static.oschina.net/uploads/img/201604/15131927_gMJW.jpg"优谈CTO")此人是我眼中的大神,曾经任职EA高级技术,腾讯技术管理,在级别提升后因为厌恶政治斗争,毅然离开腾讯开始创业。CTO眼中的牛人是什么?!(https://static.oschin
Easter79 Easter79
3年前
Spring整合Hibernate 之上下文 Session 持久化对象和HibernateTemp
HibernateTemplate和session1.Spring的HibernateTemplate可以管理会话和事务,简化DAO实现.但使用HibernateTemplate意味着DAO必须依赖于Spring的
Wesley13 Wesley13
3年前
MySQL基础篇(06):事务管理,锁机制案例详解
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmysqldatabase)||GitEE·点这里(https://www.oschina.net/action/GoToLink?urlh
Stella981 Stella981
3年前
Postman 如何处理庞大难以管理的网关服务?
!(https://oscimg.oschina.net/oscnet/0c4196246a324415956a65bf1eb040c9.jpg)作者|JoyceLin策划|Tina来自Postman的服务基础(ServerFoundation)团队关于
Wesley13 Wesley13
3年前
Java单纯数组与对象实现学生管理系统1.0
​publicclassStudent{privateStringname;privateStringphoneNumber;publicStudent(){}publicStudent(Stringname,String
K8S集群中使用JDOS KMS服务对敏感数据安全加密 | 京东云技术团队
KMS,KeyManagementService,即密钥管理服务,在K8S集群中,以驱动和插件的形式启用对Secret,Configmap进行加密。以保护敏感数据