CN109614101B - Page generation method, system, device, computer equipment and storage medium - Google Patents

Page generation method, system, device, computer equipment and storage medium Download PDF

Info

Publication number
CN109614101B
CN109614101B CN201811340800.2A CN201811340800A CN109614101B CN 109614101 B CN109614101 B CN 109614101B CN 201811340800 A CN201811340800 A CN 201811340800A CN 109614101 B CN109614101 B CN 109614101B
Authority
CN
China
Prior art keywords
attribute
control
updating
data
page
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
CN201811340800.2A
Other languages
Chinese (zh)
Other versions
CN109614101A (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.)
Shenzhen Hetai Intelligent Home Appliance Controller Co ltd
Original Assignee
Shenzhen Het Data Resources and Cloud 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 Shenzhen Het Data Resources and Cloud Technology Co Ltd filed Critical Shenzhen Het Data Resources and Cloud Technology Co Ltd
Priority to CN201811340800.2A priority Critical patent/CN109614101B/en
Publication of CN109614101A publication Critical patent/CN109614101A/en
Application granted granted Critical
Publication of CN109614101B publication Critical patent/CN109614101B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

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

Abstract

The embodiment of the invention discloses a page generation method, a system, a device, computer equipment and a storage medium, which receive a page update request sent by a first terminal, wherein the page update request comprises the following steps: control information and attribute update information; updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data; and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data. By the method, the efficiency of updating the page of the first terminal is improved.

Description

