CN117492752A - Page dynamic configuration method and device, computer equipment and storage medium - Google Patents

Page dynamic configuration method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN117492752A
CN117492752A CN202311346500.6A CN202311346500A CN117492752A CN 117492752 A CN117492752 A CN 117492752A CN 202311346500 A CN202311346500 A CN 202311346500A CN 117492752 A CN117492752 A CN 117492752A
Authority
CN
China
Prior art keywords
page
dynamic configuration
information
search query
data model
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
CN202311346500.6A
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 Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China 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 Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN202311346500.6A priority Critical patent/CN117492752A/en
Publication of CN117492752A publication Critical patent/CN117492752A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a page dynamic configuration method, a page dynamic configuration device, computer equipment and a storage medium, and belongs to the technical field of research and development management and the technical field of finance and technology. Analyzing development requirement documents to obtain page configurable items, wherein the page configurable items comprise databases and/or data tables, query conditions, result display and query rights, designing a dynamic configuration data model based on the page configurable items, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable items, displaying a dynamic configuration page on a front-end interface of an administrator, reading information to be configured, inputting the information to be configured into the dynamic configuration data model to obtain current page configuration information, importing the current page configuration information into a search query page template, and generating a search query page. The application also relates to the technical field of blockchain, and the requirement document is stored on a blockchain node. The method reduces manpower waste and redundant codes, and improves the packing speed and performance of front-end resources.

Description

Page dynamic configuration method and device, computer equipment and storage medium
Technical Field
The application belongs to the technical field of research and development management and the field of financial science and technology, and particularly relates to a page dynamic configuration method, a device, computer equipment and a storage medium.
Background
The search query page of the website management system generally comprises a query condition module and a query result display module, and for different databases or different data tables, the front-end page design of the website management system generally adopts a mode of fixing the query conditions and the field names of the query result display, which requires developers to know and adapt to specific databases and data table structures when designing the front-end page.
For example, in conventional insurance business management systems involving multiple business modules, such as policy management, claim management, customer management, etc., each relying on different database tables and fields, conventional front-end page development approaches require the development of separate management pages for each module, which results in significant amounts of duplication of labor and redundancy code, increasing the workload of development and maintenance. In addition, because of the fixed query conditions and the display fields, the system cannot flexibly adapt to different business requirements, and a developer is required to modify and customize each business module, so that the development complexity and the development time cost are further increased.
Under the condition that the development of the front-end page needs to be established under the known query conditions and the display results, the development mode of the management page has certain defects and shortages, and for different databases or different data tables, the front-end needs to correspondingly develop different management pages, so that certain manpower is wasted, a large amount of redundant codes exist in a code base, and further the front-end resource packaging is slow and other performance effects are caused.
Disclosure of Invention
The embodiment of the application aims to provide a page dynamic configuration method, a device, computer equipment and a storage medium, so as to solve the technical problems that a certain manpower waste is caused in the development of a search query page of a traditional website management system, a large amount of redundant codes exist in a code library, and front-end resource packaging is slow.
In order to solve the above technical problems, the embodiments of the present application provide a page dynamic configuration method, which adopts the following technical schemes:
a method for dynamically configuring a page, comprising:
receiving a development instruction of a search query page, analyzing a development requirement document, and obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query rights;
Designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item;
generating a dynamic configuration page, and displaying the dynamic configuration page on a front-end interface of an administrator;
reading information to be configured input by an administrator on a dynamic configuration page, and inputting the information to be configured into a dynamic configuration data model to obtain configuration information of a current page;
acquiring a preset search query page template, importing the current page configuration information into the search query page template, and generating a search query page.
Further, the step of receiving a development instruction of the search query page, analyzing the development requirement document, and obtaining the page configurable item specifically comprises the following steps:
receiving a development instruction of a search query page, and acquiring a development requirement document corresponding to the development instruction;
analyzing a development requirement document to obtain a document structure of the development requirement document;
determining configurable item information in the development requirement document based on the document structure;
and carrying out keyword matching on the configurable item information based on preset configurable item keywords to obtain page configurable items, wherein the configurable item keywords comprise database and/or data table keywords, query condition keywords, result display keywords and query permission keywords.
Further, the step of designing the dynamic configuration data model based on the page configurable item specifically includes:
acquiring page dynamic configuration information matched with page configurable items;
identifying a data structure of page dynamic configuration information;
and designing a dynamic configuration data model according to the data structure of the page dynamic configuration information.
Further, the step of designing the dynamic configuration data model according to the data structure of the page dynamic configuration information specifically includes:
creating an initial data model according to the data structure of the page dynamic configuration information;
establishing database connection, and connecting the initial data model with a database and/or a data table;
creating a new data table, and acquiring page dynamic configuration information from a database and/or the data table;
and inserting the obtained page dynamic configuration information into a new data table to obtain a dynamic configuration data model.
Further, the step of generating a dynamic configuration page and displaying the dynamic configuration page on the front end interface of the administrator specifically includes:
generating a dynamic configuration page, and filling page dynamic configuration information into the dynamic configuration page;
rendering the dynamic configuration page to generate form elements matched with the dynamic configuration information of the page on the dynamic configuration page;
And displaying the dynamic configuration page carrying the form elements on a front-end interface of the administrator.
Further, the step of reading the information to be configured input by the administrator on the dynamic configuration page and inputting the information to be configured into the dynamic configuration data model to obtain the configuration information of the current page specifically includes:
responding to user operation aiming at form elements on a front-end interface of an administrator, and analyzing the user operation to obtain information to be configured;
inputting information to be configured into a dynamic configuration data model;
matching the to-be-configured information and the page dynamic configuration information in the dynamic configuration data model to obtain the current page configuration information.
Further, a preset search query page template is obtained, the current page configuration information is imported into the search query page template, and a search query page is generated, specifically including:
creating a search query page template according to the page configurable item;
constructing data connection of a search query page template and a dynamic configuration data model;
responding to the development instruction, and acquiring a search query page template;
and importing the current page configuration information into a search query page template to generate a search query page.
In order to solve the above technical problems, the embodiments of the present application further provide a page dynamic configuration device, which adopts the following technical scheme:
A page dynamic configuration device, comprising:
the document analysis module is used for receiving a development instruction of a search query page, analyzing a development requirement document and obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query rights;
the data model module is used for designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item;
the configuration page module is used for generating a dynamic configuration page and displaying the dynamic configuration page on a front-end interface of an administrator;
the dynamic configuration module is used for reading the information to be configured input by the administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model and obtaining the configuration information of the current page;
the page generation module is used for acquiring a preset search query page template, importing the current page configuration information into the search query page template and generating a search query page.
In order to solve the above technical problems, the embodiments of the present application further provide a computer device, which adopts the following technical schemes:
A computer device comprising a memory having stored therein computer readable instructions which when executed by a processor implement the steps of the page dynamic configuration method of any of the preceding claims.
In order to solve the above technical problems, embodiments of the present application further provide a computer readable storage medium, which adopts the following technical solutions:
a computer readable storage medium having stored thereon computer readable instructions which when executed by a processor implement the steps of the page dynamic configuration method as claimed in any one of the preceding claims.
Compared with the prior art, the embodiment of the application has the following main beneficial effects:
the application discloses a page dynamic configuration method, a page dynamic configuration device, computer equipment and a storage medium, and belongs to the technical field of research and development management and the technical field of finance and technology. Receiving a development instruction of a search query page, analyzing a development demand document, obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query permission, designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item, generating a dynamic configuration page, displaying the dynamic configuration page on a front-end interface of an administrator, reading information to be configured input by the administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model, obtaining current page configuration information, obtaining a preset search query page template, and importing the current page configuration information into the search query page template to generate the search query page. According to the method and the device, the page configuration information is stored in the dynamic configuration data model, so that flexibility and configurability of page configuration can be achieved, dynamic configuration of the front-end page is achieved, dependence on a specific database and a data table is reduced, labor waste and redundant codes are reduced, and performance of front-end resource packaging is improved.
Drawings
For a clearer description of the solution in the present application, a brief description will be given below of the drawings that are needed in the description of the embodiments of the present application, it being obvious that the drawings in the following description are some embodiments of the present application, and that other drawings may be obtained from these drawings without inventive effort for a person of ordinary skill in the art.
FIG. 1 illustrates an exemplary system architecture diagram in which the present application may be applied;
FIG. 2 illustrates a flow chart of one embodiment of a page dynamic configuration method according to the present application;
FIG. 3 illustrates a structural schematic diagram of one embodiment of a page dynamic configuration device according to the present application;
fig. 4 shows a schematic structural diagram of one embodiment of a computer device according to the present application.
Detailed Description
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs; the terminology used in the description of the applications herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application; the terms "comprising" and "having" and any variations thereof in the description and claims of the present application and in the description of the figures above are intended to cover non-exclusive inclusions. The terms first, second and the like in the description and in the claims or in the above-described figures, are used for distinguishing between different objects and not necessarily for describing a sequential or chronological order.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the present application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
In order to better understand the technical solutions of the present application, the following description will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the accompanying drawings.
As shown in fig. 1, a system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 is used as a medium to provide communication links between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user may interact with the server 105 via the network 104 using the terminal devices 101, 102, 103 to receive or send messages or the like. Various communication client applications, such as a web browser application, a shopping class application, a search class application, an instant messaging tool, a mailbox client, social platform software, etc., may be installed on the terminal devices 101, 102, 103.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablet computers, electronic book readers, MP3 players (Moving Picture Experts Group Audio Layer III, dynamic video expert compression standard audio plane 3), MP4 (Moving Picture Experts Group Audio Layer IV, dynamic video expert compression standard audio plane 4) players, laptop and desktop computers, and the like.
The server 105 may be a server that provides various services, such as a background server that provides support for pages displayed on the terminal devices 101, 102, 103, and may be a stand-alone server, or may be a cloud server that provides cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communications, middleware services, domain name services, security services, content delivery networks (Content Delivery Network, CDN), and basic cloud computing services such as big data and artificial intelligence platforms.
It should be noted that, the page dynamic configuration method provided in the embodiments of the present application is generally executed by a server, and accordingly, the page dynamic configuration device is generally disposed in the server.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
With continued reference to FIG. 2, a flow chart of one embodiment of a page dynamic configuration method according to the present application is shown. The embodiment of the application can acquire and process the related data based on the artificial intelligence technology. Among these, artificial intelligence (Artificial Intelligence, AI) is the theory, method, technique and application system that uses a digital computer or a digital computer-controlled machine to simulate, extend and extend human intelligence, sense the environment, acquire knowledge and use knowledge to obtain optimal results.
Artificial intelligence infrastructure technologies generally include technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing technologies, operation/interaction systems, mechatronics, and the like. The artificial intelligence software technology mainly comprises a computer vision technology, a robot technology, a biological recognition technology, a voice processing technology, a natural language processing technology, machine learning/deep learning and other directions.
In the conventional insurance business management system, a plurality of business modules such as policy management, claim management, customer management and the like are involved, each module depends on different database tables and fields, and the conventional front-end page development mode requires that an independent management page is developed for each module, which results in a great deal of repeated labor and redundant codes, and increases the workload of development and maintenance. In addition, because of the fixed query conditions and the display fields, the system cannot flexibly adapt to different business requirements, and a developer is required to modify and customize each business module, so that the development complexity and the development time cost are further increased.
Under the condition that the development of the front-end page needs to be established under the known query conditions and the display results, the development mode of the management page has certain defects and shortages, and for different databases or different data tables, the front-end needs to correspondingly develop different management pages, so that certain manpower is wasted, a large amount of redundant codes exist in a code base, and further the front-end resource packaging is slow and other performance effects are caused.
In order to solve the technical problems, the application discloses a method, a device, a computer device and a storage medium for dynamically configuring a page, which belong to the technical field of research and development management and the field of financial science and technology.
The page dynamic configuration method comprises the following steps:
s201, receiving a development instruction of a search query page, analyzing a development requirement document, and obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query permission.
In this embodiment, a development instruction of a search query page is received, the development instruction being initiated by an administrator or developer. Page configurable items, such as databases and data tables, query conditions, results presentation, and query permissions, are extracted and parsed from the document using appropriate parsing tools or techniques, such as regular expressions, natural language processing, and the like.
It should be noted that, when the page dynamic configuration method of the present application is aimed at the development of the traditional front-end page, for different databases or different data tables, the front-end needs to correspondingly develop different management pages, which causes a certain manpower waste, and a large amount of redundant codes exist in the code base, which further causes some performance effects such as slow packaging of front-end resources, so that the responsive database configuration items and data table configuration items are added in the page configurable items, thereby realizing the configurability of the databases and/or the data tables.
S202, designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item.
In this embodiment, based on the page configurable item, a dynamic configuration data model is designed to store page dynamic configuration information matched with the page configurable item, and the data model can be designed according to requirements to store and manage relevant information of page configuration.
A data model is designed according to the requirement to store the page dynamic configuration information, the data model can comprise the attribute of the name, the type, the default value, the optional value and the like of the configuration item, and the data model can be realized by using a database table, a JSON file or other storage modes.
S203, generating a dynamic configuration page, and displaying the dynamic configuration page on a front-end interface of an administrator.
In this embodiment, a dynamic configuration page is generated according to page dynamic configuration information rendering in the dynamic configuration data model, and the page is displayed on a front end interface of an administrator, and the administrator can perform page dynamic configuration through the page, where the dynamic configuration page includes a configurable database and/or data table, query conditions, a display field, and permission settings.
A configuration interface is developed for use by an administrator, which allows the administrator to add, edit, and delete configuration items, set default and optional values, and group and categorize configuration items as desired, which may be a separate management page or integrated into other interfaces of the website management system.
S204, reading the information to be configured input by the administrator on the dynamic configuration page, and inputting the information to be configured into the dynamic configuration data model to obtain the configuration information of the current page.
In this embodiment, the administrator inputs the information to be configured on the dynamic configuration page, such as selecting configurable operations of databases and/or tables, query conditions, presentation fields, and set permissions, which are to be read and input into the dynamic configuration data model, thereby generating configuration information for the current page.
In the code of the website management system, the configuration information can be read by adding logic and applied to corresponding pages or functions, and the configuration information can be obtained by accessing a configuration data model in the code or requesting to obtain the configuration information through an API.
S205, acquiring a preset search query page template, importing the current page configuration information into the search query page template, and generating a search query page.
In this embodiment, a preset search query page template is obtained according to configuration information of a current page, the configuration information of the current page is imported into the template to generate a final search query page, and the page displays corresponding database and/or data table operations, query conditions and presentation fields according to configuration of an administrator, and limits query permission of a user according to permission setting.
In the embodiment, the page configuration information is stored in the dynamic configuration data model, so that the flexibility and the configurability of page configuration can be realized, the dynamic configuration of the front-end page can be realized, the dependence on a specific database and a data table can be reduced, the manpower waste and redundant codes can be reduced, and the performance of front-end resource packaging can be improved.
Further, the step of receiving a development instruction of the search query page, analyzing the development requirement document, and obtaining the page configurable item specifically comprises the following steps:
receiving a development instruction of a search query page, and acquiring a development requirement document corresponding to the development instruction;
analyzing a development requirement document to obtain a document structure of the development requirement document;
determining configurable item information in the development requirement document based on the document structure;
And carrying out keyword matching on the configurable item information based on preset configurable item keywords to obtain page configurable items, wherein the configurable item keywords comprise database and/or data table keywords, query condition keywords, result display keywords and query permission keywords.
In this embodiment, first, the format of the development requirements document is defined, and a markup language (e.g., markdown) or other structured format may be used to ensure that portions of the page configurable item are explicitly identified in the document and described using a consistent format. Receiving a development instruction of a search query page, acquiring a development requirement document corresponding to the development instruction, and analyzing the structure of the document by using a proper analysis tool or technology so as to locate and extract a part of a page configurable item, wherein the method can involve the use of a regular expression, a text analysis library or a natural language processing technology. And determining the position of the configurable item information in the development requirement document based on the document structure, then carrying out keyword matching on preset configurable item keywords in the configurable item information to obtain page configurable items, wherein the configurable item keywords comprise database and/or data table keywords, query condition keywords, result display keywords and query permission keywords, and finally constructing a proper data structure to store and manage the configuration information according to the extracted page configurable items, wherein proper fields and relations can be designed according to requirements by using data structures such as objects, associated arrays and JSONs.
For example, the document structure may be parsed by using regular expressions or a text parsing library, positioned to the "page configuration" section. The sub-titles and descriptions under the "page configuration" part, such as "database and data table", "query condition", "result presentation" and "query authority", are extracted through keyword matching, the configuration item description under each sub-title is parsed, and relevant attributes, such as "database name" and "data table name" under the "database and data table" sub-title, are extracted. A data structure is built, for example using a JavaScript object to store the configuration information for the page.
In the above embodiment, the application may extract the configurable items of the page from the development requirement document, store and manage the configuration information in a structured manner, and then generate a dynamic configuration page according to the configuration information, so that an administrator may customize and configure the page.
Further, the step of designing the dynamic configuration data model based on the page configurable item specifically includes:
acquiring page dynamic configuration information matched with page configurable items;
identifying a data structure of page dynamic configuration information;
and designing a dynamic configuration data model according to the data structure of the page dynamic configuration information.
In this embodiment, the dynamic configuration data model may use the appropriate data structures to design and manage the configuration information for the page. Depending on the requirements and complexity of the system, different data structures may be selected to store and manage configuration information, common choices include relational databases, noSQL databases, key value stores, document databases, etc., and data models may be selected based on the data structures.
Designing a dynamic configuration data model according to the data structure of the page dynamic configuration information, wherein the following aspects need to be considered:
table/aggregate structure: multiple tables or sets may be designed to store configuration information based on different portions or functions of a page to better organize and manage data.
Field definition: for each configurable item a corresponding field is defined, the field type should match the nature of the configuration item, e.g. string, number, boolean, etc.
And (3) establishing a relation: the configuration items have association relation, and the relation can be established by using an external key or other modes so as to perform association inquiry and processing of data.
Rights management: the configuration information is subjected to authority control, and corresponding fields or tables/sets can be designed to manage the access authority.
According to the selected data structure, corresponding database operating tools or frameworks are used for creating, reading, updating and deleting configuration information, ensuring that the connection and access authority settings of the database are correct, and carrying out proper data verification and error processing. And when the administrator performs configuration operation, updating the configuration information of the page into the dynamic configuration data model. Before updating, necessary verification and data validity check are performed to ensure correctness and consistency of the configuration information. If version control or record history changes to the configuration information are required, corresponding fields or tables/sets may be added to the data model to store version information and modification records.
Further, the step of designing the dynamic configuration data model according to the data structure of the page dynamic configuration information specifically includes:
creating an initial data model according to the data structure of the page dynamic configuration information;
establishing database connection, and connecting the initial data model with a database and/or a data table;
creating a new data table, and acquiring page dynamic configuration information from a database and/or the data table;
and inserting the obtained page dynamic configuration information into a new data table to obtain a dynamic configuration data model.
In this embodiment, the appropriate data structure is first selected to define the corresponding data model in order to store the configuration information. Then, a suitable database connection library or framework is used to establish a connection between the data model and the database, and necessary configuration is performed, including database addresses, user names, passwords, and the like. Database tables are created using a database operating language (e.g., SQL) or database access tool, and when an administrator performs a configuration operation, configuration information for a page is inserted into the created database table.
And, when the administrator performs the configuration operation, the configuration information of the page is inserted into the database table. The query statement may be used to retrieve specific configuration information or to retrieve all configuration information as desired. If some configuration information needs to be deleted, a delete statement may be used to delete from the database.
In the above embodiment, the present application implements a simple data model design and management process, and may store and operate configurable items of pages, and may need to further expand the data model and operation according to specific system requirements, so as to meet more complex configuration requirements, such as rights management, version control, and the like.
Further, the step of generating a dynamic configuration page and displaying the dynamic configuration page on the front end interface of the administrator specifically includes:
generating a dynamic configuration page, and filling page dynamic configuration information into the dynamic configuration page;
rendering the dynamic configuration page to generate form elements matched with the dynamic configuration information of the page on the dynamic configuration page;
and displaying the dynamic configuration page carrying the form elements on a front-end interface of the administrator.
In this embodiment, on the front-end interface of the administrator, a dynamic configuration page is generated by using front-end development technologies (such as HTML, CSS, and JavaScript), and according to the types and the number of configuration items, corresponding form elements (such as an input box, a drop-down list, a check box, and the like) are dynamically generated. When an administrator accesses the dynamic configuration page, the front-end page needs to acquire the existing configuration information in a proper manner, and can use an API or other data transmission manner to read the configuration information from the dynamic configuration data model by interacting with the back-end. And filling the configuration information read from the dynamic configuration data model into a dynamic configuration page generated at the front end, and rendering the dynamic configuration page to generate form elements matched with the dynamic configuration information of the page on the dynamic configuration page, so that an administrator can see the form elements corresponding to the current configuration information on the front end interface.
Further, the step of reading the information to be configured input by the administrator on the dynamic configuration page and inputting the information to be configured into the dynamic configuration data model to obtain the configuration information of the current page specifically includes:
responding to user operation aiming at form elements on a front-end interface of an administrator, and analyzing the user operation to obtain information to be configured;
inputting information to be configured into a dynamic configuration data model;
matching the to-be-configured information and the page dynamic configuration information in the dynamic configuration data model to obtain the current page configuration information.
In this embodiment, the administrator may perform user operations on the dynamic configuration page of the front end with respect to the form elements in order to modify and input the information to be configured, and when the administrator makes a modification, the front end page should capture the data input by the administrator and store it in the variables. The system transmits the information to be configured input by the administrator to the back end through interaction with the back end, and the back end can send the information to be configured to the server end by using a proper data transmission mode (such as API call, form submission and the like). After the back end receives the information to be configured input by the administrator, the information to be configured is input into a dynamic configuration data model, the information to be configured and the page dynamic configuration information are matched in the dynamic configuration data model, so that the current page configuration information is obtained, and the current page configuration information can be applied to dynamic configuration development of a current system front end page.
In the embodiment, the dynamic configuration page is generated on the front end interface of the administrator, the information to be configured input by the administrator can be read and input into the dynamic configuration data model, and the administrator can input the configuration information for developing the front end page of the system through the front end interface.
Further, a preset search query page template is obtained, the current page configuration information is imported into the search query page template, and a search query page is generated, specifically including:
creating a search query page template according to the page configurable item;
constructing data connection of a search query page template and a dynamic configuration data model;
responding to the development instruction, and acquiring a search query page template;
and importing the current page configuration information into a search query page template to generate a search query page.
In this embodiment, a search query page template is designed and created from the configurable items of the page, which template should contain search fields, filtering conditions, presentation styles, etc. corresponding to the configuration items, e.g., if the configuration items include search keywords and time ranges, the search query page template should contain corresponding input boxes and date selectors.
To connect the search query page with the dynamic configuration data model, an appropriate data connection mechanism needs to be established, which can be implemented through back-end development, for example, using a server-side script or API, to interact the search query page with the dynamic configuration data model. Through data connection, the search query page can acquire configuration information from the dynamic configuration data model, and transmit search query operation of a user to the back end for processing.
When the development instruction triggers, the system responds to the instruction and acquires the search query page template, which can be realized through back-end development, for example, when the instruction is received, the back-end acquires the definition of the search query page template from a storage position or a database. Once the configuration information for both the search query page template and the current page is available, the system may import the configuration information into the template to generate the final search query page. The method can be realized through front-end development, and the configuration information is filled into the corresponding part of the search query page template to generate a customized search query page, and the generated page can be presented to a user at the front end and has the function of searching and querying according to the configuration information.
It should be noted that the particular implementation may vary depending on the system requirements and technology choice. For example, the search query page template may be rendered using a front-end template engine, or an HTML page may be generated using a back-end template engine. The data connection mechanism may use RESTful APIs, graphQL, or other suitable means for data interaction.
In the above embodiment, the present application provides a template configuration and data connection framework, which can generate a customized search query page according to configuration information of a current page, and connect with a dynamic configuration data model.
In the above embodiments, the present application discloses a page dynamic configuration method, which belongs to the technical field of research and development management and the field of financial technology. Receiving a development instruction of a search query page, analyzing a development demand document, obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query permission, designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item, generating a dynamic configuration page, displaying the dynamic configuration page on a front-end interface of an administrator, reading information to be configured input by the administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model, obtaining current page configuration information, obtaining a preset search query page template, and importing the current page configuration information into the search query page template to generate the search query page. According to the method and the device, the page configuration information is stored in the dynamic configuration data model, so that flexibility and configurability of page configuration can be achieved, dynamic configuration of the front-end page is achieved, dependence on a specific database and a data table is reduced, labor waste and redundant codes are reduced, and performance of front-end resource packaging is improved.
In this embodiment, the electronic device (for example, the server shown in fig. 1) on which the page dynamic configuration method operates may receive the instruction or acquire the data through a wired connection manner or a wireless connection manner. It should be noted that the wireless connection may include, but is not limited to, 3G/4G connections, wiFi connections, bluetooth connections, wiMAX connections, zigbee connections, UWB (ultra wideband) connections, and other now known or later developed wireless connection means.
It is emphasized that to further ensure the privacy and security of the demand document, the demand document may also be stored in a blockchain node.
The blockchain referred to in the application is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and the like. The Blockchain (Blockchain), which is essentially a decentralised database, is a string of data blocks that are generated by cryptographic means in association, each data block containing a batch of information of network transactions for verifying the validity of the information (anti-counterfeiting) and generating the next block. The blockchain may include a blockchain underlying platform, a platform product services layer, an application services layer, and the like.
Those skilled in the art will appreciate that implementing all or part of the processes of the methods of the embodiments described above may be accomplished by way of computer readable instructions, stored on a computer readable storage medium, which when executed may comprise processes of embodiments of the methods described above. The storage medium may be a nonvolatile storage medium such as a magnetic disk, an optical disk, a Read-Only Memory (ROM), or a random access Memory (Random Access Memory, RAM).
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited in order and may be performed in other orders, unless explicitly stated herein. Moreover, at least some of the steps in the flowcharts of the figures may include a plurality of sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, the order of their execution not necessarily being sequential, but may be performed in turn or alternately with other steps or at least a portion of the other steps or stages.
With further reference to fig. 3, as an implementation of the method shown in fig. 2, the present application provides an embodiment of a page dynamic configuration apparatus, where an embodiment of the apparatus corresponds to the embodiment of the method shown in fig. 2, and the apparatus may be specifically applied to various electronic devices.
As shown in fig. 3, the page dynamic configuration apparatus 300 in this embodiment includes:
the document parsing module 301 is configured to receive a development instruction of a search query page, parse a development requirement document, and obtain a page configurable item, where the page configurable item includes a database and/or a data table, a query condition, a result display, and a query authority;
a data model module 302, configured to design a dynamic configuration data model based on the page configurable item, where the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item;
the configuration page module 303 is configured to generate a dynamic configuration page, and display the dynamic configuration page on a front end interface of an administrator;
the dynamic configuration module 304 is configured to read information to be configured input by an administrator on a dynamic configuration page, and input the information to be configured into a dynamic configuration data model to obtain configuration information of a current page;
The page generating module 305 is configured to obtain a preset search query page template, import the current page configuration information into the search query page template, and generate a search query page.
Further, the document parsing module 301 specifically includes:
the document acquisition unit is used for receiving a development instruction of the search query page and acquiring a development requirement document corresponding to the development instruction;
the document analysis unit is used for analyzing the development requirement document and acquiring a document structure of the development requirement document;
a configurable item determination unit configured to determine configurable item information in the development requirement document based on the document structure;
the keyword matching unit is used for matching keywords of the configurable item information based on preset configurable item keywords to obtain page configurable items, wherein the configurable item keywords comprise database and/or data table keywords, query condition keywords, result display keywords and query permission keywords.
Further, the data model module 302 specifically includes:
the configuration information acquisition unit is used for acquiring page dynamic configuration information matched with the page configurable item;
the data structure identification unit is used for identifying the data structure of the page dynamic configuration information;
The data model design unit is used for designing a dynamic configuration data model according to the data structure of the page dynamic configuration information.
Further, the data model design unit specifically includes:
the model creation subunit is used for creating an initial data model according to the data structure of the page dynamic configuration information;
the database connection subunit is used for establishing database connection and connecting the initial data model with the database and/or the data table;
the data table creation subunit is used for creating a new data table and acquiring page dynamic configuration information from a database and/or the data table;
and the configuration information inserting subunit is used for inserting the obtained page dynamic configuration information into a new data table to obtain a dynamic configuration data model.
Further, the configuration page module 303 specifically includes:
the configuration page generation unit is used for generating a dynamic configuration page and filling page dynamic configuration information into the dynamic configuration page;
the configuration page rendering unit is used for rendering the dynamic configuration page so as to generate form elements matched with the dynamic configuration information of the page on the dynamic configuration page;
and the configuration page display unit is used for displaying the dynamic configuration page carrying the form elements on the front-end interface of the administrator.
Further, the dynamic configuration module 304 specifically includes:
the user operation response unit is used for responding to the user operation aiming at the form elements on the front end interface of the administrator, and analyzing the user operation to obtain the information to be configured;
the data model calling unit is used for inputting the information to be configured into the dynamic configuration data model;
the configuration information matching unit is used for matching the to-be-configured information and the page dynamic configuration information in the dynamic configuration data model to obtain the current page configuration information.
Further, the page generating module 305 specifically includes:
the page template creation unit is used for creating a search query page template according to the page configurable item;
the data model connection unit is used for constructing data connection between the search query page template and the dynamic configuration data model;
the development instruction response unit is used for responding to the development instruction and acquiring a search query page template;
the configuration information importing unit is used for importing the configuration information of the current page into the search query page template to generate a search query page.
In the above embodiments, the present application discloses a page dynamic configuration device, which belongs to the technical field of research and development management and the field of financial technology. Receiving a development instruction of a search query page, analyzing a development demand document, obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query permission, designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item, generating a dynamic configuration page, displaying the dynamic configuration page on a front-end interface of an administrator, reading information to be configured input by the administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model, obtaining current page configuration information, obtaining a preset search query page template, and importing the current page configuration information into the search query page template to generate the search query page. According to the method and the device, the page configuration information is stored in the dynamic configuration data model, so that flexibility and configurability of page configuration can be achieved, dynamic configuration of the front-end page is achieved, dependence on a specific database and a data table is reduced, labor waste and redundant codes are reduced, and performance of front-end resource packaging is improved.
In order to solve the technical problems, the embodiment of the application also provides computer equipment. Referring specifically to fig. 4, fig. 4 is a basic structural block diagram of a computer device according to the present embodiment.
The computer device 4 comprises a memory 41, a processor 42, a network interface 43 communicatively connected to each other via a system bus. It should be noted that only computer device 4 having components 41-43 is shown in the figures, but it should be understood that not all of the illustrated components are required to be implemented and that more or fewer components may be implemented instead. It will be appreciated by those skilled in the art that the computer device herein is a device capable of automatically performing numerical calculations and/or information processing in accordance with predetermined or stored instructions, the hardware of which includes, but is not limited to, microprocessors, application specific integrated circuits (Application Specific Integrated Circuit, ASICs), programmable gate arrays (fields-Programmable Gate Array, FPGAs), digital processors (Digital Signal Processor, DSPs), embedded devices, etc.
The computer equipment can be a desktop computer, a notebook computer, a palm computer, a cloud server and other computing equipment. The computer equipment can perform man-machine interaction with a user through a keyboard, a mouse, a remote controller, a touch pad or voice control equipment and the like.
The memory 41 includes at least one type of readable storage medium including flash memory, hard disk, multimedia card, card memory (e.g., SD or DX memory, etc.), random Access Memory (RAM), static Random Access Memory (SRAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), programmable Read Only Memory (PROM), magnetic memory, magnetic disk, optical disk, etc. In some embodiments, the storage 41 may be an internal storage unit of the computer device 4, such as a hard disk or a memory of the computer device 4. In other embodiments, the memory 41 may also be an external storage device of the computer device 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card) or the like, which are provided on the computer device 4. Of course, the memory 41 may also comprise both an internal memory unit of the computer device 4 and an external memory device. In this embodiment, the memory 41 is typically used to store an operating system and various application software installed on the computer device 4, such as computer readable instructions of a page dynamic configuration method. Further, the memory 41 may be used to temporarily store various types of data that have been output or are to be output.
The processor 42 may be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor, or other data processing chip in some embodiments. The processor 42 is typically used to control the overall operation of the computer device 4. In this embodiment, the processor 42 is configured to execute computer readable instructions stored in the memory 41 or process data, such as computer readable instructions for executing the page dynamic configuration method.
The network interface 43 may comprise a wireless network interface or a wired network interface, which network interface 43 is typically used for establishing a communication connection between the computer device 4 and other electronic devices.
In the above embodiments, the application discloses a computer device, which belongs to the technical field of research and development management and the field of financial technology. Receiving a development instruction of a search query page, analyzing a development demand document, obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query permission, designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item, generating a dynamic configuration page, displaying the dynamic configuration page on a front-end interface of an administrator, reading information to be configured input by the administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model, obtaining current page configuration information, obtaining a preset search query page template, and importing the current page configuration information into the search query page template to generate the search query page. According to the method and the device, the page configuration information is stored in the dynamic configuration data model, so that flexibility and configurability of page configuration can be achieved, dynamic configuration of the front-end page is achieved, dependence on a specific database and a data table is reduced, labor waste and redundant codes are reduced, and performance of front-end resource packaging is improved.
The present application also provides another embodiment, namely, a computer-readable storage medium storing computer-readable instructions executable by at least one processor to cause the at least one processor to perform the steps of the page dynamic configuration method as described above.
In the above embodiments, the application discloses a computer readable storage medium, which belongs to the technical field of research and development management and the field of financial science and technology. Receiving a development instruction of a search query page, analyzing a development demand document, obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query permission, designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item, generating a dynamic configuration page, displaying the dynamic configuration page on a front-end interface of an administrator, reading information to be configured input by the administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model, obtaining current page configuration information, obtaining a preset search query page template, and importing the current page configuration information into the search query page template to generate the search query page. According to the method and the device, the page configuration information is stored in the dynamic configuration data model, so that flexibility and configurability of page configuration can be achieved, dynamic configuration of the front-end page is achieved, dependence on a specific database and a data table is reduced, labor waste and redundant codes are reduced, and performance of front-end resource packaging is improved.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk), comprising several instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method described in the embodiments of the present application.
The subject application is operational with numerous general purpose or special purpose computer system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
It is apparent that the embodiments described above are only some embodiments of the present application, but not all embodiments, the preferred embodiments of the present application are given in the drawings, but not limiting the patent scope of the present application. This application may be embodied in many different forms, but rather, embodiments are provided in order to provide a more thorough understanding of the present disclosure. Although the present application has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that modifications may be made to the embodiments described in the foregoing, or equivalents may be substituted for elements thereof. All equivalent structures made by the specification and the drawings of the application are directly or indirectly applied to other related technical fields, and are also within the protection scope of the application.

