CN106851703B - Method and device for processing alarm information by cloud access controller - Google Patents

Method and device for processing alarm information by cloud access controller Download PDF

Info

Publication number
CN106851703B
CN106851703B CN201611201755.3A CN201611201755A CN106851703B CN 106851703 B CN106851703 B CN 106851703B CN 201611201755 A CN201611201755 A CN 201611201755A CN 106851703 B CN106851703 B CN 106851703B
Authority
CN
China
Prior art keywords
alarm information
processing
list
message middleware
access point
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.)
Active
Application number
CN201611201755.3A
Other languages
Chinese (zh)
Other versions
CN106851703A (en
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.)
Huzhou Yinglie Intellectual Property Operation Co ltd
Original Assignee
Jinhua Zhizhen Communication Equipment 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 Jinhua Zhizhen Communication Equipment Co Ltd filed Critical Jinhua Zhizhen Communication Equipment Co Ltd
Priority to CN201611201755.3A priority Critical patent/CN106851703B/en
Publication of CN106851703A publication Critical patent/CN106851703A/en
Application granted granted Critical
Publication of CN106851703B publication Critical patent/CN106851703B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/04Arrangements for maintaining operational condition

Abstract

The invention provides a method and a device for processing alarm information by a cloud access controller, wherein the method comprises the following steps: receiving alarm information sent by preset access point equipment, and storing the alarm information into message middleware corresponding to the preset access point equipment; reading an alarm information list in the message middleware, and comparing first alarm information in the alarm information list with alarm information in a current processing thread; when the two are the same, processing the first alarm information in the alarm information list; and after the current processing thread finishes processing the first alarm information in the alarm information list, deleting the first alarm information in the alarm information list, and pushing processing finish prompt information to other threads. The invention can improve the real-time performance and accuracy of the cloud access controller in processing the alarm information.

Description

