CN112306575A - Industrial quality inspection picture verification method and device - Google Patents

Industrial quality inspection picture verification method and device Download PDF

Info

Publication number
CN112306575A
CN112306575A CN202011192490.1A CN202011192490A CN112306575A CN 112306575 A CN112306575 A CN 112306575A CN 202011192490 A CN202011192490 A CN 202011192490A CN 112306575 A CN112306575 A CN 112306575A
Authority
CN
China
Prior art keywords
component
verification
checking
responsibility
chain
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
CN202011192490.1A
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.)
Changzhou Weiyizhi Technology Co Ltd
Original Assignee
Changzhou Weiyizhi Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changzhou Weiyizhi Technology Co Ltd filed Critical Changzhou Weiyizhi Technology Co Ltd
Priority to CN202011192490.1A priority Critical patent/CN112306575A/en
Publication of CN112306575A publication Critical patent/CN112306575A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10004Still image; Photographic image

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a method and a device for verifying an industrial quality inspection picture, wherein the method comprises the following steps: scanning and loading configuration information; receiving a pre-verification request initiated by a client; analyzing the pre-verification requests in sequence to obtain file objects needing to be verified; acquiring a service checking responsibility component chain for calling the file object to be checked, and judging whether a component in the service checking responsibility component chain needs to be checked or not according to configuration information; if the component is judged to need to be verified, initiating verification; and acquiring a checking result, and if the checking result passes and the next component exists, initiating the checking to the next component. The method adopts a responsibility chain design mode, can achieve the purposes of hot plug and flexible adjustment and dynamic verification, and further can improve the actual production efficiency.

Description

