[置顶] ASP.NET MVC教程一:ASP.NET MVC简介

摘要: 一、MVC模式简介 MVC模式是一种流行的Web应用架构技术,它被命名为模型-视图-控制器(Model-View-Controller)。在分离应用程序内部的关注点方面,MVC是一种强大而简洁的方式,尤其适合应用在Web应用程序中。 MVC将应用程序的用户界面分为三个主要部分: 模型:一组类,描述了 阅读全文

posted @ 2020-11-26 09:37 hellowworld! 阅读(107) 评论(0) 推荐(0)

2025年2月11日

java.lang java.util包下常用API

摘要: 阅读全文

posted @ 2025-02-11 13:06 hellowworld! 阅读(12) 评论(0) 推荐(0)

泛型

摘要: 泛型接口 泛型方法 泛型通配符 阅读全文

posted @ 2025-02-11 01:18 hellowworld! 阅读(9) 评论(0) 推荐(0)

2025年2月10日

jdk8开始 接口新增的三种方法

摘要: 阅读全文

posted @ 2025-02-10 23:19 hellowworld! 阅读(13) 评论(0) 推荐(0)

this调用兄弟构造器

摘要: java se day02 阅读全文

posted @ 2025-02-10 23:02 hellowworld! 阅读(11) 评论(0) 推荐(0)

热更新 方法二 —— @RefreshScope

摘要: 阅读全文

posted @ 2025-02-10 17:48 hellowworld! 阅读(9) 评论(0) 推荐(0)

2025年2月9日

docker数据卷挂载本地目录或文件

摘要: 深刻的教训!一下午! 起因:虚拟机中docker启动nacos失败, 2025-02-09 18:06:49,753 WARN Exception encountered during context initialization - cancelling refresh attempt: org. 阅读全文

posted @ 2025-02-09 20:24 hellowworld! 阅读(227) 评论(0) 推荐(0)

2025年2月8日

docker容器连接不到

摘要: 阅读全文

posted @ 2025-02-08 16:53 hellowworld! 阅读(3) 评论(0) 推荐(0)

2025年2月7日

maven打包错误

摘要: 报错:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (defa 阅读全文

posted @ 2025-02-07 23:34 hellowworld! 阅读(10) 评论(0) 推荐(0)

2025年2月2日

jdk版本管理

摘要: 阅读全文

posted @ 2025-02-02 15:07 hellowworld! 阅读(12) 评论(0) 推荐(0)

2025年1月23日

Linux

摘要: root 1234 ip addr 目录操作命令 cd / //切换到根目录 cd ~ ls //查看当前目录 同时按住ctrl加L 清屏 ls -l 可以简写 ll pwd //看当前文件夹在什么位置 rmdir //只能删除空文件夹 > //创建文件 //举例: > 1.log//创建1.log 阅读全文

posted @ 2025-01-23 23:20 hellowworld! 阅读(18) 评论(0) 推荐(0)

导航