CN116339733B - Application page generation method, system, electronic device and medium - Google Patents

Application page generation method, system, electronic device and medium Download PDF

Info

Publication number
CN116339733B
CN116339733B CN202310311863.XA CN202310311863A CN116339733B CN 116339733 B CN116339733 B CN 116339733B CN 202310311863 A CN202310311863 A CN 202310311863A CN 116339733 B CN116339733 B CN 116339733B
Authority
CN
China
Prior art keywords
page
function
user
information
application
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
CN202310311863.XA
Other languages
Chinese (zh)
Other versions
CN116339733A (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.)
Tianyi Beijing Technology Co ltd
Original Assignee
Tianyi Beijing Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tianyi Beijing Technology Co ltd filed Critical Tianyi Beijing Technology Co ltd
Priority to CN202310311863.XA priority Critical patent/CN116339733B/en
Publication of CN116339733A publication Critical patent/CN116339733A/en
Application granted granted Critical
Publication of CN116339733B publication Critical patent/CN116339733B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/53Querying
    • 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)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application belongs to the technical field of computer software, and aims to provide an application program page generation method, an application program page generation system, electronic equipment and a medium. According to the method and the device, the application program page is generated in a form that the user actively puts forward the user function requirement, and when the function page generated in the middle is not matched with the user requirement, the user can actively adjust page elements of the function page, so that the finally generated application program page can be matched with the user requirement; in addition, the application program pages are generated based on the function pages in the preset page database, namely the function pages for generating the application program pages are prestored, so that the generation efficiency of the application program pages is improved conveniently.

Description