Page generation method, system, device, computer equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a page generation method, system, apparatus, computer device, and storage medium.
Background
Typically, in order to facilitate the developer to develop a device page containing various components, a component library, such as vue-stone component library of kyoto, is created in advance. Therefore, when a developer needs to use a certain component to develop the device page, the component can be directly obtained from the component library, and then the component code is configured according to the development document to generate the page, so that the developer of the device page is greatly facilitated.
However, the device page generated by the above method cannot be dynamically updated, that is, after the device page is generated, if the page is to be changed, the page code must be modified, which results in low traditional development efficiency, slow page updating speed and large workload of batch change.
Disclosure of Invention
In view of the above, it is necessary to provide a page generation method, a system, an apparatus, a computer device, and a storage medium, which can generate a page quickly.
A method of page generation, the method comprising:
receiving a page updating request sent by a first terminal, wherein the page updating request comprises: control information and attribute update information;
updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
A method of page generation, the method comprising:
sending a page updating request to a server, wherein the page updating request comprises: control information and attribute update information;
receiving control attribute updating data returned by the server and obtained according to the control information and the attribute updating information;
and generating a corresponding updating page according to the control attribute updating data.
A page generation system, the system comprising:
the first terminal is used for sending a page updating request to the server, wherein the page updating request comprises: control information and attribute update information;
the server is used for updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data and returning the control attribute updating data to the first terminal;
and the first terminal is also used for generating a corresponding updating page according to the control attribute updating data.
An apparatus for page generation, the apparatus comprising:
a request receiving module, configured to receive a page update request sent by a first terminal, where the page update request includes: control information and attribute update information;
the updating module is used for updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
and the return module is used for returning the control attribute updating data to the first terminal and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
An apparatus for page generation, the apparatus comprising:
a sending module, configured to send a page update request to a server, where the page update request includes: control information and attribute update information;
the control attribute updating data receiving module is used for receiving control attribute updating data which is returned by the server and obtained according to the control information and the attribute updating information;
and the generating module is used for generating a corresponding updating page according to the control attribute updating data.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
receiving a page updating request sent by a first terminal, wherein the page updating request comprises: control information and attribute update information;
updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
sending a page updating request to a server, wherein the page updating request comprises: control information and attribute update information;
receiving control attribute updating data returned by the server and obtained according to the control information and the attribute updating information;
and generating a corresponding updating page according to the control attribute updating data.
A computer-readable storage medium storing a computer program which, when executed by a processor, causes the processor to perform the steps of:
receiving a page updating request sent by a first terminal, wherein the page updating request comprises: control information and attribute update information;
updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
A computer-readable storage medium storing a computer program which, when executed by a processor, causes the processor to perform the steps of:
sending a page updating request to a server, wherein the page updating request comprises: control information and attribute update information;
receiving control attribute updating data returned by the server and obtained according to the control information and the attribute updating information;
and generating a corresponding updating page according to the control attribute updating data.
The invention provides a page generation method, a system, a device, computer equipment and a storage medium, wherein a server receives a page updating request containing control information and attribute updating information sent by a first terminal, so that the server can accurately position a specific attribute of a specific control and update the control attribute data to obtain control attribute updating data, and finally, the server returns the determined control attribute updating data to the first terminal, so that the first terminal directly generates a corresponding updating page according to the control attribute updating data. Therefore, through the above manner, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data returned by the server only by sending a page updating request containing the control information and the attribute updating information, and then can complete the updating of the page directly based on the control attribute updating data, so that the efficiency of updating the page of the first terminal is improved, namely the speed of generating the page is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Wherein:
FIG. 1 is a schematic diagram illustrating an implementation flow of a page generation method in one embodiment;
FIG. 2 is a flow chart illustrating the implementation of step S104 in one embodiment;
FIG. 3 is a diagram illustrating an application environment of step S104 in one embodiment;
FIG. 4 is a flowchart illustrating an implementation of a page generation method according to an embodiment;
FIG. 5 is a diagram illustrating interaction of a first terminal with a server in one embodiment;
FIG. 6 is a diagram of a control library in one embodiment;
FIG. 7 is a diagram of an application environment of the page generation system in one embodiment;
FIG. 8 is a block diagram showing the structure of a page generation apparatus in one embodiment;
FIG. 9 is a block diagram showing the construction of a page generation apparatus according to one embodiment;
FIG. 10 is a block diagram showing a configuration of a computer device according to an embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, in one embodiment, a page generation method is provided and applied to a server. The page generation method specifically comprises the following steps:
step S102, receiving a page updating request sent by a first terminal, wherein the page updating request comprises: control information and attribute update information.
The first terminal can be a desktop computer, a notebook computer and a vehicle-mounted computer, and can also be mobile computer equipment with an input function, such as a mobile phone, a smart watch and a tablet computer.
The page, may include but is not limited to the H5 page. The H5 page mainly refers to a page on a mobile terminal (mobile phone, tablet computer).
The page update request may include, but is not limited to, a request for updating a display manner of a control in a page.
And the control information is used for indicating the control to be updated in the page. In the embodiment of the present invention, multiple types of controls are displayed on a page of the first terminal, and each type of control may also include multiple different controls, for example, 6 different air conditioner switch controls of which the type is an air conditioner switch are set in the first terminal, so that the control information is used to accurately position the control to be updated. For example, the control information is: kongtiaokaiguan-2, which indicates the 2 nd air conditioner switch.
It should be noted that, when the server stores control attribute data of devices of multiple vendors, the control information is used to indicate pages of the vendors and controls to be updated in the pages. For example, there are two first terminals, one first terminal displays the equipment page of the hail air conditioner manufacturer, and the other first terminal displays the equipment page of the hail air conditioner manufacturer, so that the control information sent by the first terminal displaying the equipment page of the hail air conditioner manufacturer to the server is: the control information sent to the server by the first terminal displaying the equipment page of the Haler air conditioner manufacturer is as follows: and the server can identify the device pages of different manufacturers according to the control information.
In the embodiment of the invention, the control attribute data of the control libraries of the equipment pages of different manufacturers can be edited through the server.
And the attribute updating information is used for indicating the attribute of the control to be updated.
The attribute may include a display attribute. For example, a control of type air conditioner switch may have three display attributes: the air conditioner switch display method comprises the steps of color, size and position, wherein the color attribute is used for indicating the display color of a page of the first terminal of the air conditioner switch, the size attribute is used for indicating the display size of the page of the first terminal of the air conditioner switch, and the position attribute is used for indicating the display position of the page of the first terminal of the air conditioner switch.
The attribute may further include a status attribute. For example, a control of the type air conditioner switch may have two state attributes: and the on attribute is used for indicating that the air conditioner switch is displayed as on the page of the first terminal, and the off attribute is used for indicating that the air conditioner switch is displayed as off on the page of the first terminal.
In the embodiment of the invention, different controls of the same type have the same attribute, and a control of one type can comprise at least one attribute. It should also be noted that different types of controls may have the same properties. Controls, for example of the type air conditioner switch and light switch, may have the same properties: color and size.
In the embodiment of the present invention, when only one or a part of the controls in the page need to be updated and displayed, the page update request may include control information and attribute update information of all the controls of the page, or may include only the control information and attribute update information of the controls that need to be updated. When the page updating request contains the control information of all the controls of the page, the page updating request needs to differentially express the control information and the attribute updating information of the controls to be updated, so that the server can identify the control information and the attribute updating information of the controls to be updated.
In the embodiment of the present invention, a page update request sent by the first terminal may include one or more pieces of control information and attribute update information. It can be understood that, when a plurality of controls of a certain page need to be updated simultaneously, the control information and the attribute update information of the controls can be stored in a page update request simultaneously, so as to be sent to the server at one time. Of course, when a plurality of controls of a certain page need to be updated simultaneously, the control information and the attribute update information of the controls can be stored in different page update requests respectively and then sent to the server respectively.
In the embodiment of the invention, the page updating request of one control can comprise one control information and a plurality of attribute updating information. For example, a switch control contains a piece of control information: KongTiaoKaiGuan-4 and two attribute update messages: color and size to update the color and size of the switch control simultaneously.
Because pages with different functional requirements can be displayed in different modes, when the server stores control information of the pages with various functional requirements, the server can also set different page identifications for the different pages, so that the server can identify which type of page is. For example, a page identifier is set for a control page of an air conditioner as: the BS-kongtiaoUI sets a page identifier for a control page of the refrigerator device as follows: OPl-bingxiangUI. Different page identifications are set for different types of pages, so that the server can be helped to quickly identify the different types of pages, and meanwhile, the server can better identify the same type of controls in the different pages.
Of course, when the server stores control information of multiple types of pages, the server may also directly set different control information for the same type of controls in pages with different function requirements without setting page identifiers. For example, control information of a certain switch control in the air conditioner is set to KongTiaoKaiGuan-4; the control information of a certain switch control in the refrigerator appliance is set to BingXiangKaiGuan-4.
And step S104, updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data.
In one embodiment, the control information includes: a control identification; the attribute update information includes: attribute identification and attribute update status.
The control identification can be expressed in the following two ways. Firstly, a control identifier is represented in the form of a control type-control sequence number, for example, a first terminal needs to update a page display of a certain control, and the control identifier of the control may be set as: the control system comprises KongTiaoKaiGuan-4, wherein the type of the KongTiaoKaiGuan indication control is an air conditioner switch, and the serial number 4 indicates the 4 th air conditioner switch; and secondly, representing the control identification by setting unique codes for different controls, wherein the codes consist of numbers and/or letters and/or characters. For example, the control identification of a control is set as: ktiaokguan X4 for indicating a fourth air conditioner switch.
The attribute identifier may also be represented in a coding manner. Firstly, the code is random code, for example, the hashg 5UI is used for representing the attribute: color, attribute represented with aohgag 34 fj: size, using gtet7& fasf to represent attribute position; second, English translation encoded as attributes, for example, color is used to represent attributes: color, with size representing the attribute: size, using location to represent attributes: a position.
The attribute update state may include an attribute original state and an attribute target state.
Specifically, when one of the attribute update information is used to indicate a display attribute: for example, the attribute update information of a certain air conditioner switch control is: color: 0- >1, wherein the color represents that the attribute mark is color, 0 is the attribute original state of the air conditioner switch control, 1 is the attribute target state of the air conditioner switch control, 0 represents that the color of the air conditioner switch is white, 1 represents that the color of the air conditioner switch is black, and the information color is updated through the attribute: 0- >1, the color of the air conditioner switch needs to be updated from white to black.
When certain attribute update information is used to indicate a status attribute: for example, the attribute update information of a certain air conditioner switch control is: condition: 0- >1, wherein condition represents an attribute identification switch state, 0 is an attribute original state of the air conditioner switch control, 1 is an attribute target state of the air conditioner switch control, 0 represents that the air conditioner is in a closed state, 1 represents that the air conditioner is in an open state, and the condition is updated through attribute information: 0- >1, it is known that the air conditioning equipment needs to be turned on.
The attribute update status may also only include an attribute target status, for example, the attribute update information of a certain air conditioner switch control is: 1, as the value of the color is 1, the color of the air conditioner switch needs to be updated to black; or the attribute updating information of a certain air conditioner switch control is as follows: condition: 1, since the condition has a value of 1, it represents that the air conditioner needs to be turned on.
In an embodiment, the step S104 of updating the corresponding control attribute data according to the control information and the attribute update information to obtain control attribute update data specifically includes: and acquiring control attribute data corresponding to the control identification and the attribute identification, and updating the control attribute data according to the attribute updating state to obtain control attribute updating data.
The control attribute data is used for representing the attribute value before the control is updated; and the control attribute updating data is used for representing the updated value of the control attribute data.
For example, a control is identified as KongTiaoKaiGuan-4, a property is identified as color, and the update status of the property is 1 or 0- >1, meaning: updating the color of the air conditioner switch 4 to be black or updating the color of the air conditioner switch 4 from white to black, and then firstly acquiring control attribute data corresponding to the control identification KongTiaoKaiGuan-4 and the attribute identification color: white, then changing the value white of the control attribute data to black to obtain control attribute update data: balck and return to the first terminal.
In one embodiment, the control information further comprises: a control type; specifically, the obtaining of the control attribute data corresponding to the control identifier and the attribute identifier, and updating the control attribute data according to the attribute update status to obtain the control attribute update data includes:
obtaining a candidate attribute value according to the control type and the attribute identification;
determining a target attribute value from the candidate attribute values according to the attribute updating state;
and updating the control attribute data of the control corresponding to the control identification according to the target attribute value to obtain control attribute updating data.
The candidate attribute values are a plurality of preset control attribute data. For example, a control of a certain type contains two properties: color and size, where the color attribute has three candidate attribute values: yellow, white, black, the size attribute has two candidate attribute values: big and small.
Here, the attribute update status is used to indicate the location of the target attribute value. For example, it is assumed that the attribute update state is represented by a number, the attribute update state is 1, which indicates that the first candidate attribute value is the target attribute value, the attribute update state is 2, which indicates that the second candidate attribute value is the target attribute value, the attribute update state is 3, which indicates that the third candidate attribute value is the target attribute value, and so on, so that the target attribute value can be determined from the candidate attribute values according to the attribute update state, for example, the attribute update state is 3, which determines that the third candidate attribute value is the target attribute value, that is, the target attribute value is black, and it is assumed that the current control attribute data is white, and then white is replaced by black, so that the attribute update data black is obtained. Of course, the value of the attribute update status may also be consistent with the above, i.e. the value of the attribute update status indicates a specific color, for example, the color attribute has three candidate attribute values: yellow (corresponding number is 2), white (corresponding number is 3), and black (corresponding number is 1), when the value of the attribute update state is 1, the target attribute value is determined to be black according to the corresponding relationship, when the value of the attribute update state is 2, the target attribute value is determined to be yellow according to the corresponding relationship, and when the value of the attribute update state is 3, the target attribute value is determined to be white according to the corresponding relationship.
In an embodiment, as shown in fig. 2 and fig. 3, the page update request further includes device information, and the updating the corresponding control attribute data according to the control information and the attribute update information in step S104 to obtain control attribute update data includes:
step S104A, determining a second terminal according to the device information, and interacting with the second terminal according to the attribute updating information to obtain an interaction result. Step S104B, acquiring corresponding control attribute data according to the control information and the attribute updating information, and updating the control attribute data according to the interaction result to obtain control attribute updating data.
According to the scheme, the first terminal controls the second terminal to execute the corresponding operation through the control displayed on the terminal page of the first terminal, and the page display of the first terminal is updated after the second terminal completes the corresponding operation.
The device information is used for uniquely identifying a device and consists of numbers and/or letters and/or characters. For example, the device information kongtiaoshebei-3 indicates that the corresponding device is an air conditioner, and is the air conditioner numbered 3.
Here, the second terminal is network-connected to the server.
The second terminal may be a device of a different manufacturer, for example, the second terminal is an air conditioner of a hail manufacturer, or the second terminal is a television of a hail manufacturer. When the second terminal may be a device of a different manufacturer, the device information indicates a device manufacturer (such as a letter) and a device (such as an air conditioner or a television), for example, the device information haixin-kontiaoshebei-3, so that the server can accurately identify the device based on the device information.
Here, the attribute update information is mainly used to indicate a status attribute.
After receiving a page updating request sent by a first terminal, a server determines a second terminal according to device information, then generates a control instruction according to attribute updating information and sends the control instruction to the second terminal so as to control the second terminal to execute corresponding operation (namely, to interact with the second terminal), and returns an interaction result to the server, wherein the interaction result reflects the condition that the second terminal executes the corresponding operation. For example, assuming that the second terminal is an air conditioner, the attribute update information is a condition: 1, the server updates the information condition according to the attribute: the method comprises the steps that 1, an instruction for controlling the air conditioning equipment to be started is generated to control the air conditioning equipment to be started, and an interaction result returned by the air conditioning equipment is obtained, namely, a result of whether the air conditioning equipment is started successfully or not is reflected, for example, if the air conditioning equipment is started successfully, the interaction result returned by the air conditioning equipment is 1A, and if the air conditioning equipment is started unsuccessfully, the interaction result returned by the air conditioning equipment is 0B. The server receives the interaction result 1A returned by the air conditioning equipment, and then updates the information condition according to the control information KongTiaoKaiGuan-4 and the attribute: the method comprises the steps that 1, corresponding control attribute data close (representing that an air conditioner is in a closed state) is obtained, and as an interaction result is 1A, the fact that the air conditioner is successfully started is represented, then, the control attribute data are updated to open (representing that the air conditioner is in an open state), control attribute update data open are obtained, and the control attribute update data open are returned to a first terminal.
In one embodiment, in order to implement automatic update of the first terminal control when there is a new version, the attribute update information is further used to instruct to acquire control attribute update data of the new version.
For example, a page update request for a control: the control information is: and the KongTiaoKaiGuan-4, wherein the attribute updating information is Auto-update, so that when the server receives the page updating request, the server knows that the first terminal is to be automatically updated according to the value of the attribute updating information, acquires the control attribute data and the latest control attribute data of the fourth air conditioner switch, replaces the control attribute data with the latest control attribute data, acquires the control attribute updating data, and returns the control attribute updating data to the first terminal so that the first terminal completes automatic updating. Optionally, the first terminal sends a page update request with attribute update information being Auto-update to the server at preset intervals.
And step S106, returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
After the control attribute update data black is obtained in step S104, the control attribute update data black is returned to the first terminal, so that the first terminal can directly update the data black according to the control attribute, generate a corresponding update page, and complete the update of the page.
According to the scheme, the server receives the page updating request containing the control information and the attribute updating information sent by the first terminal, so that the server can accurately position a specific attribute of a specific control and update the control attribute data to obtain the control attribute updating data, and finally, the server returns the determined control attribute updating data to the first terminal, so that the first terminal directly generates a corresponding updating page according to the control attribute updating data. Therefore, through the above manner, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data returned by the server only by sending a page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the efficiency of updating the page of the first terminal is improved. In addition, the server can also be provided with control attribute data of devices of different manufacturers, so background data of device pages corresponding to different manufacturers can be uniformly managed through the server.
In an embodiment, before returning the control attribute update data to the first terminal in step S106, the method further includes:
carrying out format conversion on the control attribute updating data to obtain control attribute updating data in a target format; correspondingly, the step S106 of returning the control attribute update data to the first terminal includes: and returning the control attribute updating data in the target format to the first terminal.
Here, in order to adapt to the page code of the first terminal and ensure that the first terminal can recognize the control attribute update data sent by the server, format conversion needs to be performed on the control attribute update data. For example, the control attribute updating data is converted into a JSON format or an XML format, and then the control attribute updating data in the JSON format or the XML format is sent to the first terminal.
As shown in fig. 4, in one embodiment, a page generation method is provided and applied to a first terminal. The page generation method specifically comprises the following steps:
step S402, a page updating request is sent to a server, wherein the page updating request comprises: control information and attribute update information;
step S404, receiving control attribute updating data returned by the server and obtained according to the control information and the attribute updating information;
and step S406, generating a corresponding updating page according to the control attribute updating data.
According to the scheme, the page updating request containing the control information and the attribute updating information is sent to the server, so that the server can accurately position a specific attribute of a specific control, update the control attribute data to obtain the control attribute updating data, receive the control attribute updating data returned by the server, and finally generate the corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the step S406 of generating a corresponding update page according to the control attribute update data includes:
acquiring corresponding attribute parameters in a page code, and updating the attribute parameters in the page code according to the control attribute updating data;
and generating a corresponding updated page according to the updated page code.
The page code is a code that can be used in the page generation method according to the embodiment of the present invention. The page code comprises attribute parameters, and it can be understood that by updating the attribute parameters, similar controls with different attribute values can be obtained, so as to generate different controls of the same type. For example, the switch type control contains the color, the size and the position of the attribute, and the same type of switch control with different colors can be obtained by changing the color attribute parameters.
For example, the attribute parameter of the color attribute in the page code is black, the control attribute update data is white, and thus, the attribute parameter of the color attribute in the page code is updated to white.
In one embodiment, the control property update data is in a target format; step S406, generating a corresponding update page according to the control attribute update data includes:
analyzing the control attribute updating data in the target format to obtain corresponding attribute updating parameters;
and updating the attribute parameters of the corresponding control according to the attribute updating parameters to generate an updated page.
The target format may include, but is not limited to, JSON format and XML format (text format and other proprietary formats are also possible). JSON is a lightweight data exchange format, and adopts a text format completely independent of a programming language to store and represent data; XML is a simple data storage language that describes data using a series of simple tags that can be created in a convenient manner, and although XML takes up more space than binary data, XML is extremely simple to master and use.
In the embodiment of the invention, the specific attribute updating parameter can be obtained by analyzing the control attribute updating data in the target format, and then the attribute updating parameter is input to the corresponding attribute parameter, so that the updating of the corresponding attribute parameter can be finished, and the updated page can be generated.
In order to better explain the page generation method, as shown in fig. 5, the server includes a control system and a database, and a backend manager can configure different types of controls through a control library in the control system, as shown in fig. 6, specifically, the backend manager can edit the attributes of the different types of controls through an edit button to generate different controls at the first terminal by modifying the control attribute data, it needs to be explained that, after the control attribute data of the control system is updated, the control attribute update data needs to be sent to the database to synchronize the database with the control attribute data of the control system, and in order to enable the first terminal to identify the control attribute update data sent by the server, before the database sends the control attribute update data to the first terminal, format conversion needs to be performed on the control attribute update data, for example, converted to JSON format or XML format. When the first terminal needs to update the page, the first terminal sends a page updating request to the server, the server detects whether updated control attribute data exists or not according to the page updating request, obtains the updated control attribute data or obtains the updated control attribute data through interaction with the second terminal, replaces the original control attribute data with the updated control attribute data, and obtains the control attribute updating data and returns the control attribute updating data to the first control terminal.
FIG. 7 is a diagram of an application environment of the page generation method in one embodiment. Referring to fig. 7, the page generation method is applied to a page generation system 700. The page generation system 700 includes a first terminal 702 and a server 704. The first terminal 702 and the server 704 are connected via a network, the first terminal 702 may specifically be a desktop terminal or a mobile terminal, and the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. The server 704 may be implemented as a stand-alone server or as a server cluster comprised of multiple servers. The first terminal 702 is configured to send a page update request to the server, where the page update request includes: control information and attribute update information; the server 704 is configured to update corresponding control attribute data according to the control information and the attribute update information to obtain control attribute update data, and return the control attribute update data to the first terminal; the first terminal 702 is further configured to generate a corresponding update page according to the control attribute update data.
According to the page generation system, the server receives the page updating request containing the control information and the attribute updating information sent by the first terminal, so that the server can accurately position a specific attribute of a specific control and update the control attribute data to obtain the control attribute updating data, and finally, the server returns the determined control attribute updating data to the first terminal, so that the first terminal directly generates a corresponding updating page according to the control attribute updating data. Therefore, through the above manner, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data returned by the server only by sending a page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the efficiency of updating the page of the first terminal is improved.
In one embodiment, the control information includes: a control identification; the attribute update information includes: attribute identification and attribute update status;
the server 704 is further configured to obtain control attribute data corresponding to the control identifier and the attribute identifier, and update the control attribute data according to the attribute update status to obtain control attribute update data.
In one embodiment, the control information further comprises: a control type;
the server 704 is further configured to obtain a candidate attribute value according to the control type and the attribute identifier; determining a target attribute value from the candidate attribute values according to the attribute updating state; and updating the control attribute data of the control corresponding to the control identification according to the target attribute value to obtain control attribute updating data.
In one embodiment, the page update request further includes device information, and the server 704 is further configured to determine a second terminal according to the device information;
the second terminal is configured to receive an instruction sent by the server 704 according to the attribute update information, execute a corresponding operation according to the instruction, and return an execution result;
the server 704 is further configured to receive the execution result, obtain corresponding control attribute data according to the control information, update the control attribute data according to the execution result, and obtain control attribute update data.
In an embodiment, the server 704 is further configured to perform format conversion on the control attribute update data to obtain control attribute update data in a target format; and returning the control attribute updating data in the target format to the first terminal 702.
In an embodiment, the first terminal 702 is further configured to obtain corresponding attribute parameters in a page code, and update the attribute parameters in the page code according to the control attribute update data; and generating a corresponding updated page according to the updated page code.
In an embodiment, the control attribute update data exists in a target format, and the first terminal 702 is further configured to analyze the control attribute update data existing in the target format to obtain a corresponding attribute update parameter; and updating the attribute parameters of the corresponding control according to the attribute updating parameters to generate an updated page.
Fig. 8 shows a page generation apparatus 800 provided in an embodiment of the present invention, including:
a request receiving module 802, configured to receive a page update request sent by a first terminal, where the page update request includes: control information and attribute update information;
the updating module 804 is configured to update corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
a returning module 806, configured to return the control attribute update data to the first terminal, and instruct the first terminal to generate a corresponding update page according to the control attribute update data.
According to the device, the page updating request containing the control information and the attribute updating information sent by the first terminal is received, so that a specific attribute of a specific control can be accurately positioned, the control attribute data is updated accordingly to obtain the control attribute updating data, and finally, the determined control attribute updating data is returned to the first terminal, so that the first terminal directly generates a corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the control information includes: a control identification; the attribute update information includes: attribute identification and attribute update status; the update module 804 includes:
and the acquisition updating module is used for acquiring control attribute data corresponding to the control identification and the attribute identification, and updating the control attribute data according to the attribute updating state to obtain control attribute updating data.
In one embodiment, the control information further comprises: a control type; the acquisition update module includes:
the candidate attribute acquisition module is used for acquiring a candidate attribute value according to the control type and the attribute identifier;
the target attribute determining module is used for determining a target attribute value from the candidate attribute values according to the attribute updating state;
and the target attribute updating module is used for updating the control attribute data of the control corresponding to the control identification according to the target attribute value to obtain control attribute updating data.
In one embodiment, the page update request further includes device information, and the update module 804 includes:
the interaction result acquisition module is used for determining a second terminal according to the equipment information and interacting with the second terminal according to the attribute updating information to obtain an interaction result;
and the control attribute updating data acquisition module is used for acquiring corresponding control attribute data according to the control information and the attribute updating information, and updating the control attribute data according to the interaction result to obtain control attribute updating data.
In one embodiment, the page generating apparatus 800 further includes:
the format conversion module is used for carrying out format conversion on the control attribute updating data to obtain control attribute updating data in a target format; the return module 806 includes:
and the target format returning module is used for returning the control attribute updating data in the target format to the first terminal.
Fig. 9 shows a page generating apparatus 900 provided in an embodiment of the present invention, including:
a sending module 902, configured to send a page update request to a server, where the page update request includes: control information and attribute update information;
a control attribute update data receiving module 904, configured to receive control attribute update data obtained according to the control information and the attribute update information and returned by the server;
a generating module 906, configured to generate a corresponding update page according to the control attribute update data.
According to the device, the page updating request containing the control information and the attribute updating information is sent to the server, so that the server can accurately position a specific attribute of a specific control, update the control attribute data to obtain the control attribute updating data, receive the control attribute updating data returned by the server, and finally generate a corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the generating module 906 includes:
the attribute parameter updating module is used for acquiring corresponding attribute parameters in a page code and updating the attribute parameters in the page code according to the control attribute updating data;
and the updated page generating module is used for generating a corresponding updated page according to the updated page code.
In one embodiment, the control property update data is in a target format; the generating module 906 includes:
the analysis module is used for analyzing the control attribute updating data in the target format to obtain corresponding attribute updating parameters;
and the target parameter updating module is used for updating the attribute parameters of the corresponding control according to the attribute updating parameters to generate an updated page.
FIG. 10 is a diagram illustrating an internal structure of a computer device in one embodiment. The computer device may specifically be a terminal, and may also be a server. As shown in fig. 10, the computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and may also store a computer program that, when executed by the processor, causes the processor to implement the page generation method. The internal memory may also have a computer program stored therein, which when executed by the processor, causes the processor to perform the page generation method. Those skilled in the art will appreciate that the architecture shown in fig. 10 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, the page generation method provided by the present application can be implemented in the form of a computer program, and the computer program can be run on a computer device as shown in fig. 10. The memory of the computer device may store therein respective program templates constituting the page generating means. Such as a request receiving module 802, an updating module 804, and a returning module 806.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
receiving a page updating request sent by a first terminal, wherein the page updating request comprises: control information and attribute update information;
updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
According to the computer equipment, the page updating request containing the control information and the attribute updating information sent by the first terminal is received, so that a specific attribute of a specific control can be accurately positioned, the control attribute data is updated accordingly to obtain the control attribute updating data, and finally, the determined control attribute updating data is returned to the first terminal, so that the first terminal directly generates a corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the control information includes: a control identification; the attribute update information includes: attribute identification and attribute update status; the updating the corresponding control attribute data according to the control information and the attribute updating information to obtain the control attribute updating data includes: and acquiring control attribute data corresponding to the control identification and the attribute identification, and updating the control attribute data according to the attribute updating state to obtain control attribute updating data.
In one embodiment, the control information further comprises: a control type; the obtaining of the control attribute data corresponding to the control identifier and the attribute identifier, and updating the control attribute data according to the attribute updating state to obtain the control attribute updating data includes: obtaining a candidate attribute value according to the control type and the attribute identification; determining a target attribute value from the candidate attribute values according to the attribute updating state; and updating the control attribute data of the control corresponding to the control identification according to the target attribute value to obtain control attribute updating data.
In one embodiment, the page update request further includes device information, and the updating the corresponding control attribute data according to the control information and the attribute update information to obtain control attribute update data includes: determining a second terminal according to the equipment information, and interacting with the second terminal according to the attribute updating information to obtain an interaction result; and acquiring corresponding control attribute data according to the control information and the attribute updating information, and updating the control attribute data according to the interaction result to obtain control attribute updating data.
In one embodiment, before the returning the control attribute update data to the first terminal, the method further includes: carrying out format conversion on the control attribute updating data to obtain control attribute updating data in a target format; the returning the control attribute update data to the first terminal includes: and returning the control attribute updating data in the target format to the first terminal.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
sending a page updating request to a server, wherein the page updating request comprises: control information and attribute update information;
receiving control attribute updating data returned by the server and obtained according to the control information and the attribute updating information;
and generating a corresponding updating page according to the control attribute updating data.
According to the computer equipment, the page updating request containing the control information and the attribute updating information is sent to the server, so that the server can accurately position a specific attribute of a specific control, update the control attribute data to obtain the control attribute updating data, receive the control attribute updating data returned by the server, and finally generate a corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the generating a corresponding update page according to the control attribute update data includes: acquiring corresponding attribute parameters in a page code, and updating the attribute parameters in the page code according to the control attribute updating data; and generating a corresponding updated page according to the updated page code.
In one embodiment, the control property update data is in a target format; the generating of the corresponding update page according to the control attribute update data comprises: analyzing the control attribute updating data in the target format to obtain corresponding attribute updating parameters; and updating the attribute parameters of the corresponding control according to the attribute updating parameters to generate an updated page.
In one embodiment, a computer-readable storage medium is proposed, in which a computer program is stored which, when executed by a processor, causes the processor to carry out the steps of:
receiving a page updating request sent by a first terminal, wherein the page updating request comprises: control information and attribute update information;
updating corresponding control attribute data according to the control information and the attribute updating information to obtain control attribute updating data;
and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
According to the computer-readable storage medium, the page updating request containing the control information and the attribute updating information sent by the first terminal is received, so that a specific attribute of a specific control can be accurately positioned, the control attribute data is updated accordingly to obtain the control attribute updating data, and finally, the determined control attribute updating data is returned to the first terminal, so that the first terminal directly generates a corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the control information includes: a control identification; the attribute update information includes: attribute identification and attribute update status; the updating the corresponding control attribute data according to the control information and the attribute updating information to obtain the control attribute updating data includes: and acquiring control attribute data corresponding to the control identification and the attribute identification, and updating the control attribute data according to the attribute updating state to obtain control attribute updating data.
In one embodiment, the control information further comprises: a control type; the obtaining of the control attribute data corresponding to the control identifier and the attribute identifier, and updating the control attribute data according to the attribute updating state to obtain the control attribute updating data includes: acquiring a candidate attribute value according to the control type and the attribute identification; determining a target attribute value from the candidate attribute values according to the attribute updating state; and updating the control attribute data of the control corresponding to the control identification according to the target attribute value to obtain control attribute updating data.
In one embodiment, the page update request further includes device information, and the updating the corresponding control attribute data according to the control information and the attribute update information to obtain control attribute update data includes: determining a second terminal according to the equipment information, and interacting with the second terminal according to the attribute updating information to obtain an interaction result; and acquiring corresponding control attribute data according to the control information and the attribute updating information, and updating the control attribute data according to the interaction result to obtain control attribute updating data.
In one embodiment, before the returning the control attribute update data to the first terminal, the method further includes: before returning the control attribute updating data to the first terminal, carrying out format conversion on the control attribute updating data to obtain control attribute updating data in a target format; and returning the control attribute updating data in the target format to the first terminal.
In one embodiment, a computer-readable storage medium is proposed, in which a computer program is stored which, when executed by a processor, causes the processor to carry out the steps of:
sending a page updating request to a server, wherein the page updating request comprises: control information and attribute update information;
receiving control attribute updating data returned by the server and obtained according to the control information and the attribute updating information;
and generating a corresponding updating page according to the control attribute updating data.
According to the computer-readable storage medium, the page updating request containing the control information and the attribute updating information is sent to the server, so that the server can accurately position a specific attribute of a specific control and update the control attribute data to obtain the control attribute updating data, then receive the control attribute updating data returned by the server, and finally generate a corresponding updating page according to the control attribute updating data. Therefore, through the mode, when the page of the first terminal needs to be updated, the first terminal can acquire the control attribute updating data only by sending the page updating request containing the control information and the attribute updating information, and then can complete the page updating based on the control attribute updating data directly, so that the page updating efficiency of the first terminal is improved.
In one embodiment, the generating a corresponding update page according to the control attribute update data includes: acquiring corresponding attribute parameters in a page code, and updating the attribute parameters in the page code according to the control attribute updating data; and generating a corresponding updated page according to the updated page code.
In one embodiment, the control property update data is in a target format; the generating of the corresponding update page according to the control attribute update data comprises: analyzing the control attribute updating data in the target format to obtain corresponding attribute updating parameters; and updating the attribute parameters of the corresponding control according to the attribute updating parameters to generate an updated page.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), Rambus (Rambus) direct RAM (RDRAM), direct bused dynamic RAM (DRDRAM), and bused dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (12)

