Blogger Information
Blog 46
fans 1
comment 1
visits 30417
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
企业级项目开发与学习的异同--2018年5月日11
笨鸟先飞
Original
597 people have browsed it

企业级项目开发与学习的异同:

1.企业级项目开发页面一般比较多,逻辑性较强

2.页面与页面之间不再是各自为政,而是相互关联(一般用a标签的href联系起来)

3.数据安全是最为重要($_GET   $_POST);

4.二级验证 :前端验证(用户体验),后端验证(安全)

5.用户体验(页面交互,操作等待时间)

6.性能问题(CPU占用指标、内存占用指标、网络宽带)

7.代码可读性:命名规范、注释、代码缩进(格式)、代码长度(如果一个方法【函数】代码长度超过50行)

8.代码性能:时间复杂度(程序在运行时所消耗的时间);空间复杂度(程序在进行时所占用的空间)

     

IMG_3113_meitu_1.jpg

Correction status:qualified

Teacher's comments:
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