Blogger Information
Blog 38
fans 0
comment 2
visits 23938
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
企业级项目开发与学习的异同总结 — 5月11日
→忆指凡尘&的博客
Original
685 people have browsed it

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

1.企业级的开发页面很多,逻辑性也很强,而我们的学习时往往只有很少的页面

2.开发时页面与页面之间是有关联的,通常情况下是通过a标签来连接

3.企业级开发时数据的安全尤为重要,无论什么时候都要考虑数据的安全

4.验证时一般有两层验证,前段验证(用户的体验),后端验证(安全)

5.开发时要着重考虑用户的体验(页面的交互、操作等待时间等等),做到要让用户满意

6.开发时也要考虑性能问题(cpu的占用、内存占用、网络带宽),如果代码写的不好直接导致服务器性能变慢

7.代码的可读性:写代码时一定要注意其中的命名规范,不能自己写完代码别人看不懂

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