CN112631857A - Method and system for monitoring state of certificate making equipment - Google Patents

Method and system for monitoring state of certificate making equipment Download PDF

Info

Publication number
CN112631857A
CN112631857A CN202011503437.9A CN202011503437A CN112631857A CN 112631857 A CN112631857 A CN 112631857A CN 202011503437 A CN202011503437 A CN 202011503437A CN 112631857 A CN112631857 A CN 112631857A
Authority
CN
China
Prior art keywords
functional unit
state information
state
database
monitoring
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
CN202011503437.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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN202011503437.9A priority Critical patent/CN112631857A/en
Publication of CN112631857A publication Critical patent/CN112631857A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs

Abstract

The invention discloses a method and a system for monitoring the state of a certificate making device, comprising the following steps: the control main program acquires the state information of each functional unit of the certification equipment and sends the state information of each functional unit to the database intermediate module through an external interface; the database intermediate module writes the state information of each functional unit into an intermediate database for storage in a manner of inserting a data table; the certificate making monitoring service module reads the data in the intermediate database according to a preset time interval and acquires the state information of each unread functional unit according to the read state identifier; and the certificate making monitoring analysis module analyzes the state information according to the category of the functional units, determines the real-time state result of each functional unit, and displays the real-time state result in real time. The invention can ensure the stability and reliability of the system and ensure the system to have higher maintainability under the condition of reducing the change of the program codes of the certification making end as much as possible.

Description

