1 JavaBeans JavaBeans在1996年被Sun公司提出,并定义为 A JavaBean is reusable, platform independent component that can be manipulated visually in a builder tool. JavaBeans是一类符合一定编写规范(满足某
...
Posted by Wei on 2018-02-23, Last Modified on 2025-04-23
Posted by Wei on 2018-02-23, Last Modified on 2024-05-07
验证思路的本质无非是对比当前用户输入的账号密码与正确的(且存储于数据库中的)账号密码是否一致,若一致则认为身份验证通过。
...Posted by Wei on 2018-02-23, Last Modified on 2025-04-23
缩写 | 全称 | 中文 |
---|---|---|
S | The Single Responsibility Principle | 单一责任原则 |
O | The Open-Closed Principle | 开放封闭原则 |
L | Liskov Substitution Principle | 里氏替换原则 |
I | The Interface Segregation Principle | 接口分离原则 |
D | The Dependency Inversion Principle | 依赖倒置原则 |
Posted by Wei on 2018-02-23, Last Modified on 2023-07-19
在不同操作系统中,会使用不同的换行符来表示换行。
...Posted by Wei on 2018-02-23, Last Modified on 2025-04-23