CN114185632B - Page configuration method, page configuration device, computer equipment, medium and program product - Google Patents

Page configuration method, page configuration device, computer equipment, medium and program product Download PDF

Info

Publication number
CN114185632B
CN114185632B CN202111485120.1A CN202111485120A CN114185632B CN 114185632 B CN114185632 B CN 114185632B CN 202111485120 A CN202111485120 A CN 202111485120A CN 114185632 B CN114185632 B CN 114185632B
Authority
CN
China
Prior art keywords
configuration
template
page
content
preview
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.)
Active
Application number
CN202111485120.1A
Other languages
Chinese (zh)
Other versions
CN114185632A (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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202111485120.1A priority Critical patent/CN114185632B/en
Publication of CN114185632A publication Critical patent/CN114185632A/en
Application granted granted Critical
Publication of CN114185632B publication Critical patent/CN114185632B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the invention discloses a page configuration method, a page configuration device, computer equipment, a medium and a program product, and relates to the technical field of computers. The method comprises the following steps: responding to the configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page; detecting a configuration request for a configurable area in a configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display; and detecting configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and storing the template identification and the configuration content of the current template in an associated manner in response to a configuration storage request of the current template. The embodiment of the invention can solve the problems of redundant configuration data, inadequately visual configuration process and relatively scattered and complex configuration actions existing in the development process of the related page of the business process, and achieves the effects of reducing the configuration difficulty and improving the configuration efficiency.

Description

Page configuration method, page configuration device, computer equipment, medium and program product
Technical Field
Embodiments of the present invention relate to the field of computer technologies, and in particular, to a page configuration method, apparatus, computer device, medium, and program product.
Background
With the development and popularization of computer technology, some business type works can be circulated according to business processes developed based on process engines.
In the development process of a general business flow, relevant configuration is realized by manually filling in an excel template, then generating an sql script from data in the excel template through a script generating tool, copying the sql script to a database tool for execution, and finishing configuration data storage. And verifying the correctness of the display of each task node through the actual operation workflow. And uploading the excel template which is verified to be correct to a back-end server through a version control System (SVN).
The inventor finds that the configuration scheme in the related technology is realized based on manual filling of an excel template in the process of realizing the configuration method, and has the problems of redundant configuration data, inadequately visual configuration process, more scattered and complex configuration actions, so that the configuration efficiency is lower.
Disclosure of Invention
The embodiment of the invention provides a page configuration method, a page configuration device, computer equipment, a page configuration medium and a page program product, which can solve the problems of redundant configuration data, inadequately visual configuration process and relatively scattered and complex configuration actions, and improve configuration efficiency.
In a first aspect, an embodiment of the present invention provides a page configuration method, including:
responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
and detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and storing the template identification of the current template and the configuration content in a correlated manner in response to a configuration storage request of the current template.
In a second aspect, an embodiment of the present invention further provides a page configuration apparatus, where the apparatus includes:
the configuration page display module is used for responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
The configuration item display module is used for detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
and the configuration content display module is used for detecting the configuration content corresponding to the configuration item, loading the configuration content to the corresponding configurable area for display, and responding to the configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in a related manner.
In a third aspect, an embodiment of the present invention further provides a computer apparatus, including:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the page configuration method as described in any embodiment of the present invention.
In a fourth aspect, embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a page configuration method according to any of the embodiments of the present invention.
In a fifth aspect, embodiments of the present invention further provide a computer program product comprising a computer program which, when executed by a processor, implements a page configuration method according to any embodiment of the present invention.
The embodiment of the invention provides a page configuration method, a device, computer equipment, a medium and a program product, which are used for responding to a configuration request of a configuration personnel to a configurable area in a configuration page, displaying configuration items for the configuration personnel to input configuration contents, detecting the configuration contents corresponding to the configuration items, displaying the configuration contents in the corresponding configurable area, responding to a configuration storage request, and associating and storing a template identifier and the configuration contents. By the technical scheme of the embodiment of the invention, the visual configuration page is realized, and the problem that the configuration process is not intuitive is avoided; in addition, the configuration action is realized through the configuration items in the configuration pages, the problem that the configuration action is more dispersed and complicated is avoided, in addition, the multiplexing configuration fields are configured in the configuration content, the same configuration content is multiplexed by a plurality of pages in the service flow, the problem of redundancy of configuration data is avoided, and the effects of reducing the configuration difficulty and improving the configuration efficiency are achieved.
Drawings
Fig. 1 is a schematic diagram of a system architecture to which a page configuration method according to an embodiment of the present invention is applicable;
FIG. 2a is a flowchart of a page configuration method according to an embodiment of the present invention;
FIG. 2b is a schematic diagram of a template query page in a page configuration method according to an embodiment of the present invention;
fig. 2c is a schematic diagram showing a configuration item in a page configuration method according to an embodiment of the present invention;
fig. 2d is a schematic diagram of editing configuration items in a page configuration method according to an embodiment of the present invention;
FIG. 3a is a flowchart of another page configuration method according to an embodiment of the present invention;
FIG. 3b is a schematic diagram of a configuration page with a preview template button according to an embodiment of the present invention;
FIG. 4a is a flowchart of another page configuration method according to an embodiment of the present invention;
FIG. 4b is a schematic diagram of a preview page according to an embodiment of the present invention;
FIG. 5 is a flowchart of another page configuration method according to an embodiment of the present invention;
FIG. 6 is a block diagram of a page configuration device according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
For ease of understanding, the system used in the technical solution of the present invention will be described. Fig. 1 is a schematic diagram of a system architecture to which a page configuration method according to an embodiment of the present invention is applicable. As shown in fig. 1, the system includes a client 110 and a server 120, where the client 110 and the server 120 are connected by a network. A browser 111 may be installed in the client 110, and a configuration page may be displayed through the browser 111, and may support a configuration business process approval page visualized in the configuration page, a preview function of the approval page, and the like. Embodiments of the present invention are not limited to the type of client 110, for example, client 110 may be a mobile client, or a personal computer, or the like.
In one embodiment of the invention, client 110 interacts data with server 120 through AJAX engine 112. The AJAX engine 112 is implemented based on AJAX (Asynchronous JavaScript and XML ) technology, among other things. Ajax is a client technology, where there is a javascript action (sliding a page, clicking a button, etc.) on the browser 111, the Ajax engine 112 sends an HTTP request to the server 120, the server 120 returns data to the Ajax engine 112, and the Ajax engine 112 then renders the data returned by the server 120 into the current page of the browser 111.
The page configuration method in the embodiment of the invention is described below with reference to a flowchart. Fig. 2a is a flowchart of a page configuration method according to an embodiment of the present invention, where the present embodiment may be applicable to a scenario of developing each approval page in a business process, and the method may be performed by a page configuration device, which may be implemented by software and/or hardware, and typically configured in a computer device. As shown in fig. 2a, the method comprises:
step 210, responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page.
The configuration request is used for identifying a template to be configured, and triggering the client to screen the template to be configured from a configuration template list, wherein the template to be configured is used for configuring an approval page of a business process. In order to select a template to be configured from the list of configuration templates, the configuration request includes configuration template selection parameters. For example, the configuration template selection parameters may include the template number, template name, and service type of the configuration template, etc.
The list of configuration templates is a list of created configuration templates. Optionally, the configuration template list is stored in the back-end server, and when a template list query request sent by the client is received, the configuration template list is returned to the client. Specifically, the backend server provides a query template list interface through which clients can interact. The list of configuration templates may be presented through a template query page in the browser. Fig. 2b is a schematic diagram of a template query page in a page configuration method according to an embodiment of the present invention. As shown in fig. 2b, the template query page includes a query conditions control, a configuration template list display control, and an operation control. The query condition control comprises a template number, a template name and a service type. The configurator can query the currently existing configuration templates by inputting the template numbers, the template names and the service types in the query condition control. The operation controls comprise a query control, a new control and the like. The configuration template list display control is used for displaying the template number, the template name, the service type, the operation content and the like of each created configuration template. Optionally, the operation content of the configuration template list display control comprises an editing control, a history control and a deleting control. The editing control is used for triggering an editing event of the configuration template. The history control is used to trigger a query event for a history update record of the configuration template. The client sends the query event to the back-end server through the query template history interface so as to instruct the back-end server to respond to the query event to determine a template history update record and return the template history update record to the client. The delete control is used to trigger a delete event to the configuration template. The client sends the deletion event to the back-end server through the deletion template interface so as to instruct the back-end server to respond to the deletion event and delete the corresponding template in the configuration template list.
Illustratively, parsing the configuration request results in a template number, a template name, and a service type. And inquiring a configuration template list according to the template number, the template name and the service type, and taking the template to be configured obtained by inquiring as a current template. Rendering the current template to obtain a configuration page, wherein a configurable area in the configuration page comprises an information area, a form area, an opinion area, a link area, an operation area and a submitting area, and each configurable area corresponds to one sub-assembly.
Specifically, the client packages a parent component that can handle template configuration and template presentation. The parent component can provide template configuration functionality and template rendering functionality. The parent component comprises the sub-components corresponding to the configurable areas. And the father component selects a template to be configured from the configuration template list as a current template according to the template number, the template name and the service type. Template data of a current template are acquired and are respectively transmitted to corresponding sub-components through parent components, and each sub-component is instantiated based on the template data to generate a configuration page.
Step 220, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
In the embodiment of the invention, the configuration item is a configuration field of the business process page. The configuration item comprises a multiplexing configuration field, wherein the multiplexing configuration field is used for identifying pages multiplexing the same configuration content in the service flow. Specifically, the configuration item is a configuration field corresponding to each sub-component in the configuration template. For example, the configuration items of the information area may include fields such as a header, an attribute, a sequence and multiplex configuration field, and the fields used for configuring the number of fields of the header in the information area, the sequence, and which pages in the business process multiplex the configured information area configuration content. In practical applications, fields in the configuration item may be added or deleted according to application requirements.
In the embodiment of the invention, the configuration items of the current configurable area are displayed in other areas which are not overlapped with the configurable area in the configuration page, so that the configuration items of the configurable area are edited and displayed under the same interface, and the configuration operation is more concentrated.
It should be noted that, the configuration items of each configurable area are saved through the configuration item table, and each configuration item table is associated with the component identifier of the sub-component corresponding to each configurable area. The client may query the corresponding configuration item table based on the component identification.
Illustratively, detecting a configuration request for a configurable area in a configuration page, and acquiring a component identifier of a sub-component corresponding to the configurable area; inquiring a corresponding configuration item table according to the component identification, and acquiring configuration items in the configuration item table; and loading the configuration items to an area outside the configurable area in the configuration page for display.
In a specific implementation manner, the configurator clicks the configurable area corresponding to the information area in the configuration page, and displays the corresponding configuration item in other areas, which are not overlapped with the configurable area, in the configuration page, so that the configurator can edit the configuration item. It should be noted that, the configuration items of each sub-component are correspondingly stored in different configuration item tables, so as to distinguish the configuration fields of different configurable areas. Fig. 2c is a schematic diagram showing a configuration item in a page configuration method according to an embodiment of the present invention. As shown in fig. 2c, a click operation of the configuration personnel on the information area on the left side of the configuration page is detected, and the information area configuration area is displayed on the right side of the configuration page. The information area configuration area is provided with options such as the name and the value of the configuration item field. For example, one configuration item field is test field 1, configuring the corresponding attribute value. The other configuration item field is a flow number, and its corresponding attribute value is configured. Yet another configuration item field is a task number, whose corresponding attribute value is configured. Yet another configuration item field is a product category, configuring its corresponding attribute value, and so on.
It should be noted that, the flow number is used to identify the business flow. The task number is used to identify the task node of a flow. The combination of the flow number and the task number can identify the business flow to which the currently configured configuration page belongs and the task node to which the business flow belongs. For example, if in a certain approval process, the difference between the two configurable areas of the task nodes 1, 3 and 5 in the information area and the opinion area is not large, the attribute of the task node may be assigned to the identifier of the task node (i.e. the node number is 1, 3 and 5) when the information area and the opinion area in the configuration page corresponding to the task node 1 are configured, so that multiple task nodes multiplex the same configuration content, and the multiplexing rate of configuration data is improved.
In the embodiment of the invention, the flexibility of the configuration data is improved by adding the dimension except the task number to the configuration item. I.e. the display dimension of the configuration items may be custom added or subtracted. For example, role number dimension can be added to the configuration item to realize that approval pages are displayed for approvers with different roles in the business process differently.
Step 230, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and responding to a configuration storage request of the current template, and storing a template identifier of the current template and the configuration content in a correlated manner.
The configuration content is content which is input by a configuration user aiming at a configuration field and is used for configuring the configurable area. For example, for configuration items of an information area, fields such as title, attribute, sort and multiplex configuration fields may be included. Accordingly, the configuration content may be the field content of the header, attribute, sort, and multiplex configuration fields.
The configuration save request is triggered by clicking operation on a confirmation key in the configuration page, and is used for triggering the client to call an interface provided by the back-end server, and transmitting the template number and configuration content of the current template to the corresponding back-end server. The back-end server, after receiving the template number and the configuration content, stores the current template number and the configuration content in association. In the actual business flow, the browser refers to the parent component, the template number is transmitted into the parent component, and the configuration content and rendering logic are processed through the parent component, so that the instantiation of the configuration content is realized.
The template identification is identification information for distinguishing the configuration template. For example, one or more of a template number, a template name, and a business type are employed to distinguish between different configuration templates. Optionally, the corresponding relation between the template number, the template name and the service type and the configuration template is maintained at the client. And maintaining association relations among the template numbers, the template names, the service types, the configuration contents of the configuration templates and the like at the back-end server.
The configuration content corresponding to the configuration item input by the configuration personnel in the configuration page is detected, and the corresponding target sub-assembly is determined according to the association relationship between the configuration item and the assembly identifier. The target sub-component is instantiated through the configuration content, so that the configuration content is displayed in the configurable area corresponding to the target sub-component. When the fact that the submit button in the configuration page is clicked is detected, an interface of the back-end server is called, and the template identification and the configuration content of the current template are transmitted to the back-end server through the interface, so that the back-end server is indicated to store the template identification and the configuration content in an associated mode.
In a specific implementation manner, after the configurator edits the configuration item corresponding to a certain configurable area, the corresponding configuration content is displayed in the configurable area in the configuration page. Fig. 2d is a schematic diagram of editing configuration items in a page configuration method according to an embodiment of the present invention. As shown in fig. 2d, the name and the value of the configuration item field in the configuration area of the configuration personnel editing information area are detected, and the corresponding configuration content is displayed in the configurable area corresponding to the information area in the configuration page.
In an alternative implementation, a template import request is detected, and corresponding configuration content is requested from a backend server according to a template identifier included in the template import request. Loading configuration content and a configuration template corresponding to the template identifier to a configuration page so as to display the configuration template and the configuration content corresponding to the template identifier in the configuration page, multiplexing and fine tuning of the existing template data are realized, repeated configuration of pages with smaller differences by configuration personnel is avoided, and development efficiency is improved. Specifically, after the configurator inputs the template number, the template name and the service type, the configurator clicks the import template key. When the client detects that the key for introducing the template is clicked, the template number, the template name and the service type are used as template identifiers, and a template introduction request is generated. And sending a template import request to the back-end server by querying the single template configuration interface. The back-end server determines a corresponding configured configuration template and corresponding configuration content based on the template number, the template name and the service type in the template import request, and returns the configured configuration template and the configuration content to the client. The client loads the configuration content and the configuration template to the configuration page so as to display the content of the configured configuration template on the configuration page.
When the submit button on the configuration page is clicked, a new template configuration interface provided by the back-end server is called through a parent component packaged in the client, and the current template identification and configuration content are transmitted to the back-end server through the new template configuration interface. The back-end server, after receiving the template identification and the configuration content, associates and stores the template identification and the configuration content.
According to the technical scheme, the configuration items are displayed for configuration personnel to input configuration contents by responding to a configuration request of the configuration personnel for the configurable area in the configuration page, the configuration contents corresponding to the configuration items are detected, the configuration contents are displayed in the corresponding configurable area, and the template identification and the configuration contents are associated and stored in response to a configuration storage request. By the technical scheme of the embodiment of the invention, the visual configuration page is realized, and the problem that the configuration process is not intuitive is avoided; in addition, the configuration action is realized through the configuration items in the configuration pages, the problem that the configuration action is more dispersed and complicated is avoided, in addition, the multiplexing configuration fields are configured in the configuration content, the same configuration content is multiplexed by a plurality of pages in the service flow, the problem of redundancy of configuration data is avoided, and the effects of reducing the configuration difficulty and improving the configuration efficiency are achieved.
On the basis of the technical scheme, the method and the device for previewing the page display in the current configuration are added. Fig. 3a is a flowchart of another page configuration method according to an embodiment of the present invention, as shown in fig. 3a, where the method includes:
step 310, responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page.
Step 320, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
Step 330, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and responding to a configuration storage request of the current template, and storing a template identifier of the current template and the configuration content in a correlated manner.
Step 340, detecting a first preview request, and responding to the first preview request, and acquiring a target configuration template corresponding to the first preview request and a configured first configuration content in the corresponding target configuration template.
The first preview request is used for requesting to display page content under the current configuration. The first preview request comprises parameters such as a template number, a template name, a service type and the like, and a configuration template determined based on at least one parameter in the first preview request is used as a target configuration template.
For example, in configuring a configuration template by a configurator, it may be necessary to view the page presentation effect under the current configuration. The preview event may be triggered by clicking a preview template button in a configuration page corresponding to the current configuration template. After the client detects the preview event, inquiring temporary storage data based on the template identification corresponding to the current configuration template, and acquiring all first configuration contents corresponding to the target configuration template.
Fig. 3b is a schematic diagram of a configuration page with a preview template button according to an embodiment of the present invention. As shown in fig. 3b, the configuration page has template code, template name, service type, and preview template displayed therein. The template code, the template name and the service type can be determined through the content input in the text box control corresponding to the template code, the template name and the service type. The page presentation under the current configuration can also be previewed by clicking on the preview template.
And 350, rendering the first configuration content and the target configuration template to generate a first preview page.
It should be noted that, the first preview page is a business process page displaying the configuration effect. If the difference between a plurality of business process pages is smaller than a preset threshold value, the same configuration content can be multiplexed in configuration, and the configuration content can be distinguished through a task number field. At this time, when the target configuration template is rendered based on the first configuration content, a plurality of first preview pages may be generated.
The client transmits the first configuration content into a parent component of the target template configuration template package, filters out data content to be displayed based on the first configuration content through the parent component, and renders the target configuration template based on the data content to generate at least one first preview page for configuration personnel to verify the page configuration effect.
According to the technical scheme, the target configuration template corresponding to the first preview request and the configured first configuration content in the corresponding target configuration template are obtained, the target configuration template is rendered based on the first configuration content, the first preview page is generated, page preview in the configuration process is realized, and the correctness of page display can be verified without running an actual workflow.
On the basis of the technical scheme, the method and the device for previewing the data are added. Fig. 4a is a flowchart of another page configuration method according to an embodiment of the present invention. As shown in fig. 4a, the method comprises:
step 410, responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page.
Step 420, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
Step 430, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and responding to a configuration storage request of the current template, and storing a template identifier of the current template and the configuration content in a correlated manner.
Step 440, detecting a second preview request, responding to the second preview request, obtaining a preview page element corresponding to the second preview request, and transmitting configuration content of each saved configuration template into a preview condition control in the preview page element to generate a second preview page.
The second preview request is used for requesting to display page data corresponding to the configured configuration template. And the client responds to the second preview request and acquires a preview page element corresponding to the second preview request. Specifically, the client detects the second preview request and acquires a preset preview page element corresponding to the second preview request. Meanwhile, the client requests configuration contents corresponding to all the saved configuration templates from the back-end server based on the second preview request, and transmits the configuration contents of all the saved configuration templates to the preview condition control in the preview page element to generate a second preview page, so that the configuration contents of all the saved configuration templates are displayed in the form of a drop-down menu bar in the preview condition control of the second preview page.
It should be noted that, the preview condition control in the second preview page may display the field contents such as the template number, the flow number, the task number, etc. of all the configured configuration templates in the form of a drop-down menu, so as to be selected by the configurator.
Fig. 4b is a schematic diagram of a preview page according to an embodiment of the present invention. As shown in fig. 4b, a preview condition control and a preview data control are displayed in the preview page. The configurator screens out the page data to be previewed through the operation of the drop-down menu content of the preview condition control. For example, the drop down menu content of the preview condition control may include a business type, a template, a flow number, a task number, a product category, a business property, and the like.
Step 450, detecting a first operation of the configuration personnel on the preview condition control, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for display.
Illustratively, when the configurator detects that the configurator clicks the preview condition control, corresponding configuration content is displayed in the form of a drop-down menu. The first operation content of the configurator comprises configuration content selected from a drop-down menu, and content to be previewed can be selected from all the configured configuration content based on the first operation content to serve as preview content, the preview content is transmitted into a parent component, and the preview content is rendered to a second preview page through the parent component to be displayed.
Step 460, obtaining to-Do data identifiers corresponding to each preview condition related to the first operation.
Wherein the to-Do data identifier is used for identifying different to-Do data. The to-be-handled data is real business data corresponding to the preview condition. After the preview condition is configured, the client can automatically query the existing data to be handled under the corresponding condition.
After the configurator finishes selecting the content of the preview condition field, the data to be handled which is already existed under the corresponding preview condition is screened out based on the selected content of the preview condition, and the data to be handled is transmitted into the preview data control, so that the data to be handled is displayed in a form of a drop-down menu in response to the selection request of the configurator for the preview data.
And 470, detecting a second operation of the configurator on the to-be-handled data identifier in the second preview page, and acquiring the data content corresponding to the to-be-handled data identifier based on the second operation content.
The second operation may be an operation of selecting the to-Do data identifier from a drop-down menu of the preview data control. Correspondingly, the second operation content refers to the to-Do data identification selected from the drop-down menu.
The to-be-handled data identifier is sent to the back-end server, so that the back-end server can inquire the real business flow data based on the to-be-handled data identifier to obtain the data content corresponding to the to-be-handled data identifier, and the data content corresponding to the to-be-handled data identifier is returned to the client.
Step 480, loading the data content to the second preview page for display.
Illustratively, the client passes the data content to the parent component for display by rendering the data content to the second preview page by the parent component.
According to the technical scheme, through the operation of the preview conditions and the preview data in the second preview page, the real data after the preview configuration is completed can be realized, and the correctness of page display can be verified without running an actual workflow. In addition, page previewing under different dimensions can be realized by selecting preview conditions, and verification efficiency is improved.
Based on the above technical solution, this embodiment adds the step of importing the existing template data. Fig. 5 is a flowchart of another page configuration method according to an embodiment of the present invention. As shown in fig. 5, the method includes:
step 510, responding to the configuration request, selecting a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page.
Step 520, detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display.
And 530, detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and responding to a configuration storage request of the current template, and storing the template identification of the current template and the configuration content in a correlated mode.
Step 540, detecting a configuration updating operation, and requesting a back-end server to backup the corresponding configuration content as a history configuration record according to the template number, the template name and the service type corresponding to the configuration updating operation.
The configuration update operation may be that a configurator clicks an edit key in a template query page. The edit key has an association relationship with a template number, a template name and a service type. When clicking the edit key of a certain configuration template, acquiring the configuration template with the update time closest to the current time associated with the clicked edit key for editing.
The history configuration record is used for recording the history configuration content of each configuration template. After editing the configuration templates, a new configuration template is formed, and the old configuration template and the new configuration template need to be saved respectively. Specifically, the configuration template may be backed up prior to editing the configuration template.
Illustratively, the client detects that the configurator clicks the edit key, and generates a template edit request based on the template number, the template name and the service type corresponding to the clicked key. And sending a template editing request to the back-end server through the editing template configuration interface. The back-end server receives the template editing request and analyzes the template editing request to obtain a template number, a template name and a service type. And selecting a configuration template to be edited from the configuration template list based on the template number, the template name and the service type. And determining configuration content corresponding to the configuration template to be edited. The server responds to the template editing request, and firstly backs up the configuration content as a history configuration record.
Step 550, modifying the configuration content of the configuration template to be edited according to the configuration updating operation to obtain new configuration content, and storing the template identification of the configuration template to be edited and the new configuration content in a correlated manner.
Wherein the configuration update operation includes an editing operation of the configured configuration template. The editing operation may be to edit the configuration item corresponding to the configurable area and/or to edit the configuration content corresponding to the configuration item.
For example, according to the content of the configuration updating operation, the configuration items and the corresponding configuration content are added or deleted, an editing template configuration interface of the back-end server is called, and the modification operation content is transmitted to the back-end server through the editing template configuration interface. And the back-end server correspondingly modifies the configuration items of the configuration template to be edited according to the modification operation content.
For another example, the configuration content of the configuration template to be edited is modified according to the content of the configuration updating operation to obtain new configuration content, an editing template configuration interface of the back-end server is called, and the new configuration content and the template identifier of the configuration template to be edited are transmitted to the back-end server through the editing template configuration interface so as to instruct the back-end server to store the template identifier and the new configuration content in an associated mode.
It should be noted that when storing new configuration contents, an update time, an update person, and an update reason for updating the configuration template are also required.
Optionally, when the configurator needs to query the history update record, the configurator can query the history key in the page by clicking the template. Because the history keys have an association relationship with the template number, the template name and the service type. The client detects clicking operation of the history keys and generates a query history operation request based on the template numbers, the template names and the service types corresponding to the clicked keys. And sending a query history operation request to the back-end server through the query history operation interface. The back-end server receives the inquiry history operation request and analyzes the history operation request to obtain the template number, the template name and the service type. And screening out corresponding historical configuration records based on the template number, the template name and the service type, and returning the historical configuration records to the client so as to display the configuration templates edited each time on the client. If the configurator wants to check a certain editing operation, the configurator can display the configuration content of the configurator template by clicking the configurator template corresponding to the time.
According to the technical scheme, before the configuration content of the configuration template to be edited is updated, the configuration content corresponding to the configuration template to be edited is backed up to be used as a historical configuration record, the configuration content of the configuration template to be edited is modified according to configuration updating operation, new configuration content is obtained, the template number of the configuration template to be edited and the new configuration content are stored in a correlated mode, multiple editing versions of the same configuration template are stored, a traceable effect of the configuration history is achieved, and basis is provided for configuration investigation.
Fig. 6 is a block diagram of a page configuration device according to an embodiment of the present invention, where the device may execute the page configuration method according to any embodiment of the present invention, and implement the page visual configuration by executing the method described above. The apparatus may be implemented in software and/or hardware and configured in a computer device. As shown in fig. 6, the apparatus includes a configuration page display module 610, a configuration item display module 620, and a configuration content display module 630.
The configuration page display module 610 is configured to respond to a configuration request, select a corresponding template to be configured from a configuration template list as a current template, and render the current template to generate a configuration page;
A configuration item display module 620, configured to detect a configuration request for a configurable area in the configuration page, determine a configuration item corresponding to the configurable area, and load the configuration item to the configuration page for display, where the configuration item includes a multiplexing configuration field, and the multiplexing configuration field is used to identify a page multiplexing the same configuration content in a service flow;
and the configuration content display module 630 is configured to detect the configuration content corresponding to the configuration item, load the configuration content into a corresponding configurable area for display, and respond to a configuration storage request of the current template, and store the template identifier of the current template and the configuration content in a correlated manner.
The embodiment of the invention provides a page configuration device, which is used for responding to a configuration request of a configuration personnel to a configurable area in a configuration page, displaying configuration items for the configuration personnel to input configuration content, detecting the configuration content corresponding to the configuration items, displaying the configuration content in the corresponding configurable area, responding to a configuration storage request, and associating and storing a template identifier and the configuration content. By the technical scheme of the embodiment of the invention, the visual configuration page is realized, and the problem that the configuration process is not intuitive is avoided; in addition, the configuration action is realized through the configuration items in the configuration pages, the problem that the configuration action is more dispersed and complicated is avoided, in addition, the multiplexing configuration fields are configured in the configuration content, the same configuration content is multiplexed by a plurality of pages in the service flow, the problem of redundancy of configuration data is avoided, and the effects of reducing the configuration difficulty and improving the configuration efficiency are achieved.
Further, the apparatus further comprises:
the first preview module is used for responding to the first preview request when the first preview request is detected, and acquiring a target configuration template corresponding to the first preview request and first configuration content configured in the corresponding target configuration template;
and rendering the first configuration content and the target configuration template to generate a first preview page.
Further, the apparatus further comprises:
the second preview module is used for responding to the second preview request when the second preview request is detected, acquiring a preview page element corresponding to the second preview request, transmitting configuration content of each saved configuration template into a preview condition control in the preview page element, and generating a second preview page;
and detecting a first operation of the preview condition control by a configurator, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for display.
Optionally, the second preview module is specifically further configured to:
after a first operation of the preview condition control by a configurator is detected, acquiring to-do data identifiers corresponding to each preview condition related to the first operation;
Detecting a second operation of the configurator on the to-be-handled data identifier in the second preview page, and acquiring the data content corresponding to the to-be-handled data identifier based on the second operation content;
and loading the data content to the second preview page for display.
Further, the configuration page display module 610 is specifically configured to:
analyzing the configuration request to obtain a template number, a template name and a service type;
inquiring the configuration template list according to the template number, the template name and the service type, and taking the template to be configured obtained by inquiring as a current template;
rendering the current template to obtain the configuration page, wherein a configurable area in the configuration page comprises an information area, a form area, an opinion area, a link area, an operation area and a submitting area.
Further, the configuration item display module 620 is specifically configured to:
detecting a configuration request for a configurable area in the configuration page, and acquiring a component identifier of a sub-component corresponding to the configurable area;
inquiring a corresponding configuration item table according to the component identifier, and acquiring a configuration item in the configuration item table;
and loading the configuration items to an area outside the configurable area in the configuration page for display.
Further, the configuration content display module 630 is specifically configured to:
detecting configuration content corresponding to the configuration items input by the configuration personnel in the configuration page;
determining a corresponding target sub-component according to the association relation between the configuration item and the component identifier;
and instantiating the target sub-component through the configuration content so as to display the configuration content in a configurable area corresponding to the target sub-component.
Further, the configuration content display module 630 is specifically further configured to:
when the fact that the submit button in the configuration page is clicked is detected, an interface of a back-end server is called, and the template identification of the current template and the configuration content are transmitted to the back-end server through the interface, so that the back-end server is instructed to store the template identification and the configuration content in an associated mode.
Alternatively, the content display module 630 is specifically configured to:
detecting a template import request, and requesting corresponding configuration content from the back-end server according to a template identifier contained in the template import request;
loading the configuration content and the configuration template corresponding to the template identifier to the configuration page so as to display the configuration template corresponding to the template identifier and the configuration content in the configuration page.
Further, the apparatus further comprises:
the template configuration updating module is used for requesting a back-end server to backup the corresponding configuration content as a history configuration record according to the template number, the template name and the service type corresponding to the configuration updating operation when the configuration updating operation is detected; and modifying the configuration content of the configuration template to be edited according to the configuration updating operation to obtain new configuration content, and storing the template identification of the configuration template to be edited and the new configuration content in a correlated mode.
The page configuration device provided by the embodiment of the invention can execute the page configuration method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present invention, and as shown in fig. 7, the computer device includes a processor 70, a memory 71, a graphics processor 72, a network interface 73, an input device 74, and an output device 75; the number of processors 70 in the computer device may be one or more, one processor 70 being shown in FIG. C as an example; the processor 70, memory 71, graphics processor 72, network interface 73, input device 74, and output device 75 in the computer device may be connected by a bus or other means, with bus connections being exemplified in fig. 7.
The memory 71 is a computer-readable storage medium, and may be used to store software programs, computer-executable programs, and modules, such as program instructions/modules (e.g., a configuration page display module 610, a configuration item display module 620, and a configuration content display module 630 in a page configuration device) corresponding to a page configuration method in an embodiment of the present invention. The processor 70 executes various functional applications of the computer device and data processing, i.e., implements the page configuration method described above, by running software programs, instructions, and modules stored in the memory 71.
The memory 71 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, at least one application program required for functions; the storage data area may store data created according to the use of the terminal, etc. In addition, memory 71 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 71 may further include memory remotely located relative to processor 70, which may be connected to the computer device 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 graphics processor 72 is operative to provide at least rendering functions of the display interface.
The network interface 73 is used for network communication with a server, such as requesting modification of configuration content of a configuration template or requesting viewing of configuration content from the server.
The input device 74 may be used to receive numeric or character information entered by a user and to generate key signal inputs related to user settings and function control of the computer device. The output means 75 may comprise a display device such as a display screen for displaying the page.
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a page configuration method comprising:
responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
And detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and storing the template identification of the current template and the configuration content in a correlated manner in response to a configuration storage request of the current template.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the page configuration method provided in any embodiment of the present invention.
The embodiments of the present invention also provide a computer program product comprising a computer program which, when executed by a processor, implements a page configuration method according to any of the embodiments of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the above embodiment of the page configuration apparatus, each unit and module included are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (12)

1. A method for configuring a page, comprising:
responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
Detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
the configuration content corresponding to the configuration item is detected, the configuration content is loaded to a corresponding configurable area for display, and a template identifier of the current template and the configuration content are stored in a correlated mode in response to a configuration storage request of the current template;
upon detecting the second preview request, further comprising:
responding to the second preview request, acquiring a preview page element corresponding to the second preview request, and transmitting configuration contents of each saved configuration template into a preview condition control in the preview page element to generate a second preview page;
and detecting a first operation of the preview condition control by a configurator, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for display.
2. The method of claim 1, wherein upon detecting the first preview request, further comprising:
responding to the first preview request, and acquiring a target configuration template corresponding to the first preview request and configured first configuration content in the corresponding target configuration template;
and rendering the first configuration content and the target configuration template to generate a first preview page.
3. The method of claim 1, further comprising, after detecting the first operation of the preview condition control by the configurator:
acquiring to-be-handled data identifiers corresponding to all preview conditions related to the first operation;
detecting a second operation of the configurator on the to-be-handled data identifier in the second preview page, and acquiring the data content corresponding to the to-be-handled data identifier based on the second operation content;
and loading the data content to the second preview page for display.
4. The method according to claim 1, wherein the selecting, in response to the configuration request, a corresponding template to be configured from the configuration template list as a current template, and rendering the current template to generate a configuration page, includes:
Analyzing the configuration request to obtain a template number, a template name and a service type;
inquiring the configuration template list according to the template number, the template name and the service type, and taking the template to be configured obtained by inquiring as a current template;
rendering the current template to obtain the configuration page, wherein a configurable area in the configuration page comprises an information area, a form area, an opinion area, a link area, an operation area and a submitting area.
5. The method of claim 1, wherein the detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, comprises:
detecting a configuration request for the configurable area in the configuration page, and acquiring a component identifier of a sub-component corresponding to the configurable area;
inquiring a corresponding configuration item table according to the component identifier, and acquiring a configuration item in the configuration item table;
and loading the configuration items to an area outside the configurable area in the configuration page for display.
6. The method of claim 1, wherein the detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, comprises:
Detecting configuration content corresponding to the configuration items input by the configuration personnel in the configuration page;
determining a corresponding target sub-component according to the association relation between the configuration item and the component identifier;
and instantiating the target sub-component through the configuration content so as to display the configuration content in a configurable area corresponding to the target sub-component.
7. The method of claim 1, wherein the associating storing the template identification of the current template and the configuration content in response to the configuration save request of the current template comprises:
when the fact that the submit button in the configuration page is clicked is detected, an interface of a back-end server is called, and the template identification of the current template and the configuration content are transmitted to the back-end server through the interface, so that the back-end server is instructed to store the template identification and the configuration content in an associated mode.
8. The method of claim 1, wherein detecting the configuration content corresponding to the configuration item, loading the configuration content into a corresponding configurable area for display, comprises:
detecting a template import request, and requesting corresponding configuration content from a back-end server according to a template identifier contained in the template import request;
Loading the configuration content and the configuration template corresponding to the template identifier to the configuration page so as to display the configuration template corresponding to the template identifier and the configuration content in the configuration page.
9. The method of claim 1, wherein upon detecting a configuration update operation, further comprising:
requesting a back-end server to backup the corresponding configuration content as a history configuration record according to the template number, the template name and the service type corresponding to the configuration updating operation;
and modifying the configuration content of the configuration template to be edited according to the configuration updating operation to obtain new configuration content, and storing the template identification of the configuration template to be edited and the new configuration content in a correlated mode.
10. A page configuration apparatus, comprising:
the configuration page display module is used for responding to a configuration request, selecting a corresponding template to be configured from a configuration template list as a current template, and rendering the current template to generate a configuration page;
the configuration item display module is used for detecting a configuration request for a configurable area in the configuration page, determining a configuration item corresponding to the configurable area, and loading the configuration item to the configuration page for display, wherein the configuration item comprises a multiplexing configuration field, and the multiplexing configuration field is used for identifying a page multiplexing the same configuration content in a business process;
The configuration content display module is used for detecting the configuration content corresponding to the configuration item, loading the configuration content to a corresponding configurable area for display, and responding to a configuration storage request of the current template, and storing the template identifier of the current template and the configuration content in a related manner;
the apparatus further comprises:
the second preview module is used for responding to the second preview request when the second preview request is detected, acquiring a preview page element corresponding to the second preview request, transmitting configuration content of each saved configuration template into a preview condition control in the preview page element, and generating a second preview page;
and detecting a first operation of the preview condition control by a configurator, screening preview content from the configuration content according to the first operation content, and loading the preview content to the second preview page for display.
11. A computer device, the computer device comprising:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the page configuration method of any of claims 1-9.
12. A storage medium containing computer-executable instructions, characterized by: the computer executable instructions, when executed by a computer processor, for performing the page configuration method of any of claims 1-9.
CN202111485120.1A 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product Active CN114185632B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111485120.1A CN114185632B (en) 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111485120.1A CN114185632B (en) 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product

Publications (2)

Publication Number Publication Date
CN114185632A CN114185632A (en) 2022-03-15
CN114185632B true CN114185632B (en) 2023-06-02

Family

ID=80603628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111485120.1A Active CN114185632B (en) 2021-12-07 2021-12-07 Page configuration method, page configuration device, computer equipment, medium and program product

Country Status (1)

Country Link
CN (1) CN114185632B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114446417B (en) * 2022-04-06 2022-07-29 深圳市帝迈生物技术有限公司 Configuration method, device, equipment and storage medium of multi-mode constraint rule
CN114968242A (en) * 2022-06-20 2022-08-30 中国农业银行股份有限公司 Front-end code generation method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
CN111240659A (en) * 2019-12-23 2020-06-05 福建亿能达信息技术股份有限公司 Page design method based on Vue
WO2020233053A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Method, apparatus, device, and storage medium for making test page script

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
WO2020233053A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Method, apparatus, device, and storage medium for making test page script
CN111240659A (en) * 2019-12-23 2020-06-05 福建亿能达信息技术股份有限公司 Page design method based on Vue

Also Published As

Publication number Publication date
CN114185632A (en) 2022-03-15

Similar Documents

Publication Publication Date Title
CN114185632B (en) Page configuration method, page configuration device, computer equipment, medium and program product
US9606971B2 (en) Rule-based validation of websites
US8839107B2 (en) Context based script generation
US8280865B1 (en) Web site content change management
CA2802358C (en) Web-based electronically signed documents
US8561159B2 (en) System and method for data capture and reporting
US9262396B1 (en) Browser compatibility checker tool
US11126968B2 (en) Custom application builder for supply chain management
US20060085734A1 (en) Method for annotating statistics onto hypertext documents
US20080263404A1 (en) System and Method for Supporting Software
US11775262B2 (en) Multi-technology visual integrated data management and analytics development and deployment environment
US20070067338A1 (en) System for supporting introduction/operation of enterprise resource planning software
US20040030697A1 (en) System and method for online feedback
US7467122B2 (en) System for aiding the design of product configuration
US20170262497A1 (en) Component independent process integration message search
US11509950B2 (en) Systems and methods for controlling quality of content
US20170193117A1 (en) System and Methods for Displaying a List of Content Items from Web Services by an Embeddable Web Application
US7120632B2 (en) Methods and systems for managing business information on a web site
JP2004178263A (en) Web server, web server with function of java servlet, and computer program
CN111949607A (en) Method, system and device for monitoring UDT file
CN112817817A (en) Buried point information query method and device, computer equipment and storage medium
JPWO2013190607A1 (en) Screen information collection computer, screen information collection method, and computer-readable storage medium
CN111367703A (en) Troubleshooting method and device
JP5516480B2 (en) Electronic data sharing system
US20240111601A1 (en) Enhanced migration of objects among computing environments

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