Method and system for monitoring state of certificate making equipment
Technical Field
The present invention relates to the technical field of monitoring of certification equipment, and more particularly, to a method and system for monitoring the status of certification equipment.
Background
Along with the development of science and technology, in the certificate making field, the personalized manufacture of certificates is carried out by utilizing certificate making equipment, and intelligent and unmanned concepts are more and more popularized, so that for the certificate making equipment, a remote monitoring system is required to be utilized to monitor the running state of the equipment, the state of the equipment is timely known, and manual intervention is carried out when necessary. This requires the certification making device to be docked with the monitoring platform, and upload the device status information to the monitoring platform, since the certification making device relates to a plurality of modules, how to summarize the status information of each module? Because each module is an independent dynamic library, the scheduler is an independent dynamic library, and the communication between the scheduler and each module process is related, currently, common modes include SendMessage/PostMessage, message pipe, socket communication, shared memory and the like, and a reflection mechanism can also be utilized. For the SendMessage/PostMessage method, mainly aiming at data communication between windows, a boxing operation is required at a sending end, and a unpacking operation is required at a receiving end, so that the method is a method for the application of the text, but the efficiency is influenced. For message pipe and socket communication, the two communication modes are common communication modes, and the communication mode has the feeling of being small in size and relatively troublesome to develop. The shared memory approach is also more complex. The reflection mechanism is mainly used for dynamically loading a program set in a factory mode, is not a conventional interprocess communication mode, but can also be adopted, and also relates to box loading and box unloading operations. Therefore, a simple and effective manner needs to be found, so that the main program can acquire the state information of each module in time on the premise of not affecting the performance, and the maintenance in the later period is also facilitated.
In addition, the communication mode between the certification device and the monitoring platform has various ways, such as a Web Service interface, Post communication, and the like. Each method has advantages and disadvantages, and it is urgent to find a simple, fast and effective way according to practical situations.
Disclosure of Invention
The invention provides a method and a system for monitoring the state of a certificate making device, which aim to solve the problem of how to efficiently monitor the state of the certificate making device.
In order to solve the above-mentioned problems, according to an aspect of the present invention, there is provided a method for monitoring a status of a certification apparatus, the method including:
the control main program acquires the state information of each functional unit of the certification equipment and sends the state information of each functional unit to the database intermediate module through an external interface;
the database intermediate module writes the state information of each functional unit into an intermediate database for storage in a manner of inserting a data table;
the certificate making monitoring service module reads the data in the intermediate database according to a preset time interval and acquires the state information of each unread functional unit according to the read state identifier;
and the certificate making monitoring analysis module analyzes the state information according to the category of the functional units, determines the real-time state result of each functional unit, and displays the real-time state result in real time.
Preferably, wherein the method further comprises:
when the database intermediate module writes the state information of each functional unit into the intermediate database for storage, setting a read state identifier for the newly stored state information of each functional unit according to a preset read state identifier; wherein the read status flag comprises: unread tags and read tags.
Preferably, wherein the method further comprises:
and after acquiring the unread state information of each functional unit, the certificate making monitoring service module modifies the read state identifier of the unread state information of each functional unit into a read identifier.
Preferably, wherein the method further comprises:
and the certificate making monitoring analysis module counts and analyzes all state information of each functional unit to obtain the overall state result of each functional unit.
Preferably, wherein the method further comprises:
the increase of monitoring contents is realized by increasing methods and attributes in the external interface.
According to another aspect of the present invention, there is provided a system for monitoring the status of a certifying apparatus, the system comprising:
the control main program is used for acquiring the state information of each functional unit of the certification making equipment and sending the state information of each functional unit to the database intermediate module through an external interface;
the database intermediate module is used for writing the state information of each functional unit into an intermediate database for storage in a data table inserting mode;
the system certification monitoring service module is used for reading the data in the intermediate database according to a preset time interval and acquiring the status information of each unread functional unit according to the read status identifier;
and the system certificate monitoring and analyzing module is used for analyzing the state information according to the types of the functional units, determining the real-time state result of each functional unit and displaying the real-time state result in real time.
Preferably, the database intermediate module is further configured to:
when the state information of each functional unit is written into the intermediate database for storage, setting a reading state identifier for the newly stored state information of each functional unit according to a preset reading state identifier; wherein the read status flag comprises: unread tags and read tags.
Preferably, the certification monitoring service module is further configured to:
and after the state information of each unread functional unit is acquired, modifying the read state identifier of the state information of each unread functional unit into a read identifier.
Preferably, the certification monitoring and analyzing module is further configured to:
and counting and analyzing all state information of each functional unit to obtain an overall state result of each functional unit.
Preferably, wherein the system further comprises:
and the configuration unit is used for realizing the increase of monitoring contents by increasing systems and attributes in the external interface.
The invention provides a method and a system for monitoring the state of a certificate making device, comprising the following steps: the certificate making equipment writes the state information into a production intermediate database in a log writing-like manner, and the monitoring system reads the information of the intermediate database, modifies the read state identifier and displays the state identifier on a monitoring platform; the invention adopts a simple, convenient, quick and efficient mode to realize the state monitoring function of the certificate making equipment, ensures the stability and reliability of the system under the condition of reducing the change of program codes of the certificate making terminal as much as possible, and also ensures that the system has higher maintainability.
Drawings
A more complete understanding of exemplary embodiments of the present invention may be had by reference to the following drawings in which:
FIG. 1 is a flow diagram of a method 100 for monitoring the status of a certification device in accordance with an embodiment of the present invention;
FIG. 2 is a business flow diagram for monitoring the status of a certifying apparatus in accordance with an embodiment of the present invention;
fig. 3 is a schematic block diagram of a system 300 for monitoring the status of a certifying apparatus, in accordance with an embodiment of the present invention.
Detailed Description
The exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, however, the present invention may be embodied in many different forms and is not limited to the embodiments described herein, which are provided for complete and complete disclosure of the present invention and to fully convey the scope of the present invention to those skilled in the art. The terminology used in the exemplary embodiments illustrated in the accompanying drawings is not intended to be limiting of the invention. In the drawings, the same units/elements are denoted by the same reference numerals.
Unless otherwise defined, terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Further, it will be understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense.
FIG. 1 is a flow diagram of a method 100 for monitoring the status of a certifying apparatus in accordance with an embodiment of the invention. As shown in fig. 1, the method for monitoring the status of the certification equipment according to the embodiment of the present invention writes status information into a production intermediate database in a manner similar to log writing, and the monitoring system reads information in the intermediate database, modifies a read status identifier, and displays the status identifier on a monitoring platform; the invention adopts a simple, convenient, quick and efficient mode to realize the state monitoring function of the certificate making equipment, ensures the stability and reliability of the system under the condition of reducing the change of program codes of the certificate making terminal as much as possible, and also ensures that the system has higher maintainability. The method 100 for monitoring the status of the certification equipment provided by the embodiment of the invention starts from step 101, and in step 101, the control main program obtains the status information of each functional unit of the certification equipment and sends the status information of each functional unit to the database intermediate module through the external interface.
Preferably, wherein the method further comprises:
the increase of monitoring contents is realized by increasing methods and attributes in the external interface.
The certificate making control system is a control center for personalized certificate making and is responsible for controlling the whole certificate making equipment to complete personalized certificate making. In the embodiment of the invention, in order to realize the monitoring of the state of the certificate making equipment, the certificate making control system needs to be modified correspondingly. The system for controlling certificate making mainly comprises a plurality of functional units and a main program, wherein the main program of the system for controlling certificate making obtains the state information of each functional unit through the interface by modifying each functional unit to provide an interface comprising a method, an attribute and the like, abstracts a monitoring processing method required to be used by developing a monitoring method class, calls a database middleware and writes monitoring information into a database. In addition, the increase of monitoring contents can be realized by increasing methods and attributes in the external interface. For the certification program, only corresponding attributes need to be added in the interface, the functional units assign values to the attributes, and the main program is uploaded to the monitoring platform at a proper position. If other projects adopt different databases, only the database middleware needs to be maintained, so that the maintenance cost is greatly reduced.
In step 102, the database intermediate module writes the state information of each functional unit into the intermediate database for storage by inserting a data table.
Preferably, wherein the method further comprises:
when the state information of each functional unit is written into the intermediate database for storage, setting a reading state identifier for the newly stored state information of each functional unit according to a preset reading state identifier; wherein the read status flag comprises: unread tags and read tags.
The database middleware (i.e. the database middleware module) provides an interface function to realize the interaction between the certification equipment and the production intermediate database, and in order to realize the monitoring of the status of the certification equipment, the database middleware needs to provide a method to realize the writing of monitoring information into the intermediate database. The production intermediate database is a database which is responsible for storing all data related to production and realizes interaction with an upper management system. For the monitoring system, the production intermediate database is used for storing the state information uploaded by the certification equipment. If the monitoring requirement changes in the later period, the middleware of the database is mainly maintained. In order to improve the working efficiency of the system, the database middleware mainly adopts a mode of inserting a data table to write the state information of the certificate making equipment into the intermediate database. In addition, when the database intermediate module writes the state information of each functional unit into the intermediate database for storage, a read state identifier is set as an unread identifier for the newly stored state information of each functional unit. When the data is read by the monitoring terminal, the identifier of the data which is not read in the intermediate database is modified into the read identifier. By setting the reading identification, the monitoring terminal can accurately read the unread data without reading the read data, and the reading efficiency is improved.
The writing of the monitored state information into the database is similar to the local recording of the monitoring log, and is convenient and quick. In addition, the data table insertion mode is adopted, and the influence on the system performance is small. In the debugging process, whether the data uploading is correct can be verified by inquiring the database.
In step 103, the certification monitoring service module reads the data in the intermediate database at preset time intervals, and obtains the status information of each unread functional unit according to the read status identifier.
Preferably, wherein the method further comprises:
and after acquiring the unread state information of each functional unit, the certificate making monitoring service module modifies the read state identifier of the unread state information of each functional unit into a read identifier.
In step 104, the certification making monitoring analysis module analyzes the status information according to the category of the functional units, determines the real-time status result of each functional unit, and displays the real-time status result in real time.
Preferably, wherein the method further comprises:
and the certificate making monitoring analysis module counts and analyzes all state information of each functional unit to obtain the overall state result of each functional unit.
In the embodiment of the invention, the certificate making monitoring service module and the certificate making monitoring analysis module both belong to a certificate making monitoring system. And the certificate making monitoring system starts service timing, reads information in the production intermediate database according to a preset time interval by using the certificate making monitoring service module, and synchronously modifies the read state identifier. And analyzing the read data by using the certificate making monitoring analysis module, and displaying the real-time state and the statistical information of the certificate making equipment on a screen. The monitoring system starts Service to read the database information at regular time, the certification making equipment end does not need to care about the certification making equipment, if a Web Service mode is adopted, on one hand, the certification making equipment needs to ensure successful uploading, and on the other hand, the monitoring platform needs to process the received monitoring information in real time, which is not as convenient as reading the database.
The invention can develop the certificate making monitoring system platform to realize the real-time monitoring of the state of the certificate making equipment and realize the statistics of the certificate making information under the condition of reducing the requirement of manual intervention. The system mainly comprises a certificate making control system, a database middleware, a production intermediate database and a certificate making monitoring system. As shown in fig. 2, the process of monitoring the status of the certification device includes: the main program of the certificate making control system acquires the state information of each functional unit through an interface; the certificate making control system inserts the monitoring information into the intermediate production data through the database middleware; the certificate making monitoring system starts service to read a production intermediate database at regular time; and the certificate making monitoring system acquires the certificate making equipment information and displays the certificate making equipment information on a screen.
Fig. 3 is a schematic block diagram of a system 300 for monitoring the status of a certifying apparatus, in accordance with an embodiment of the present invention. As shown in fig. 3, a system 300 for monitoring the status of a certification device according to an embodiment of the present invention includes: a control main program 301, a database middle module 302, a certificate making monitoring service module 303 and a certificate making monitoring analysis module 304.
Preferably, the control main program 301 is configured to obtain status information of each functional unit of the certification device, and send the status information of each functional unit to the database intermediate module through the external interface.
Preferably, the database intermediate module 302 is configured to write the status information of each functional unit into an intermediate database for storage by inserting a data table.
Preferably, the database intermediate module 302 is further configured to: when the state information of each functional unit is written into the intermediate database for storage, setting a reading state identifier for the newly stored state information of each functional unit according to a preset reading state identifier; wherein the read status flag comprises: unread tags and read tags.
Preferably, the certification monitoring service module 303 is configured to read data in the intermediate database at preset time intervals, and obtain status information of each unread functional unit according to the read status identifier.
Preferably, the certification monitoring service module 303 is further configured to: and after the state information of each unread functional unit is acquired, modifying the read state identifier of the state information of each unread functional unit into a read identifier.
Preferably, the certification monitoring and analyzing module 304 is configured to analyze the status information according to the category of the functional unit, determine a real-time status result of each functional unit, and display the real-time status result in real time.
Preferably, wherein the certification monitoring and analyzing module 304 is further configured to: and counting and analyzing all state information of each functional unit to obtain an overall state result of each functional unit.
Preferably, wherein the system further comprises: and the configuration unit is used for realizing the increase of monitoring contents by increasing systems and attributes in the external interface.
The system 300 for monitoring the status of the forensic device according to an embodiment of the present invention corresponds to the method 100 for monitoring the status of the forensic device according to another embodiment of the present invention, and will not be described herein again.
The invention has been described with reference to a few embodiments. However, other embodiments of the invention than the one disclosed above are equally possible within the scope of the invention, as would be apparent to a person skilled in the art from the appended patent claims.
Generally, all terms used in the claims are to be interpreted according to their ordinary meaning in the technical field, unless explicitly defined otherwise herein. All references to "a/an/the [ device, component, etc ]" are to be interpreted openly as referring to at least one instance of said device, component, etc., unless explicitly stated otherwise. The steps of any method disclosed herein do not have to be performed in the exact order disclosed, unless explicitly stated.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting the same, and although the present invention is described in detail with reference to the above embodiments, those of ordinary skill in the art should understand that: modifications and equivalents may be made to the embodiments of the invention without departing from the spirit and scope of the invention, which is to be covered by the claims.

