CN117931180A - Page layout generation method, device, equipment and storage medium - Google Patents

Page layout generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN117931180A
CN117931180A CN202410082647.7A CN202410082647A CN117931180A CN 117931180 A CN117931180 A CN 117931180A CN 202410082647 A CN202410082647 A CN 202410082647A CN 117931180 A CN117931180 A CN 117931180A
Authority
CN
China
Prior art keywords
page
page layout
user
generating
initial
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
CN202410082647.7A
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.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN202410082647.7A priority Critical patent/CN117931180A/en
Publication of CN117931180A publication Critical patent/CN117931180A/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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a page layout generation method, a page layout generation device, page layout generation equipment and a storage medium. The method comprises the following steps: acquiring a page requirement input by a first user, and generating an initial page layout according to the page requirement; and acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout. By the technical scheme, the page layout can be automatically recommended to the user, and the efficiency and the intelligence of front-end page design are improved.

Description

Page layout generation method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a page layout generation method, device, equipment and storage medium.
Background
With the rapid development of internet technology and the acceleration of digital transformation, enterprises and organizations face unprecedented challenges and opportunities. The front-end technology becomes a key bridge for connecting users and services and providing high-quality user experience. However, as the complexity of business logic increases, conventional front-end development schemes have been difficult to meet the requirements of rapid iteration and diversity. In this regard, many low-code or code-free development platforms have emerged in the industry to simplify the development process and accelerate project delivery. These platforms often lack sufficient flexibility to meet specific business needs.
Disclosure of Invention
The embodiment of the invention provides a page layout generation method, device, equipment and storage medium, which can automatically recommend page layout for a user and improve the efficiency and the intelligence of front-end page design.
According to an aspect of the present invention, there is provided a page layout generation method, including:
Acquiring a page requirement input by a first user, and generating an initial page layout according to the page requirement;
and acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout.
In some embodiments of the present invention, obtaining a page requirement input by a first user, and generating an initial page layout according to the page requirement, including:
Acquiring a page requirement input by a first user;
generating page layout suggestions according to the page requirements, and feeding the page layout suggestions back to the first user;
and if the confirmation operation suggested by the first user for the page layout is received, generating an initial page layout according to the page requirement.
In some embodiments of the invention, further comprising:
If a modification operation suggested by the first user for the page layout is received, acquiring a code input by the first user;
detecting whether an error exists in the code;
If errors exist in the code, code modification suggestions are generated and fed back to the first user.
In some embodiments of the invention, the initial page layout includes at least one component therein;
acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout, wherein the method comprises the following steps:
Acquiring the clicking times of a second user aiming at each component in the initial page layout within a preset time period;
sequencing the components according to the click times of each component and a preset rule to obtain the position information of each component;
and generating a target page layout according to the position information of each component.
In some embodiments of the present invention, after obtaining the page requirement input by the first user and generating the initial page layout according to the page requirement, the method further includes:
acquiring historical user data;
generating predicted page operations according to the historical user data;
And generating an adjustment suggestion for the initial page layout according to the predicted page operation, and feeding the adjustment suggestion back to the first user.
According to another aspect of the present invention, there is provided a page layout generating apparatus including:
The first acquisition and generation module is used for acquiring page requirements input by a first user and generating an initial page layout according to the page requirements;
The second acquisition and generation module is used for acquiring page operation of a second user on the initial page layout, adjusting the initial page layout according to the page operation and generating a target page layout.
In some embodiments of the invention, the first acquisition and generation module includes:
The first acquisition unit is used for acquiring the page requirement input by the first user;
the first generation unit is used for generating page layout suggestions according to the page requirements and feeding the page layout suggestions back to the first user;
and the second generation unit is used for generating an initial page layout according to the page requirement if the confirmation operation suggested by the first user for the page layout is received.
In some embodiments of the invention, further comprising:
The second acquisition unit is used for acquiring codes input by the first user if the modification operation suggested by the first user for the page layout is received;
A detection unit for detecting whether an error exists in the code;
And the third generation unit is used for generating a code modification suggestion and feeding back the code modification suggestion to the first user if the code has an error.
According to another aspect of the present invention, there is provided an electronic apparatus including:
At least one processor; and
A memory communicatively coupled to the at least one processor; wherein,
The memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the page layout generation method of any one of the embodiments of the present invention.
According to another aspect of the present invention, there is provided a computer readable storage medium storing computer instructions for causing a processor to implement the page layout generation method according to any of the embodiments of the present invention when executed.
According to the embodiment of the invention, firstly, the page requirement input by the first user is acquired, the initial page layout is generated according to the page requirement, then, the page operation of the second user aiming at the initial page layout is acquired, and the initial page layout is adjusted according to the page operation, so that the target page layout is generated. By the technical scheme, the page layout can be automatically recommended to the user, and the efficiency and the intelligence of front-end page design are improved.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a page layout generation method in an embodiment of the invention;
FIG. 2 is a schematic diagram of a page layout generating apparatus according to an embodiment of the present invention;
Fig. 3 is a schematic structural diagram of an electronic device implementing a page layout generating method according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It will be appreciated that prior to using the technical solutions disclosed in the embodiments of the present disclosure, the user should be informed and authorized of the type, usage range, usage scenario, etc. of the personal information related to the present disclosure in an appropriate manner according to the relevant legal regulations.
Example 1
Fig. 1 is a flowchart of a page layout generation method in an embodiment of the present invention, where the embodiment is applicable to a case of generating a page layout of a mobile banking APP, the method may be performed by a page layout generation device in the embodiment of the present invention, and the device may be implemented in a software and/or hardware manner, as shown in fig. 1, and the method specifically includes the following steps:
S101, acquiring page requirements input by a first user, and generating an initial page layout according to the page requirements.
The technical scheme of the embodiment of the invention can be integrated on a front-end page design platform based on low codes, and the page layout generation method is realized by the platform.
In this embodiment, the first user may be a developer, and specifically may be, for example, a developer of a mobile banking APP.
The page requirement can be a requirement of a mobile banking APP page layout which the developer wants to design. By way of example, the page requirement may be "a drop down menu with search function is required".
The initial page layout may be a page layout of a mobile banking APP automatically generated according to a page requirement input by a developer.
Specifically, a developer can simply describe requirements, such as "a drop-down menu with search function is needed", and automatically generate corresponding component codes for the requirements, so as to form an initial page layout.
S102, acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout.
In this embodiment, the second user may be a real user, i.e. a user of the mobile banking APP.
By way of example, the page operation may be a click or slide operation performed on the initial page layout by a user using the mobile banking APP.
The target page layout may be a page layout of the finally generated mobile banking APP.
Specifically, by analyzing the behavior and feedback of the real user, the interface elements are automatically adjusted, and the target page layout is generated, so that better user experience is provided.
According to the embodiment of the invention, firstly, the page requirement input by the first user is acquired, the initial page layout is generated according to the page requirement, then, the page operation of the second user aiming at the initial page layout is acquired, and the initial page layout is adjusted according to the page operation, so that the target page layout is generated. By the technical scheme, the page layout can be automatically recommended to the user, and the efficiency and the intelligence of front-end page design are improved.
Optionally, acquiring the page requirement input by the first user, and generating an initial page layout according to the page requirement, including:
and acquiring the page requirement input by the first user.
And generating page layout suggestions according to the page requirements, and feeding the page layout suggestions back to the first user.
The page layout suggestion may be a suggestion of a page layout of a mobile banking APP automatically generated according to a page requirement input by a developer.
In particular, a developer may simply describe a need, such as "a drop-down menu with search functionality is required," automatically generate the most relevant and meaningful charts and dashboards for it, and then recommend to the developer.
If a confirmation operation suggested by the first user for the page layout is received, generating an initial page layout according to the page requirement.
The confirmation operation may be an operation in which the developer confirms that the given page layout suggestion is adopted.
Specifically, if the developer confirms that the given page layout suggestion is directly adopted, the initial page layout is directly generated according to the page layout suggestion.
Optionally, the method further comprises:
And if the modification operation suggested by the first user for the page layout is received, acquiring the code input by the first user.
Wherein, the modification operation may be an operation in which a developer does not directly adopt the given page layout suggestion, but writes the code itself on the basis of the page layout suggestion.
Specifically, if the developer does not directly adopt the given page layout suggestion, but writes the code on its own based on the page layout suggestion, the code input by the developer is obtained.
It is detected whether there is an error in the code.
Specifically, whether an error or defect exists in the code is detected.
If there is an error in the code, a code modification suggestion is generated and fed back to the first user.
The code modification advice may be advice of code modification given for errors or defects existing in the code input by the developer himself.
Specifically, if errors or defects are detected in the code input by the developer, repair suggestions are provided for the developer, or the code can be directly repaired under the setting of the developer.
Optionally, at least one component is included in the initial page layout.
In this embodiment, the component may be a UI component existing in the APP page layout of the mobile banking, where the UI component is collectively referred to as UIUSER INTERFACE Module, i.e., a user interface component. The component encapsulates one or more code segments that perform their respective functions into one or more separate parts. The user interface element comprises such one or several code segments with respective functions, which ultimately completes the representation of the user interface.
Acquiring page operation of a second user on the initial page layout, adjusting the initial page layout according to the page operation, and generating a target page layout, wherein the method comprises the following steps:
and acquiring the clicking times of the second user aiming at each component in the initial page layout within a preset time period.
The preset time period may be a preset time period, which is not limited in this embodiment. The preset time period may be, for example, 3 days.
Specifically, a preset time period may be, for example, 3 days, and within the 3 days, the operations performed on the page layout by the user using the mobile phone bank APP are collected, especially, the clicking times of each component, for example, two components exist on the page layout, the financial component and the life payment component, and the clicking times of the two components within the 3 days are obtained, for example, the total clicking times of the financial component are clicked 100 times, and the life payment component is clicked 300 times.
And sequencing the components according to the click times of each component and a preset rule to obtain the position information of each component.
It should be noted that the preset rule may be a preset ordering rule of each component on the page layout. By way of example, the preset rule may be, for example, a lateral ordering from high to low in the number of clicks per component.
The location information of each component may be placement location information of each component on the page layout.
Specifically, for example, according to a preset rule that the number of clicks of each component is from high to low, each component on the page layout is reordered to obtain the position information of each component.
And generating a target page layout according to the position information of each component.
Optionally, after acquiring the page requirement input by the first user and generating the initial page layout according to the page requirement, the method further includes:
Historical user data is obtained.
It should be explained that the historical user data may be page operation data performed by the previously collected historical mobile banking APP user in the page layout.
Specifically, a part of page operations performed by the mobile phone banking APP user in the previous page layout of the mobile phone banking APP can be collected in advance, for example, clicking operations and clicking times of each component performed by the user on the page layout are data.
A predictive page operation is generated based on the historical user data.
The predicted page operation may be a page layout of the mobile banking APP predicted according to historical user data.
Specifically, the page layout of the mobile banking APP is predicted according to the historical user data, and predicted page operation is generated.
And generating an adjustment suggestion for the initial page layout according to the predicted page operation, and feeding back the adjustment suggestion to the first user.
The adjustment advice may be advice for adjusting the positional information of each component in the initial page layout.
Specifically, the initial page layout may be adjusted according to the historical user data, for example, the position information of each component in the initial page layout may be adjusted, a specific adjustment suggestion may be given, and the adjustment suggestion may be sent to the developer for reference.
According to the technical scheme, a front-end page design platform based on low codes is designed and developed, the platform can automatically recommend page layout and component configuration for users and support real-time multi-user online collaboration, the efficiency, intelligence and collaboration of the front-end page design are greatly improved, the front-end development is not limited by traditional development modes and tools, and the front-end development can be rapidly adapted to service changes and growth.
Example two
Fig. 2 is a schematic structural diagram of a page layout generating apparatus in an embodiment of the present invention. The embodiment can be applied to the situation of generating the page layout of the mobile banking APP, and the device can be implemented in a software and/or hardware mode, and can be integrated in any device providing the function of generating the page layout, as shown in fig. 2, where the page layout generating device specifically includes: a first acquisition and generation module 201 and a first acquisition and generation module 202.
The first acquiring and generating module 201 is configured to acquire a page requirement input by a first user, and generate an initial page layout according to the page requirement;
The second obtaining and generating module 202 is configured to obtain a page operation performed by a second user on the initial page layout, and adjust the initial page layout according to the page operation, so as to generate a target page layout.
Optionally, the first obtaining and generating module 201 includes:
The first acquisition unit is used for acquiring the page requirement input by the first user;
the first generation unit is used for generating page layout suggestions according to the page requirements and feeding the page layout suggestions back to the first user;
and the second generation unit is used for generating an initial page layout according to the page requirement if the confirmation operation suggested by the first user for the page layout is received.
Optionally, the method further comprises:
The second acquisition unit is used for acquiring codes input by the first user if the modification operation suggested by the first user for the page layout is received;
A detection unit for detecting whether an error exists in the code;
And the third generation unit is used for generating a code modification suggestion and feeding back the code modification suggestion to the first user if the code has an error.
Optionally, the initial page layout includes at least one component therein;
The second acquisition and generation module 202 includes:
the third acquisition unit is used for acquiring the clicking times of the second user aiming at each component in the initial page layout in a preset time period;
The ordering unit is used for ordering the components according to the number of clicking times of each component and a preset rule to obtain the position information of each component;
and a fourth generating unit for generating a target page layout according to the position information of each component.
Optionally, the apparatus further includes:
The acquisition module is used for acquiring historical user data;
the first generation module is used for generating predicted page operation according to the historical user data;
and the second generation module is used for generating an adjustment suggestion for the initial page layout according to the predicted page operation and feeding the adjustment suggestion back to the first user.
The product can execute the page layout generation method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the page layout generation method.
Example III
Fig. 3 shows a schematic diagram of an electronic device 30 that may be used to implement an embodiment of the invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Electronic equipment may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 3, the electronic device 30 includes at least one processor 31, and a memory, such as a Read Only Memory (ROM) 32, a Random Access Memory (RAM) 33, etc., communicatively connected to the at least one processor 31, wherein the memory stores a computer program executable by the at least one processor, and the processor 31 can perform various suitable actions and processes according to the computer program stored in the Read Only Memory (ROM) 32 or the computer program loaded from the storage unit 38 into the Random Access Memory (RAM) 33. In the RAM 33, various programs and data required for the operation of the electronic device 30 may also be stored. The processor 31, the ROM 32 and the RAM 33 are connected to each other via a bus 34. An input/output (I/O) interface 35 is also connected to bus 34.
Various components in electronic device 30 are connected to I/O interface 35, including: an input unit 36 such as a keyboard, a mouse, etc.; an output unit 37 such as various types of displays, speakers, and the like; a storage unit 38 such as a magnetic disk, an optical disk, or the like; and a communication unit 39 such as a network card, modem, wireless communication transceiver, etc. The communication unit 39 allows the electronic device 30 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The processor 31 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 31 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 31 performs the respective methods and processes described above, such as the page layout generation method:
Acquiring a page requirement input by a first user, and generating an initial page layout according to the page requirement;
and acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout.
In some embodiments, the page layout generation method may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as the storage unit 38. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 30 via the ROM 32 and/or the communication unit 39. When the computer program is loaded into the RAM 33 and executed by the processor 31, one or more steps of the page layout generation method described above may be performed. Alternatively, in other embodiments, the processor 31 may be configured to perform the page layout generation method in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on an electronic device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) through which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present invention may be performed in parallel, sequentially, or in a different order, so long as the desired results of the technical solution of the present invention are achieved, and the present invention is not limited herein.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (10)

