基于AJAX技术的WEB煤矿联网监控系统的实现
The Realization of WEB Coal Mine Networking Monitoring System Based on AJAX Technology
-
摘要: WEB煤矿联网监控系统,具有数据量大、实时性要求高等特点,所以要在数据处理方面进行性能优化,避免冗余数据的重复下载。传统的技术采用刷新整个web页面来更新页面的数据,这种方式存在2个缺陷,一是由于整个页面的刷新产生的闪烁效果给浏览者的直接感受不好;二是刷新整个页面,每次都要重复下载整个页面的数据,造成数据量大,显示延迟。采用AJAX技术,只用来更新需要实时显示的数据部分,从根本上解决了传统技术存在的缺陷。Abstract: WEB coal mine networking monitoring system has the features of a large volume of data,high real-time requirements.Therefore,the performance optimization about data processing should be done to avoid the repeatly downloading of redundancy data.The traditional techniques uses to refresh the entire web page to update the page data,and there are two flaws in this way.First,the entire page refreshing will produce the flashes,which will effect on the feel of viewer;second,refreshing the entire web page will repeatly download the redundancy data every time,which leads to the increasing of data and showing delay.The use of AJAX technology which only need to download the real-time data solves the traditional techniques flaws fundamentally.