徐小夕 徐小夕
4年前
做了N+1个企业项目之后, 我总结了这些React必备插件
为了提高大家开发React项目的效率,笔者结合自己的实际工作经验,汇总如下React项目常用插件.1.状态管理ReduxJavaScript状
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进行加密。以保护敏感数据