Method and device for processing alarm information by cloud access controller
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a method and a device for processing alarm information by a cloud access controller.
Background
A cloud Access Controller (AC) system often presents a functional interface of the system through HyperText Markup Language (HTML), and a user may connect to the AC system through a browser to perform various operations.
The cloud access controller needs to manage a large number of access point devices that generate a large amount of device alarm information when operating. In order to process the alarm information, a single alarm server cannot meet the performance requirement, and the cloud access controller uses a distributed environment consisting of a plurality of servers to concurrently process the alarm information in order to timely and accurately process the alarm information of the access point.
For example, when the alarms are processed concurrently, the alarm processing process in the server-1 obtains the offline alarm notification of the device 01 at time t0, and since the current resources of the server-1 are not sufficient, the offline alarm may not be processed yet at time t2, and the offline state of the device 01 is not added to the cloud access controller database. At time t1, the alarm handling process in server-2 obtains the on-line notification of device 01, and the alarm handling process finishes the alarm handling quickly because the current resources in service-2 are sufficient. When the server-2 processes, the off-line state of the device 01 is not found in the database, and the alarm is not finished on the state of the device. At time t3, the alarm processing process of the server 1 processes the device 01 offline alarm, and changes the operating state of the device 01 to offline. At this moment, the device 01 is offline for the cloud access controller, but in reality, the device 01 has recovered normal operation.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems:
when the cloud access controller processes the alarm information of the access point equipment, when a large number of access point equipment are accessed into the cloud access controller, the cloud access controller processes the alarm in a distributed mode of a plurality of servers, and because the complexity of the service for each server to acquire resources and each alarm is different, the rate of processing the alarm by each server in one moment is different, so that the alarm cannot be processed according to the occurring time sequence, and the equipment state information is inaccurate.
It should be noted that the above background description is only for the sake of clarity and complete description of the technical solutions of the present invention and for the understanding of those skilled in the art. Such solutions are not considered to be known to the person skilled in the art merely because they have been set forth in the background section of the invention.
Disclosure of Invention
In view of the foregoing problems, an object of embodiments of the present invention is to provide a method and an apparatus for processing alarm information by a cloud access controller, which can improve the real-time performance and accuracy of processing the alarm information by the cloud access controller.
In order to achieve the above object, an embodiment of the present invention provides a method for processing alarm information by a cloud access controller, including: receiving alarm information sent by preset access point equipment, and storing the alarm information into message middleware corresponding to the preset access point equipment; the message middleware sequences the alarm information according to the generation time of the alarm information; reading an alarm information list in the message middleware, and comparing first alarm information in the alarm information list with alarm information in a current processing thread; when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread, processing the first alarm information in the alarm information list; and after the current processing thread finishes processing the first alarm information in the alarm information list, deleting the first alarm information in the alarm information list, and pushing processing finish prompt information to other threads.
Further, an alarm information list in the message middleware is constructed according to a list type of a redis database; correspondingly, storing the alarm information in the message middleware corresponding to the preset access point device includes: and inserting the alarm information into the tail end of an alarm information list in the message middleware.
Further, the processing the first alarm information in the alarm information list includes:
inquiring whether a primary key of the preset access point equipment exists in the message middleware; if the preset access point equipment does not exist, setting a main key of the preset access point equipment in the message middleware, and processing first alarm information in the alarm information list; and after the current processing thread finishes processing the first alarm information in the alarm information list, deleting the main key of the preset access point equipment from the message middleware.
Further, after the setting of the primary key of the preset access point device in the message middleware, the method further includes: setting an effective period for the main key of the preset access point equipment; and when the time for processing the first alarm information in the alarm information list by a preset server reaches the validity limit, the message middleware deletes the main key of the preset access point equipment and sends out main key expiration prompt information to other servers.
Further, the method further comprises: and when other servers receive the main key expiration prompting information, reading an alarm information list in the message middleware, and reestablishing a processing thread to process the first alarm information in the alarm information list.
Further, the method further comprises: and when the first alarm information in the alarm information list is different from the alarm information in the current processing thread, the current processing thread monitors processing completion prompt information sent by other threads.
Further, the method further comprises: and when the alarm information in the current processing thread does not exist in the alarm information list, deleting the alarm information in the current processing thread.
In order to achieve the above object, an embodiment of the present invention further provides a cloud access controller, including: the alarm information sequencing unit is used for receiving alarm information sent by preset access point equipment and storing the alarm information into message middleware corresponding to the preset access point equipment; the message middleware sequences the alarm information according to the generation time of the alarm information; the warning information comparison unit is used for reading a warning information list in the message middleware and comparing the first warning information in the warning information list with the warning information in the current processing thread; the alarm information processing unit is used for processing the first alarm information in the alarm information list when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread; and the processing completion pushing unit is used for deleting the first alarm information in the alarm information list after the current processing thread processes the first alarm information in the alarm information list, and pushing processing completion prompt information to other threads.
Therefore, according to the method and the device for processing the alarm information by the cloud access controller provided by the embodiment of the invention, the alarm information sent by the access point equipment is sequenced according to the generation time, so that each alarm information can be processed according to the time sequence, and the condition of AP equipment state error in the cloud AC caused by time sequence disorder is avoided. Furthermore, by setting the effective time limit of the main key, when the server for processing the alarm information is abnormal, other servers can continue to process the alarm information, so that the alarm information can be processed normally, and the state of the AP equipment can be further ensured to be updated in time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a flowchart of a method for processing alarm information by a cloud access controller according to an embodiment of the present invention;
fig. 2 is a functional block diagram of a cloud access controller 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 invention more apparent, the technical solutions of the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings of the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
The embodiment of the invention provides a method for processing alarm information by a cloud access controller. Referring to fig. 1, the method includes the following steps:
s1: receiving alarm information sent by preset access point equipment, and storing the alarm information into message middleware corresponding to the preset access point equipment; and sequencing the alarm information in the message middleware according to the generation time of the alarm information.
In the present embodiment, processing alarm information in time series in a distributed environment can be realized based on redis. Specifically, in the cloud AC, the reception of the alarm information may be performed by an alarm reception process. When the cloud AC receives the alarm information sent by the preset AP device, the alarm information may be packaged as an alarm event, and the alarm event is written in an alarm information list of the message middleware.
In this embodiment, the alarm information list may be constructed according to a list type of a redis database. The List type is a linked List of strings sorted in insertion order. As with the normal linked list in the data structure, new elements can be added at its head (left) and end (right). From the efficiency of element insertion and deletion point of view, it would be a very efficient operation if elements were inserted or deleted at both ends of the linked list.
Therefore, in the present embodiment, the received alarm information may be inserted into the end of the alarm information list. Thus, the later the generated alert information, the more to the right the position in the alert information list.
S2: and reading an alarm information list in the message middleware, and comparing the first alarm information in the alarm information list with the alarm information in the current processing thread.
In this embodiment, since the servers in the cloud AC are in a distributed architecture, the alarm information in the alarm information list may be processed by a plurality of servers according to a time sequence.
In this embodiment, the alarm information in the alarm information list may be processed through an alarm processing procedure. When processing the alarm information, the server in the cloud AC may read the alarm information in the alarm information list. And then comparing the first alarm information in the alarm information list with the alarm information in the current processing thread. The significance of comparing the first alarm information with the alarm information in the current processing thread is that if the first alarm information and the alarm information are the same, the current processing thread is ready to process the first alarm information. And if the two are different, the first alarm information is processed by other threads.
S3: and when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread, processing the first alarm information in the alarm information list.
In this embodiment, when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread, the current processing thread may process the first alarm information.
Specifically, before processing the first alarm information, the current processing thread may query whether the primary key of the preset access point device exists in the message middleware. If the alarm information exists, the alarm information of the preset access point device is indicated to be processed by other threads currently, and the processing can be started after the other threads are processed. If the preset access point device does not exist, setting a primary key of the preset access point device in the message middleware, wherein the primary key may include an identifier of the preset access point device. The identification may be, for example, a MAC address of the preset access point device. Then the format of the primary key may be "AP device MAC address: task ". After the primary key is set, the current processing thread can process the first alarm information.
In this embodiment, it is considered that when an abnormality occurs in the server, the first warning information may not be processed all the time, and thus the subsequent warning information may not be processed, so that the state of the AP device may not be updated. In view of this, in this embodiment, an effective period may be set for the primary key of the preset access point device, and the effective period may be used as an upper time limit for the duration of the primary key. For example, if the server normally processes an alarm message for 100ms, the validity period may be set to 5 s. Therefore, when the time for processing the first alarm information in the alarm information list by the preset server reaches the validity limit, the server is in an abnormal state and cannot process the alarm information normally. At this time, the redis in the message middleware may delete the primary key of the preset access point device and send a prompt message indicating that the primary key expires to another server.
Therefore, after other servers receive the main key expiration prompting information, the alarm information list in the message middleware can be read, and the processing thread can be reestablished so as to process the first alarm information in the alarm information list. The process of processing the first alarm information by other servers is similar to the above steps, and is not described herein again.
In this embodiment, when the first alarm information in the alarm information list is different from the alarm information in the current processing thread, the current processing thread may monitor the processing completion notification information sent by another thread. When the processing completion prompt information sent by other threads is monitored, the first alarm information in the current alarm information list can be continuously compared with the alarm information of the first alarm information list.
In this embodiment, when the alarm information in the current processing thread does not exist in the alarm information list, it indicates that the alarm information in the current processing thread has been processed, and then the alarm information in the current processing thread does not need to be processed again, so that the alarm information in the current processing thread can be deleted.
S4: and after the current processing thread finishes processing the first alarm information in the alarm information list, deleting the first alarm information in the alarm information list, and pushing processing finish prompt information to other threads.
In this embodiment, after the current processing thread finishes processing the first alarm information in the alarm information list, the first alarm information may be deleted from the alarm information list, so that the alarm information originally located at the second position becomes the current first alarm information. Meanwhile, the current processing thread can also push processing completion prompt information to other threads, so that the other threads can start to process the local alarm information according to the steps. Specifically, the processing completion prompt information may be pushed to other threads through a pub/sub (Publish/Subscribe) function in the redis.
In this embodiment, after the current processing thread finishes processing the first alarm information in the alarm information list, the main key of the preset access point device may be deleted from the message middleware. In this way, other threads can thus establish the primary key of the pre-set access point device in the message middleware.
Referring to fig. 2, an embodiment of the present invention further provides a cloud access controller, including:
the device comprises an alarm information sequencing unit 100, a message middleware and a message processing unit, wherein the alarm information sequencing unit is used for receiving alarm information sent by a preset access point device and storing the alarm information into a message middleware corresponding to the preset access point device; the message middleware sequences the alarm information according to the generation time of the alarm information;
an alarm information comparison unit 200, configured to read an alarm information list in the message middleware, and compare a first alarm information in the alarm information list with an alarm information in a current processing thread;
an alarm information processing unit 300, configured to process the first alarm information in the alarm information list when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread;
and a processing completion pushing unit 400, configured to delete the first alarm information in the alarm information list after the current processing thread completes processing of the first alarm information in the alarm information list, and push a processing completion prompt message to other threads.
In one embodiment of the present invention, the alarm information list in the message middleware is constructed according to the list type of the redis database; accordingly, the alarm information sorting unit 100 includes:
and the information insertion module is used for inserting the alarm information into the tail end of an alarm information list in the message middleware.
In one embodiment of the present invention, the warning information processing unit 300 includes:
a primary key query module, configured to query whether a primary key of the preset access point device exists in the message middleware;
a main key setting module, configured to set a main key of the preset access point device in the message middleware and process a first alarm information in the alarm information list when the main key does not exist;
and the main key deleting module is used for deleting the main key of the preset access point device from the message middleware after the current processing thread processes the first alarm information in the alarm information list.
It should be noted that the specific implementation manners of the above functional modules are consistent with those described in steps S1 to S4, and are not described herein again.
Therefore, according to the method and the device for processing the alarm information by the cloud access controller provided by the embodiment of the invention, the alarm information sent by the access point equipment is sequenced according to the generation time, so that each alarm information can be processed according to the time sequence, and the condition of AP equipment state error in the cloud AC caused by time sequence disorder is avoided. Furthermore, by setting the effective time limit of the main key, when the server for processing the alarm information is abnormal, other servers can continue to process the alarm information, so that the alarm information can be processed normally, and the state of the AP equipment can be further ensured to be updated in time.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments.
Finally, it should be noted that: the foregoing description of various embodiments of the invention is provided to those skilled in the art for the purpose of illustration. It is not intended to be exhaustive or to limit the invention to a single disclosed embodiment. Various alternatives and modifications of the invention, as described above, will be apparent to those skilled in the art. Thus, while some alternative embodiments have been discussed in detail, other embodiments will be apparent or relatively easy to derive by those of ordinary skill in the art. The present invention is intended to embrace all such alternatives, modifications, and variances which have been discussed herein, and other embodiments which fall within the spirit and scope of the above application.

Claims (8)

1. A method for processing alarm information by a cloud access controller is characterized by comprising the following steps:
receiving alarm information sent by preset access point equipment, and storing the alarm information into message middleware corresponding to the preset access point equipment; the message middleware sequences the alarm information according to the generation time of the alarm information;
reading an alarm information list in the message middleware, and comparing first alarm information in the alarm information list with alarm information in a current processing thread;
when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread, processing the first alarm information in the alarm information list, including:
inquiring whether a primary key of the preset access point equipment exists in the message middleware;
if the preset access point equipment does not exist, setting a main key of the preset access point equipment in the message middleware, and processing first alarm information in the alarm information list;
after the current processing thread finishes processing the first alarm information in the alarm information list, deleting the main key of the preset access point device from the message middleware;
and after the current processing thread finishes processing the first alarm information in the alarm information list, deleting the first alarm information in the alarm information list, and pushing processing finish prompt information to other threads.
2. The method for processing alarm information by a cloud access controller according to claim 1, wherein an alarm information list in the message middleware is constructed according to a list type of a redis database;
correspondingly, storing the alarm information in the message middleware corresponding to the preset access point device includes: and inserting the alarm information into the tail end of an alarm information list in the message middleware.
3. The method for processing the alarm information by the cloud access controller according to claim 1, wherein after the setting of the primary key of the preset access point device in the message middleware, the method further comprises:
setting an effective period for the main key of the preset access point equipment;
and when the time for processing the first alarm information in the alarm information list by a preset server reaches the validity limit, the message middleware deletes the main key of the preset access point equipment and sends out main key expiration prompt information to other servers.
4. The method of claim 3, further comprising:
and when other servers receive the main key expiration prompting information, reading an alarm information list in the message middleware, and reestablishing a processing thread to process the first alarm information in the alarm information list.
5. The method for processing alarm information by a cloud access controller according to claim 1, wherein the method further comprises:
and when the first alarm information in the alarm information list is different from the alarm information in the current processing thread, the current processing thread monitors processing completion prompt information sent by other threads.
6. The method for processing alarm information by a cloud access controller according to claim 1, wherein the method further comprises:
and when the alarm information in the current processing thread does not exist in the alarm information list, deleting the alarm information in the current processing thread.
7. A cloud access controller, comprising:
the alarm information sequencing unit is used for receiving alarm information sent by preset access point equipment and storing the alarm information into message middleware corresponding to the preset access point equipment; the message middleware sequences the alarm information according to the generation time of the alarm information;
the warning information comparison unit is used for reading a warning information list in the message middleware and comparing the first warning information in the warning information list with the warning information in the current processing thread;
the alarm information processing unit is used for processing the first alarm information in the alarm information list when the first alarm information in the alarm information list is the same as the alarm information in the current processing thread; wherein, the alarm information processing unit includes:
a primary key query module, configured to query whether a primary key of the preset access point device exists in the message middleware;
a main key setting module, configured to set a main key of the preset access point device in the message middleware and process a first alarm information in the alarm information list when the main key does not exist;
a main key deleting module, configured to delete the main key of the preset access point device from the message middleware after the current processing thread finishes processing the first alarm information in the alarm information list; and the processing completion pushing unit is used for deleting the first alarm information in the alarm information list after the current processing thread processes the first alarm information in the alarm information list, and pushing processing completion prompt information to other threads.
8. The system for processing alarm information by a cloud access controller according to claim 7, wherein the alarm information list in the message middleware is constructed according to list type of a redis database;
correspondingly, the alarm information sorting unit comprises: and the information insertion module is used for inserting the alarm information into the tail end of an alarm information list in the message middleware.
CN201611201755.3A 2016-12-22 2016-12-22 Method and device for processing alarm information by cloud access controller Active CN106851703B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611201755.3A CN106851703B (en) 2016-12-22 2016-12-22 Method and device for processing alarm information by cloud access controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611201755.3A CN106851703B (en) 2016-12-22 2016-12-22 Method and device for processing alarm information by cloud access controller