Claims (10)

1. A method for monitoring the status of an authentication device, the method comprising:
the control main program acquires the state information of each functional unit of the certification equipment and sends the state information of each functional unit to the database intermediate module through an external interface;
the database intermediate module writes the state information of each functional unit into an intermediate database for storage in a manner of inserting a data table;
the certificate making monitoring service module reads the data in the intermediate database according to a preset time interval and acquires the state information of each unread functional unit according to the read state identifier;
and the certificate making monitoring analysis module analyzes the state information according to the category of the functional units, determines the real-time state result of each functional unit, and displays the real-time state result in real time.
2. The method of claim 1, further comprising:
when the database intermediate module writes the state information of each functional unit into the intermediate database for storage, setting a read state identifier for the newly stored state information of each functional unit according to a preset read state identifier; wherein the read status flag comprises: unread tags and read tags.
3. The method of claim 2, further comprising:
and after acquiring the unread state information of each functional unit, the certificate making monitoring service module modifies the read state identifier of the unread state information of each functional unit into a read identifier.
4. The method of claim 1, further comprising:
and the certificate making monitoring analysis module counts and analyzes all state information of each functional unit to obtain the overall state result of each functional unit.
5. The method of claim 1, further comprising:
the increase of monitoring contents is realized by increasing methods and attributes in the external interface.
6. A system for monitoring the status of an authentication device, the system comprising:
the control main program is used for acquiring the state information of each functional unit of the certification making equipment and sending the state information of each functional unit to the database intermediate module through an external interface;
the database intermediate module is used for writing the state information of each functional unit into an intermediate database for storage in a data table inserting mode;
the system certification monitoring service module is used for reading the data in the intermediate database according to a preset time interval and acquiring the status information of each unread functional unit according to the read status identifier;
and the system certificate monitoring and analyzing module is used for analyzing the state information according to the types of the functional units, determining the real-time state result of each functional unit and displaying the real-time state result in real time.
7. The system of claim 6, wherein the database intermediary module is further configured to:
when the state information of each functional unit is written into the intermediate database for storage, setting a reading state identifier for the newly stored state information of each functional unit according to a preset reading state identifier; wherein the read status flag comprises: unread tags and read tags.
8. The system of claim 6, wherein the forensic monitoring service module is further configured to:
and after the state information of each unread functional unit is acquired, modifying the read state identifier of the state information of each unread functional unit into a read identifier.
9. The system of claim 6, wherein the forensic monitoring analysis module is further configured to:
and counting and analyzing all state information of each functional unit to obtain an overall state result of each functional unit.
10. The system of claim 6, further comprising:
and the configuration unit is used for realizing the increase of monitoring contents by increasing systems and attributes in the external interface.
CN202011503437.9A 2020-12-18 2020-12-18 Method and system for monitoring state of certificate making equipment Pending CN112631857A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011503437.9A CN112631857A (en) 2020-12-18 2020-12-18 Method and system for monitoring state of certificate making equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011503437.9A CN112631857A (en) 2020-12-18 2020-12-18 Method and system for monitoring state of certificate making equipment

