码迷,mamicode.com
首页 >  
搜索关键字:interaction design    ( 5314个结果
Verilog -- 阻塞与非阻塞的仿真与综合
Verilog 阻塞与非阻塞的仿真与综合 [TOC] 参考 Clifford E. Cummings, Sunburst Design, Inc. "Nonblocking Assignments in Verilog Synthesis, CodingStyles That Kill!" 前段时间 ...
分类:其他好文   时间:2020-04-15 00:52:16    阅读次数:73
开发建议
1、建议开发模块清晰 代码简洁,易读,功能和模块独立 2、建议mysql表之后设计优化 可以参考mysql规范(https://github.com/jly8866/archer/blob/master/src/docs/mysql_db_design_guide.md) 目前存在问题: 类型使用不 ...
分类:其他好文   时间:2020-04-14 20:57:26    阅读次数:71
设计模式之策略模式
转自文档: https://www.runoob.com/design-pattern/design-pattern-tutorial.html 在策略模式(Strategy Pattern)中,一个类的行为或其算法可以在运行时更改。这种类型的设计模式属于行为型模式。 在策略模式中,我们创建表示各种 ...
分类:其他好文   时间:2020-04-14 18:33:45    阅读次数:66
设计模式 之 里氏代换原则 (Liskov's Substitution Principle)
Motivation 动机 All the time we design a program module and we create some class hierarchies. Then we extend some classes creating some derived classes. ...
分类:其他好文   时间:2020-04-12 22:22:25    阅读次数:85
设计模式 之 单一职责原则 (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
5314条   上一页 1 ... 25 26 27 28 29 ... 532 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!