CN110580172A - Configuration rule verification method and device, storage medium and electronic device - Google Patents

Configuration rule verification method and device, storage medium and electronic device Download PDF

Info

Publication number
CN110580172A
CN110580172A CN201910862877.4A CN201910862877A CN110580172A CN 110580172 A CN110580172 A CN 110580172A CN 201910862877 A CN201910862877 A CN 201910862877A CN 110580172 A CN110580172 A CN 110580172A
Authority
CN
China
Prior art keywords
configuration rule
verification
task
detection item
processing
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
CN201910862877.4A
Other languages
Chinese (zh)
Other versions
CN110580172B (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.)
Beijing Mininglamp Software System Co ltd
Original Assignee
Beijing Mininglamp Software System 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 Beijing Mininglamp Software System Co ltd filed Critical Beijing Mininglamp Software System Co ltd
Priority to CN201910862877.4A priority Critical patent/CN110580172B/en
Publication of CN110580172A publication Critical patent/CN110580172A/en
Application granted granted Critical
Publication of CN110580172B publication Critical patent/CN110580172B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/44589Program code verification, e.g. Java bytecode verification, proof-carrying code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a verification method and device of configuration rules, a storage medium and an electronic device, wherein the method comprises the following steps: acquiring a precondition set corresponding to a configuration rule for processing a task; determining a verification detection item according to the precondition set; verifying the configuration rule according to the verification detection item; the technical scheme is adopted to solve the problems that the rule configured for the task is wrong or the rule execution fails and the like only when the task is executed in the related technology.

Description

