Easter64 Easter64
4年前
MySQL语句优化
在MySQL数据库怎么加快查询速度,优化查询效率,主要原则就是应尽量避免全表扫描,应该考虑在where及orderby涉及的列上建立索引。  建立索引不是建的越多越好,原则是:  第一:一个表的索引不是越多越好,也没有一个具体的数字,根据以往的经验,一个表的索引最多不能超过6个,因为索引越多,对update和insert操作也会有性能的影响,涉及
Stella981 Stella981
3年前
SpringBoot2.0整合Quartz实现动态设置定时任务时间
一.  引入依赖<!引入quartz依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterquartz</artifactId</d
Stella981 Stella981
3年前
Spring Boot整合redis
一、添加依赖<!SpringBoot整合redis的依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter
Easter79 Easter79
3年前
SpringBoot项目集成cas单点登录
添加依赖添加casclient依赖<dependency<groupIdnet.unicon.cas</groupId<artifactIdcasclientautoconfigsupport</artifactId
Stella981 Stella981
3年前
SpringBoot项目集成cas单点登录
添加依赖添加casclient依赖<dependency<groupIdnet.unicon.cas</groupId<artifactIdcasclientautoconfigsupport</artifactId
Stella981 Stella981
3年前
GitHub上最火爆!码代码不得不知的所有定律法则
\TOC\<br\\来源:\\\nusr/hackerlawszh\(https://github.com/nusr/hackerlawszh)<br这是\hackerlaws\(https://github.com/dwmkerr/hackerlaws)的中文翻译,对开发人员有用的定律,理论,原则和模式
Stella981 Stella981
3年前
RESTful API教程:学习关键的Web服务设计原则
!(https://oscimg.oschina.net/oscnet/3c978d628a8749d698f49982d5f724a8.jpg)本文为翻译发表,转载需要注明来自公众号EAWorld。作者:CameronMcKenzie译者:白小白原题:RESTfulAPIstutorial:Lear
Stella981 Stella981
3年前
Netflix的DevSecOps最佳实践
应用安全早期的安全工作DevSecOps沟通和协作虚拟安全团队云上安全安全隔离原则移除静态密钥凭证管理适当的权限划分混沌工程在安全的使用
Wesley13 Wesley13
3年前
MySQL数据库索引管理————(增删改查)
索引的概念数据库建立索引的原则查看索引语法格式示例显示信息蚕食描述普通索引概述创建普通索引创建方式示例删除索引删除索引的方式示例
让代码优雅起来:记一次代码微重构实践 | 京东云技术团队
重构不仅能够提高代码质量,让代码优雅起来,同时也能让我们学以致用。我们所学的设计思想、原则、模式等理论知识,往往在重构中能够真正实践。