Application page generation method, system, electronic device and medium
Technical Field
The application belongs to the technical field of computer software, and particularly relates to an application program page generation method, an application program page generation system, electronic equipment and a medium.
Background
An application, referred to as a computer program that operates in user mode to interact with a user to perform a particular task or tasks, has a visual user interface. Different applications may provide different business functions for the user.
In the prior art, in the process of developing an application program for a certain service function, a developer is usually required to analyze the service requirement, then develop a corresponding service function, and finally write a logic code corresponding to the service function.
However, in using the prior art, the inventors found that there are at least the following problems in the prior art:
the existing application program has low development efficiency and low individuation degree, and is difficult to match with the personal demands of users. In particular, the same function may exist in different business requirements, and the logic code of the function generally needs to be repeatedly written by a developer, so that the development efficiency of an application program is low. In addition, for the page of the same application program, the same setting is usually performed by the developer, so that the matching degree between the page of the application program and the requirement of the user is not high.
Disclosure of Invention
The application aims to solve the technical problems at least to a certain extent, and provides an application program page generation method, an application program page generation system, electronic equipment and a medium.
In order to achieve the above purpose, the present application adopts the following technical scheme:
in a first aspect, the present application provides a method for generating an application page, including:
receiving user function requirement information input by a user;
analyzing the user function requirement information to obtain function information matched with the user function requirement information;
extracting and outputting a function page matched with the current function information from a preset page database;
judging whether a page element adjustment instruction input by a user is received, if yes, entering the next step, and if not, generating an application program page according to a function page matched with the current function information;
and according to the page element adjustment instruction, performing page element adjustment on the current functional page, and then judging whether the page element adjustment instruction input by the user is received or not again until an application program page is generated.
The method and the device can realize quick generation of the application program page, have higher efficiency and have higher matching degree with the requirements of the user. In the implementation process, firstly, user function requirement information input by a user is received, then the user function requirement information is analyzed to obtain function information matched with the user function requirement information, and then a function page matched with the current function information is extracted and output from a preset page database so as to generate an application program page according to the function page matched with the current function information. In the process, an application program page is generated in a form that a user actively puts forward the user function requirement, and when the function page generated in the middle is not matched with the user requirement, the user can actively adjust page elements of the function page, so that the finally generated application program page can be matched with the user requirement; in addition, the application program pages are generated based on the function pages in the preset page database, namely the function pages for generating the application program pages are prestored, so that the generation efficiency of the application program pages is improved conveniently.
In one possible design, user function requirement information input by a user is received in the form of a chat window; the user function requirement information adopts characters and/or voice.
In one possible design, extracting a function page matching the current function information from a preset page database includes:
searching the current functional information from a preset page database, and judging whether a functional page with the same name as the current functional information or a similarity larger than a similarity threshold exists or not; if yes, setting the function page as a function page matched with the current function information, and then extracting the function page; if not, entering the next step;
judging whether user historical operation information exists, if so, entering the next step, otherwise, outputting a basic function page, so as to adjust the page element of the basic function page according to a page element adjustment instruction input by a user, and further generating an application program page; the user history operation information comprises user function requirement information input by a user history and a corresponding extracted function page;
based on the user historical operation information, acquiring an initial function page matched with the current function information from a preset page database in a machine learning classification mode, and then outputting the initial function page and a function page selection request bound with the initial function page;
and judging whether a selected instruction of the current initial functional page is received, if so, setting the initial functional page as a functional page matched with the current functional information, and extracting the functional page.
In one possible design, the functional page includes presentation elements including tables and/or statistical charts, input elements including text, dates, radio boxes, and/or multiple boxes, and action elements including buttons.
In one possible design, the page element adjustment instruction input by the user is received in the form of a chat window; the page element adjustment instruction binds a page element to be adjusted, and the page element adjustment instruction is divided into an element adding instruction, an element deleting instruction, an element modifying instruction and an element searching instruction.
In one possible design, after generating the application page, the method further includes:
receiving and analyzing an application function adjustment instruction input by a user, and then performing function adjustment on an application program corresponding to a current application program page;
receiving an application function adjustment instruction input by a user in a chat window mode; the application function adjustment instruction binds application function information to be adjusted, and the application function information comprises a flow function, an event function and a service action function.
In one possible design, after generating the application page, the method further includes:
receiving and analyzing an information statistical instruction input by a user, and then retrieving to obtain and output a statistical chart matched with the current information statistical instruction;
receiving and analyzing a chart adjustment instruction input by a user, and then adjusting the current statistical chart;
and receiving information statistics instructions and chart adjustment instructions input by a user in the form of a chat window.
In a second aspect, the present application provides an application page generation system, configured to implement an application page generation method according to any one of the above-mentioned aspects; the application page generation system includes:
the demand information receiving module is used for receiving user function demand information input by a user;
the demand information analysis module is in communication connection with the demand information receiving module and is used for analyzing and processing the user function demand information to obtain function information matched with the user function demand information;
the page generation module is in communication connection with the demand information analysis module and is used for extracting and outputting a functional page matched with the current functional information from a preset page database; and the method is used for judging whether a page element adjustment instruction input by a user is received, if so, carrying out page element adjustment on the current functional page according to the page element adjustment instruction, then judging whether the page element adjustment instruction input by the user is received again until an application program page is generated, and if not, generating the application program page according to the functional page matched with the current functional information.
In a third aspect, the present application provides an electronic device, comprising:
a memory for storing computer program instructions; the method comprises the steps of,
a processor for executing the computer program instructions to perform the operations of the application page generation method as claimed in any one of the preceding claims.
In a fourth aspect, the present application provides a computer readable storage medium storing computer program instructions that are configured to perform, when run, the operations of the application page generation method as claimed in any one of the preceding claims.
Drawings
FIG. 1 is a flow chart of an application page generation method in an embodiment;
FIG. 2 is a block diagram of an application page generation system in an embodiment;
fig. 3 is a block diagram of an electronic device in an embodiment.
Detailed Description
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the present application will be briefly described below with reference to the accompanying drawings and the description of the embodiments or the prior art, and it is obvious that the following description of the structure of the drawings is only some embodiments of the present application, and other drawings can be obtained according to these drawings without inventive effort to a person skilled in the art. It should be noted that the description of these examples is for aiding in understanding the present application, but is not intended to limit the present application.
Example 1:
the present embodiment discloses an application page generating method, which may be executed by, but not limited to, a computer device or a virtual machine with a certain computing resource, for example, an electronic device such as a personal computer, a smart phone, a personal digital assistant, or a wearable device, or a virtual machine.
As shown in fig. 1, an application page generating method may include, but is not limited to, the following steps:
receiving user function requirement information input by a user;
analyzing the user function requirement information to obtain function information matched with the user function requirement information; in this embodiment, a natural language processing (Natural Language Processing, NLP) algorithm is used to process the user function requirement information. It should be noted that, the NLP algorithm is based on a computer to analyze and generate natural language (text, voice, etc.), so as to make human beings interact with a computer system in natural language form, thereby more conveniently and effectively performing information management.
Extracting and outputting a function page matched with the current function information from a preset page database; it should be noted that, the page database stores a plurality of function pages matched with different function information, so that the user can conveniently call the function pages matched with the function requirements. As an example, in this embodiment, the function pages include a user operation page, such as a page including a personal information management page, a commodity purchase, etc., an in-station letter management page, an order management page, etc., and an administrator operation page, such as a page including an administrator information interface, a user information management interface, etc., which are not limited herein.
Judging whether a page element adjustment instruction input by a user is received, if yes, entering the next step, and if not, generating an application program page according to a function page matched with the current function information;
and according to the page element adjustment instruction, performing page element adjustment on the current functional page, and then judging whether the page element adjustment instruction input by the user is received or not again until an application program page is generated.
As an example, if the user function requirement information input by the user is "the client management function is needed", the user function requirement information is analyzed to obtain the function information of "the client management", and the function page with the same or similar name as the client management is extracted from the page database.
The method and the device can realize quick generation of the application program page, are higher in efficiency, and are higher in matching degree with the requirements of the user. Specifically, in the implementation process, firstly, user function requirement information input by a user is received, then analysis processing is performed on the user function requirement information to obtain function information matched with the user function requirement information, and then a function page matched with the current function information is extracted and output from a preset page database so as to generate an application page according to the function page matched with the current function information. In the process, an application program page is generated in a form that a user actively puts forward the user function requirement, and when the function page generated in the middle is not matched with the user requirement, the user can actively adjust page elements of the function page, so that the finally generated application program page can be matched with the user requirement; in addition, the application program pages are generated based on the function pages in the preset page database, namely the function pages for generating the application program pages are prestored, so that the generation efficiency of the application program pages is improved conveniently.
In this embodiment, user function requirement information input by a user is received in a chat window mode; the user function requirement information adopts characters and/or voice.
In this embodiment, extracting a function page matching with current function information from a preset page database includes:
searching the current function information from a preset page database, and judging whether a function page with the name identical to the current function information or with the similarity larger than a similarity threshold exists or not, namely judging whether a function page with the name identical to the current function information or with the similarity larger than the similarity threshold exists or not; if yes, setting the function page as a function page matched with the current function information, and then extracting the function page; if not, entering the next step;
judging whether user historical operation information exists, if so, entering the next step, otherwise, outputting a basic function page, so as to adjust the page element of the basic function page according to a page element adjustment instruction input by a user, and further generating an application program page; the user history operation information comprises user function requirement information input by a user history and a corresponding extracted function page;
based on the user historical operation information, acquiring an initial function page matched with the current function information from a preset page database in a machine learning classification mode, and then outputting the initial function page and a function page selection request bound with the initial function page; in this embodiment, the initial function page is output in a visual display manner, so that a user can quickly determine whether the initial function page is selected by the user.
And judging whether a selected instruction of the current initial functional page is received, if so, setting the initial functional page as a functional page matched with the current functional information, and extracting the functional page.
In this embodiment, if there is no function page whose name is the same as the current function information or whose similarity is greater than the similarity threshold, and there is no user history operation information, a basic function page in a form of a table and including an add-delete-check basic operation is output, so that a user refines the basic function page in a form of a chat window, and further, a function page satisfying the function requirement of the user is obtained.
In this embodiment, the functional page includes a presentation element, an input element, and an action element, where the presentation element includes a table and/or a statistical chart, the input element includes text, a date, a radio box, and/or a multiple box, and the action element includes a button.
In this embodiment, a page element adjustment instruction input by a user is received in the form of a chat window; the page element adjustment instruction binds a page element to be adjusted, and the page element adjustment instruction is divided into an element adding instruction, an element deleting instruction, an element modifying instruction and an element searching instruction.
According to the page element adjustment instruction, performing page element adjustment on the current functional page
As an example, when the page element adjustment instruction input by the user is an add element instruction, for example, a delivery date field is added, the add element instruction is parsed first, so that a result that the user inputs the add field and the field to be added is named as the delivery date is obtained, then, according to a preset format, the input mode of the delivery date is set as a date type input, and the relevant information of the delivery date field is added to the page configuration information of the current functional page. Thus, the date of delivery field may be automatically presented when the current function page is presented.
As an example, when the page element adjustment instruction input by the user is an element adding instruction, such as adding enterprise scale information in the client form, the element adding instruction is firstly parsed to obtain a result that the field to be added is added in the client form and the field to be added is named as enterprise scale information, and then the enterprise scale information is added in the client form according to a preset format, so that when the current functional page is displayed, the enterprise scale information exists in the client form.
In this embodiment, after the application page is generated, the method further includes:
receiving and analyzing an application function adjustment instruction input by a user, and then performing function adjustment on an application program corresponding to a current application program page;
receiving an application function adjustment instruction input by a user in a chat window mode; the application function adjustment instruction binds application function information to be adjusted, and the application function information comprises a flow function, an event function and a service action function.
As an example, when an order needs to be checked by a sales manager in an application program, at this time, an application function adjustment instruction input by a user is to add a process function, for example, a process function checked by a sales manager is added, each process in the application program stores information such as check nodes, at this time, a corresponding check process is automatically configured for order operation, and then the current application function adjustment instruction is analyzed to obtain a result that the user inputs that the order process is added and the process to be added is a check node of the sales manager, and then the node checked by the sales manager is added in the process configuration information of the application program, so that node circulation is performed according to the process configuration information in the operation process of the application program.
As an example, when an application program is to generate an invoice after the order audit is passed, that is, an audit passing event of the order audit process triggers an action of generating the invoice, at this time, an application function adjustment instruction input by a user is to add an event function, for example, an event function of generating the invoice is added after the order audit is passed, then the current application function adjustment instruction is parsed, the event to be added is input by the user as a result of generating the form after the order audit is passed and the form is an invoice, then the invoice is saved in configuration information of an order audit action, and the configuration of the action of generating the invoice is saved in configuration information of an audit completion event of the order audit process, therefore, in the running process of the application program, after the order audit is completed, configuration information of the order audit process is found, an action corresponding to the audit completion event is found, the configuration of the form is found from a form configuration library according to the configuration information of the action, the function of generating the form is called, and the action of generating the form is executed.
In this embodiment, after the application page is generated, the method further includes:
receiving and analyzing an information statistical instruction input by a user, and then retrieving to obtain and output a statistical chart matched with the current information statistical instruction;
receiving and analyzing a chart adjustment instruction input by a user, and then adjusting the current statistical chart;
and receiving information statistics instructions and chart adjustment instructions input by a user in the form of a chat window.
As an example, if the information statistics instruction input by the user is used for generating a sales performance line graph, finding a statistics graph with similar names according to the names of the statistics graph, and displaying the statistics graph to the user, so that the user can generate a software navigation menu for the statistics graph, and the software navigation menu is convenient to use later; if the statistical charts with similar names are not found, presuming the statistical charts wanted by the users according to the mode of machine learning classification of the statistical chart selection records of all the users of the platform; if the method still cannot find the statistical chart wanted by the user, the blank statistical chart is displayed, so that the blank statistical chart is continuously refined by the user in the form of chat.
In this embodiment, the user may put forward information statistics requirements in the form of chat, and adjust details of the statistics chart through chat, for example: the method is not limited herein, and the horizontal axis of the statistical chart is changed to the product type, the vertical axis is changed to the money amount, the style of the statistical chart is changed to the bar chart, the style of the statistical chart is modified, the parameters in the statistical chart are modified, and the like.
Example 2:
the embodiment discloses an application program page generation system, which is used for realizing the application program page generation method in the embodiment 1; as shown in fig. 2, the application page generation system includes:
the demand information receiving module is used for receiving user function demand information input by a user;
the demand information analysis module is in communication connection with the demand information receiving module and is used for analyzing and processing the user function demand information to obtain function information matched with the user function demand information;
the page generation module is in communication connection with the demand information analysis module and is used for extracting and outputting a functional page matched with the current functional information from a preset page database; and the method is used for judging whether a page element adjustment instruction input by a user is received, if so, carrying out page element adjustment on the current functional page according to the page element adjustment instruction, then judging whether the page element adjustment instruction input by the user is received again until an application program page is generated, and if not, generating the application program page according to the functional page matched with the current functional information.
Example 3:
on the basis of embodiment 1 or 2, this embodiment discloses an electronic device, which may be a smart phone, a tablet computer, a notebook computer, a desktop computer, or the like. An electronic device may be referred to as being used for a terminal, a portable terminal, a desktop terminal, etc., as shown in fig. 3, the electronic device includes:
a memory for storing computer program instructions; the method comprises the steps of,
a processor configured to execute the computer program instructions to perform the operations of the application page generation method according to any one of embodiment 1.
In particular, processor 301 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. The processor 301 may be implemented in at least one hardware form of DSP (Digital Signal Processing ), FPGA (Field-Programmable Gate Array, field programmable gate array), PLA (Programmable Logic Array ). The processor 301 may also include a main processor, which is a processor for processing data in an awake state, also called a CPU (Central Processing Unit ), and a coprocessor; a coprocessor is a low-power processor for processing data in a standby state. In some embodiments, the processor 301 may integrate a GPU (Graphics Processing Unit, image processor) for rendering and drawing of content required to be displayed by the display screen.
Memory 302 may include one or more computer-readable storage media, which may be non-transitory. Memory 302 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 302 is used to store at least one instruction for execution by processor 301 to implement the application page generation method provided in embodiment 1 of the present application.
In some embodiments, the terminal may further optionally include: a communication interface 303, and at least one peripheral device. The processor 301, the memory 302 and the communication interface 303 may be connected by a bus or signal lines. The respective peripheral devices may be connected to the communication interface 303 through a bus, signal line, or circuit board. Specifically, the peripheral device includes: at least one of radio frequency circuitry 304, a display screen 305, and a power supply 306.
The communication interface 303 may be used to connect at least one peripheral device associated with an I/O (Input/Output) to the processor 301 and the memory 302. In some embodiments, processor 301, memory 302, and communication interface 303 are integrated on the same chip or circuit board; in some other embodiments, either or both of the processor 301, the memory 302, and the communication interface 303 may be implemented on separate chips or circuit boards, which is not limited in this embodiment.
The Radio Frequency circuit 304 is configured to receive and transmit RF (Radio Frequency) signals, also known as electromagnetic signals. The radio frequency circuitry 304 communicates with a communication network and other communication devices via electromagnetic signals.
The display screen 305 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof.
The power supply 306 is used to power the various components in the electronic device.
Example 4:
on the basis of any one of embodiments 1 to 3, this embodiment discloses a computer-readable storage medium for storing computer-readable computer program instructions configured to perform the operations of the application page generation method described in embodiment 1 when run.
It will be apparent to those skilled in the art that the modules or steps of the application described above may be implemented in a general purpose computing device, they may be concentrated on a single computing device, or distributed across a network of computing devices, or they may alternatively be implemented in program code executable by computing devices, such that they may be stored in a memory device for execution by the computing devices, or they may be separately fabricated into individual integrated circuit modules, or multiple modules or steps within them may be fabricated into a single integrated circuit module. Thus, the present application is not limited to any specific combination of hardware and software.
Finally, it should be noted that the above embodiments are merely illustrative of the technical solution of the present application, and not limiting thereof; although the application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some of the technical features thereof can be replaced by equivalents. Such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims (9)

