码迷,mamicode.com
首页 >  
搜索关键字:twaver mono design    ( 6698个结果
22.策略模式
一、角色 + 环境类(Context):对策略进行管理 + 抽象策略类(Strategy):所有策略类的抽象接口 + 具体策略类(ConcreteStrategy):具体策略实现类 二、适用场景 + 如果在一个系统里面有许多类,它们之间的区别仅在于它们的行为,那么使用策略模式可以动态地让一个对象在许 ...
分类:其他好文   时间:2019-08-23 10:32:04    阅读次数:64
redis.clients.jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set
ERR Client sent AUTH, but no password is set ...
分类:其他好文   时间:2019-08-22 19:03:31    阅读次数:75
【PM】B端产品设计
https://www.uisdc.com/b-product-design http://www.woshipm.com/pd/2744167.html ...
分类:其他好文   时间:2019-08-21 14:01:51    阅读次数:80
通过Blazor使用C#开发SPA单页面应用程序(4) - Ant Design Button
前面学习了Blazor的特点、环境搭建及基础知识,现在我们尝试的做个实际的组件。 Ant Design是蚂蚁金服是基于Ant Design设计体系的 UI 组件库,主要用于研发企业级中后台产品。目前官方是基于React和Angular实现的,今年也推出了Vue的实现。其组件涵盖面较广,其组件风格及交 ...
分类:Windows程序   时间:2019-08-20 12:47:53    阅读次数:137
hlt 与 llt 相关
HLT:HIGH LEVEL TEST,通常指SDV/SIT/SVT等测试活动SDV : system design verification 系统设计验证 SIT : system integration test 系统集成测试SVT : system verification test 系统验证 ...
分类:其他好文   时间:2019-08-20 12:17:44    阅读次数:65
[LeetCode] 380. Insert Delete GetRandom O(1)
380. Insert Delete GetRandom O(1) Medium 126395FavoriteShare 380. Insert Delete GetRandom O(1) Medium 126395FavoriteShare Medium Design a data structu ...
分类:其他好文   时间:2019-08-20 00:53:20    阅读次数:71
这个秋季过关斩将—设计模式,分布式,多线程(文末有彩蛋)
一、前言 今天为什么要谈论这个话题昵?想必大家都知道了,又到一年的中跳槽季了,肯定有一些小伙伴寂寞难耐,想出去搞事情了。在此,我抛出三个词,这三词应该归属面试最热词的范畴了,这是我自身体会及从各个同行公认的。下面我简单概述一下,希望对大伙有所帮助。 二、设计模式 + 概念 设计模式(Design P ...
分类:编程语言   时间:2019-08-20 00:42:56    阅读次数:125
spring学习
一.什么是spring Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的 ...
分类:编程语言   时间:2019-08-19 21:31:47    阅读次数:96
Ansible playbook
一、简介 Ansible is a radically simple configuration-management, application deployment, task-execution, and multinode orchestration engine. Design Princi... ...
分类:其他好文   时间:2019-08-19 17:09:44    阅读次数:77
Spring Cloud Gateway - 扩展
[TOC]SpringCloudGateway监控端点说到监控,就应该能想到SpringBootActuator。而SpringCloudGateway基于Actuator提供了许多的监控端点。只需要在项目中添加spring-boot-starter-actuator依赖,并将gateway端点暴露,即可获得若干监控端点。配置示例:management:endpoints:web:exposure
分类:编程语言   时间:2019-08-18 22:11:07    阅读次数:104
6698条   上一页 1 ... 73 74 75 76 77 ... 670 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!