码迷,mamicode.com
首页 >  
搜索关键字:design thinking 設計思考    ( 5974个结果
设计模式 之 单一职责原则 (Single Responsibility Principle)
Motivation 动机 In this context, a responsibility is considered to be one reason to change. This principle states that if we have 2 reasons to change fo ...
分类:其他好文   时间:2020-04-12 22:18:34    阅读次数:93
Spring Taco Cloud——design视图的创建(含thymeleaf模板遇到的一些小问题)
先来看下综合前两篇内容加上本次视图的成果 可能不是很美观,因为并没有加css样式,我想等整个项目有个差不多的功能实现后再进行页面优化,请谅解 下面我贴上自己定义修改过的Taco的design视图代码 1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org ...
分类:编程语言   时间:2020-04-12 20:49:56    阅读次数:158
[LeetCode] 155. Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() Removes the ...
分类:其他好文   时间:2020-04-11 10:05:56    阅读次数:82
Refined Architecture阶段读后感
什么是Refined ArchitectureRefined Architecture相对于Conceptual Architecture而言,分别对应于“概念级”解决方案和“规约级”解决方案。Refined Architecture(细化架构)属于架构设计,不能与Detailed Design(详 ...
分类:其他好文   时间:2020-04-10 12:18:15    阅读次数:64
Refined Architecture阶段读后感
一线架构师实践指南第三部分Refined Architecture阶段读后感 Refined Architecture阶段最开始以细化架构入手阐述了如果一个项目的系统架构(包括理论基础)尚未确定,就不应该进行此系统的全面开发的道理从而表达细化架构的重要性。也说明了为什么他被广泛采用,从概念架构到细化 ...
分类:其他好文   时间:2020-04-10 12:09:18    阅读次数:65
数据可视化仪表板
看看博主最近做的一个房地产项目的数据可视化仪表板:http://192.168.0.5:37799/webroot/decision/v5/design/report/share/cf8221cf8ad64212bc8a0eaaa716d131?link=eyJhbGciOiJIUzI1NiJ9.eyJyZXBvcnRJZCI6ImNmODIyMWNmOGFkNjQyMTJiYzhhMGVhYWE
分类:其他好文   时间:2020-04-10 11:59:18    阅读次数:96
Thinking in Java & Writing in Python
Why thinking in Java? Java means a lot for computer science. And it gives a best practice in project. Thinking in Java can make you coding with better ...
分类:编程语言   时间:2020-04-05 11:31:02    阅读次数:104
[LC] 1268. Search Suggestions System
Given an array of strings products and a string searchWord. We want to design a system that suggests at most three product names from products after e ...
分类:其他好文   时间:2020-04-05 00:21:07    阅读次数:84
React Hooks Typescript 开发的一款 H5 移动端 组件库
CP design 使用 React hooks Typescript 开发的一个 H5 移动端 组件库 "English" | 简体中文 badge button icon CP Design Mobile " " 特性 基于 CP Design 移动设计规范。 规则化的视觉样式配置,适应各类产品 ...
分类:移动开发   时间:2020-04-04 14:29:21    阅读次数:78
【leetcode】1396. Design Underground System
题目如下: Implement the class UndergroundSystem that supports three methods: 1. checkIn(int id, string stationName, int t) A customer with id card equal t ...
分类:其他好文   时间:2020-04-04 14:27:25    阅读次数:69
5974条   上一页 1 ... 28 29 30 31 32 ... 598 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!