1. An application page generation method is characterized in that: comprising the following steps:
receiving user function requirement information input by a user;
analyzing the user function requirement information to obtain function information matched with the user function requirement information;
extracting and outputting a function page matched with the current function information from a preset page database;
judging whether a page element adjustment instruction input by a user is received, if yes, entering the next step, and if not, generating an application program page according to a function page matched with the current function information;
according to the page element adjustment instruction, performing page element adjustment on the current functional page, and then judging whether the page element adjustment instruction input by the user is received or not again until an application program page is generated;
extracting a function page matched with current function information from a preset page database, wherein the method comprises the following steps:
searching the current functional information from a preset page database, and judging whether a functional page with the same name as the current functional information or a similarity larger than a similarity threshold exists or not; if yes, setting the function page as a function page matched with the current function information, and then extracting the function page; if not, entering the next step;
judging whether user historical operation information exists, if so, entering the next step, otherwise, outputting a basic function page, so as to adjust the page element of the basic function page according to a page element adjustment instruction input by a user, and further generating an application program page; the user history operation information comprises user function requirement information input by a user history and a corresponding extracted function page;
based on the user historical operation information, acquiring an initial function page matched with the current function information from a preset page database in a machine learning classification mode, and then outputting the initial function page and a function page selection request bound with the initial function page;
and judging whether a selected instruction of the current initial functional page is received, if so, setting the initial functional page as a functional page matched with the current functional information, and extracting the functional page.
2. The application page generation method according to claim 1, wherein: receiving user function requirement information input by a user in a chat window mode; the user function requirement information adopts characters and/or voice.
3. The application page generation method according to claim 1, wherein: the function page comprises a presentation element, an input element and an action element, wherein the presentation element comprises a table and/or a statistical chart, the input element comprises a text, a date, a radio box and/or a multi-box, and the action element comprises a button.
4. The application page generation method according to claim 1, wherein: receiving a page element adjustment instruction input by a user in the form of a chat window; the page element adjustment instruction binds a page element to be adjusted, and the page element adjustment instruction is divided into an element adding instruction, an element deleting instruction, an element modifying instruction and an element searching instruction.
5. The application page generation method according to claim 1, wherein: after the application page is generated, the method further comprises:
receiving and analyzing an application function adjustment instruction input by a user, and then performing function adjustment on an application program corresponding to a current application program page;
receiving an application function adjustment instruction input by a user in a chat window mode; the application function adjustment instruction binds application function information to be adjusted, and the application function information comprises a flow function, an event function and a service action function.
6. The application page generation method according to claim 1, wherein: after the application page is generated, the method further comprises:
receiving and analyzing an information statistical instruction input by a user, and then retrieving to obtain and output a statistical chart matched with the current information statistical instruction;
receiving and analyzing a chart adjustment instruction input by a user, and then adjusting the current statistical chart;
and receiving information statistics instructions and chart adjustment instructions input by a user in the form of a chat window.
7. An application page generation system, characterized by: for implementing the application page generation method according to any one of claims 1 to 6; the application page generation system includes:
the demand information receiving module is used for receiving user function demand information input by a user;
the demand information analysis module is in communication connection with the demand information receiving module and is used for analyzing and processing the user function demand information to obtain function information matched with the user function demand information;
the page generation module is in communication connection with the demand information analysis module and is used for extracting and outputting a functional page matched with the current functional information from a preset page database; and the method is used for judging whether a page element adjustment instruction input by a user is received, if so, carrying out page element adjustment on the current functional page according to the page element adjustment instruction, then judging whether the page element adjustment instruction input by the user is received again until an application program page is generated, and if not, generating the application program page according to the functional page matched with the current functional information.
8. An electronic device, characterized in that: comprising the following steps:
a memory for storing computer program instructions; the method comprises the steps of,
a processor for executing the computer program instructions to perform the operations of the application page generation method of any one of claims 1 to 6.
9. A computer readable storage medium storing computer program instructions readable by a computer, characterized by: the computer program instructions are configured to perform the operations of the application page generation method of any of claims 1 to 6 when run.
CN202310311863.XA 2023-03-27 2023-03-27 Application page generation method, system, electronic device and medium Active CN116339733B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310311863.XA CN116339733B (en) 2023-03-27 2023-03-27 Application page generation method, system, electronic device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310311863.XA CN116339733B (en) 2023-03-27 2023-03-27 Application page generation method, system, electronic device and medium