Configuration rule verification method and device, storage medium and electronic device
Technical Field
The present invention relates to the field of communications, and in particular, to a method and an apparatus for verifying a configuration rule, a storage medium, and an electronic apparatus.
Background
In a complex data processing flow, a certain rule is generally executed for each step of processing task, but some cases such as rule execution failure and rule arrangement failure may be found only when a task is executed.
In the related art, only when a task is executed, problems that a rule configured for the task is wrong or the rule execution fails and the like can be found, and an effective technical scheme is not provided yet.
Disclosure of Invention
The embodiment of the invention provides a verification method and device for configuration rules, a storage medium and an electronic device, which are used for at least solving the problems that the configuration rules for tasks are wrong or the rule execution fails and the like only when the tasks are executed in the related technology.
according to an embodiment of the present invention, there is provided a method for verifying a configuration rule, including: acquiring a precondition set corresponding to a configuration rule for processing a task; determining a verification detection item according to the precondition set; verifying the configuration rule according to the verification detection item; and sending prompt information for the configuration rule which is not verified to pass so as to indicate the target object to modify the configuration rule which is not passed.
In this embodiment of the present invention, after sending a prompt message for a configuration rule that fails to be verified to indicate a target object to modify the configuration rule, the method further includes: and verifying the modified configuration rule according to the determined verification detection item, and sending the prompt message again when the verification fails until the modified configuration rule passes the verification of the verification detection item.
In this embodiment of the present invention, before obtaining a precondition set corresponding to a configuration rule for processing a task, the method further includes: acquiring a plurality of processing stages of the task; for each processing stage, a corresponding set of preconditions is obtained.
in this embodiment of the present invention, after verifying the configuration rule according to the verification detection item, the method further includes: and for the configuration rule passing the verification, executing a corresponding task according to the configuration rule passing the verification.
According to another embodiment of the present invention, there is also provided a configuration rule verification apparatus including: the acquisition module is used for acquiring a precondition set corresponding to a configuration rule for processing the task; the determining module is used for determining a verification detection item according to the precondition set; the verification module is used for verifying the configuration rule according to the verification detection item; and the processing module is used for sending prompt information to the configuration rule which is not verified so as to indicate the target object to modify the configuration rule which is not verified.
in the embodiment of the present invention, the processing module is further configured to verify the modified configuration rule according to the determined verification detection item, and send out the prompt message again when the verification fails until the modified configuration rule passes the verification of the verification detection item.
In this embodiment of the present invention, the obtaining module is further configured to obtain a plurality of processing stages of the task; for each processing stage, a corresponding set of preconditions is obtained.
in this embodiment of the present invention, the processing module is further configured to execute, according to the verified configuration rule, a corresponding task for the verified configuration rule.
according to a further embodiment of the present invention, there is also provided a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the above method embodiments when executed.
according to yet another embodiment of the present invention, there is also provided an electronic device, including a memory in which a computer program is stored and a processor configured to execute the computer program to perform the steps in any of the above method embodiments.
According to the invention, a precondition set corresponding to a configuration rule for processing a task is obtained; determining a verification detection item according to the precondition set; verifying the configuration rule according to the verification detection item; the technical scheme can solve the problems that in the related technology, only when the task is executed, the error of the rule configured for the task can be found, or the rule execution fails and the like, and further the configuration rule is verified in advance, so that the correct execution rate of the rule is improved in the data processing process, and further the efficiency of the data processing system is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a block diagram of a hardware structure of a mobile terminal according to a method for verifying a configuration rule according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method of validation of configuration rules according to an embodiment of the invention;
Fig. 3 is a block diagram of a configuration rule verification apparatus according to an embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
The method provided by the embodiment 1 of the present application can be executed in a mobile terminal, a computer terminal or a similar computing device. Taking the example of the operation on the mobile terminal, fig. 1 is a hardware structure block diagram of the mobile terminal of the verification method of the configuration rule according to the embodiment of the present invention. As shown in fig. 1, the mobile terminal 10 may include one or more (only one shown in fig. 1) processors 102 (the processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA) and a memory 104 for storing data, and optionally may also include a transmission device 106 for communication functions and an input-output device 108. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration, and does not limit the structure of the mobile terminal. For example, the mobile terminal 10 may also include more or fewer components than shown in FIG. 1, or have a different configuration with equivalent functionality to that shown in FIG. 1 or more functionality than that shown in FIG. 1.
The memory 104 may be used to store computer programs, for example, software programs and modules of application software, such as computer programs corresponding to the verification method of configuration rules in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the computer programs stored in the memory 104, so as to implement the above-mentioned method. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some instances, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the mobile terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
the transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the mobile terminal 10. In one example, the transmission device 106 includes a Network adapter (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, a method for verifying a configuration rule running in the mobile terminal is provided, and fig. 2 is a flowchart of a method for verifying a configuration rule according to an embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
step S202, acquiring a precondition set corresponding to a configuration rule for processing a task;
Step S204, determining a verification detection item according to the precondition set;
step S206, verifying the configuration rule according to the verification detection item;
And step S208, sending prompt information for the configuration rule which is not verified to be passed so as to instruct the target object to modify the configuration rule which is not passed.
according to the invention, a precondition set corresponding to a configuration rule for processing a task is obtained; determining a verification detection item according to the precondition set; verifying the configuration rule according to the verification detection item; the technical scheme can solve the problems that in the related technology, only when the task is executed, the error of the rule configured for the task can be found, or the rule execution fails and the like, and further the configuration rule is verified in advance, so that the correct execution rate of the rule is improved in the data processing process, and further the efficiency of the data processing system is improved.
In this embodiment of the present invention, after sending a prompt message for a configuration rule that fails to be verified to indicate a target object to modify the configuration rule, the method further includes: and verifying the modified configuration rule according to the determined verification detection item, and sending the prompt message again when the verification fails until the modified configuration rule passes the verification of the verification detection item.
in this embodiment of the present invention, before obtaining a precondition set corresponding to a configuration rule for processing a task, the method further includes: acquiring a plurality of processing stages of the task; for each processing stage, a corresponding set of preconditions is obtained.
In this embodiment of the present invention, after verifying the configuration rule according to the verification detection item, the method further includes: and for the configuration rule passing the verification, executing a corresponding task according to the configuration rule passing the verification.
In an embodiment of the present invention, the set of preconditions includes at least one of: whether the number of the data null values meets the requirement or not and whether the format of the field meets the requirement or not, for example, the identity card field is corresponding to the identity card which cannot contain words.
In the embodiment of the invention, one configuration rule corresponds to one verification detection item.
The following describes the verification process of the above configuration rule with reference to another optional example, where the example of the present invention mainly includes the following steps:
Step 1, aiming at a specific stage of data processing, collecting a default rule precondition set of a system;
Step 2, setting a default verification detection item aiming at the rule precondition set, and collecting the default verification detection item into a rule verification system;
Step 3, after the rules are configured for the specific rule object, the verification detection item corresponding to the rules is executed for the specific rule object;
Step 4, giving a prompt to a user aiming at the rule configuration rule which is not satisfied, quickly modifying the rule configuration with the problem by the user, and verifying the rule configuration again until no error prompt exists;
Step 5, executing corresponding data processing tasks according to the rules after the verification is finished;
and 6, aiming at all data processing stages, only 1-5 steps are needed to be repeated, and a more and more abundant and universal data universal rule system for pre-prevention is formed.
by adopting the technical scheme, the utilization rate of computing resources is improved, the processing time of data is reduced, and the efficiency of the data processing system is improved.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
in this embodiment, a configuration rule verification apparatus is further provided, and the apparatus is used to implement the foregoing embodiments and preferred embodiments, and details are not repeated for what has been described. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
fig. 3 is a block diagram of a configuration rule verification apparatus according to an embodiment of the present invention, and as shown in fig. 3, the apparatus includes:
An obtaining module 30, configured to obtain a precondition set corresponding to a configuration rule for processing a task;
a determining module 32, configured to determine a verification detection item according to the precondition set;
a verification module 34, configured to verify the configuration rule according to the verification detection item;
And the processing module 36 is configured to send a prompt message for the configuration rule failing to be verified to instruct the target object to modify the failed configuration rule.
According to the invention, a precondition set corresponding to a configuration rule for processing a task is obtained; determining a verification detection item according to the precondition set; verifying the configuration rule according to the verification detection item; the technical scheme can solve the problems that in the related technology, only when the task is executed, the error of the rule configured for the task can be found, or the rule execution fails and the like, and further the configuration rule is verified in advance, so that the correct execution rate of the rule is improved in the data processing process, and further the efficiency of the data processing system is improved.
in this embodiment of the present invention, the processing module 36 is further configured to verify the modified configuration rule according to the determined verification detection item, and send out the prompt message again when the verification fails, until the modified configuration rule passes the verification of the verification detection item.
in this embodiment of the present invention, the obtaining module 30 is further configured to obtain a plurality of processing stages of the task; for each processing stage, a corresponding set of preconditions is obtained.
In this embodiment of the present invention, the processing module 36 is further configured to, for the configuration rule that passes the verification, execute a corresponding task according to the configuration rule that passes the verification.
In an embodiment of the present invention, the set of preconditions includes at least one of: whether the number of the data null values meets the requirement or not and whether the format of the field meets the requirement or not, for example, the identity card field is corresponding to the identity card which cannot contain words.
In the embodiment of the invention, one configuration rule corresponds to one verification detection item.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
embodiments of the present invention also provide a storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the above method embodiments when executed.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
S1, acquiring a precondition set corresponding to a configuration rule for processing a task;
S2, determining a verification detection item according to the precondition set;
S3, verifying the configuration rule according to the verification detection item;
and S4, sending prompt information for the configuration rule which is not verified to indicate that the target object modifies the configuration rule which is not verified.
optionally, in this embodiment, the storage medium may include, but is not limited to: various media capable of storing computer programs, such as a usb disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
optionally, in this embodiment, the processor may be configured to execute the following steps by a computer program:
s1, acquiring a precondition set corresponding to a configuration rule for processing a task;
s2, determining a verification detection item according to the precondition set;
S3, verifying the configuration rule according to the verification detection item;
and S4, sending prompt information for the configuration rule which is not verified to indicate that the target object modifies the configuration rule which is not verified.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for validating a configuration rule, comprising:
Acquiring a precondition set corresponding to a configuration rule for processing a task;
determining a verification detection item according to the precondition set;
verifying the configuration rule according to the verification detection item;
And sending prompt information for the configuration rule which is not verified to pass so as to indicate the target object to modify the configuration rule which is not passed.
2. The method of claim 1, wherein after issuing a prompt for a configuration rule that fails to be verified to indicate to a target object to modify the configuration rule, the method further comprises:
and verifying the modified configuration rule according to the determined verification detection item, and sending the prompt message again when the verification fails until the modified configuration rule passes the verification of the verification detection item.
3. The method of claim 1, wherein before obtaining the set of preconditions corresponding to the configuration rules for processing the task, the method further comprises:
Acquiring a plurality of processing stages of the task;
for each processing stage, a corresponding set of preconditions is obtained.
4. the method of claim 1, wherein after verifying the configuration rule according to the verification check item, the method further comprises:
And for the configuration rule passing the verification, executing a corresponding task according to the configuration rule passing the verification.
5. An apparatus for validating a configuration rule, comprising:
the acquisition module is used for acquiring a precondition set corresponding to a configuration rule for processing the task;
The determining module is used for determining a verification detection item according to the precondition set;
The verification module is used for verifying the configuration rule according to the verification detection item;
And the processing module is used for sending prompt information to the configuration rule which is not verified so as to indicate the target object to modify the configuration rule which is not verified.
6. The apparatus of claim 5, wherein the processing module is further configured to verify the modified configuration rule according to the determined verification detection item, and send the prompt message again when the verification fails until the modified configuration rule passes the verification of the verification detection item.
7. The apparatus of claim 5, wherein the obtaining module is further configured to obtain a plurality of processing phases of the task; for each processing stage, a corresponding set of preconditions is obtained.
8. the apparatus of claim 5, wherein the processing module is further configured to, for a validated configuration rule, execute a corresponding task according to the validated configuration rule.
9. a computer-readable storage medium, in which a computer program is stored, wherein the computer program is configured to carry out the method of any one of claims 1 to 4 when executed.
10. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 4.
CN201910862877.4A 2019-09-11 2019-09-11 Configuration rule verification method and device, storage medium and electronic device Active CN110580172B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910862877.4A CN110580172B (en) 2019-09-11 2019-09-11 Configuration rule verification method and device, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910862877.4A CN110580172B (en) 2019-09-11 2019-09-11 Configuration rule verification method and device, storage medium and electronic device

Publications (2)

Publication Number Publication Date
CN110580172A true CN110580172A (en) 2019-12-17
CN110580172B CN110580172B (en) 2022-12-09

Family

ID=68812938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910862877.4A Active CN110580172B (en) 2019-09-11 2019-09-11 Configuration rule verification method and device, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN110580172B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416978A (en) * 2020-11-23 2021-02-26 广州南方卫星导航仪器有限公司 Data quality inspection scheme transmission method, device and system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007249750A (en) * 2006-03-17 2007-09-27 Hitachi Systems & Services Ltd Business consistency verification system
CN107995153A (en) * 2016-10-27 2018-05-04 腾讯科技(北京)有限公司 Form data verification method and form data verification device
CN108108878A (en) * 2017-12-04 2018-06-01 上海电机学院 Configurable workflow transactions model and its dynamic verification method based on target
CN108139915A (en) * 2016-04-29 2018-06-08 华为技术有限公司 The operating method and terminal of a kind of set of applications
CN109714298A (en) * 2017-10-25 2019-05-03 腾讯科技(深圳)有限公司 Verification method, device and storage medium
CN109977400A (en) * 2019-03-08 2019-07-05 北京明略软件系统有限公司 A kind of method, apparatus of checking treatment, computer storage medium and terminal
CN110097492A (en) * 2013-09-26 2019-08-06 想象技术有限公司 Atomic memory updating unit and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007249750A (en) * 2006-03-17 2007-09-27 Hitachi Systems & Services Ltd Business consistency verification system
CN110097492A (en) * 2013-09-26 2019-08-06 想象技术有限公司 Atomic memory updating unit and method
CN108139915A (en) * 2016-04-29 2018-06-08 华为技术有限公司 The operating method and terminal of a kind of set of applications
CN107995153A (en) * 2016-10-27 2018-05-04 腾讯科技(北京)有限公司 Form data verification method and form data verification device
CN109714298A (en) * 2017-10-25 2019-05-03 腾讯科技(深圳)有限公司 Verification method, device and storage medium
CN108108878A (en) * 2017-12-04 2018-06-01 上海电机学院 Configurable workflow transactions model and its dynamic verification method based on target
CN109977400A (en) * 2019-03-08 2019-07-05 北京明略软件系统有限公司 A kind of method, apparatus of checking treatment, computer storage medium and terminal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416978A (en) * 2020-11-23 2021-02-26 广州南方卫星导航仪器有限公司 Data quality inspection scheme transmission method, device and system
CN112416978B (en) * 2020-11-23 2024-09-27 广州南方卫星导航仪器有限公司 Data quality inspection scheme transmission method, device and system

Also Published As

Publication number Publication date
CN110580172B (en) 2022-12-09

Similar Documents

Publication Publication Date Title
CN111522264B (en) Control method and device of equipment, storage medium and electronic device
CN111885115A (en) Equipment binding change method and device
CN112035344A (en) Multi-scenario test method, device, equipment and computer readable storage medium
CN113296859B (en) Page loading method and device, storage medium and electronic device
CN110580172B (en) Configuration rule verification method and device, storage medium and electronic device
CN112235124B (en) Method and device for configuring pico-cell, storage medium and electronic device
CN111158716B (en) Version upgrade calling method and device, computer system and readable storage medium
CN110516258B (en) Data verification method and device, storage medium and electronic device
CN110347683B (en) Data table merging processing method and device
CN110276212B (en) Data processing method and device, storage medium and electronic device
CN111131324A (en) Login method and device of business system, storage medium and electronic device
CN113704107B (en) Application testing method, device, equipment and computer readable storage medium
US10979287B2 (en) Method and apparatus for receiving a solution when configuration function verification fails in a terminal
CN113114465B (en) Method and device for processing attribution authority, storage medium and electronic device
EP3047660B1 (en) Method of communicating between a server and a secure element
CN113110982A (en) Data access layer verification method and device, storage medium and electronic device
CN113900937A (en) Script calling method and device, electronic device and storage medium
CN114040399A (en) Equipment binding method and device, storage medium and electronic device
CN114429408A (en) Method, device, equipment and system for checking configuration file of intelligent substation
CN114090074A (en) Method and device for configuring operating environment, storage medium and electronic device
CN111427603A (en) Application program upgrading method and device
CN113934552A (en) Method and device for determining function code, storage medium and electronic device
CN113220869A (en) Text processing device and method for bank peripheral system
CN107528714B (en) Script processing method, device and system and router
CN111858043B (en) Service request processing method and device, storage medium and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant