摘要: Object diagrams are derived from class diagrams so object diagrams are dependent upon class diagrams. Object diagrams represent an instance of a class 阅读全文
posted @ 2020-11-28 23:04 Felix_Openmind 阅读(611) 评论(0) 推荐(0)
摘要: Class diagram is a static diagram which represents the static view of an application. Class Diagram is composed of attributes、methods、association、cons 阅读全文
posted @ 2020-11-26 22:28 Felix_Openmind 阅读(445) 评论(0) 推荐(0)
摘要: Capturing the dynamic behavior of a system.(dynamic behavior refers to the behavior of the system when it is running/operating. use case diagram is dy 阅读全文
posted @ 2020-11-25 20:29 Felix_Openmind 阅读(497) 评论(0) 推荐(0)
摘要: REST指的是一组架构约束条件和原则。 REST方面的知识主要两个方面: 一、资源的表述(资源与URI) REST架构围绕的核心:资源 eg: 用户个人信息、优惠套餐 资源具有唯一标识(URI = URL +URN) URI = Unified Resource Identifier URL = U 阅读全文
posted @ 2020-11-25 11:29 Felix_Openmind 阅读(172) 评论(0) 推荐(0)
摘要: mvc框架由model,view,controller组成,执行流程一般是:在controller访问model获取数据,通过view渲染页面。 参考链接: https://blog.csdn.net/qq_34339493/article/details/86479991?utm_medium=d 阅读全文
posted @ 2020-11-25 10:56 Felix_Openmind 阅读(331) 评论(0) 推荐(0)
摘要: refid用作形容词,基本意思是“简单的,易懂的”,侧重于事物不复杂,易于迅速解决或很快被头脑接受 参考链接: https://blog.csdn.net/kylecoder/article/details/79466676 refid使用 1、首先定义一个sql标签,一定要定义唯一id <sql 阅读全文
posted @ 2020-11-25 10:55 Felix_Openmind 阅读(656) 评论(0) 推荐(0)
摘要: 1、 link标签的href属性 2、 script标签的src属性 3、 img标签的src属性 4、 ajax发送请求 5、 表单提交发送请求 6、 a标签的href发送请求 7、 iframe的src属性发送请求 阅读全文
posted @ 2020-11-25 10:54 Felix_Openmind 阅读(508) 评论(0) 推荐(0)
摘要: 前后端分离概念理解 参考链接🔗: https://www.zhihu.com/question/28207685/answer/575863155?utm_source=qq&utm_medium=social&utm_oi=820027810843357184 任何事物的存在都有其必然性、合理性 阅读全文
posted @ 2020-11-25 10:53 Felix_Openmind 阅读(507) 评论(0) 推荐(0)
摘要: Mybatis开发过程中经常遇到Mapped Statements collection already contains value for xxx 这种错误。字面意思是说mapper中存在id重复的值,比如说同一个xml文件中有两个id为xxx的方法。这种经常是copy已有代码的时候忘了改id导 阅读全文
posted @ 2020-11-25 10:51 Felix_Openmind 阅读(508) 评论(0) 推荐(0)
摘要: 💊Thymeleaf相关配置 #thymeleaf start spring.thymeleaf.mode=HTML spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.content-type=text/html #开发时关闭缓存,不然没法看到实时页 阅读全文
posted @ 2020-11-15 23:13 Felix_Openmind 阅读(1547) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}