Blogger Information
Blog 43
fans 3
comment 1
visits 30393
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
企业级项目开发与学习异同+2018年5月13日15时58分
KongLi的博客
Original
633 people have browsed it

企业级项目开发与学习异同,主要整理了解标准企业级开发的一些注意事项


1.企业级项目开发页面一般比较多,逻辑性较强,应该多分层次,如常见的 mvc ,使得每个层次分明


2.页面与页面之间不是单一的,可以通过 a 标签,或者接口,api 、或者webservice来触发提供


3.数据安全是重点考虑的对象,主要体验在于用户提交过来的数据,如:$_GET $_POST from 表单数据等


4.数据安全二级验证,可以理解为,前端跟后端验证,字符过滤,sql 语句,分别在前端跟后端进行较验


5.用户体验,友好的用户提示,等待提示等,以级加载等待时间


6.性能问题。主要在于访问速度,处理速度这两方面较为明显,图片较大,较多,应采用第三方服务存放等等


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