CN112433705A - Script generation method and device, electronic equipment and storage medium - Google Patents

Script generation method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112433705A
CN112433705A CN202011340221.5A CN202011340221A CN112433705A CN 112433705 A CN112433705 A CN 112433705A CN 202011340221 A CN202011340221 A CN 202011340221A CN 112433705 A CN112433705 A CN 112433705A
Authority
CN
China
Prior art keywords
script
determining
configuration
template
file
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
CN202011340221.5A
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.)
Ping An Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Ping An Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN202011340221.5A priority Critical patent/CN112433705A/en
Publication of CN112433705A publication Critical patent/CN112433705A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computing Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to data processing and provides a script generation method and device, electronic equipment and a storage medium. The method can determine a trigger terminal of a script generation request, extract a demand object, detect whether the demand object is stored in a database, determine a business process when the demand object does not exist in the database, screen a configuration template corresponding to the business process from a configuration file library, acquire an object code of the demand object, determine a target placeholder of the demand object, replace the target placeholder with the object code to generate a script file, generate a script compression package when a plurality of script files exist, generate a script file name, and respond to the script generation request with the script file name. The invention not only improves the generation efficiency of the script file, but also avoids the problem of missing writing of the script file, and is beneficial to the maintenance of the trigger terminal. In addition, the invention also relates to a block chain technology, and the script file can be stored in the block chain.

Description

Script generation method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a script generation method and apparatus, an electronic device, and a storage medium.
Background
The accounting system has standardized service and customized service, and when the accounting system is newly accessed to the configuration function, for example: in addition, besides a developer who is responsible for developing the sub-product or the fund, other developers are not aware of the development progress of the sub-product or the fund, and if deviation occurs in communication in the development process, the script writing of the sub-product or the fund is easily omitted, so that partial function of the accounting system is lost, and the maintenance of the accounting system is not facilitated.
Disclosure of Invention
In view of the above, it is necessary to provide a script generation method, device, electronic device and storage medium, which not only improves the generation efficiency of the script file, but also avoids the problem of missing writing of the script file, and is beneficial to triggering the maintenance of the terminal.
In one aspect, the present invention provides a script generation method applied to an electronic device, where the script generation method includes:
when a script generation request is received, determining a trigger terminal of the script generation request;
a demand object is extracted from a current editing page of the trigger terminal, and whether the demand object is stored in a database of the trigger terminal is detected;
when the demand object does not exist in the database, determining the business process of the demand object, and screening out a configuration template corresponding to the business process from a configuration file library;
acquiring an object code of the demand object, and determining a target placeholder of the demand object in the configuration template;
replacing the target placeholder in the configuration template with the object code to generate a script file;
when a plurality of script files are available, generating a script compression package according to the plurality of script files and generating script file names of the script compression package;
and responding to the script generation request by the script file name.
According to a preferred embodiment of the present invention, the determining the trigger terminal of the script generation request includes:
analyzing a message header of the script generation request to obtain data information carried by the message header;
acquiring a preset label from a configuration label library, wherein the preset label is used for indicating an address;
acquiring information corresponding to the preset label from the data information as a request address;
acquiring the equipment address of the electronic equipment from an address library, and removing the equipment address from the request address to obtain the sending address of the script generation request;
and determining the terminal corresponding to the sending address from a configuration mapping table as the trigger terminal.
According to the preferred embodiment of the present invention, the extracting the requirement object from the current editing page of the trigger terminal includes:
acquiring a terminal log of the trigger terminal, and acquiring a page number of the current editing page;
extracting a log list corresponding to the page number from the terminal log, wherein the log list comprises operation events and execution time of the operation events;
acquiring current time, and determining the execution time closest to the current time from the execution times as target time;
and determining a log list corresponding to the target time as a target list, and acquiring an object corresponding to the operation event from the target list as the demand object.
According to a preferred embodiment of the present invention, the detecting whether the demand object is stored in the database of the trigger terminal includes:
acquiring query template sentences from a configuration sentence library, and writing the required objects into the query template sentences to obtain object query sentences;
querying the database by using the object query statement to obtain a query result;
when the query result indicates that the result does not exist, determining that the demand object does not exist in the database; or
And when the query result indicates that a result exists, determining that the requirement object exists in the database.
According to the preferred embodiment of the present invention, the determining the business process of the demand object, and screening the configuration template corresponding to the business process from the configuration file library includes:
determining an object system of the demand object, and acquiring a system code from the object system;
analyzing the system code to obtain the service flow, wherein the service flow comprises a plurality of sub-flows, and a plurality of flow numbers of the sub-flows are obtained;
traversing the configuration file library by using each process number respectively, and determining the configuration file corresponding to each process number as a template file;
and sequentially fusing the template files according to the sequence of each process number in the service process to obtain the configuration template.
According to a preferred embodiment of the present invention, the determining the target placeholder of the demand object in the configuration template comprises:
determining an object type to which the demand object belongs, and determining a placeholder corresponding to the object type;
acquiring a template identifier of the configuration template;
and determining a placeholder corresponding to the template identifier from the placeholders as the target placeholder.
According to a preferred embodiment of the present invention, the replacing the target placeholder in the configuration template with the object code, and generating a script file includes:
determining a location of the target placeholder in the configuration template;
deleting the target placeholder from the configuration template, and writing the object code into the position to obtain the script file.
In another aspect, the present invention further provides a script generating apparatus, which is run on an electronic device, where the script generating apparatus includes:
the device comprises a determining unit, a processing unit and a processing unit, wherein the determining unit is used for determining a trigger terminal of a script generation request when the script generation request is received;
the detection unit is used for extracting a demand object from the current editing page of the trigger terminal and detecting whether the demand object is stored in a database of the trigger terminal;
the screening unit is used for determining the business process of the demand object when the demand object does not exist in the database, and screening out a configuration template corresponding to the business process from a configuration file library;
the determining unit is further configured to obtain an object code of the demand object, and determine a target placeholder of the demand object in the configuration template;
the generating unit is used for replacing the target placeholder in the configuration template by the object code to generate a script file;
the generating unit is further used for generating a script compression package according to the script files and generating script file names of the script compression package when the script files are multiple;
and the response unit is used for responding the script generation request by the script file name.
In another aspect, the present invention further provides an electronic device, including:
a memory storing computer readable instructions; and
a processor executing computer readable instructions stored in the memory to implement the script generation method.
In another aspect, the present invention also provides a computer-readable storage medium, in which computer-readable instructions are stored, and the computer-readable instructions are executed by a processor in an electronic device to implement the script generation method.
According to the technical scheme, whether the demand object is stored in the database or not is detected, so that the repeated occurrence of the demand object in the trigger terminal is avoided, the performance of the terminal system is improved, the configuration template containing the common information can be determined through the service flow of the demand object, the generation of the script file is facilitated, the script file can be accurately generated by determining the target placeholder of the demand object in the configuration template, the script files are fused to generate the script compressed package, and the one-key acquisition of the script files by other users is facilitated. When a required object is newly accessed to the trigger terminal, the script file is automatically generated by using the configuration template corresponding to the business process of the required object, and then the script compression package is generated.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the script generation method of the present invention.
Fig. 2 is a flowchart of an embodiment of a trigger terminal for determining a script generation request according to the present invention.
FIG. 3 is a flowchart of an embodiment of extracting a requirement object from a current edit page of a trigger terminal according to the present invention.
FIG. 4 is a flow diagram of one embodiment of determining a business process and configuration template in accordance with the present invention.
FIG. 5 is a flow diagram of one embodiment of the present invention for determining a target placeholder for a demand object in a configuration template.
FIG. 6 is a flow diagram of one embodiment of generating a script file.
FIG. 7 is a flow diagram of one embodiment of generating script file names for a script compact package.
FIG. 8 is a functional block diagram of a preferred embodiment of the script generating apparatus of the present invention.
FIG. 9 is a schematic structural diagram of an electronic device implementing a script generation method according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
FIG. 1 is a flow chart of the preferred embodiment of the script generation method of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The script generation method is applied to one or more electronic devices, which are devices capable of automatically performing numerical calculation and/or information processing according to computer readable instructions set or stored in advance, and the hardware of the electronic devices includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), a smart wearable device, and the like.
The electronic device may include a network device and/or a user device. Wherein the network device includes, but is not limited to, a single network electronic device, an electronic device group consisting of a plurality of network electronic devices, or a Cloud Computing (Cloud Computing) based Cloud consisting of a large number of hosts or network electronic devices.
The network in which the electronic device is located includes, but is not limited to: the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
S10, when receiving the script generation request, determining the trigger terminal of the script generation request.
In at least one embodiment of the invention, the script generation request may be triggered by any user.
The trigger terminal may be any terminal, for example, the trigger terminal may be a mobile phone, a tablet, a computer, or the like.
Referring to fig. 2, fig. 2 is a flowchart of an embodiment of a trigger terminal for determining a script generation request according to the present invention. In at least one embodiment of the present invention, the determining, by the electronic device, the trigger terminal of the script generation request includes:
s100, analyzing the message header of the script generation request to obtain the data information carried by the message header.
The message header carries address information of the script generation request. Further, the data information includes the address information.
S101, acquiring a preset label from a configuration label library, wherein the preset label is used for indicating an address.
Wherein, a plurality of predefined tags are stored in the configuration tag library. The configuration tag library is stored in the electronic device.
And S102, acquiring information corresponding to the preset label from the data information as a request address.
The request address carries an address for sending the script generation request and a destination address for receiving the script generation request. The request address may be an IP address.
S103, acquiring the equipment address of the electronic equipment from an address library, and removing the equipment address from the request address to obtain the sending address of the script generation request.
The address library is stored in the electronic device, and further, the device address may also be an IP address.
Because the electronic device receives the script generation request, the destination address of the received script generation request is the device address of the electronic device, and the device address is removed from the request address, so that the request address only carrying the request for sending the script generation request can be obtained.
S104, determining a terminal corresponding to the sending address from a configuration mapping table as the trigger terminal.
Specifically, since the mapping relationship between the address and the terminal is stored in the configuration mapping table, the electronic device traverses the address in the configuration mapping table according to the issue address, determines the address in the configuration mapping table that is the same as the issue address as the target address, and determines the terminal having the mapping relationship with the target address as the trigger terminal.
According to the embodiment, the whole script generation request does not need to be analyzed, the analysis efficiency is improved, the sent address can be accurately determined from the data information by using the preset label and the equipment address, and therefore the trigger terminal can be accurately determined.
S11, extracting the demand object from the current editing page of the trigger terminal, and detecting whether the demand object is stored in the database of the trigger terminal.
In at least one embodiment of the present invention, the current edit page is an edit page that triggers the script generation request.
The demand object refers to an object which needs to be configured with functions, and the demand object can be a product or a fund.
Referring to fig. 3, fig. 3 is a flowchart of an embodiment of the present invention for extracting a requirement object from a current editing page of a trigger terminal. In at least one embodiment of the present invention, the electronic device extracting the requirement object from the current editing page of the trigger terminal includes:
s110, acquiring a terminal log of the trigger terminal, and acquiring a page number of the current editing page.
The terminal log records a plurality of operations on the trigger terminal, and the operations are recorded on the terminal log in a list form.
The trigger terminal is provided with a plurality of editing pages, and the current editing page is an editing page currently displayed on the trigger terminal.
And S111, extracting a log list corresponding to the page number from the terminal log, wherein the log list comprises operation events and the execution time of the operation events.
S112, obtaining the current time, and determining the execution time closest to the current time from the execution times as the target time.
S113, determining the log list corresponding to the target time as a target list, and acquiring an object corresponding to the operation event from the target list as the demand object.
Through the terminal log and the page number, a log list of the current editing page can be accurately determined, and then through comparison of the current time and the execution time, the latest operation event of the editing page can be determined, and further the demand object can be accurately determined.
In at least one embodiment of the present invention, the detecting, by the electronic device, whether the requirement object is stored in the database of the trigger terminal includes:
acquiring query template sentences from a configuration sentence library, and writing the required objects into the query template sentences to obtain object query sentences;
querying the database by using the object query statement to obtain a query result;
when the query result indicates that the result does not exist, determining that the demand object does not exist in the database; or
And when the query result indicates that a result exists, determining that the requirement object exists in the database.
And storing template sentences with multiple purposes in the configuration sentence library.
The query template statement is used for data query.
The object query statement can be generated rapidly through the query template statement, whether the demand object is stored in the database or not can be determined rapidly, in addition, whether the demand object is stored in the database or not is detected, the repeated occurrence of the demand object in the trigger terminal is avoided, and the performance of the terminal system is improved.
In at least one embodiment of the invention, when the demand object exists in the database, warning information is generated according to the demand object.
The database has the demand object, that is, the trigger terminal has the related function of the demand object, so that a script file does not need to be repeatedly generated, and the trigger terminal is prevented from having a plurality of same functions and being not beneficial to the maintenance of the trigger terminal.
S12, when the demand object does not exist in the database, determining the business process of the demand object, and screening out the configuration template corresponding to the business process from the configuration file library.
In at least one embodiment of the invention, the business process is used to indicate the process of the demand object.
The profile library stores a plurality of profiles.
Referring to fig. 4, fig. 4 is a flow chart of an embodiment of determining a business process and configuration template according to the present invention. In at least one embodiment of the present invention, the determining, by the electronic device, the business process of the demand object, and screening a configuration template corresponding to the business process from a configuration file library by the electronic device includes:
s120, determining an object system of the demand object, and acquiring a system code from the object system.
S121, analyzing the system code to obtain the service process, wherein the service process comprises a plurality of sub-processes, and a plurality of process numbers of the sub-processes are obtained.
And S122, traversing the configuration file library by using each process number respectively, and determining the configuration file corresponding to each process number as a template file.
Wherein each template file contains a configuration code corresponding to each sub-process.
And S123, sequentially fusing the template files according to the sequence of each process number in the service process to obtain the configuration template.
For example: the business process comprises the following steps: the sequence of the sub-process A in the business process is 1, the sequence of the sub-process B in the business process is 2, the sequence of the sub-process C in the business process is 3, the sequence of the sub-process D in the business process is 4, the template file of the sub-process A is a file A, the template file of the sub-process B is a file B, the template file of the sub-process C is a file C, the template file of the sub-process D is a file D, and the template files are sequentially fused according to the sequence of each process number in the business process to obtain a configuration template file A → the file B → the file C → the file D.
The service process of the demand object can be accurately analyzed through the system code, and then the configuration file library is traversed by utilizing each process number respectively.
In at least one embodiment of the invention, the configuration template containing the commonality information can be determined through the business process of the demand object, which is beneficial to the generation of the script file.
S13, acquiring the object code of the demand object, and determining the target placeholder of the demand object in the configuration template.
In at least one embodiment of the invention, the object code may be used to indicate the requirements object.
The target placeholder can be a placeholder corresponding to the requirement object and the configuration template and configured arbitrarily by a user.
In at least one embodiment of the present invention, the electronic device may obtain the object code of the demand object from the object system.
Referring to FIG. 5, FIG. 5 is a flow diagram of one embodiment of the present invention for determining a target placeholder for a demand object in a configuration template. In at least one embodiment of the invention, the electronic device determining the target placeholder for the requirement object in the configuration template comprises:
s130, determining the object type of the demand object and determining the placeholder corresponding to the object type.
Wherein the object type comprises a product type, a fund type and the like.
S131, obtaining the template identification of the configuration template.
S132, determining a placeholder corresponding to the template identifier from the placeholders as the target placeholder.
By determining the placeholder corresponding to the object type, the determination range of the target placeholder can be narrowed, and the target placeholder can be quickly determined.
S14, replacing the target placeholder in the configuration template by the object code to generate a script file.
In at least one embodiment of the invention, the script file is used to indicate the related functionality of the requirements object.
Referring to FIG. 6, FIG. 6 is a flow diagram of one embodiment of generating a script file. In at least one embodiment of the present invention, the electronic device replaces the target placeholder in the configuration template with the object code, and generating the script file includes:
s140, determining the position of the target placeholder in the configuration template.
Traversing the symbols on the configuration template, and determining the position of the symbol which is the same as the target placeholder as the position of the target placeholder in the configuration template.
S141, deleting the target placeholder from the configuration template, and writing the object code into the position to obtain the script file.
It is emphasized that, in order to further ensure the privacy and security of the script file, the script file may also be stored in a node of a blockchain.
Because the common information does not need to be written repeatedly, the generation efficiency of the script file can be improved through the embodiment.
In at least one embodiment of the present invention, the script file can be accurately generated by determining the target placeholder of the demand object in the configuration template.
And S15, when there are a plurality of script files, generating a script compression package according to the plurality of script files, and generating a script file name of the script compression package.
In at least one embodiment of the invention, the script compression package may be a ZIP compression package.
The script file name has characteristics that identify the triggering user, the demand object, and a database in the object system.
In at least one embodiment of the present invention, a manner in which the electronic device generates the script compression package according to the plurality of script files belongs to the prior art, and this is not described in detail herein.
Referring to fig. 7, fig. 7 is a flowchart of an embodiment of generating a script file name of a script compression package. In at least one embodiment of the present invention, the electronic device generating the script file name of the script compressed package includes:
s150, determining the trigger user of the script generation request, and acquiring the user identification code of the trigger user.
The trigger user can be any user with development requirements.
The user identification code may be the identity card of the triggering user, and the user identification code may also be the job number of the triggering user.
And S151, acquiring a path where the database in the object system is located.
The path refers to a storage path of the database.
S152, splicing the object code, the user identification code and the path to obtain a target character string.
And S153, generating the script file name according to the configuration response header information and the target character string.
Wherein the configuration response header information may be HTTP.
In the above embodiment, the generated script file name can have a characteristic of identifying the trigger user, the demand object, and the database in the object system, and the script file name can be generated based on the configuration response header information, so that the generated script file name can be used for downloading the script compression package by one key.
In at least one embodiment of the invention, the script compressed package is generated by fusing the script files, which is beneficial to other users to obtain the script files by one key.
And S16, responding the script generation request by the script file name.
In at least one embodiment of the present invention, the electronic device responding to the script generation request with the script file name includes:
acquiring a request number of the script generation request;
generating a feedback packet according to the script file name and the request number;
and sending the feedback packet to the trigger terminal.
By the embodiment, the generation of the script file can be fed back to the trigger terminal in time after the script file is generated.
In at least one embodiment of the invention, in response to the script generation request with the script file name, the method further comprises:
and when the script file name is detected to be triggered, downloading the script compressed package.
According to the technical scheme, whether the demand object is stored in the database or not is detected, so that the repeated occurrence of the demand object in the trigger terminal is avoided, the performance of the terminal system is improved, the configuration template containing the common information can be determined through the service flow of the demand object, the generation of the script file is facilitated, the script file can be accurately generated by determining the target placeholder of the demand object in the configuration template, the script files are fused to generate the script compressed package, and the one-key acquisition of the script files by other users is facilitated. When a required object is newly accessed to the trigger terminal, the script file is automatically generated by using the configuration template corresponding to the business process of the required object, and then the script compression package is generated.
FIG. 8 is a functional block diagram of a preferred embodiment of the script generating apparatus according to the present invention. The script generating device 11 includes a determining unit 110, a detecting unit 111, a filtering unit 112, a generating unit 113, a responding unit 114, and a downloading unit 115. The module/unit referred to herein is a series of computer readable instruction segments that can be accessed by the processor 13 and perform a fixed function and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
The script generation device runs in the electronic equipment.
When receiving a script generation request, the determination unit 110 determines a trigger terminal of the script generation request.
In at least one embodiment of the invention, the script generation request may be triggered by any user.
The trigger terminal may be any terminal, for example, the trigger terminal may be a mobile phone, a tablet, a computer, or the like.
In at least one embodiment of the present invention, the determining unit 110 determines the trigger terminal of the script generation request, including:
and analyzing the message header of the script generation request to obtain the data information carried by the message header.
The message header carries address information of the script generation request.
And acquiring a preset label from a configuration label library, wherein the preset label is used for indicating an address.
Wherein, a plurality of predefined tags are stored in the configuration tag library.
And acquiring information corresponding to the preset label from the data information as a request address.
The request address carries an address for sending the script generation request and a destination address for receiving the script generation request. The request address may be an IP address.
And acquiring the equipment address of the electronic equipment from an address library, and removing the equipment address from the request address to obtain the sending address of the script generation request.
The address library is stored in the electronic device, and further, the device address may also be an IP address.
Because the electronic device receives the script generation request, the destination address of the received script generation request is the device address of the electronic device, and the device address is removed from the request address, so that the request address only carrying the request for sending the script generation request can be obtained.
And determining the terminal corresponding to the sending address from a configuration mapping table as the trigger terminal.
Specifically, since the mapping relationship between the address and the terminal is stored in the configuration mapping table, the electronic device traverses the address in the configuration mapping table according to the issue address, determines the address in the configuration mapping table that is the same as the issue address as the target address, and determines the terminal having the mapping relationship with the target address as the trigger terminal.
According to the embodiment, the whole script generation request does not need to be analyzed, the analysis efficiency is improved, the sent address can be accurately determined from the data information by using the preset label and the equipment address, and therefore the trigger terminal can be accurately determined.
The detecting unit 111 extracts a demand object from the current editing page of the trigger terminal, and detects whether the demand object is stored in the database of the trigger terminal.
In at least one embodiment of the present invention, the current edit page is an edit page that triggers the script generation request.
The demand object refers to an object which needs to be configured with functions, and the demand object can be a product or a fund.
In at least one embodiment of the present invention, the detecting unit 111 extracts the requirement object from the current editing page of the trigger terminal, including:
and acquiring a terminal log of the trigger terminal, and acquiring the page number of the current editing page.
The terminal log records a plurality of operations on the trigger terminal, and the operations are recorded on the terminal log in a list form.
The trigger terminal is provided with a plurality of editing pages, and the current editing page is an editing page currently displayed on the trigger terminal.
And extracting a log list corresponding to the page number from the terminal log, wherein the log list comprises operation events and the execution time of the operation events.
And acquiring the current time, and determining the execution time closest to the current time from the execution times as the target time.
And determining a log list corresponding to the target time as a target list, and acquiring an object corresponding to the operation event from the target list as the demand object.
Through the terminal log and the page number, a log list of the current editing page can be accurately determined, and then through comparison of the current time and the execution time, the latest operation event of the editing page can be determined, and further the demand object can be accurately determined.
In at least one embodiment of the present invention, the detecting unit 111 detects whether the demand object is stored in the database of the trigger terminal, including:
acquiring query template sentences from a configuration sentence library, and writing the required objects into the query template sentences to obtain object query sentences;
querying the database by using the object query statement to obtain a query result;
when the query result indicates that the result does not exist, determining that the demand object does not exist in the database; or
And when the query result indicates that a result exists, determining that the requirement object exists in the database.
And storing template sentences with multiple purposes in the configuration sentence library.
The query template statement is used for data query.
The object query statement can be generated rapidly through the query template statement, whether the demand object is stored in the database or not can be determined rapidly, in addition, whether the demand object is stored in the database or not is detected, the repeated occurrence of the demand object in the trigger terminal is avoided, and the performance of the terminal system is improved.
In at least one embodiment of the invention, when the demand object exists in the database, warning information is generated according to the demand object.
The database has the demand object, that is, the trigger terminal has the related function of the demand object, so that a script file does not need to be repeatedly generated, and the trigger terminal is prevented from having a plurality of same functions and being not beneficial to the maintenance of the trigger terminal.
When the demand object does not exist in the database, the screening unit 112 determines a service process of the demand object, and screens a configuration template corresponding to the service process from the configuration file library.
In at least one embodiment of the invention, the business process is used to indicate the process of the demand object.
The profile library stores a plurality of profiles.
In at least one embodiment of the present invention, the screening unit 112 determines a business process of the demand object, and screening a configuration template corresponding to the business process from a configuration file library includes:
and determining an object system of the demand object, and acquiring a system code from the object system.
Analyzing the system code to obtain the service flow, wherein the service flow comprises a plurality of sub-flows, and a plurality of flow numbers of the sub-flows are obtained.
And traversing the configuration file library by using each process number respectively, and determining the configuration file corresponding to each process number as a template file.
Wherein each template file contains a configuration code corresponding to each sub-process.
And sequentially fusing the template files according to the sequence of each process number in the service process to obtain the configuration template.
For example: the business process comprises the following steps: the sequence of the sub-process A in the business process is 1, the sequence of the sub-process B in the business process is 2, the sequence of the sub-process C in the business process is 3, the sequence of the sub-process D in the business process is 4, the template file of the sub-process A is a file A, the template file of the sub-process B is a file B, the template file of the sub-process C is a file C, the template file of the sub-process D is a file D, and the template files are sequentially fused according to the sequence of each process number in the business process to obtain a configuration template file A → the file B → the file C → the file D.
The service process of the demand object can be accurately analyzed through the system code, and then the configuration file library is traversed by utilizing each process number respectively.
In at least one embodiment of the invention, the configuration template containing the commonality information can be determined through the business process of the demand object, which is beneficial to the generation of the script file.
The determining unit 110 obtains the object code of the demand object, and determines the target placeholder of the demand object in the configuration template.
In at least one embodiment of the invention, the object code may be used to indicate the requirements object.
The target placeholder can be a placeholder corresponding to the requirement object and the configuration template and configured arbitrarily by a user.
In at least one embodiment of the present invention, the determining unit 110 may obtain the object code of the demand object from the object system.
In at least one embodiment of the present invention, the determining unit 110 determines the target placeholder of the demand object in the configuration template comprises:
and determining the object type to which the demand object belongs, and determining a placeholder corresponding to the object type.
Wherein the object type comprises a product type, a fund type and the like.
And acquiring the template identification of the configuration template.
And determining a placeholder corresponding to the template identifier from the placeholders as the target placeholder.
By determining the placeholder corresponding to the object type, the determination range of the target placeholder can be narrowed, and the target placeholder can be quickly determined.
The generating unit 113 replaces the target placeholder in the configuration template with the object code, and generates a script file.
It is emphasized that, in order to further ensure the privacy and security of the script file, the script file may also be stored in a node of a blockchain.
In at least one embodiment of the invention, the script file is used to indicate the related functionality of the requirements object.
In at least one embodiment of the present invention, the generating unit 113 replaces the target placeholder in the configuration template with the object code, and generating a script file includes:
determining a location of the target placeholder in the configuration template.
Traversing the symbols on the configuration template, and determining the position of the symbol which is the same as the target placeholder as the position of the target placeholder in the configuration template.
Deleting the target placeholder from the configuration template, and writing the object code into the position to obtain the script file.
Because the common information does not need to be written repeatedly, the generation efficiency of the script file can be improved through the embodiment.
In at least one embodiment of the present invention, the script file can be accurately generated by determining the target placeholder of the demand object in the configuration template.
When there are a plurality of script files, the generating unit 113 generates a script compression package from the plurality of script files, and generates a script file name of the script compression package.
In at least one embodiment of the invention, the script compression package may be a ZIP compression package.
The script file name has characteristics that identify the triggering user, the demand object, and a database in the object system.
In at least one embodiment of the present invention, a manner in which the generating unit 113 generates the script compression package according to a plurality of script files belongs to the prior art, and this is not described in detail herein again.
In at least one embodiment of the present invention, the generating unit 113 generates the script file name of the script compressed package, including:
and determining a trigger user of the script generation request, and acquiring a user identification code of the trigger user.
The trigger user can be any user with development requirements.
The user identification code may be the identity card of the triggering user, and the user identification code may also be the job number of the triggering user.
And acquiring the path of the database in the object system.
The path refers to a storage path of the database.
And splicing the object code, the user identification code and the path to obtain a target character string.
And generating the script file name according to the configuration response header information and the target character string.
Wherein the configuration response header information may be HTTP.
In the above embodiment, the generated script file name can have a characteristic of identifying the trigger user, the demand object, and the database in the object system, and the script file name can be generated based on the configuration response header information, so that the generated script file name can be used for downloading the script compression package by one key.
In at least one embodiment of the invention, the script compressed package is generated by fusing the script files, which is beneficial to other users to obtain the script files by one key.
The response unit 114 responds to the script generation request with the script file name.
In at least one embodiment of the present invention, the responding unit 114 responding to the script generation request with the script file name includes:
acquiring a request number of the script generation request;
generating a feedback packet according to the script file name and the request number;
and sending the feedback packet to the trigger terminal.
By the embodiment, the generation of the script file can be fed back to the trigger terminal in time after the script file is generated.
In at least one embodiment of the present invention, in response to the script generation request with the script file name, the download unit 115 downloads the script compressed package when detecting that the script file name is triggered.
According to the technical scheme, whether the demand object is stored in the database or not is detected, so that the repeated occurrence of the demand object in the trigger terminal is avoided, the performance of the terminal system is improved, the configuration template containing the common information can be determined through the service flow of the demand object, the generation of the script file is facilitated, the script file can be accurately generated by determining the target placeholder of the demand object in the configuration template, the script files are fused to generate the script compressed package, and the one-key acquisition of the script files by other users is facilitated. When a required object is newly accessed to the trigger terminal, the script file is automatically generated by using the configuration template corresponding to the business process of the required object, and then the script compression package is generated.
Fig. 9 is a schematic structural diagram of an electronic device implementing the script generation method according to the preferred embodiment of the present invention.
In one embodiment of the present invention, the electronic device 1 includes, but is not limited to, a memory 12, a processor 13, and computer readable instructions, such as a script generating program, stored in the memory 12 and executable on the processor 13.
It will be appreciated by a person skilled in the art that the schematic diagram is only an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, and that it may comprise more or less components than shown, or some components may be combined, or different components, e.g. the electronic device 1 may further comprise an input output device, a network access device, a bus, etc.
The Processor 13 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The processor 13 is an operation core and a control center of the electronic device 1, and is connected to each part of the whole electronic device 1 by various interfaces and lines, and executes an operating system of the electronic device 1 and various installed application programs, program codes, and the like.
Illustratively, the computer readable instructions may be partitioned into one or more modules/units that are stored in the memory 12 and executed by the processor 13 to implement the present invention. The one or more modules/units may be a series of computer readable instruction segments capable of performing specific functions, which are used for describing the execution process of the computer readable instructions in the electronic device 1. For example, the computer readable instructions may be partitioned into a determination unit 110, a detection unit 111, a filtering unit 112, a generation unit 113, a response unit 114, and a download unit 115.
The memory 12 may be used for storing the computer readable instructions and/or modules, and the processor 13 implements various functions of the electronic device 1 by executing or executing the computer readable instructions and/or modules stored in the memory 12 and invoking data stored in the memory 12. The memory 12 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to use of the electronic device, and the like. The memory 12 may include non-volatile and volatile memories, such as: a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other storage device.
The memory 12 may be an external memory and/or an internal memory of the electronic device 1. Further, the memory 12 may be a memory having a physical form, such as a memory stick, a TF Card (Trans-flash Card), or the like.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the above embodiments may be implemented by hardware that is configured to be instructed by computer readable instructions, which may be stored in a computer readable storage medium, and when the computer readable instructions are executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer readable instructions comprise computer readable instruction code which may be in source code form, object code form, an executable file or some intermediate form, and the like. The computer-readable medium may include: any entity or device capable of carrying said computer readable instruction code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM).
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
In conjunction with fig. 1, the memory 12 in the electronic device 1 stores computer-readable instructions to implement a script generation method, and the processor 13 can execute the computer-readable instructions to implement:
when a script generation request is received, determining a trigger terminal of the script generation request;
a demand object is extracted from a current editing page of the trigger terminal, and whether the demand object is stored in a database of the trigger terminal is detected;
when the demand object does not exist in the database, determining the business process of the demand object, and screening out a configuration template corresponding to the business process from a configuration file library;
acquiring an object code of the demand object, and determining a target placeholder of the demand object in the configuration template;
replacing the target placeholder in the configuration template with the object code to generate a script file;
when a plurality of script files are available, generating a script compression package according to the plurality of script files and generating script file names of the script compression package;
and responding to the script generation request by the script file name.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the computer readable instructions, which is not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The computer readable storage medium has computer readable instructions stored thereon, wherein the computer readable instructions when executed by the processor 13 are configured to implement the steps of:
when a script generation request is received, determining a trigger terminal of the script generation request;
a demand object is extracted from a current editing page of the trigger terminal, and whether the demand object is stored in a database of the trigger terminal is detected;
when the demand object does not exist in the database, determining the business process of the demand object, and screening out a configuration template corresponding to the business process from a configuration file library;
acquiring an object code of the demand object, and determining a target placeholder of the demand object in the configuration template;
replacing the target placeholder in the configuration template with the object code to generate a script file;
when a plurality of script files are available, generating a script compression package according to the plurality of script files and generating script file names of the script compression package;
and responding to the script generation request by the script file name.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. The plurality of units or devices may also be implemented by one unit or device through software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A script generation method is applied to electronic equipment and is characterized by comprising the following steps:
when a script generation request is received, determining a trigger terminal of the script generation request;
a demand object is extracted from a current editing page of the trigger terminal, and whether the demand object is stored in a database of the trigger terminal is detected;
when the demand object does not exist in the database, determining the business process of the demand object, and screening out a configuration template corresponding to the business process from a configuration file library;
acquiring an object code of the demand object, and determining a target placeholder of the demand object in the configuration template;
replacing the target placeholder in the configuration template with the object code to generate a script file;
when a plurality of script files are available, generating a script compression package according to the plurality of script files and generating script file names of the script compression package;
and responding to the script generation request by the script file name.
2. The script generation method of claim 1, wherein said determining a trigger terminal of said script generation request comprises:
analyzing a message header of the script generation request to obtain data information carried by the message header;
acquiring a preset label from a configuration label library, wherein the preset label is used for indicating an address;
acquiring information corresponding to the preset label from the data information as a request address;
acquiring the equipment address of the electronic equipment from an address library, and removing the equipment address from the request address to obtain the sending address of the script generation request;
and determining the terminal corresponding to the sending address from a configuration mapping table as the trigger terminal.
3. The script generating method of claim 1, wherein said extracting a requirement object from a current editing page of said trigger terminal comprises:
acquiring a terminal log of the trigger terminal, and acquiring a page number of the current editing page;
extracting a log list corresponding to the page number from the terminal log, wherein the log list comprises operation events and execution time of the operation events;
acquiring current time, and determining the execution time closest to the current time from the execution times as target time;
and determining a log list corresponding to the target time as a target list, and acquiring an object corresponding to the operation event from the target list as the demand object.
4. The script generating method of claim 1, wherein said detecting whether the requirement object is stored in the database of the trigger terminal comprises:
acquiring query template sentences from a configuration sentence library, and writing the required objects into the query template sentences to obtain object query sentences;
querying the database by using the object query statement to obtain a query result;
when the query result indicates that the result does not exist, determining that the demand object does not exist in the database; or
And when the query result indicates that a result exists, determining that the requirement object exists in the database.
5. The script generating method of claim 1, wherein said determining a business process of said requirement object and screening a configuration template corresponding to said business process from a configuration file repository comprises:
determining an object system of the demand object, and acquiring a system code from the object system;
analyzing the system code to obtain the service flow, wherein the service flow comprises a plurality of sub-flows, and a plurality of flow numbers of the sub-flows are obtained;
traversing the configuration file library by using each process number respectively, and determining the configuration file corresponding to each process number as a template file;
and sequentially fusing the template files according to the sequence of each process number in the service process to obtain the configuration template.
6. The script generation method of claim 1, wherein said determining a target placeholder for the requirement object in the configuration template comprises:
determining an object type to which the demand object belongs, and determining a placeholder corresponding to the object type;
acquiring a template identifier of the configuration template;
and determining a placeholder corresponding to the template identifier from the placeholders as the target placeholder.
7. The script generation method of claim 1, wherein said replacing the target placeholder in the configuration template with the object code, generating a script file comprises:
determining a location of the target placeholder in the configuration template;
deleting the target placeholder from the configuration template, and writing the object code into the position to obtain the script file.
8. A script generation apparatus that runs on an electronic device, the script generation apparatus comprising:
the device comprises a determining unit, a processing unit and a processing unit, wherein the determining unit is used for determining a trigger terminal of a script generation request when the script generation request is received;
the detection unit is used for extracting a demand object from the current editing page of the trigger terminal and detecting whether the demand object is stored in a database of the trigger terminal;
the screening unit is used for determining the business process of the demand object when the demand object does not exist in the database, and screening out a configuration template corresponding to the business process from a configuration file library;
the determining unit is further configured to obtain an object code of the demand object, and determine a target placeholder of the demand object in the configuration template;
the generating unit is used for replacing the target placeholder in the configuration template by the object code to generate a script file;
the generating unit is further used for generating a script compression package according to the script files and generating script file names of the script compression package when the script files are multiple;
and the response unit is used for responding the script generation request by the script file name.
9. An electronic device, characterized in that the electronic device comprises:
a memory storing computer readable instructions; and
a processor executing computer readable instructions stored in the memory to implement the script generation method of any one of claims 1 to 7.
10. A computer-readable storage medium characterized by: the computer-readable storage medium has stored therein computer-readable instructions that are executed by a processor in an electronic device to implement the script generation method of any one of claims 1 to 7.
CN202011340221.5A 2020-11-25 2020-11-25 Script generation method and device, electronic equipment and storage medium Pending CN112433705A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011340221.5A CN112433705A (en) 2020-11-25 2020-11-25 Script generation method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011340221.5A CN112433705A (en) 2020-11-25 2020-11-25 Script generation method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112433705A true CN112433705A (en) 2021-03-02