Publications (2)

Publication Number Publication Date
CN106851703A CN106851703A (en) 2017-06-13
CN106851703B true CN106851703B (en) 2021-03-02

Family

ID=59135918

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611201755.3A Active CN106851703B (en) 2016-12-22 2016-12-22 Method and device for processing alarm information by cloud access controller

Country Status (1)

Country Link
CN (1) CN106851703B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101958804A (en) * 2010-09-20 2011-01-26 中兴通讯股份有限公司 Method for promoting warning processing efficiency, server and system
CN103905533A (en) * 2014-03-13 2014-07-02 广州杰赛科技股份有限公司 Distributed type alarm monitoring method and system based on cloud storage
CN105450445A (en) * 2015-11-17 2016-03-30 武汉日电光通信工业有限公司 High-performance alarm processing system under large capacity packet transmission system and method thereof
EP3051436A1 (en) * 2013-09-25 2016-08-03 ZTE Corporation Alarm filtering method and device in network element management system
CN106100914A (en) * 2016-08-25 2016-11-09 上海斐讯数据通信技术有限公司 The method for pushing of a kind of cloud AC warning information and system
CN106126354A (en) * 2016-06-21 2016-11-16 中国建设银行股份有限公司 A kind of asynchronous batch processing method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101958804A (en) * 2010-09-20 2011-01-26 中兴通讯股份有限公司 Method for promoting warning processing efficiency, server and system
EP3051436A1 (en) * 2013-09-25 2016-08-03 ZTE Corporation Alarm filtering method and device in network element management system
CN103905533A (en) * 2014-03-13 2014-07-02 广州杰赛科技股份有限公司 Distributed type alarm monitoring method and system based on cloud storage
CN105450445A (en) * 2015-11-17 2016-03-30 武汉日电光通信工业有限公司 High-performance alarm processing system under large capacity packet transmission system and method thereof
CN106126354A (en) * 2016-06-21 2016-11-16 中国建设银行股份有限公司 A kind of asynchronous batch processing method and system
CN106100914A (en) * 2016-08-25 2016-11-09 上海斐讯数据通信技术有限公司 The method for pushing of a kind of cloud AC warning information and system