1. A page layout generation method, comprising:
Acquiring a page requirement input by a first user, and generating an initial page layout according to the page requirement;
and acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout.
2. The method of claim 1, wherein obtaining a page requirement entered by a first user and generating an initial page layout based on the page requirement comprises:
Acquiring a page requirement input by a first user;
generating page layout suggestions according to the page requirements, and feeding the page layout suggestions back to the first user;
and if the confirmation operation suggested by the first user for the page layout is received, generating an initial page layout according to the page requirement.
3. The method as recited in claim 2, further comprising:
If a modification operation suggested by the first user for the page layout is received, acquiring a code input by the first user;
detecting whether an error exists in the code;
If errors exist in the code, code modification suggestions are generated and fed back to the first user.
4. The method of claim 1, wherein the initial page layout includes at least one component therein;
acquiring page operation of a second user on the initial page layout, and adjusting the initial page layout according to the page operation to generate a target page layout, wherein the method comprises the following steps:
Acquiring the clicking times of a second user aiming at each component in the initial page layout within a preset time period;
sequencing the components according to the click times of each component and a preset rule to obtain the position information of each component;
and generating a target page layout according to the position information of each component.
5. The method of claim 1, further comprising, after obtaining the page requirement entered by the first user and generating the initial page layout based on the page requirement:
acquiring historical user data;
generating predicted page operations according to the historical user data;
And generating an adjustment suggestion for the initial page layout according to the predicted page operation, and feeding the adjustment suggestion back to the first user.
6. A page layout generating apparatus, comprising:
The first acquisition and generation module is used for acquiring page requirements input by a first user and generating an initial page layout according to the page requirements;
The second acquisition and generation module is used for acquiring page operation of a second user on the initial page layout, adjusting the initial page layout according to the page operation and generating a target page layout.
7. The apparatus of claim 6, wherein the first acquisition and generation module comprises:
The first acquisition unit is used for acquiring the page requirement input by the first user;
the first generation unit is used for generating page layout suggestions according to the page requirements and feeding the page layout suggestions back to the first user;
and the second generation unit is used for generating an initial page layout according to the page requirement if the confirmation operation suggested by the first user for the page layout is received.
8. The apparatus as recited in claim 7, further comprising:
The second acquisition unit is used for acquiring codes input by the first user if the modification operation suggested by the first user for the page layout is received;
A detection unit for detecting whether an error exists in the code;
And the third generation unit is used for generating a code modification suggestion and feeding back the code modification suggestion to the first user if the code has an error.
9. An electronic device, the electronic device comprising:
At least one processor; and
A memory communicatively coupled to the at least one processor; wherein,
The memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the page layout generation method of any of claims 1-5.
10. A computer readable storage medium storing computer instructions for causing a processor to implement the page layout generation method of any one of claims 1-5 when executed.
CN202410082647.7A 2024-01-19 2024-01-19 Page layout generation method, device, equipment and storage medium Pending CN117931180A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410082647.7A CN117931180A (en) 2024-01-19 2024-01-19 Page layout generation method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410082647.7A CN117931180A (en) 2024-01-19 2024-01-19 Page layout generation method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN117931180A true CN117931180A (en) 2024-04-26

Family

ID=90753310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410082647.7A Pending CN117931180A (en) 2024-01-19 2024-01-19 Page layout generation method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN117931180A (en)

Similar Documents

Publication Publication Date Title
US8898641B2 (en) Managing transactions within a middleware container
CN111857674A (en) Business product generation method and device, electronic equipment and readable storage medium
CN115421728A (en) Business code generation method and device, electronic equipment and storage medium
CN117931180A (en) Page layout generation method, device, equipment and storage medium
CN115934550A (en) Test method, test device, electronic equipment and storage medium
CN114693116A (en) Method and device for detecting code review validity and electronic equipment
CN114706610A (en) Business flow chart generation method, device, equipment and storage medium
CN115659347A (en) Safety testing method and device, electronic equipment and storage medium
CN115269431A (en) Interface testing method and device, electronic equipment and storage medium
CN115167855A (en) Front-end page generation method, device and equipment applied to matching transaction system
CN114116688A (en) Data processing and data quality inspection method, device and readable storage medium
CN114048137A (en) Application testing method and device and electronic equipment
CN113138760A (en) Page generation method and device, electronic equipment and medium
CN116308798B (en) Stock index drawing method, device, equipment and storage medium
CN113407844B (en) Version recommendation method, device and equipment of applet framework and storage medium
CN113239296B (en) Method, device, equipment and medium for displaying small program
CN116091161A (en) Operation management method and device of filter element, electronic equipment and storage medium
CN116258594A (en) Method, device, equipment, medium and product for determining bond issuer default risk
CN115374010A (en) Function testing method, device, equipment and storage medium
CN115545341A (en) Event prediction method and device, electronic equipment and storage medium
CN116974621A (en) Parameter configuration method, device and equipment
CN114036392A (en) Page processing method, training method, device, electronic equipment and storage medium
CN116501284A (en) Voice control method, device, equipment, storage medium and program product
CN116225943A (en) Interactive interface testing method and device, electronic equipment and storage medium
CN115718771A (en) Method, device and equipment for extracting drive code and storage medium

Legal Events

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