Family

ID=74698862

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011340221.5A Pending CN112433705A (en) 2020-11-25 2020-11-25 Script generation method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112433705A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282498A (en) * 2021-05-31 2021-08-20 平安国际智慧城市科技股份有限公司 Test case generation method, device, equipment and storage medium
CN113572833A (en) * 2021-07-21 2021-10-29 北京百度网讯科技有限公司 Cloud mobile phone maintenance method and device, electronic equipment and storage medium
CN114978888A (en) * 2022-04-25 2022-08-30 平安付科技服务有限公司 Message forwarding method and device, electronic equipment and storage medium
CN115756443A (en) * 2022-12-02 2023-03-07 中电金信软件有限公司 Script generation method and device, electronic equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018188342A1 (en) * 2017-04-13 2018-10-18 平安科技(深圳)有限公司 Method, apparatus and device for generating script file, and computer-readable storage medium
CN110058856A (en) * 2019-04-28 2019-07-26 恒生电子股份有限公司 Page configuration method and device
CN110083340A (en) * 2019-03-19 2019-08-02 深圳壹账通智能科技有限公司 Code generating method, device, computer equipment and storage medium
CN110222293A (en) * 2019-04-30 2019-09-10 北京三快在线科技有限公司 A kind of forms pages generation method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018188342A1 (en) * 2017-04-13 2018-10-18 平安科技(深圳)有限公司 Method, apparatus and device for generating script file, and computer-readable storage medium
CN110083340A (en) * 2019-03-19 2019-08-02 深圳壹账通智能科技有限公司 Code generating method, device, computer equipment and storage medium
CN110058856A (en) * 2019-04-28 2019-07-26 恒生电子股份有限公司 Page configuration method and device
CN110222293A (en) * 2019-04-30 2019-09-10 北京三快在线科技有限公司 A kind of forms pages generation method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵跃华;吴安;薛娟;: "基于界面模板的界面逻辑模型研究", 计算机工程, no. 04, pages 250 - 252 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282498A (en) * 2021-05-31 2021-08-20 平安国际智慧城市科技股份有限公司 Test case generation method, device, equipment and storage medium
CN113282498B (en) * 2021-05-31 2024-04-05 深圳赛安特技术服务有限公司 Method, device, equipment and storage medium for generating test cases
CN113572833A (en) * 2021-07-21 2021-10-29 北京百度网讯科技有限公司 Cloud mobile phone maintenance method and device, electronic equipment and storage medium
CN113572833B (en) * 2021-07-21 2024-05-14 北京百度网讯科技有限公司 Cloud mobile phone maintenance method and device, electronic equipment and storage medium
CN114978888A (en) * 2022-04-25 2022-08-30 平安付科技服务有限公司 Message forwarding method and device, electronic equipment and storage medium
CN114978888B (en) * 2022-04-25 2024-02-06 平安付科技服务有限公司 Message forwarding method and device, electronic equipment and storage medium
CN115756443A (en) * 2022-12-02 2023-03-07 中电金信软件有限公司 Script generation method and device, electronic equipment and readable storage medium
CN115756443B (en) * 2022-12-02 2023-08-25 中电金信软件有限公司 Script generation method and device, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN112433705A (en) Script generation method and device, electronic equipment and storage medium
CN110688598B (en) Service parameter acquisition method and device, computer equipment and storage medium
CN112669138B (en) Data processing method and related equipment
CN112667240A (en) Program code conversion method and related device
CN111797351A (en) Page data management method and device, electronic equipment and medium
CN111638908A (en) Interface document generation method and device, electronic equipment and medium
CN112948418A (en) Dynamic query method, device, equipment and storage medium
CN114035827A (en) Application program updating method, device, equipment and storage medium
CN113283675B (en) Index data analysis method, device, equipment and storage medium
CN111796809A (en) Interface document generation method and device, electronic equipment and medium
CN112711398A (en) Method, device and equipment for generating buried point file and storage medium
CN112017007A (en) User behavior data processing method and device, computer equipment and storage medium
CN113536770B (en) Text analysis method, device and equipment based on artificial intelligence and storage medium
CN112053143A (en) Fund routing method, apparatus, electronic device and storage medium
CN113900955A (en) Automatic testing method, device, equipment and storage medium
CN112181482B (en) Version verification method and device, electronic equipment and storage medium
CN112947911A (en) Interface script generation method, device, equipment and storage medium
CN114116108A (en) Dynamic rendering method, device, equipment and storage medium
CN112819305A (en) Service index analysis method, device, equipment and storage medium
CN111142863B (en) Page generation method and device
CN112181485A (en) Script execution method and device, electronic equipment and storage medium
CN112199483A (en) Information input assisting method and device, electronic equipment and storage medium
CN112134968A (en) Domain name access method and device, electronic equipment and storage medium
CN112738175B (en) Request processing method and related equipment
CN112817742B (en) Data migration method, device, equipment and storage 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