1. A page generation method, characterized in that the method comprises:
receiving a page updating request sent by a first terminal, wherein the page updating request comprises: the control information is used for indicating a control to be updated in a page, the control information comprises a control type and a control identification, the attribute updating information is used for indicating the attribute of the control to be updated, and the attribute updating information comprises an attribute identification and an attribute updating state;
obtaining a candidate attribute value according to the control type and the attribute identification; determining a target attribute value from the candidate attribute values according to the attribute updating state; updating the control attribute data of the control corresponding to the control identifier according to the target attribute value to obtain control attribute update data, wherein the control attribute update data is used for representing the updated value of the control attribute data, and the control attribute data is used for representing the attribute value of the control before updating;
and returning the control attribute updating data to the first terminal, and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
2. The method of claim 1, wherein the page update request further includes device information; the updating the corresponding control attribute data according to the control information and the attribute updating information to obtain the control attribute updating data includes:
determining a second terminal according to the equipment information, and interacting with the second terminal according to the attribute updating information to obtain an interaction result;
and acquiring corresponding control attribute data according to the control information and the attribute updating information, and updating the control attribute data according to the interaction result to obtain control attribute updating data.
3. The method of claim 1, further comprising, prior to said returning the control property update data to the first terminal:
carrying out format conversion on the control attribute updating data to obtain control attribute updating data in a target format;
the returning the control attribute update data to the first terminal includes:
and returning the control attribute updating data in the target format to the first terminal.
4. A page generation method, characterized in that the method comprises:
sending a page updating request to a server, wherein the page updating request comprises: the control information is used for indicating a control to be updated in a page, the control information comprises a control type and a control identification, the attribute updating information is used for indicating the attribute of the control to be updated, and the attribute updating information comprises an attribute identification and an attribute updating state;
receiving control attribute updating data returned by the server, wherein the control attribute updating data is used for representing a value after the control attribute data is updated, the control attribute updating data is obtained by the server according to the control type and the attribute identification, determining a target attribute value from the candidate attribute value according to the attribute updating state, and updating the control attribute data of the control corresponding to the control identification according to the target attribute value, and the control attribute data is used for representing the attribute value before the control is updated;
and generating a corresponding updating page according to the control attribute updating data.
5. The method of claim 4, wherein generating the corresponding updated page according to the control attribute update data comprises:
acquiring corresponding attribute parameters in a page code, and updating the attribute parameters in the page code according to the control attribute updating data;
and generating a corresponding updated page according to the updated page code.
6. The method of claim 5, wherein the control property update data exists in a target format;
the generating of the corresponding update page according to the control attribute update data comprises:
analyzing the control attribute updating data in the target format to obtain corresponding attribute updating parameters;
and updating the attribute parameters of the corresponding control according to the attribute updating parameters to generate an updated page.
7. A page generating apparatus, comprising:
a request receiving module, configured to receive a page update request sent by a first terminal, where the page update request includes: the control information is used for indicating a control to be updated in a page, the control information comprises a control type and a control identification, the attribute updating information is used for indicating the attribute of the control to be updated, and the attribute updating information comprises an attribute identification and an attribute updating state;
the updating module is used for acquiring a candidate attribute value according to the control type and the attribute identification; determining a target attribute value from the candidate attribute values according to the attribute updating state; updating the control attribute data of the control corresponding to the control identifier according to the target attribute value to obtain control attribute update data, wherein the control attribute update data is used for representing the updated value of the control attribute data, and the control attribute data is used for representing the attribute value of the control before updating;
and the return module is used for returning the control attribute updating data to the first terminal and indicating the first terminal to generate a corresponding updating page according to the control attribute updating data.
8. A page generating apparatus, comprising:
a sending module, configured to send a page update request to a server, where the page update request includes: the control information comprises a control type and a control identification, the control information is used for indicating a control to be updated in a page, the attribute updating information is used for indicating the attribute of the control to be updated, and the attribute updating information comprises an attribute identification and an attribute updating state;
a control attribute update data receiving module, configured to receive control attribute update data returned by the server, where the control attribute update data is obtained by the server obtaining a candidate attribute value according to the control type and the attribute identifier, determining a target attribute value from the candidate attribute values according to the attribute update state, and then updating the control attribute data of the control corresponding to the control identifier according to the target attribute value, where the control attribute update data is used to represent a value after the update of the control attribute data, and the control attribute data is used to represent a value before the update of the control;
and the generating module is used for generating a corresponding updating page according to the control attribute updating data.
9. A server comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the page generation method according to any one of claims 1 to 3 when executing the computer program.
10. A terminal, characterized in that it comprises a memory, a processor and a computer program stored in said memory and executable on said processor, said processor implementing the steps of the page generation method according to any one of claims 4 to 6 when executing said computer program.
11. A page generation system, characterized by comprising the server of claim 9 and the terminal of claim 10.
12. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the page generation method according to any one of claims 1 to 6.
CN201811340800.2A 2018-11-12 2018-11-12 Page generation method, system, device, computer equipment and storage medium Active CN109614101B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811340800.2A CN109614101B (en) 2018-11-12 2018-11-12 Page generation method, system, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811340800.2A CN109614101B (en) 2018-11-12 2018-11-12 Page generation method, system, device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109614101A CN109614101A (en) 2019-04-12
CN109614101B true CN109614101B (en) 2022-05-24