Publications (2)

Publication Number Publication Date
CN116339733A CN116339733A (en) 2023-06-27
CN116339733B true CN116339733B (en) 2023-11-28

Family

ID=86880256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310311863.XA Active CN116339733B (en) 2023-03-27 2023-03-27 Application page generation method, system, electronic device and medium

Country Status (1)

Country Link
CN (1) CN116339733B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338724A (en) * 2020-02-11 2020-06-26 北京三快在线科技有限公司 Page configuration method and device, electronic equipment and computer readable medium
CN111506849A (en) * 2020-04-07 2020-08-07 口碑(上海)信息技术有限公司 Page generation method and device
CN112487142A (en) * 2020-11-27 2021-03-12 易联众信息技术股份有限公司 Conversational intelligent interaction method and system based on natural language processing
CN114035793A (en) * 2021-12-13 2022-02-11 中国平安财产保险股份有限公司 Page generation method, page generation device, equipment and storage medium
CN114611041A (en) * 2022-03-09 2022-06-10 平安普惠企业管理有限公司 Front-end page construction method and device, computer equipment and medium
CN115509668A (en) * 2022-10-25 2022-12-23 中粮信托有限责任公司 Method, device and equipment for constructing front-end page analytic framework and storage medium
CN115658063A (en) * 2022-11-11 2023-01-31 中国农业银行股份有限公司 Page information generation method, device, equipment and storage medium
WO2023029508A1 (en) * 2021-08-30 2023-03-09 康键信息技术(深圳)有限公司 User portrait-based page generation method and apparatus, device, and medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11481212B2 (en) * 2020-09-11 2022-10-25 International Business Machines Corporation Automatic identification of reference data

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338724A (en) * 2020-02-11 2020-06-26 北京三快在线科技有限公司 Page configuration method and device, electronic equipment and computer readable medium
CN111506849A (en) * 2020-04-07 2020-08-07 口碑(上海)信息技术有限公司 Page generation method and device
CN112487142A (en) * 2020-11-27 2021-03-12 易联众信息技术股份有限公司 Conversational intelligent interaction method and system based on natural language processing
WO2023029508A1 (en) * 2021-08-30 2023-03-09 康键信息技术(深圳)有限公司 User portrait-based page generation method and apparatus, device, and medium
CN114035793A (en) * 2021-12-13 2022-02-11 中国平安财产保险股份有限公司 Page generation method, page generation device, equipment and storage medium
CN114611041A (en) * 2022-03-09 2022-06-10 平安普惠企业管理有限公司 Front-end page construction method and device, computer equipment and medium
CN115509668A (en) * 2022-10-25 2022-12-23 中粮信托有限责任公司 Method, device and equipment for constructing front-end page analytic framework and storage medium
CN115658063A (en) * 2022-11-11 2023-01-31 中国农业银行股份有限公司 Page information generation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN116339733A (en) 2023-06-27

Similar Documents

Publication Publication Date Title
US11928432B2 (en) Multi-modal pre-training model acquisition method, electronic device and storage medium
US20210406981A1 (en) Method and apparatus of determining display page, electronic device, and medium
CN112463154A (en) Page generation method, device and system and electronic equipment
CN114036443A (en) Page generation method and device
CN117931188A (en) Front-end layout code automatic generation method and device, electronic equipment and medium
CN116339733B (en) Application page generation method, system, electronic device and medium
CN114880498B (en) Event information display method and device, equipment and medium
CN116450723A (en) Data extraction method, device, computer equipment and storage medium
CN113138760B (en) Page generation method and device, electronic equipment and medium
CN114266233A (en) Form generation method, device, equipment and medium
CN113344620A (en) Method, device and storage medium for issuing welfare information
CN112861504A (en) Text interaction method, device, equipment, storage medium and program product
CN112819619A (en) Transaction processing method and device
CN111754196B (en) Configuration method, device and storage medium of application flow of disabled assistive device
JP7178033B1 (en) Document setting system, document setting method and program
CN113157360B (en) Method, apparatus, device, medium, and article for processing an API
CN113360765B (en) Event information processing method and device, electronic equipment and medium
CN112949670B (en) Data set switching method and device for federal learning model
CN118733148A (en) Form generation method and system for APP development, electronic equipment and product
CN114781399A (en) Text processing method and device, electronic equipment and storage medium
CN116225437A (en) Page generation method and device, electronic equipment and storage medium
CN114841755A (en) Method and device for generating file, electronic equipment and storage medium
CN117372093A (en) Content recommendation method, system, electronic equipment and medium
CN117390232A (en) Enterprise portrait construction method, system, equipment and storage medium
CN117032859A (en) Layered development device, method, equipment and medium for UI (user interface) and business application

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