Also Published As

Publication number Publication date
CN106851703A (en) 2017-06-13

Similar Documents

Publication Publication Date Title
EP3386150B1 (en) Terminal failure processing method, device and system
CN107453889B (en) A kind of method for uploading and device of journal file
CN107040563B (en) Asynchronous service processing method and server
CN112769652B (en) Node service monitoring method, device, equipment and medium
CN112506702B (en) Disaster recovery method, device, equipment and storage medium for data center
CN111726420A (en) Communication method, device, equipment and storage medium based on RPA
CN112631913A (en) Method, device, equipment and storage medium for monitoring operation fault of application program
CN104468248B (en) Service performance monitoring method, reverse proxy server, statistical analysis server and system
CN108833961B (en) Method, server and system for acquiring flight record data
CN105281940B (en) Method, equipment and system for HELLO message interaction based on NETCONF protocol
US11930292B2 (en) Device state monitoring method and apparatus
CN106851703B (en) Method and device for processing alarm information by cloud access controller
CN108880913B (en) traffic characteristic management method and device and central node server
CN110224872B (en) Communication method, device and storage medium
CN111092956A (en) Resource synchronization method, device, storage medium and equipment
CN110752972A (en) Network card state monitoring method, device, equipment and medium
US10674337B2 (en) Method and device for processing operation for device peripheral
CN105306270A (en) Simple network management protocol (SNMP) based data monitoring methods, and devices
CN110113187B (en) Configuration updating method and device, configuration server and configuration system
CN108574622B (en) Instant message processing method and device based on XMPP
CN108984285B (en) Data collision flow analysis method and device, storage medium and terminal
CN106487599B (en) Method and system for distributed monitoring of running state of cloud access controller
CN110569673A (en) Data file processing method, device, equipment and storage medium
CN114020759A (en) Data restoration method, device, equipment and storage medium
CN114006936B (en) System operation information real-time acquisition method, server and client

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
TA01 Transfer of patent application right

Effective date of registration: 20201022

Address after: 318015 no.2-3167, zone a, Nonggang City, no.2388, Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province

Applicant after: Taizhou Jiji Intellectual Property Operation Co.,Ltd.

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant before: Phicomm (Shanghai) Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201210

Address after: 12b12-1, building 4, Wanda Plaza, duohu street, Jindong District, Jinhua City, Zhejiang Province, 321015

Applicant after: Jinhua Zhizhen communication equipment Co.,Ltd.

Address before: 318015 no.2-3167, area a, nonggangcheng, 2388 Donghuan Avenue, Hongjia street, Jiaojiang District, Taizhou City, Zhejiang Province

Applicant before: Taizhou Jiji Intellectual Property Operation Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230810

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Address before: 12b12-1, building 4, Wanda Plaza, duohu street, Jindong District, Jinhua City, Zhejiang Province, 321015

Patentee before: Jinhua Zhizhen communication equipment Co.,Ltd.

TR01 Transfer of patent right