Family

ID=66004314

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811340800.2A Active CN109614101B (en) 2018-11-12 2018-11-12 Page generation method, system, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109614101B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112015497B (en) * 2019-05-13 2022-04-29 华为技术有限公司 Skin changing method and device
CN110619096B (en) * 2019-06-12 2022-08-23 北京无限光场科技有限公司 Method and apparatus for synchronizing data
CN110399583B (en) * 2019-06-14 2022-04-19 深圳绿米联创科技有限公司 Page display method and device, electronic equipment and storage medium
CN111026366B (en) * 2019-11-12 2023-09-22 贝壳技术有限公司 User interface implementation method and device, storage medium and electronic equipment
CN111679827B (en) * 2020-04-28 2024-04-26 深圳赛安特技术服务有限公司 H5 page generation method, device, equipment and storage medium
CN111857803A (en) * 2020-07-20 2020-10-30 北京达佳互联信息技术有限公司 Page updating method, device, server and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101202748A (en) * 2007-11-27 2008-06-18 优视动景(北京)技术服务有限公司 Method for browsing web of micro browser and micro browser
CN103019693A (en) * 2012-11-21 2013-04-03 用友软件股份有限公司 System and method for generating user interface
CN106682120A (en) * 2016-12-09 2017-05-17 北京深思数盾科技股份有限公司 Method and system for page generation

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10606466B2 (en) * 2015-07-13 2020-03-31 Facebook, Inc. Presenting additional content to an online system user based on user interaction with a scrollable content unit
CN112801754A (en) * 2016-06-03 2021-05-14 阿里巴巴集团控股有限公司 Data processing method, client and server-side system
CN106844656A (en) * 2017-01-23 2017-06-13 北京深思数盾科技股份有限公司 A kind of page adaptation method and system
CN108038212B (en) * 2017-12-20 2022-01-14 国泰新点软件股份有限公司 Data interaction method, device, system, equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101202748A (en) * 2007-11-27 2008-06-18 优视动景(北京)技术服务有限公司 Method for browsing web of micro browser and micro browser
CN103019693A (en) * 2012-11-21 2013-04-03 用友软件股份有限公司 System and method for generating user interface
CN106682120A (en) * 2016-12-09 2017-05-17 北京深思数盾科技股份有限公司 Method and system for page generation

