Blogger Information
Blog 35
fans 0
comment 1
visits 42595
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
TP5.1学习心得
魏先生的博客
Original
2050 people have browsed it

1. 路由:我们定义一个url  通过这个url就可以访问我们指定的控制器

2. 控制器是我们具体编写业务的入口 业务逻辑是写着model层的  控制器的任务是调用 model层

3. 技术只是一个工具  我们要拿工具实现我们的思路

4. 模型就是数据库中的一张表 把表看做对象

5. 数据库设计时,数据冗余可以合理利用

6. 网站是什么? wed体系结构  如果有不明白的回来 在学习  基础知识  基础很关键根据课程反向学习基础

7. 面向对象三大特性

封装性  本性就是封装

继承性  多多理解单继承 可以用接口

多态性  用的不是特别多

8. 理解技术

 语言框架有很多,关键是使用 “他们”来解决我们的问题 先有想法,再找工具 ,而不是反过来被框架玩了.

9. wed 网站只是其中很小的一部分 网站不仅仅是一个网站  还包括  app  ios  小程序 微信下面的h5公众号  api可以通用网站 小程序ios  安卓result api

10. 软件最难应对的是变化  设计模式都是为了应对软件频繁变化 代码要写的易维护不要太直白

11. 前端除了不能直接操作数据库 其他跟后台没什么区别了 服务器少处理业务逻辑 可以把更多的业务逻辑放到 前端

12. Tp5 为我们集成了很多类库  不需要大量引入包


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post