Industrial quality inspection picture verification method and device
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a device for verifying an industrial quality inspection picture.
Background
Based on mass quality control pictures generated in an industrial quality control field, corresponding preprocessing verification is needed before the pictures are uploaded to a corresponding file server for use, wherein the pictures which accord with corresponding use scene business rules through verification are allowed to be uploaded continuously.
The expected service rules of different batches of quality inspection pictures under different use scenes are different from each other and can be dynamically adjusted according to actual use conditions, and in the related technology, after the verification rules are updated, subsequent version upgrading is needed to meet the requirements, so that the flexibility is poor, and further, the production efficiency is negatively influenced.
Disclosure of Invention
The invention provides a method for verifying an industrial quality inspection picture, which aims to solve the technical problems and adopt a responsibility chain design mode, so that the purposes of hot plug and flexible adjustment and dynamic verification can be achieved, and the actual production efficiency can be improved.
The invention also provides a device for verifying the industrial quality inspection picture.
The technical scheme adopted by the invention is as follows:
the embodiment of the first aspect of the invention provides a method for verifying an industrial quality inspection picture, which comprises the following steps: scanning and loading configuration information; receiving a pre-verification request initiated by a client; analyzing the pre-verification requests in sequence to obtain file objects needing to be verified; acquiring a service checking responsibility component chain for calling the file object to be checked, and judging whether a component in the service checking responsibility component chain needs to be checked according to the configuration information; if the component is judged to need to be verified, initiating verification; and acquiring a checking result, and if the checking result passes and a next component exists, initiating the checking to the next component.
According to one embodiment of the invention, scanning and loading configuration information comprises: and acquiring the checking state information of the service checking responsibility component chain which is autonomously configured by the user from an Apollo (Apollo) open source configuration center.
According to one embodiment of the invention, sequentially parsing from the pre-check request comprises: and sequentially resolving the pre-check requests through an iterator.
According to an embodiment of the present invention, acquiring a chain of calling service checking responsibility components, and determining whether a component in the chain of service checking responsibility components needs to be checked according to the configuration information and the chain of service checking responsibility components, includes: acquiring and calling the service checking responsibility component chain from a memory; acquiring the checking state information of a service checking responsibility assembly chain which is autonomously configured by a user from an Apollo open source configuration center, and filtering to obtain an assembly list needing to be checked; and judging whether the components in the service checking responsibility component chain need to be checked or not according to the service checking responsibility component chain and the component list needing to be checked.
The embodiment of the second aspect of the invention provides a device for verifying an industrial quality inspection picture, which comprises: the loading module is used for scanning and loading configuration information; the first receiving module is used for receiving a pre-verification request initiated by a client; the analysis module is used for sequentially analyzing the pre-verification requests to acquire file objects needing to be verified; the judging module is used for acquiring a calling service checking responsibility component chain and judging whether components in the service checking responsibility component chain need to be checked according to the configuration information; the initiating module is used for initiating verification when the judging module judges that the component needs to be verified; and the second acquisition module is used for acquiring a verification result, and if the verification is passed and a next component exists, initiating verification to the next component.
According to an embodiment of the present invention, the loading module is specifically configured to: and acquiring the checking state information of the service checking responsibility assembly chain which is autonomously configured by the user from the Apollo open source configuration center.
According to one embodiment of the invention, the parsing module sequentially parses from the pre-check request through an iterator.
According to an embodiment of the present invention, the determining module is specifically configured to: acquiring and calling the service checking responsibility component chain from a memory; acquiring the checking state information of a service checking responsibility assembly chain which is autonomously configured by a user from an Apollo open source configuration center, and filtering to obtain an assembly list needing to be checked; and judging whether the components in the service checking responsibility component chain need to be checked or not according to the service checking responsibility component chain and the component list needing to be checked.
The invention has the beneficial effects that:
the invention adopts a responsibility chain design mode and combines an Apollo open source configuration management center, thereby achieving the purposes of hot plug and flexible adjustment of dynamic verification and further improving the actual production efficiency.
Drawings
FIG. 1 is a flow chart of a method for verifying an industrial quality control picture according to one embodiment of the invention;
fig. 2 is a block diagram of an apparatus for verifying an industrial quality control picture according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a method for verifying an industrial quality control picture according to an embodiment of the present invention. As shown in fig. 1, the method comprises the steps of:
s1, the configuration information is scanned and loaded.
Wherein the configuration information includes: the method comprises the steps of service initial configuration information (connection configuration), checking configuration of whether format types (such as jpg and png) need to be checked for an industrial quality inspection picture, checking switch configuration of whether the size (the upper limit of the size) of a file needs to be checked for the industrial quality inspection picture, checking specific configuration of whether the size (the expected size) of the file needs to be checked for the industrial quality inspection picture, checking switch configuration of whether the naming rule needs to be checked for the industrial quality inspection picture (information such as a workpiece number needs to be extracted from a file name named according to a service rule) and checking specific configuration of batch uploading number of the industrial quality inspection pictures.
And S2, receiving a pre-verification request initiated by the client.
And S3, sequentially analyzing the pre-verification requests to obtain the file objects needing to be verified.
Further, according to an embodiment of the invention, the pre-check requests are parsed in turn by an iterator.
S4, acquiring a service checking responsibility component chain for calling the file object to be checked, and judging whether the components in the service checking responsibility component chain need to be checked according to the configuration information.
The chain of responsibility components is a design model of chain of responsibility, which aims to let more objects have the opportunity to control the request to avoid the coupling between the sender of the request and the receiver, and to chain a plurality of receiver objects and pass the request along the chain until the request is processed.
S5, if the component needs to be checked, the check is initiated.
And S6, obtaining the checking result, and if the checking result passes the checking and the next component exists, initiating the checking to the next component.
Specifically, the configuration information is scanned and loaded, and if the user wants to change the verification state information (verification rule) of the picture, the user can change the verification state information through the client. When the industrial quality inspection picture needs to be checked, the client initiates a pre-checking request, receives the pre-checking request initiated by the client, and sequentially analyzes the pre-checking request through the iterator so as to obtain the file object needing to be checked. And then calling a service checking responsibility component chain of the file object to be checked, and sequentially judging whether the components in the service checking responsibility component chain need to be checked according to the service checking responsibility component chain and the configuration information. And if the component needs to be verified, initiating verification, and after verification is finished, acquiring and storing a verification result until all the components are verified. And if the component does not need to be verified, returning to the step of analyzing in sequence from the pre-verification request to obtain the file object needing to be verified. The method adopts a responsibility chain design mode, decouples the picture verification rule, realizes the dynamic configuration of the verification rule, is convenient for system expansion, can achieve the purposes of hot plug and flexible adjustment of dynamic verification, and further can improve the actual production efficiency.
According to one embodiment of the invention, scanning and loading configuration information comprises: and acquiring the checking state information of the service checking responsibility assembly chain which is autonomously configured by the user from the Apollo open source configuration center.
That is, the user can open the verification status information of the specific chain of responsibility components of the autonomic configuration file object from Apollo, i.e., which components need to be verified.
According to an embodiment of the present invention, acquiring a service verification responsibility component chain for calling the file object to be verified, and determining whether a component in the service verification responsibility component chain needs to be verified according to configuration information and the service verification responsibility component chain, includes: acquiring a call service check responsibility component chain from a memory; acquiring the checking state information of a service checking responsibility assembly chain which is autonomously configured by a user from an Apollo open source configuration center, and filtering to obtain an assembly list needing to be checked; and judging whether the components in the service checking responsibility component chain need to be checked or not according to the service checking responsibility component chain and the component list needing to be checked.
Specifically, a service verification responsibility assembly chain for calling a file object to be verified is obtained from a memory, then verification state information of the service verification responsibility assembly chain autonomously configured by a user is obtained from an Apollo open source configuration center, and a component list to be verified is obtained through filtering; according to the service checking responsibility component chain and the component list needing checking, whether the component in the service checking responsibility component chain needs checking can be judged, for example, if the service checking responsibility component chain of the current industrial quality inspection picture comprises: the checking state information (the component list needing to be checked) of the service checking responsibility component chain which is configured by the user independently comprises the following steps: the size, the suffix and the naming rule are verified only without verifying the resolution, so that the dynamic configuration of the industrial quality control picture verifying rule is realized. Therefore, the configuration is dynamically controllable by combining an open source configuration center, so that the system is convenient to use flexibly and improves the production efficiency.
For example, the scene requiring quality inspection in the project a is the appearance of a mobile phone, and the scene requiring quality inspection in the project B is the appearance of a notebook. From the view of quality control picture size verification configuration, for an item A, the size verification setting of a quality control picture may be 2M upper limit, and for an item B, the size verification of only the quality control picture may be 10M upper limit; from the viewpoint of quality control picture size verification configuration, the size of the verification for the a item may be different from that of the B item. In different promotion stages of different projects, different dynamic configurations aiming at the A, B project can be flexibly modified, if other C projects are added subsequently, each dynamic verification rule changes, and the dynamic verification rules can be modified dynamically as well, so that the dynamic verification rules can be updated without stopping, and the production efficiency is improved.
In summary, according to the method for verifying the industrial quality inspection picture of the embodiment of the invention, the configuration information is scanned and loaded; receiving a pre-verification request initiated by a client; analyzing the pre-verification requests in sequence to obtain file objects needing to be verified; acquiring a service checking responsibility component chain for calling the file object to be checked, and judging whether a component in the service checking responsibility component chain needs to be checked or not according to configuration information; if the component is judged to need to be verified, initiating verification; and acquiring a checking result, and if the checking result passes and the next component exists, initiating the checking to the next component. The method adopts a responsibility chain design mode and combines an Apollo open source configuration management center, so that the purposes of hot plugging and flexible adjustment of dynamic verification can be achieved, and the actual production efficiency can be improved.
Corresponding to the method for verifying the industrial quality inspection picture, the invention also provides a device for verifying the industrial quality inspection picture. Since the device embodiment of the present invention corresponds to the method embodiment described above, details that are not disclosed in the device embodiment may refer to the method embodiment described above, and are not described again in the present invention.
Fig. 2 is a block diagram of an apparatus for verifying an industrial quality control picture according to an embodiment of the present invention. As shown in fig. 2, the apparatus includes: the device comprises a loading module 1, a first receiving module 2, an analyzing module 3, a judging module 4, an initiating module 5 and a second obtaining module 6.
The loading module 1 is used for scanning and loading configuration information; the first receiving module 2 is used for receiving a pre-verification request initiated by a client; the analysis module 3 is used for sequentially analyzing the pre-verification requests to acquire file objects needing to be verified; the judging module 4 is used for acquiring a service checking responsibility component chain for calling a file object to be checked, and judging whether a component in the service checking responsibility component chain needs to be checked according to the configuration information; the initiating module 5 is used for initiating the verification when the judging module judges that the component needs to be verified; the second obtaining module 6 is configured to obtain a verification result, and if the verification is passed and a next component exists, initiate verification to the next component.
According to an embodiment of the present invention, the loading module 1 is specifically configured to: and acquiring the checking state information of the service checking responsibility assembly chain which is autonomously configured by the user from the Apollo open source configuration center.
According to one embodiment of the invention, the parsing module 3 sequentially parses from the pre-check request through an iterator.
According to an embodiment of the present invention, the determining module 4 is specifically configured to: acquiring a service verification responsibility component chain for calling a file object to be verified from a memory; acquiring the checking state information of a service checking responsibility assembly chain which is autonomously configured by a user from an Apollo open source configuration center, and filtering to obtain an assembly list needing to be checked; and judging whether the components in the service checking responsibility component chain need to be checked or not according to the service checking responsibility component chain and the component list needing to be checked.
In summary, according to the verification apparatus for the industrial quality inspection picture of the embodiment of the present invention, the loading module scans and loads the configuration information, the first receiving module receives the pre-verification request initiated by the client, the parsing module parses the pre-verification request in sequence to obtain the file object to be verified, the determining module obtains the service verification responsibility component chain that calls the file object to be verified, determines whether the component in the service verification responsibility component chain needs to be verified according to the configuration information, the initiating module initiates the verification when the determining module determines that the component needs to be verified, the second obtaining module obtains the verification result, and if the component passes the verification and the next component exists, the verification is initiated to the next component. The device adopts a responsibility chain design mode and combines an Apollo open source configuration management center, so that the purposes of hot plugging and flexible adjustment of dynamic verification can be achieved, and the actual production efficiency can be improved.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing steps of a custom logic function or process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. If implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (8)