Also Published As

Publication number Publication date
CN109614101A (en) 2019-04-12

Similar Documents

Publication Publication Date Title
CN109614101B (en) Page generation method, system, device, computer equipment and storage medium
US11132114B2 (en) Method and apparatus for generating customized visualization component
CN108829477B (en) Interface jump method, device, computer equipment and storage medium
CN109542529B (en) Function name-based point burying method and device, computer equipment and storage medium
US10282185B2 (en) Method and apparatus for firmware virtualization
CN110780897B (en) Code changing method and device
CN108228293B (en) Interface skin switching method and device
CN113590101B (en) Intelligent device function page configuration method, server and client
CN116088882B (en) Function configuration method, system and medium based on intelligent wearable device
CN112632420A (en) Interface skipping method and device, storage medium and electronic device
CN110109684B (en) Block chain link point management proxy service installation method, electronic device and storage medium
CN109032612B (en) Interface calling method and device of hybrid application and computer readable storage medium
CN111325012B (en) word report generation method and system
CN107239303B (en) Application program update package generation method and device and application program update method and device
CN111857803A (en) Page updating method, device, server and storage medium
CN113268232A (en) Page skin generation method and device and computer readable storage medium
CN110764864A (en) Terraform-based visual resource arrangement method
WO2022247420A1 (en) Configuration template generation method, network element configuration method and system therefor, and storage medium
CN114257624B (en) Configuration method, device and equipment of Internet of things equipment and storage medium
CN113419760A (en) Method, apparatus, computer device and medium for opening/saving project file
CN111079382A (en) Form rendering method and system based on MVVM (multifunction virtual machine) mode
CN112416383A (en) Hot updating method and device for golang program and computer equipment
CN111209613A (en) Rapid design method and system of intelligent product
CN111026466A (en) File processing method and device, computer readable storage medium and electronic equipment
CN114756271B (en) Interface updating method and device and electronic equipment

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
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 518000 Guangdong science and technology innovation and Research Institute, Shenzhen, Shenzhen, Nanshan District No. 6, science and technology innovation and Research Institute, Shenzhen, D 10, 1004, 10

Patentee after: Shenzhen Hetai intelligent home appliance controller Co.,Ltd.

Address before: 518000 Guangdong science and technology innovation and Research Institute, Shenzhen, Shenzhen, Nanshan District No. 6, science and technology innovation and Research Institute, Shenzhen, D 10, 1004, 10

Patentee before: SHENZHEN H&T DATA RESOURCES AND CLOUD TECHNOLOGY Ltd.