CN111143294A - Data retrieval method and device for power acquisition terminal and electronic equipment - Google Patents

Data retrieval method and device for power acquisition terminal and electronic equipment Download PDF

Info

Publication number
CN111143294A
CN111143294A CN201911362663.7A CN201911362663A CN111143294A CN 111143294 A CN111143294 A CN 111143294A CN 201911362663 A CN201911362663 A CN 201911362663A CN 111143294 A CN111143294 A CN 111143294A
Authority
CN
China
Prior art keywords
current
storage
retrieval
data
retrieved
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.)
Granted
Application number
CN201911362663.7A
Other languages
Chinese (zh)
Other versions
CN111143294B (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.)
Ningbo Sanxing Electric Co Ltd
Original Assignee
Ningbo Sanxing Electric 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 Ningbo Sanxing Electric Co Ltd filed Critical Ningbo Sanxing Electric Co Ltd
Priority to CN201911362663.7A priority Critical patent/CN111143294B/en
Publication of CN111143294A publication Critical patent/CN111143294A/en
Application granted granted Critical
Publication of CN111143294B publication Critical patent/CN111143294B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing

Abstract

The invention provides a data retrieval method and device for a power acquisition terminal and electronic equipment, and relates to the technical field of power systems, wherein the data retrieval method comprises the steps of storing message data to be retrieved into a plurality of storage files according to a preset storage size; retrieving the plurality of storage files in the current retrieval period to retrieve target data, and recording the depth information of the retrieved current storage file when the target data is not retrieved in the current retrieval period, wherein the depth information comprises the position information of the current message data in the retrieved current storage file; and in the next retrieval period, determining the position information of the current message data in the current storage file according to the depth information, retrieving the unretrieved storage file from the position information of the current message data in the current storage file, and repeating the previous step until the target data is completely retrieved. The invention can improve the retrieval speed, greatly reduce the retrieval time and improve the retrieval accuracy.

Description

