Blogger Information
Blog 38
fans 0
comment 1
visits 30389
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
5月11日 企业级项目开发与学习的异同
1
Original
739 people have browsed it

引进文件一定要绝对定位


样式冲突


做的越简单越好

代码量越少越好

对系统压力越小越好


独立性高,减少代码的耦合性


项目文件多,逻辑性强


数据安全


二级验证


用户体验(异步刷新)


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

因为企业级的开发要考虑方法面面,他会设计的各个功能模块和数据库的处理


2.页面与页面不是各自为政,而是有相互关联

额....好像学习的时候,页面和页面也是相互光联


3.数据安全是重点考虑

这个可以理解,因为数据不安全被恶意写入代码,造成用户的信息泄露。造成不好的影响。


4.二级验证

前端验证可以过滤大多数的问题,减少后端验证的压力。


5.用户体验

良好的用户体验包括加载熟读、用户的操作习惯、颜色等


6.性能

CPU占用指标内、存占用指标、网络宽带一般需要占用率需要达到50%-60%,太低造成浪费,太高会压力过高。


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
  • 1
    2018-03-16 00:39:40
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!