上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: SpringMVC是 Spring提供的用于简化web开发的框架。 1.5 Servlet Servlet能够响应请求的对象。接收请求,返回响应 SpringMVC可以认为是Servlet的封装。 1.6 SpringMVC开发流程回顾 各种配置。Controller,DispatchServlet 阅读全文
posted @ 2024-02-23 12:02 ylxn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Spring简介: 以IOC与AOP为内核。分层框架。轻量级(不需要依赖其他软件,只需要JVM,容器环境) Spring 的核心结构 每个模块对应一个Jar包。 1.4 IOC思想讲解 IOC和AOP不是Spring提出的。spring在技术上很好的把这两个思想实现 1)什么是IoC Inversi 阅读全文
posted @ 2024-02-19 12:41 ylxn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 一、自定义持久层框架 1.1 分析 持久层。与数据交互的一层。Dao层 。 可能存在的问题: 问题 代码 解决方案 硬编码。对底层驱动和数据库配置信息硬编码 Class.forName("com.mysql.jdbc.Driver"); connection = DriverManager.getC 阅读全文
posted @ 2024-02-04 12:37 ylxn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 一、面向对象 模块 定义 说明 Object Oriented Programmming (OOP) Encapsulation public protected private 对象里面封装了变量,方法,有些暴露给外部,有些不暴露 Inheritance 可以用extends 单继承父类。 Abs 阅读全文
posted @ 2023-09-24 08:59 ylxn 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Adrian Wu 18342209532 wunan393@163.com EMPLOYMENT Geely. Beijing (2022-Present) Software Engineer Designed algorithms to detect new roads, increasing 阅读全文
posted @ 2023-09-21 10:39 ylxn 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 复习 2024.05.09 ~10 2023.11.21 laid-back fell free about many things This is a laid-back city sublet lease to a subtenant A friend is subletting his apa 阅读全文
posted @ 2023-08-31 17:29 ylxn 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 在职3、4个月时间学习英语。雅思7分通过。听力7.5, 阅读6.5,写作6,口语7 Hometown Beijing is famous for its historical heritage Likes and dislikes what you can do there changes It's 阅读全文
posted @ 2023-07-29 14:47 ylxn 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 说大概。不要说的太细,浪费时间,而且别人听不懂 第一句直接给答案。第二句解释。第三句给例子。都是一句话。 不要解释一个观点解释很长 停顿、停顿、停顿、不要en en a a 慢一点 一次说一句话,可以停顿,但是不要蹦词 ff Part 1 各种题型前面的连接词: Do you prefer ... 阅读全文
posted @ 2023-07-28 10:05 ylxn 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 句型 主谓宾去陈述一个确定答案. 可以再主语后面直接加形容词 The .... is .... The dog I want to describe is two years old. 放在前面的条件 If, when, compared to , it is sth... that .... If 阅读全文
posted @ 2023-07-28 09:53 ylxn 阅读(34) 评论(0) 推荐(0) 编辑
摘要: Chapter1 : Introduction Chapter2: Advanced Preparation Chapter3: Getting in the Door Be Giving Be Open Be the Connector Where to Network Immerse yours 阅读全文
posted @ 2023-07-24 19:00 ylxn 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页