Data retrieval method and device for power acquisition terminal and electronic equipment
Technical Field
The invention relates to the technical field of power systems, in particular to a data retrieval method and device for a power acquisition terminal and electronic equipment.
Background
With the rapid development of the information of the power system, the usage amount of the power terminal acquisition equipment is increasing at a very high speed, wherein the data of the power equipment is also expanding continuously, and how to ensure the normal operation of the terminal is very important. Various parameters and data of the ammeter collected by the terminal exist in the memory of the power terminal, wherein the data information quantity collected by the terminal is huge, the data information quantity is updated in real time, monitoring personnel need to acquire relevant information in real time in order to better guarantee the collection rate, and the correctness of the data and the efficiency of retrieving the information are the most critical.
At present, a general processing method is to store the acquired data in a file, a bottleneck exists during processing, the data retrieval efficiency is low, and the retrieval has uncertainty and is easy to be mistaken.
Disclosure of Invention
The invention aims to provide a data retrieval method and device for a power acquisition terminal and electronic equipment, which can improve retrieval efficiency and ensure retrieval accuracy.
In a first aspect, an embodiment provides a data retrieval method for a power acquisition terminal, including:
storing the message data to be retrieved into a plurality of storage files according to a preset storage size;
retrieving the plurality of storage files in the current retrieval period to retrieve target data, and recording the depth information of the retrieved current storage file when the target data is not retrieved in the current retrieval period, wherein the depth information comprises the position information of the current message data in the retrieved current storage file;
and in the next retrieval period, determining the position information of the current message data in the current storage file according to the depth information, retrieving the unretrieved storage file from the position information of the current message data in the current storage file, and repeating the previous step until the target data is completely retrieved.
In an alternative embodiment, retrieving the plurality of stored files to retrieve the target data within the current retrieval period comprises:
and retrieving the plurality of storage files in the current retrieval period according to time information to retrieve target data, wherein the time information comprises the storage time of the electric meter data, the reading success time of the electric meter data and the starting time of the task.
In an alternative embodiment, recording the retrieved depth information of the currently stored file comprises:
storing the depth information to a static variable;
determining the position information of the current message data in the current storage file according to the depth information comprises the following steps:
and determining the position information of the current message data in the current storage file according to the static variable.
In an optional embodiment, storing the message data to be retrieved to a plurality of storage files according to a preset storage size includes:
storing the message data to be retrieved to a first file;
dividing the first file into a plurality of storage files according to a preset storage size;
and storing the plurality of storage files by adopting header file information.
In a second aspect, an embodiment provides a data retrieval device for a power collection terminal, including:
the storage module is used for storing the message data to be retrieved into a plurality of storage files according to a preset storage size;
the first retrieval module is used for retrieving the storage files in the current retrieval period so as to retrieve target data, and when the target data is not retrieved in the current retrieval period, the first retrieval module records the depth information of the retrieved current storage file, wherein the depth information comprises the position information of the current message data in the retrieved current storage file;
and the second retrieval module is used for determining the position information of the current message data in the current storage file according to the depth information in the next retrieval period, retrieving the unretrieved storage file from the position information of the current message data in the current storage file, and repeating the previous step until the target data is completely retrieved.
In an optional embodiment, the first retrieval module is further configured to retrieve the plurality of storage files in a current retrieval period according to time information to retrieve target data;
the time information comprises the ammeter data storage time, the ammeter data reading success time and the task starting time.
In an alternative embodiment, the first retrieving module is further configured to:
storing the depth information to a static variable;
the second retrieval module is further to:
and determining the position information of the current message data in the current storage file according to the static variable.
In an alternative embodiment, the storage module comprises:
the first storage module is used for storing the message data to be retrieved to a first file;
the dividing module is used for dividing the first file into a plurality of storage files according to a preset storage size;
and the second storage module is used for storing the plurality of storage files by adopting header file information.
In a third aspect, an embodiment provides an electronic device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the steps of the method of any one of the foregoing embodiments when executing the computer program.
In a fourth aspect, embodiments provide a computer readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the method of any of the preceding embodiments.
The invention provides a data retrieval method, a device and electronic equipment of a power acquisition terminal, which are used for storing files required to be stored during retrieval into a plurality of storage files, retrieving the plurality of storage files to retrieve target data in a current retrieval period, recording retrieved depth information when the target data is not retrieved in the current retrieval period, and retrieving from a data position corresponding to the recorded depth information instead of starting retrieval from zero in the next retrieval period, thereby improving the retrieval efficiency and ensuring the retrieval accuracy.
Drawings
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 that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a data retrieval method of a power acquisition terminal according to an embodiment of the present invention;
fig. 2 is another flowchart of a data retrieval method of a power acquisition terminal according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a data retrieval device of a power acquisition terminal according to an embodiment of the present invention;
fig. 4 is a system schematic diagram of an electronic device according to an embodiment of the present invention.
Icon: 31-a storage module; 32-a first retrieval module; 33-a second retrieval module; 400-an electronic device; 401 — a communication interface; 402-a processor; 403-a memory; 404-bus.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. 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 invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
Some embodiments of the invention are described in detail below with reference to the accompanying drawings. The embodiments described below and the features of the embodiments can be combined with each other without conflict.
At present, when the power terminal acquisition device is used for searching, a general processing scheme is to create a file for storage, and the terminal searches corresponding data according to needs. When retrieving data, if the target data is not found in the current period, the retrieval is started from zero every time when the second period starts the retrieval, which has the disadvantages of low retrieval efficiency and too large time cost. The retrieval steps are complex and prone to errors. The terminal has limited memory and high retrieval occupancy rate, and the terminal performance is reduced. If the file is damaged, direct data is lost, and the reliability is low. The invention provides a data retrieval method and device for a power acquisition terminal and electronic equipment, which can improve retrieval efficiency and ensure retrieval accuracy, and are described in detail through embodiments below.
Referring to fig. 1, an embodiment provides a data retrieval method for a power acquisition terminal, including:
s110, storing the message data to be retrieved into a plurality of storage files according to a preset storage size;
specifically, the preset storage size may be 1M, 2M, 5M, and the like, and preferably, the preset storage size of the present embodiment is 1M. Firstly storing the message data into a file, creating the file through a function, automatically creating the next file when the data exceeds 1M, and linking the stored files by using header file information.
According to the embodiment, the size of the file is reduced to 1M, and when part of the file is damaged, the data of other files are not affected, so that the retrieval stability is greatly improved.
S120, retrieving a plurality of storage files in the current retrieval period to retrieve target data, and recording the depth information of the retrieved current storage files when the target data is not retrieved in the current retrieval period, wherein the depth information comprises the position information of the current message data in the retrieved current storage files;
specifically, it is generally necessary to search for target data such as electric quantity information, voltage information, or current information.
The data is stored in the file according to the messages, namely a first message is stored in a first position, a second message is stored in a second position, a third message is stored in a third position, and so on. The first position, the second position, and the third position … are represented by depth information. The depth information includes message data location information, file header information, time information, and the like, where the message data location information is the location information of the message data in the storage file.
And directly recording the depth information in the current retrieval period, thereby recording the position of the retrieved message data so as to enable the next round of retrieval to start from the message data position.
According to the depth information recording method and device, repeated retrieval is avoided and time is saved by recording the depth information. The retrieval method of the embodiment is quick and accurate, the retrieval process is simplified, the cyclic retrieval of the record sequence number of each ammeter can be avoided, the CPU occupation rate is reduced, and the retrieval accuracy is improved.
S130, in the next retrieval period, determining the position information of the current message data in the current storage file according to the depth information, starting to retrieve the unretrieved storage file from the position information of the current message data in the current storage file, and repeating the previous step until the target data is completely retrieved.
Specifically, during each depth traversal, the current depth is recorded by using a static variable, and the depth information is obtained according to the static variable during the next round of retrieval. So that it can be retrieved from the depth of the current recording.
And after the corresponding data is found, processing the retrieved data through the service module. The service module is used for receiving or sending messages.
The specific steps refer to fig. 2:
s210, firstly, automatically setting a storage file to be 1M in size, and automatically creating a next file when the storage is full;
s220, acquiring depth information of all electric meters in the target area, and recording the current depth;
s230, retrieving by adopting time information;
s240, judging whether the target data is found, if not, returning to the step S220 to continue searching;
specifically, when the current search period has been completed, S240 is performed.
S250, if yes, processing the retrieved data through a service module; otherwise, returning to the step S220 to continue the retrieval;
specifically, the retrieval is continued from the recorded current depth.
In the embodiment, corresponding depth information is recorded during retrieval, for example, 500 depths are recorded, and compared with the existing retrieval from 0 to 500 depths every time, the present embodiment records the current depth every time, so that repeated retrieval can be avoided, retrieval time is directly reduced, and retrieval accuracy is improved.
Optionally, the retrieving the plurality of storage files to retrieve the target data in the current retrieval period in step S120 in the above embodiment includes:
and retrieving the plurality of storage files in the current retrieval period according to the time information to retrieve the target data, wherein the time information comprises the storage time of the electric meter data, the reading success time of the electric meter data and the starting time of the task.
Specifically, the time information in this embodiment includes storage time of the message data, meter reading success time, and start time of the task. The starting time of a task is the starting time when a certain task is executed, for example, the starting time when a load curve is read. According to the embodiment, the retrieval is carried out according to the time information, so that the retrieval time can be greatly saved.
And acquiring time information such as storage time, meter reading success time, starting time and the like from the retrieval method, and directly retrieving corresponding time data in the specified task according to the time information. In addition, if the data is not retrieved after the current task retrieves a plurality of cycles, the retrieval is continued from the next task.
According to the embodiment, the time information is used for searching, the depth information is directly searched according to the time carried by the searching method, the corresponding data is found, and finally the used searching time is reduced to 10 seconds from the original 1 minute, so that the searching speed is greatly improved, and the time cost is greatly reduced.
Optionally, the recording of the depth information of the current storage file retrieved in step S120 in the above embodiment includes:
storing the depth information to a static variable;
determining the position information of the current message data in the current storage file according to the depth information comprises:
and determining the position information of the current message data in the current storage file according to the static variable.
In particular, static variables refer to a class of variables for which the system statically allocates (i.e., does not change allocation during runtime) memory space before program execution.
According to the method and the device, the depth information is recorded by adopting the static variable, so that the stability and the reliability of retrieval are ensured.
Optionally, step S110 in the above embodiment includes:
storing the message data to be retrieved to a first file;
dividing the first file into a plurality of storage files according to a preset storage size;
and storing the plurality of storage files by adopting header file information.
Specifically, in the embodiment, header file information is used to store a plurality of storage files, so that the relevance of the plurality of storage files is enhanced, and a guarantee is provided for further retrieval.
According to the embodiment, a quick retrieval method is used, the depth information is recorded, repeated retrieval is avoided, and the retrieval time is saved.
In the embodiment, the electric meter data is retrieved according to the time information carried by the message data, the retrieval time is reduced from 1 minute to 10 seconds, and the retrieval speed is greatly improved.
The retrieval process of the embodiment is simplified, the cyclic retrieval of the record serial number of each ammeter can be avoided, the CPU occupation rate is reduced, and the retrieval accuracy is improved.
Referring to fig. 3, an embodiment provides a data retrieval device for a power collection terminal, including:
the storage module 31 is configured to store the message data to be retrieved into a plurality of storage files according to a preset storage size;
a first retrieving module 32, configured to retrieve the multiple storage files in the current retrieving period to retrieve the target data, and when the target data is not retrieved in the current retrieving period, record depth information of the retrieved current storage file, where the depth information includes location information of current packet data in the retrieved current storage file;
and a second retrieving module 33, configured to determine, in the next retrieving period, location information of current packet data in the current storage file according to the depth information, and retrieve, starting from the location information of the current packet data in the current storage file, a storage file that is not retrieved, and repeat the previous step until all target data are retrieved.
Optionally, the first retrieving module 32 is further configured to retrieve the plurality of stored files in the current retrieving period according to the time information to retrieve the target data;
the time information comprises the ammeter data storage time, the reading success time of the ammeter data and the starting time of the task.
Optionally, the first retrieving module 32 is further configured to:
storing the depth information to a static variable;
the second retrieving module 33 is further configured to:
and determining the position information of the current message data in the current storage file according to the static variable.
Optionally, the storage module 31 comprises:
the first storage module is used for storing the message data to be retrieved to a first file;
the dividing module is used for dividing the first file into a plurality of storage files according to a preset storage size;
and the second storage module is used for storing the plurality of storage files by adopting header file information.
Referring to fig. 4, an embodiment of the present invention further provides an electronic device 400, which includes a communication interface 401, a processor 402, a memory 403, and a bus 404, where the processor 402, the communication interface 401, and the memory 403 are connected by the bus 404; the memory 403 is used for storing computer programs that support the processor 402 to execute the data retrieval method of the power collection terminal, and the processor 402 is configured to execute the programs stored in the memory 403.
Optionally, an embodiment of the present invention further provides a computer-readable medium having a non-volatile program code executable by a processor, where the program code causes the processor to execute the data retrieval method of the power acquisition terminal in the above embodiment.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A data retrieval method for a power acquisition terminal is characterized by comprising the following steps:
storing the message data to be retrieved into a plurality of storage files according to a preset storage size;
retrieving the plurality of storage files in the current retrieval period to retrieve target data, and recording the depth information of the retrieved current storage file when the target data is not retrieved in the current retrieval period, wherein the depth information comprises the position information of the current message data in the retrieved current storage file;
and in the next retrieval period, determining the position information of the current message data in the current storage file according to the depth information, retrieving the unretrieved storage file from the position information of the current message data in the current storage file, and repeating the previous step until the target data is completely retrieved.
2. The method of claim 1, wherein retrieving the plurality of stored files to retrieve target data during a current retrieval period comprises:
and retrieving the plurality of storage files in the current retrieval period according to time information to retrieve target data, wherein the time information comprises the storage time of the electric meter data, the reading success time of the electric meter data and the starting time of the task.
3. The method of claim 1, wherein recording the retrieved depth information of the currently stored file comprises:
storing the depth information to a static variable;
determining the position information of the current message data in the current storage file according to the depth information comprises the following steps:
and determining the position information of the current message data in the current storage file according to the static variable.
4. The method of claim 1, wherein storing the message data to be retrieved into a plurality of storage files according to a preset storage size comprises:
storing the message data to be retrieved to a first file;
dividing the first file into a plurality of storage files according to a preset storage size;
and storing the plurality of storage files by adopting header file information.
5. The utility model provides a power acquisition terminal data retrieval device which characterized in that includes:
the storage module is used for storing the message data to be retrieved into a plurality of storage files according to a preset storage size;
the first retrieval module is used for retrieving the storage files in the current retrieval period so as to retrieve target data, and when the target data is not retrieved in the current retrieval period, the first retrieval module records the depth information of the retrieved current storage file, wherein the depth information comprises the position information of the current message data in the retrieved current storage file;
and the second retrieval module is used for determining the position information of the current message data in the current storage file according to the depth information in the next retrieval period, retrieving the unretrieved storage file from the position information of the current message data in the current storage file, and repeating the previous step until the target data is completely retrieved.
6. The apparatus of claim 5, wherein the first retrieving module is further configured to retrieve the plurality of stored files in a current retrieving period according to time information to retrieve target data;
the time information comprises the ammeter data storage time, the ammeter data reading success time and the task starting time.
7. The apparatus of claim 5, wherein the first retrieving module is further configured to:
storing the depth information to a static variable;
the second retrieval module is further to:
and determining the position information of the current message data in the current storage file according to the static variable.
8. The apparatus of claim 5, wherein the storage module comprises:
the first storage module is used for storing the message data to be retrieved to a first file;
the dividing module is used for dividing the first file into a plurality of storage files according to a preset storage size;
and the second storage module is used for storing the plurality of storage files by adopting header file information.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the method of any of the preceding claims 1 to 4 are implemented when the computer program is executed by the processor.
10. A computer-readable medium having non-volatile program code executable by a processor, wherein the program code causes the processor to perform the method of any of claims 1 to 4.
CN201911362663.7A 2019-12-25 2019-12-25 Data retrieval method and device for power acquisition terminal and electronic equipment Active CN111143294B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911362663.7A CN111143294B (en) 2019-12-25 2019-12-25 Data retrieval method and device for power acquisition terminal and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911362663.7A CN111143294B (en) 2019-12-25 2019-12-25 Data retrieval method and device for power acquisition terminal and electronic equipment