Claims (10)

1. A method for dynamically configuring a page, comprising:
receiving a development instruction of a search query page, analyzing a development requirement document, and obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query rights;
Designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item;
generating a dynamic configuration page, and displaying the dynamic configuration page on a front-end interface of an administrator;
reading information to be configured input by an administrator on the dynamic configuration page, and inputting the information to be configured into the dynamic configuration data model to obtain current page configuration information;
acquiring a preset search query page template, importing the current page configuration information into the search query page template, and generating a search query page.
2. The method for dynamically configuring a page as recited in claim 1, wherein the step of receiving a development instruction of a search query page, parsing a development requirement document, and obtaining a page configurable item comprises:
receiving a development instruction of a search query page, and acquiring a development requirement document corresponding to the development instruction;
analyzing the development requirement document to obtain a document structure of the development requirement document;
determining configurable item information in the development requirements document based on the document structure;
And carrying out keyword matching on the configurable item information based on preset configurable item keywords to obtain the page configurable item, wherein the configurable item keywords comprise database and/or data table keywords, query condition keywords, result display keywords and query permission keywords.
3. The page dynamic configuration method according to claim 1, wherein the step of designing a dynamic configuration data model based on the page configurable item specifically comprises:
acquiring page dynamic configuration information matched with the page configurable item;
identifying a data structure of the page dynamic configuration information;
and designing the dynamic configuration data model according to the data structure of the page dynamic configuration information.
4. The method for dynamically configuring a page as recited in claim 3, wherein said step of designing said dynamic configuration data model according to a data structure of said page dynamic configuration information comprises:
creating an initial data model according to the data structure of the page dynamic configuration information;
establishing database connection, and connecting the initial data model with the database and/or the data table;
Creating a new data table, and acquiring the page dynamic configuration information from the database and/or the data table;
and inserting the obtained page dynamic configuration information into the new data table to obtain the dynamic configuration data model.
5. The method for dynamically configuring a page according to claim 3, wherein the step of generating a dynamic configuration page and displaying the dynamic configuration page on a front-end interface of an administrator comprises:
generating a dynamic configuration page, and filling the page dynamic configuration information into the dynamic configuration page;
rendering the dynamic configuration page to generate form elements matched with the page dynamic configuration information on the dynamic configuration page;
and displaying the dynamic configuration page carrying the form elements on a front-end interface of an administrator.
6. The method for dynamically configuring a page according to claim 5, wherein the step of reading information to be configured input by an administrator on the dynamically configuring page and inputting the information to be configured into the dynamically configuring data model to obtain the configuration information of the current page specifically comprises the steps of:
responding to user operation aiming at the form element on a front-end interface of an administrator, and analyzing the user operation to acquire the information to be configured;
Inputting the information to be configured into the dynamic configuration data model;
and matching the information to be configured with the page dynamic configuration information in the dynamic configuration data model to obtain the current page configuration information.
7. The method for dynamically configuring a page as recited in claim 1, wherein the step of obtaining a preset search query page template, importing the current page configuration information into the search query page template, and generating a search query page comprises the following steps:
creating the search query page template according to the page configurable item;
constructing data connection between the search query page template and the dynamic configuration data model;
responding to the development instruction, and acquiring the search query page template;
and importing the current page configuration information into the search query page template to generate a search query page.
8. A page dynamic configuration device, comprising:
the document analysis module is used for receiving a development instruction of a search query page, analyzing a development requirement document and obtaining a page configurable item, wherein the page configurable item comprises a database and/or a data table, query conditions, result display and query rights;
The data model module is used for designing a dynamic configuration data model based on the page configurable item, wherein the dynamic configuration data model stores page dynamic configuration information matched with the page configurable item;
the configuration page module is used for generating a dynamic configuration page and displaying the dynamic configuration page on a front-end interface of an administrator;
the dynamic configuration module is used for reading information to be configured input by an administrator on the dynamic configuration page, inputting the information to be configured into the dynamic configuration data model and obtaining the configuration information of the current page;
the page generation module is used for acquiring a preset search query page template, importing the current page configuration information into the search query page template and generating a search query page.
9. A computer device comprising a memory and a processor, the memory having stored therein computer readable instructions which when executed by the processor implement the steps of the page dynamic configuration method of any of claims 1 to 7.
10. A computer readable storage medium having stored thereon computer readable instructions which when executed by a processor implement the steps of the page dynamic configuration method of any of claims 1 to 7.
CN202311346500.6A 2023-10-17 2023-10-17 Page dynamic configuration method and device, computer equipment and storage medium Pending CN117492752A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311346500.6A CN117492752A (en) 2023-10-17 2023-10-17 Page dynamic configuration method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311346500.6A CN117492752A (en) 2023-10-17 2023-10-17 Page dynamic configuration method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN117492752A true CN117492752A (en) 2024-02-02