1. A method for verifying an industrial quality inspection picture is characterized by comprising the following steps:
scanning and loading configuration information;
receiving a pre-verification request initiated by a client;
analyzing the pre-verification requests in sequence to obtain file objects needing to be verified;
acquiring a service checking responsibility component chain for calling the file object to be checked, and judging whether a component in the service checking responsibility component chain needs to be checked according to the configuration information;
if the component is judged to need to be verified, initiating verification;
and acquiring a checking result, and if the checking result passes and a next component exists, initiating the checking to the next component.
2. The method for verifying industrial quality control pictures according to claim 1, wherein scanning and loading configuration information comprises:
and acquiring the checking state information of the service checking responsibility assembly chain which is autonomously configured by the user from the Apollo open source configuration center.
3. The method for verifying industrial quality control pictures according to claim 1, wherein the analyzing from the pre-verification request in sequence comprises:
and sequentially resolving the pre-check requests through an iterator.
4. The method for verifying the industrial quality control picture according to claim 2, wherein a service verification responsibility component chain for calling the file object to be verified is acquired, and whether a component in the service verification responsibility component chain needs to be verified is judged according to the configuration information and the service verification responsibility component chain, and the method comprises the following steps:
acquiring and calling the service checking responsibility component chain from a memory;
acquiring the checking state information of a service checking responsibility assembly chain which is autonomously configured by a user from an Apollo open source configuration center, and filtering to obtain an assembly list needing to be checked;
and judging whether the components in the service checking responsibility component chain need to be checked or not according to the service checking responsibility component chain and the component list needing to be checked.
5. The utility model provides a verifying attachment of industry quality control picture which characterized in that includes:
the loading module is used for scanning and loading configuration information;
the first receiving module is used for receiving a pre-verification request initiated by a client;
the analysis module is used for sequentially analyzing the pre-verification requests to acquire file objects needing to be verified;
the judging module is used for acquiring a service checking responsibility component chain for calling the file object to be checked and judging whether a component in the service checking responsibility component chain needs to be checked according to the configuration information;
the initiating module is used for initiating verification when the judging module judges that the component needs to be verified;
and the second acquisition module is used for acquiring a verification result, and if the verification is passed and a next component exists, initiating verification to the next component.
6. The apparatus of claim 5, wherein the loading module is specifically configured to: and acquiring the checking state information of the service checking responsibility assembly chain which is autonomously configured by the user from the Apollo open source configuration center.
7. The apparatus as claimed in claim 5, wherein the parsing module sequentially parses from the pre-verification request through an iterator.
8. The apparatus of claim 6, wherein the determining module is specifically configured to:
acquiring a service verification responsibility component chain for calling the file object to be verified from a memory;
acquiring the checking state information of a service checking responsibility assembly chain which is autonomously configured by a user from an Apollo open source configuration center, and filtering to obtain an assembly list needing to be checked;
and judging whether the components in the service checking responsibility component chain need to be checked or not according to the service checking responsibility component chain and the component list needing to be checked.
CN202011192490.1A 2020-10-30 2020-10-30 Industrial quality inspection picture verification method and device Pending CN112306575A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011192490.1A CN112306575A (en) 2020-10-30 2020-10-30 Industrial quality inspection picture verification method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011192490.1A CN112306575A (en) 2020-10-30 2020-10-30 Industrial quality inspection picture verification method and device

