Research Article
An Experiment to Design an Operation and Maintenance System Integrating Apriori Association Rules for a Telecom Platform
Algorithm 3
Some of the core code in function calls and data access.
| dataread_alarmlist = function(){ | | $.ajax({ | | url: "./json/dataread_alarmlist.php", | | cache: false, | | dataType : "json", | | data:{ | | }, | | ifModified:true, | | success: function(data){ | | } | | } | | setTimeout(dataread_alarmlist,60000); |
|