Publications (1)

Publication Number Publication Date
CN112631857A true CN112631857A (en) 2021-04-09

Family

ID=75318111

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011503437.9A Pending CN112631857A (en) 2020-12-18 2020-12-18 Method and system for monitoring state of certificate making equipment

Country Status (1)

Country Link
CN (1) CN112631857A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360143A (en) * 2017-06-26 2017-11-17 中国铁道科学研究院电子计算技术研究所 A kind of Railway Passenger Stations equipment condition monitoring method
CN109784837A (en) * 2018-12-24 2019-05-21 航天信息股份有限公司 Equipment running status monitoring system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360143A (en) * 2017-06-26 2017-11-17 中国铁道科学研究院电子计算技术研究所 A kind of Railway Passenger Stations equipment condition monitoring method
CN109784837A (en) * 2018-12-24 2019-05-21 航天信息股份有限公司 Equipment running status monitoring system

Similar Documents

Publication Publication Date Title
WO2018184420A1 (en) Software testing method, apparatus, electronic device, and medium
CN106559270B (en) Data analysis method and device for urban rail signal equipment
CN112136306B (en) Central control system of multimedia exhibition hall and control method and device thereof
CN112783793B (en) Automatic interface test system and method
US10354343B2 (en) Automated process control hardware engineering using schema-represented requirements
CN111813436A (en) Method and system for updating configuration files in batch
CN110716804A (en) Method and device for automatically deleting useless resources, storage medium and electronic equipment
CN111324480B (en) Large-scale host transaction fault positioning system and method
CN112631857A (en) Method and system for monitoring state of certificate making equipment
CN111913861A (en) Performance test method, device, equipment and medium of Internet of things system
CN115982043A (en) Vehicle interface testing method, device, equipment and storage medium
CN115114147A (en) Test system based on structured description language
CN105607957B (en) A kind of data acquisition analysis system based on OPC DA
CN112783633A (en) Data updating system and method based on resource mutual exclusion scheduling model
CN111200529A (en) System and method for improving access efficiency of gold tax disk group
CN110674119A (en) Data processing method, system and computer readable storage medium
CN112948266B (en) Database grammar testing system, method, device, equipment and storage medium
CN113568840B (en) Method and system for identifying transition drawing
US20230030967A1 (en) Storage device and method for controlling storage device
CN114880395B (en) Algorithm scheme operation method, visualization system, terminal device and storage medium
CN115484560B (en) Intelligent short message processing method and device, electronic equipment and storage medium
CN101551802B (en) File access method used for management system
CN114298619A (en) Electronic product ex-warehouse method, system, equipment and medium
CN117370141A (en) Test report generation method and device, electronic equipment and storage medium
CN115525327A (en) Method and device for gray level tangential flow production and emergency

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