Publications (1)

Publication Number Publication Date
CN112306575A true CN112306575A (en) 2021-02-02

Family

ID=74332852

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011192490.1A Pending CN112306575A (en) 2020-10-30 2020-10-30 Industrial quality inspection picture verification method and device

Country Status (1)

Country Link
CN (1) CN112306575A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990076A (en) * 2019-11-20 2020-04-10 杭州安恒信息技术股份有限公司 Hot plug component chain calling method based on responsibility chain mode
CN111724206A (en) * 2020-06-18 2020-09-29 五八有限公司 Advertisement processing method, responsibility chain object generation method, device, equipment and medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990076A (en) * 2019-11-20 2020-04-10 杭州安恒信息技术股份有限公司 Hot plug component chain calling method based on responsibility chain mode
CN111724206A (en) * 2020-06-18 2020-09-29 五八有限公司 Advertisement processing method, responsibility chain object generation method, device, equipment and medium

Similar Documents

Publication Publication Date Title
US11151700B2 (en) Image processing method, terminal, and non-transitory computer-readable storage medium
CN113498594B (en) Control method and device of smart home system, electronic equipment and storage medium
CN111596967A (en) Application function configuration method, terminal device, server and storage medium
CN110445841B (en) Cloud disk mounting method and device for cloud physical machine and storage medium
CN113490192B (en) Bluetooth connection method, device, terminal equipment and readable storage medium
CN112996020B (en) Bluetooth-based automatic test method and device and Bluetooth test terminal
CN112138376A (en) Cloud game archiving method and device and electronic equipment
CN109348434B (en) Scene information sending method, sending device and terminal equipment
GB2507037A (en) Software application discovery using variable frequency file system scanning
CN111200744B (en) Multimedia playing control method and device and intelligent equipment
CN108009096B (en) Test method and terminal
CN112306575A (en) Industrial quality inspection picture verification method and device
CN110290201B (en) Picture acquisition method, mobile terminal, server and storage medium
CN111158947A (en) Method for making pre-copy file, server and readable storage medium
CN112712610B (en) Vehicle diagnosis log processing method and device, terminal equipment and readable storage medium
CN114443306A (en) Resource processing method and device, electronic equipment and computer readable storage medium
CN112073711B (en) Method, system and equipment for simulating and debugging camera performance parameters of intelligent equipment
CN114218175A (en) Resource cross-platform sharing method and device, terminal equipment and storage medium
CN114625458A (en) Page data processing method and device, electronic equipment and storage medium
CN110889774B (en) Multi-region mobile phone production method and device and electronic equipment
CN109542726B (en) Power consumption detection method and device
CN112214486B (en) Data storage method, system and device
CN110597700A (en) Server testing method and device
CN111242256A (en) Information verification method, device and terminal
CN112437192B (en) Method and device for running application software, electronic equipment and computer readable medium

Legal Events

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

Application publication date: 20210202