Blogger Information
Blog 64
fans 2
comment 1
visits 47248
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
企业级开发与学习的异同——2018年5月11日
Y的博客
Original
649 people have browsed it

1、企业级项目开发页面一般比较多,逻辑性较强
2、页面与页面之间不在是各自为政。而是相互关联(一般通过a标签的href联系起来)
3、数据安全是重点考虑对象($_GET、$_POST);
4、二级验证:前端验证(用户体验)、后端验证(安全)
5、用户体验(页面交互、操作等待时间)
6、性能问题(CPU占用指标、内存占用指标、网络带宽)
7、代码可读性:命名规范、注释、代码缩进、代码长度(如果一个方法【函数】代码长度超过50行)
8、代码性能:时间复杂度(程序在运行时所消耗的时间),空间复杂度(程序在运行时所占用的内存)

1、企业项目开发一般页面比较多,逻辑性较强
2、页面与页面之间不能各自为政。而且是相互关联(一般通过a标签的href联系起来)
3、数据安全是重点考虑的对象($_GET、$_POST)
4、二级验证:前段验证(用户体验)、后端验证(安全)
5、用户体验(页面相互、操作等待时间)
6、性能问题(CPU占用指标、内存占用指标、网络带宽)
7、代码可读性:命名规范、注释、代码缩进、代码长度(如果一个方法【函数】长度超过50行)
8、代码性能:时间复杂度(程序在运行时所消耗的时间),空间复杂度(程序在运行时所占用的内存)

1、企业项目开发一般页面比较多,逻辑性较强
2、页面与页面之间不能各自为政。而且是相互关联(一般通过a标签的href联系起来)
3、数据安全是重点考虑的对象($_GET、$_POST)
4、二级验证:前段验证(用户体验)、后端验证(安全)
5、用户体验(页面相互、操作等待时间)
6、性能问题(CPU占用指标、内存占用指标、网络带宽)
7、代码可读性:命名规范、注释、代码缩进、代码长度(如果一个方法【函数】长度超过50行)
8、代码性能:时间复杂度(程序在运行时所消耗的时间),空间复杂度(程序在运行时所占用的内存)


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