Publications (2)

Publication Number Publication Date
CN111143294A true CN111143294A (en) 2020-05-12
CN111143294B CN111143294B (en) 2023-08-01

Family

ID=70520231

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911362663.7A Active CN111143294B (en) 2019-12-25 2019-12-25 Data retrieval method and device for power acquisition terminal and electronic equipment

Country Status (1)

Country Link
CN (1) CN111143294B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112614331A (en) * 2020-12-14 2021-04-06 杭州海兴电力科技股份有限公司 Method for reading electric energy meter event and electric energy meter event reading system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01258126A (en) * 1988-04-08 1989-10-16 Nippon Telegr & Teleph Corp <Ntt> Retrieval continuing method
JPH0628401A (en) * 1992-04-09 1994-02-04 I T L:Kk Retrieval system
JPH0981426A (en) * 1995-09-14 1997-03-28 Fujitsu Ltd Record reading method and record retrieval method
CN104820670A (en) * 2015-03-13 2015-08-05 国家电网公司 Method for acquiring and storing big data of power information
CN109558444A (en) * 2018-11-29 2019-04-02 苏州思必驰信息科技有限公司 Data retrieval method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01258126A (en) * 1988-04-08 1989-10-16 Nippon Telegr & Teleph Corp <Ntt> Retrieval continuing method
JPH0628401A (en) * 1992-04-09 1994-02-04 I T L:Kk Retrieval system
JPH0981426A (en) * 1995-09-14 1997-03-28 Fujitsu Ltd Record reading method and record retrieval method
CN104820670A (en) * 2015-03-13 2015-08-05 国家电网公司 Method for acquiring and storing big data of power information
CN109558444A (en) * 2018-11-29 2019-04-02 苏州思必驰信息科技有限公司 Data retrieval method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112614331A (en) * 2020-12-14 2021-04-06 杭州海兴电力科技股份有限公司 Method for reading electric energy meter event and electric energy meter event reading system