Family

ID=89675369

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311346500.6A Pending CN117492752A (en) 2023-10-17 2023-10-17 Page dynamic configuration method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN117492752A (en)

Similar Documents

Publication Publication Date Title
CN105550206B (en) The edition control method and device of structured query sentence
CN113010542B (en) Service data processing method, device, computer equipment and storage medium
CN113282591B (en) Authority filtering method, authority filtering device, computer equipment and storage medium
CN117033249B (en) Test case generation method and device, computer equipment and storage medium
CN114139503A (en) Document content processing method, device, equipment and storage medium
CN111797297B (en) Page data processing method and device, computer equipment and storage medium
CN117873486A (en) Front-end and back-end code automatic generation method, device, equipment and storage medium
CN117111909A (en) Code automatic generation method, system, computer equipment and storage medium
CN116956326A (en) Authority data processing method and device, computer equipment and storage medium
CN116383787A (en) Page creation method, page creation device, computer equipment and storage medium
CN116755688A (en) Component processing method, device, computer equipment and storage medium
CN116450723A (en) Data extraction method, device, computer equipment and storage medium
CN114626352B (en) Report automatic generation method, device, computer equipment and storage medium
CN117492752A (en) Page dynamic configuration method and device, computer equipment and storage medium
CN113504957A (en) Table data processing method and device, computer equipment and storage medium
CN113806372B (en) New data information construction method, device, computer equipment and storage medium
CN116661763A (en) Front-end and back-end development management method and device, computer equipment and storage medium
CN116541417A (en) Batch data processing method, device, computer equipment and storage medium
CN116975080A (en) Data batch change processing method, device, equipment and storage medium
CN117931910A (en) Data storage method, device, equipment and storage medium
CN116643884A (en) Data computing method, device, equipment and storage medium based on rule engine
CN117421233A (en) Annotation-based code generation method, annotation-based code generation device, computer equipment and storage medium
CN116775649A (en) Data classified storage method and device, computer equipment and storage medium
CN116149665A (en) XAML file modification method, XAML file modification device, computer equipment and storage medium
CN116933733A (en) Text input display method, device, equipment and storage medium thereof

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