CN111586118A - Data processing method and device and computer equipment - Google Patents

Data processing method and device and computer equipment Download PDF

Info

Publication number
CN111586118A
CN111586118A CN202010339027.9A CN202010339027A CN111586118A CN 111586118 A CN111586118 A CN 111586118A CN 202010339027 A CN202010339027 A CN 202010339027A CN 111586118 A CN111586118 A CN 111586118A
Authority
CN
China
Prior art keywords
data
state information
data set
database
query
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010339027.9A
Other languages
Chinese (zh)
Inventor
董明珠
宋德超
黄俊炜
王沅召
张家琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Gree Electric Appliances Inc of Zhuhai
Zhuhai Lianyun Technology Co Ltd
Original Assignee
Gree Electric Appliances Inc of Zhuhai
Zhuhai Lianyun Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gree Electric Appliances Inc of Zhuhai, Zhuhai Lianyun Technology Co Ltd filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN202010339027.9A priority Critical patent/CN111586118A/en
Publication of CN111586118A publication Critical patent/CN111586118A/en
Priority to PCT/CN2020/140492 priority patent/WO2021218218A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/54Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/04Processing captured monitoring data, e.g. for logfile generation
    • H04L43/045Processing captured monitoring data, e.g. for logfile generation for graphical visualisation of monitoring data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Environmental & Geological Engineering (AREA)
  • User Interface Of Digital Computer (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a data processing method, a data processing device and computer equipment, which are applied to a server, wherein the method comprises the following steps: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database. The data processing method solves the problem that the data processing method in the prior art cannot acquire the running information of the current network equipment in time, and meets the actual requirements of users.

Description

Data processing method and device and computer equipment
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data processing method and apparatus, and a computer device.
Background
In the prior art, for network devices distributed at different positions, a server may be provided to monitor and manage the operation conditions of each network device; however, when the network connection between the monitored network device and the server is disconnected, the information of the relevant network device will not be displayed on the server, and the user cannot acquire the running information of the current network device in time.
Therefore, the data processing method in the prior art cannot acquire the running information of the current network device in time and cannot meet the actual requirements of users.
Disclosure of Invention
The application provides a data processing method, a data processing device and computer equipment, solves the problem that the data processing method in the prior art cannot timely acquire the running information of the current network equipment, and meets the actual requirements of users.
In a first aspect, the present invention provides a data processing method applied to a server, where the method includes: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database.
Optionally, the method further comprises: receiving a data query request sent by a client, wherein the data query request comprises query keywords; and acquiring a data set matched with the query keyword from the database according to the data query request, and sending the data set to the client, so that the client performs chart display according to the data set.
Optionally, the database is a redis database; according to the data query request, acquiring a data set matched with the query keyword from the database, and sending the data set to the client, so that the client performs graph display according to the data set, wherein the graph display comprises the following steps: and acquiring a data set matched with the query keyword from a redis database according to the data query request, and sending the data set to the client, so that the client performs chart display through echart according to the data set.
Optionally, if the data query request further includes a returned data format, acquiring, according to the data query request, a data set matched with the query keyword from the database, and sending the data set to the client, including: acquiring all query data matched with the query keywords according to the query keywords; and generating corresponding data sets of all the query data according to the return data format and sending the data sets to the client.
In a second aspect, the present invention provides a data processing method, applied to a client, where the method includes: acquiring a query keyword of network equipment; generating a data query request by using the query keyword and the return data format; sending the data query request to a server, so that the server acquires a corresponding data set from data according to the data query request, wherein the data set comprises an identity of network equipment and state information, and the state information comprises an online state or an offline state; receiving the data set sent by the server; and carrying out chart display on the data set.
Optionally, the return data format comprises a json data format; the database comprises a redis database; the chart displaying of the data set comprises the following steps: and (4) carrying out chart display on the data set through echart.
Optionally, if the status information includes the location information of the network device, performing a chart display on the data set, including: converting the position information in the data set into a two-dimensional array; and displaying the scattered point position of the network equipment according to the two-dimensional array.
In a third aspect, the present invention provides a data processing apparatus applied to a server, the apparatus comprising: the identity acquisition module is used for acquiring the identities of all the network devices; the state information acquisition module is used for acquiring the current state information of the network equipment at a preset moment according to the identity, and the state information comprises an online state or an offline state; the judging module is used for judging whether the current state information is the same as the last state information; and the storage module is used for storing the current state information into a database if the current state information is different from the last state information, so that the client side can display the chart according to the data of the database.
In a fourth aspect, the present invention provides a data processing apparatus, applied to a client, the apparatus including: the keyword acquisition module is used for acquiring the query keywords of the network equipment; the query request generating module is used for generating a data query request by the query keyword and the return data format; the query request sending module is used for sending the data query request to a server so that the server obtains a corresponding data set from data according to the data query request, wherein the data set comprises an identity identifier and state information of network equipment, and the state information comprises an online state or an offline state; the data set receiving module is used for receiving the data set sent by the server; and the chart display module is used for carrying out chart display on the data set.
In a fifth aspect, the present invention provides a computer device, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the computer program to perform the following steps: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database.
The invention provides a data processing method, a data processing device and computer equipment, which are applied to a server, wherein the method comprises the following steps: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database. According to the data processing method, the server stores the network equipment state information acquired in real time in the database, and the client performs chart display according to the network equipment information, the state information and the time in the database, so that the data can be stored and read more efficiently and quickly, and a user can know the real-time running conditions of all the network equipment more clearly and intuitively in the data display through the charts and other forms; therefore, the problem that the data processing method in the prior art cannot timely acquire the running information of the current network equipment is solved, and the actual requirements of users are met.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a flowchart of a data processing method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another data processing method provided by an embodiment of the invention;
fig. 3 is a block diagram of a data processing apparatus according to an embodiment of the present invention;
FIG. 4 is a block diagram of another data processing apparatus according to an embodiment of the present invention;
fig. 5 is a schematic diagram of data processing according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a flowchart of a data processing method according to an embodiment of the present invention; as shown in fig. 1, the data processing method in the embodiment of the present invention is applied to a server, and specifically includes the following steps:
step S101, obtaining the identity of all network devices.
Specifically, the data processing method provided in the embodiment of the present invention is applied to a data processing system, where the monitoring system includes a plurality of network devices, a server, and a client, each network device has a unique identifier for identifying Identity information, such as an International Mobile Equipment Identity (IMEI) or an MAC address, and the Identity identifiers of all the network devices may be input to the server in a preset manner, or the network devices input the Identity identifiers to the server in a form of sending data packets periodically.
And step S102, acquiring the current state information of the network equipment at a preset moment according to the identity.
Specifically, the state information includes an online state or an offline state, where the online state is that the network device and the server can communicate normally, and the offline state may be that a communication line of the network device is interrupted or that the network device and the server cannot communicate due to the network device being in a power-off state; therefore, the server obtains the current status information of all the network devices at a preset time period or a preset moment, for example, the status information of the network devices is obtained every 5 minutes, or the status information of the network devices is obtained at every fixed time point.
Step S103, judging whether the current state information is the same as the last state information.
And step S104, if the current state information is different from the last state information, storing the current state information into a database, and enabling the client to display a chart according to the data of the database.
The database provided by the embodiment of the invention is a redis database, the server can inquire the state information in real time or at regular time according to the identity of the network equipment, and also can compare the state information with the state information matched with the identity in the redis database, if the obtained current state information is inconsistent with the state information stored in the database, the current state information is updated into the database, so that the state information stored in the database is consistent with the current state information of the network equipment.
Further, the step of enabling the client to perform chart display according to the data of the database specifically comprises the step of receiving a data query request sent by the client, wherein the data query request comprises query keywords; and acquiring a data set matched with the query keyword from the database according to the data query request, and sending the data set to the client, so that the client performs chart display according to the data set.
Specifically, the server extracts all matched data from the redis database according to a data request sent by the client, generates a corresponding data set according to a returned data format and sends the data set to the client, so that the client generates a corresponding chart through echart to display, and therefore, the client can clearly and clearly display the state information of all network devices through the chart.
In an embodiment of the present invention, if the data query request further includes a returned data format, acquiring, according to the data query request, a data set matched with the query keyword from the database, and sending the data set to the client, including: acquiring all query data matched with the query keywords according to the query keywords; and generating corresponding data sets of all the query data according to the return data format and sending the data sets to the client.
The data processing method provided by the invention is applied to a server, and comprises the following steps: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database. According to the data processing method, the server stores the network equipment state information acquired in real time in the database, and the client performs chart display according to the network equipment information, the state information and the time in the database, so that the data can be stored and read more efficiently and quickly, and a user can know the real-time running conditions of all the network equipment more clearly and intuitively in the data display through the charts and other forms; therefore, the problem that the data processing method in the prior art cannot timely acquire the running information of the current network equipment is solved, and the actual requirements of users are met.
Fig. 2 is a flowchart of a data processing method according to an embodiment of the present invention; as shown in fig. 2, the data processing method in the embodiment of the present invention is applied to a client, and specifically includes the following steps:
step S201, obtaining keywords for inquiring network equipment;
step S202, generating a data query request by the keyword and the return data format;
step S203, sending the data query request to a server, so that the server obtains a corresponding data set from data according to the data query request, wherein the data set comprises an identity of a network device and state information, and the state information comprises an online state or an offline state;
step S204, receiving the data set sent by the server;
step S205, according to the data set, displaying the first state information of the network device by a graph.
In an embodiment of the present invention, the return data format comprises a json data format; the database comprises a redis database; the chart displaying of the data set comprises the following steps: carrying out chart display on the data set through echart; therefore, a user can obtain the query keyword at the client in an input or selection mode, the server obtains a matched data set from the redis database according to the keyword, and the client displays a chart through echart according to the data set.
In an embodiment of the present invention, if the status information includes the location information of the network device, performing a chart display on the data set includes: converting the position information in the data set into a two-dimensional array; and displaying the scattered point position of the network equipment according to the two-dimensional array.
Fig. 3 is a block diagram of a data processing apparatus according to an embodiment of the present invention; as shown in fig. 3, when applied to a server, the data processing apparatus in the embodiment of the present invention specifically includes:
an identity obtaining module 310, configured to obtain identities of all network devices;
a status information obtaining module 320, configured to obtain, according to the identity, current status information of the network device at a preset time, where the status information includes an online status or an offline status;
a determining module 330, configured to determine whether the current state information is the same as the previous state information;
the storage module 340 is configured to store the current state information into a database if the current state information is different from the previous state information, so that the client performs chart display according to data in the database.
In an embodiment of the invention, the apparatus further comprises: the data query request receiving module is used for receiving a data query request sent by a client, wherein the data query request comprises query keywords; and the data set acquisition module is used for acquiring a data set matched with the query keyword from the database according to the data query request and sending the data set to the client so that the client performs chart display according to the data set.
The data set acquisition module includes: the query data acquisition module is used for acquiring all query data matched with the query keywords according to the query keywords; and the data set generating module is used for generating corresponding data sets of all the query data according to the return data format and sending the corresponding data sets to the client.
Fig. 4 is a block diagram of a data processing apparatus according to an embodiment of the present invention; as shown in fig. 4, the data processing apparatus in the embodiment of the present invention, when applied to the client, specifically includes:
a keyword obtaining module 410, configured to obtain a query keyword of a network device;
a query request generating module 420, configured to generate a data query request from the query keyword and the returned data format;
a query request sending module 430, configured to send the data query request to a server, so that the server obtains a corresponding data set from data according to the data query request, where the data set includes an identity of a network device and state information, and the state information includes an online state or an offline state;
a data set receiving module 440, configured to receive the data set sent by the server;
and a chart display module 450, configured to perform chart display on the data set.
In one embodiment of the present invention, the chart showing module 450 comprises a position information converting module for converting the position information in the data set into a two-dimensional array; and the scattered point position display module is used for displaying the scattered point position of the network equipment according to the two-dimensional array.
Fig. 5 is a schematic data processing diagram provided by an embodiment of the present invention, storing data generated by the system into a redis database, and storing the data generated by the system in a redis database in an efficient and persistent manner, and displaying the stored data in the redis database by a chart component such as a histogram, a line graph, a column-fold mixed graph, a pie graph, a scatter-plot graph, etc. by an echart page component.
In an embodiment of the present invention, when the network device communicates with the server through the communication module, the server writes the IMEI (device unique identifier) of the device into the redis, and if the communication between the device and the server is interrupted, the server deletes the IMEI of the device from the redis, and at this time, the front end may request the back end to obtain the existing IMEI in the redis to display the online device.
Further, when the device communicates with the server through the communication module, the server acquires the unique identifier IMEI (or other identifier code) of the device through a background program, the background program stores the unique identifier as a key into a redis database, the echart of the client requests the background program of the server to read the value of the key existing in the database through an http interface, the data type returned by the interface may be a common basic type such as an array, for example, the acquired format may be an array type [ 8881,8882,883,884,885 ], which means that the current online device is 5 devices with identifier codes of 8881,8882, 8883, 8884, and 8885, at this time, a pie chart partition is established as the value of the online device by using the echart, and meanwhile, the background is requested to count the number n of all devices returned by the number interface of all devices, and subtracting 5 can establish the pie chart partition as the number of the offline device as n-5, at the moment, the online and offline conditions of the equipment can be clearly seen through the pie chart.
In another embodiment of the present invention, if the device has a function of GPS positioning reporting, the GPS positioning information carried in the communication between the device and the server may be reported to the server, and the server stores coordinate information of the GPS, for example, how many degrees north latitude pass through east west latitude, as a key in a redis database, for example, the front end echart requests the acquisition server to read values stored in all relevant keys about the GPS in the database through http, and the acquisition format may be one { "8881": 223E 60N; 213E 70N; data in json format; at this time, the latitude and longitude data can be integrated into a two-dimensional array of [223,60], [231,70], and then can be stored in the scatter rendering array of the echart map plug-in, and the scatter position of the device in the current map can be displayed.
In one embodiment of the present invention, the present invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database.
In one embodiment of the invention, the invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database.
The invention provides a data processing method, a data processing device and computer equipment, which are applied to a server, wherein the method comprises the following steps: acquiring the identity of all network equipment; acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state; judging whether the current state information is the same as the last state information; and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database. According to the data processing method, the server stores the network equipment state information acquired in real time in the database, and the client performs chart display according to the network equipment information, the state information and the time in the database, so that the data can be stored and read more efficiently and quickly, and a user can know the real-time running conditions of all the network equipment more clearly and intuitively in the data display through the charts and other forms; therefore, the problem that the data processing method in the prior art cannot timely acquire the running information of the current network equipment is solved, and the actual requirements of users are met.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A data processing method is applied to a server, and the method comprises the following steps:
acquiring the identity of all network equipment;
acquiring current state information of the network equipment at a preset moment according to the identity, wherein the state information comprises an online state or an offline state;
judging whether the current state information is the same as the last state information;
and if the current state information is different from the last state information, storing the current state information into a database, so that the client performs chart display according to the data of the database.
2. The method of claim 1, further comprising:
receiving a data query request sent by a client, wherein the data query request comprises query keywords;
and acquiring a data set matched with the query keyword from the database according to the data query request, and sending the data set to the client, so that the client performs chart display according to the data set.
3. The method of claim 2, wherein the database is a redis database;
according to the data query request, acquiring a data set matched with the query keyword from the database, and sending the data set to the client, so that the client performs graph display according to the data set, wherein the graph display comprises the following steps:
and acquiring a data set matched with the query keyword from a redis database according to the data query request, and sending the data set to the client, so that the client performs chart display through echart according to the data set.
4. The method of claim 3, wherein if the data query request further includes a return data format, acquiring a data set matching the query keyword from the database according to the data query request, and sending the data set to the client, the method includes:
acquiring all query data matched with the query keywords according to the query keywords;
and generating corresponding data sets of all the query data according to the return data format and sending the data sets to the client.
5. A data processing method is applied to a client, and the method comprises the following steps:
acquiring a query keyword of network equipment;
generating a data query request by using the query keyword and the return data format;
sending the data query request to a server, so that the server acquires a corresponding data set from data according to the data query request, wherein the data set comprises an identity of network equipment and state information, and the state information comprises an online state or an offline state;
receiving the data set sent by the server;
and carrying out chart display on the data set.
6. The method of claim 5,
the return data format comprises a json data format;
the database comprises a redis database;
the chart displaying of the data set comprises the following steps: and (4) carrying out chart display on the data set through echart.
7. The method of claim 6, wherein graphically displaying the data set if the status information includes location information of the network device comprises:
converting the position information in the data set into a two-dimensional array;
and displaying the scattered point position of the network equipment according to the two-dimensional array.
8. A data processing apparatus, applied to a server, the apparatus comprising:
the identity acquisition module is used for acquiring the identities of all the network devices;
the state information acquisition module is used for acquiring the current state information of the network equipment at a preset moment according to the identity, and the state information comprises an online state or an offline state;
the judging module is used for judging whether the current state information is the same as the last state information;
and the storage module is used for storing the current state information into a database if the current state information is different from the last state information, so that the client side can display the chart according to the data of the database.
9. A data processing apparatus, applied to a client, the apparatus comprising:
the keyword acquisition module is used for acquiring the query keywords of the network equipment;
the query request generating module is used for generating a data query request by the query keyword and the return data format;
the query request sending module is used for sending the data query request to a server so that the server obtains a corresponding data set from data according to the data query request, wherein the data set comprises an identity identifier and state information of network equipment, and the state information comprises an online state or an offline state;
the data set receiving module is used for receiving the data set sent by the server;
and the chart display module is used for carrying out chart display on the data set.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 7 are implemented when the computer program is executed by the processor.
CN202010339027.9A 2020-04-26 2020-04-26 Data processing method and device and computer equipment Pending CN111586118A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010339027.9A CN111586118A (en) 2020-04-26 2020-04-26 Data processing method and device and computer equipment
PCT/CN2020/140492 WO2021218218A1 (en) 2020-04-26 2020-12-29 Data processing method and apparatus and computer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010339027.9A CN111586118A (en) 2020-04-26 2020-04-26 Data processing method and device and computer equipment

Publications (1)

Publication Number Publication Date
CN111586118A true CN111586118A (en) 2020-08-25

Family

ID=72113932

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010339027.9A Pending CN111586118A (en) 2020-04-26 2020-04-26 Data processing method and device and computer equipment

Country Status (2)

Country Link
CN (1) CN111586118A (en)
WO (1) WO2021218218A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112666906A (en) * 2020-12-23 2021-04-16 树根互联技术有限公司 Data processing method and device, server and storage medium
WO2021218218A1 (en) * 2020-04-26 2021-11-04 珠海格力电器股份有限公司 Data processing method and apparatus and computer device
WO2022099564A1 (en) * 2020-11-12 2022-05-19 京东方科技集团股份有限公司 Method and apparatus for simultaneously presenting status information of multiple devices, and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104751306A (en) * 2015-04-28 2015-07-01 海南汉能薄膜太阳能有限公司 Industrial control equipment monitoring method and system
CN106817428A (en) * 2017-02-13 2017-06-09 浙江风向标科技有限公司 A kind of method and apparatus of offline inspection
CN108234396A (en) * 2016-12-14 2018-06-29 北京视联动力国际信息技术有限公司 A kind of method and device of monitoring device status information real-time synchronization
CN110673502A (en) * 2019-10-14 2020-01-10 珠海格力电器股份有限公司 Quick response method and system of intelligent device, storage medium and network side device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110195694A1 (en) * 2010-02-08 2011-08-11 Mitel Networks Corporation Desktop mobile information provider
CN111586118A (en) * 2020-04-26 2020-08-25 珠海格力电器股份有限公司 Data processing method and device and computer equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104751306A (en) * 2015-04-28 2015-07-01 海南汉能薄膜太阳能有限公司 Industrial control equipment monitoring method and system
CN108234396A (en) * 2016-12-14 2018-06-29 北京视联动力国际信息技术有限公司 A kind of method and device of monitoring device status information real-time synchronization
CN106817428A (en) * 2017-02-13 2017-06-09 浙江风向标科技有限公司 A kind of method and apparatus of offline inspection
CN110673502A (en) * 2019-10-14 2020-01-10 珠海格力电器股份有限公司 Quick response method and system of intelligent device, storage medium and network side device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
山东省地方税务局: "《税务信息化基础及应用》", 30 November 2012, 中国税务出版社 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021218218A1 (en) * 2020-04-26 2021-11-04 珠海格力电器股份有限公司 Data processing method and apparatus and computer device
WO2022099564A1 (en) * 2020-11-12 2022-05-19 京东方科技集团股份有限公司 Method and apparatus for simultaneously presenting status information of multiple devices, and storage medium
CN112666906A (en) * 2020-12-23 2021-04-16 树根互联技术有限公司 Data processing method and device, server and storage medium

Also Published As

Publication number Publication date
WO2021218218A1 (en) 2021-11-04

Similar Documents

Publication Publication Date Title
CN111586118A (en) Data processing method and device and computer equipment
KR102121361B1 (en) Method and device for identifying the type of geographic location where the user is located
CN107169094B (en) Information aggregation method and device
CN108377247B (en) Message pushing method and device
CN107172209B (en) Information pushing method and device
CN111917687A (en) Method and device for circularly pushing reminding message
CN109086158B (en) Abnormal cause analysis method and device and server
CN111159217A (en) Data query method, device, server and storage medium
CN113347269A (en) Data updating method of industrial system, electronic equipment and storage medium
CN113900907A (en) Mapping construction method and system
US11334476B2 (en) Client-side survey control
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN112765483A (en) Matching recommendation method based on activity, related device, equipment and medium
CN108009247B (en) Information pushing method and device
CN111767481A (en) Access processing method, device, equipment and storage medium
CN109104506B (en) Method and device for determining domain name resolution rule and computer readable storage medium
CN113256240B (en) Message processing method and device and server
CN113177694B (en) Client allocation method, device, storage medium and computer equipment
CN104483880A (en) Data acquisition method and data acquisition server
CN111159199B (en) Index data acquisition method and device
CN113806375A (en) Data processing method and device and related equipment
CN112231566A (en) Information pushing method, device and system and readable storage medium
CN112507193A (en) Data updating method, device, equipment and storage medium
US20230049322A1 (en) Information processing method, device, system, and computer-readable storage medium
CN108037981B (en) Accessory management method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200825