Also Published As

Publication number Publication date
CN111143294B (en) 2023-08-01

Similar Documents

Publication Publication Date Title
CN104866510A (en) Method and device for removing residual file and method and device for establishing feature library of residual file
CN110008129B (en) Reliability test method, device and equipment for storage timing snapshot
EP3438845A1 (en) Data updating method and device for a distributed database system
CN107608630B (en) Data reading and writing method and device
CN112269534A (en) Data reading method, device and equipment and computer readable storage medium
CN109471860B (en) Large-scale charging pile data processing method and device for electric vehicle charging network
CN109189343B (en) Metadata disk-dropping method, device, equipment and computer-readable storage medium
CN111143294B (en) Data retrieval method and device for power acquisition terminal and electronic equipment
CN110825742B (en) Data paging retrieval method and device, electronic equipment and storage medium
CN109101259B (en) Updating method and device of OSDMap cache container and terminal
CN109271097A (en) Data processing method, data processing equipment and server
CN113626483B (en) Front-end caching method, system, equipment and storage medium for filling forms
CN112835774B (en) Visualization method and device for performance of display card, equipment and computer-readable storage medium
CN113886342A (en) File format conversion method and device, storage medium and processor
CN110543452B (en) Data acquisition method and equipment
CN107301073B (en) Configuration information retrieval method and device based on solid state disk system
CN113326046A (en) Method and device for acquiring compiling time length
CN107315806B (en) Embedded storage method and device based on file system
CN113037521A (en) Method for identifying state of communication equipment, communication system and storage medium
CN112416699A (en) Index data collection method and system
CN109446022B (en) Method and device for detecting abnormal overflow page of database and storage medium
CN117251384B (en) Interface automation test case generation method and system
CN112612707B (en) Method and device for running test script, equipment and computer readable storage medium
CN113641308B (en) Compressed file index increment updating method and device and electronic equipment
CN113760535B (en) Resource providing method and device and service platform

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
GR01 Patent grant
GR01 Patent grant