CN111984259A - Interface creating method, device, equipment and storage medium - Google Patents

Interface creating method, device, equipment and storage medium Download PDF

Info

Publication number
CN111984259A
CN111984259A CN202010661439.4A CN202010661439A CN111984259A CN 111984259 A CN111984259 A CN 111984259A CN 202010661439 A CN202010661439 A CN 202010661439A CN 111984259 A CN111984259 A CN 111984259A
Authority
CN
China
Prior art keywords
interface
data object
template
target
client
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
CN202010661439.4A
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.)
Zhejiang Dasou Vehicle Software Technology Co Ltd
Original Assignee
Zhejiang Dasou Vehicle Software 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 Zhejiang Dasou Vehicle Software Technology Co Ltd filed Critical Zhejiang Dasou Vehicle Software Technology Co Ltd
Priority to CN202010661439.4A priority Critical patent/CN111984259A/en
Publication of CN111984259A publication Critical patent/CN111984259A/en
Pending legal-status Critical Current

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

Abstract

The embodiment of the application provides an interface creating method, an interface creating device, interface creating equipment and a storage medium, and relates to the technical field of computers. The method comprises the following steps: the server receives an interface creating request sent by the client, wherein the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template; acquiring a data object of the interface template according to the template identifier; generating a target data object of a target interface according to the data object and the target configuration information; and sending the target data object to the client so that the client performs interface rendering processing according to the target data object and displays a corresponding target interface. According to the embodiment of the application, the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.

Description

Interface creating method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a system for creating an interface.
Background
With the continuous improvement of the technology level, the electronic commerce is developed rapidly. In order to improve user experience, each e-commerce usually presents different operation interfaces to a user through a corresponding Application program (APP) during different festivals or different activities. In the process of creating each operation interface, usually, a developer first collects the requirements of an operator, then writes codes according to the collected requirements to create an interface, and finally performs release processing through a release flow to update the operation interface of an application program. Not only is the interface creation process complex, but also a great deal of labor and time costs are required.
Disclosure of Invention
The embodiment of the application aims to provide an interface creating method, an interface creating device, interface creating equipment and a storage medium, so as to solve the problems that the creating process of the current interface is complex, and a large amount of manpower and time cost are required to be invested.
To solve the above technical problem, one or more embodiments of the present application are implemented as follows:
in a first aspect, an embodiment of the present application provides an interface creating method, applied to a server, including:
receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
acquiring a data object of the interface template according to the template identification; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
generating a target data object of the target interface according to the data object and the target configuration information;
and sending the target data object to the client so that the client performs interface rendering processing according to the target data object and displays the corresponding target interface.
In a second aspect, an embodiment of the present application provides an interface creating method, applied to a client, including:
responding to the interface creating operation of a user, and sending an interface creating request to a server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
receiving the target data object sent by the server;
and performing interface rendering processing according to the target data object and displaying the corresponding target interface.
In a third aspect, an embodiment of the present application provides an interface creating apparatus, which is applied to a server, and includes:
the receiving module is used for receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
the acquisition module is used for acquiring the data object of the interface template according to the template identifier; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
the generating module is used for generating a target data object of the target interface according to the data object and the target configuration information;
and the sending module is used for sending the target data object to the client so as to enable the client to perform interface rendering processing according to the target data object and display the corresponding target interface.
In a fourth aspect, an embodiment of the present application provides an interface creating apparatus, which is applied to a client, and includes:
the sending module is used for responding to the interface creating operation of the user and sending an interface creating request to the server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
the receiving module is used for receiving the target data object sent by the server;
and the display module is used for performing interface rendering processing according to the target object and displaying the corresponding target interface.
In a fifth aspect, an embodiment of the present application provides a data processing apparatus, including: a processor; and a memory arranged to store computer executable instructions that, when executed, cause the processor to carry out the steps of the interface creation method provided by the first aspect above, or the steps of the interface creation method provided by the second aspect above.
In a sixth aspect, an embodiment of the present application provides a storage medium for storing computer-executable instructions, where the computer-executable instructions, when executed, implement the steps of the interface creation method provided in the first aspect described above, or implement the steps of the interface creation method provided in the second aspect described above.
According to the interface creating method, the interface creating device, the interface creating equipment and the storage medium, when a server receives an interface creating request sent by a client, a data object of an interface template is obtained according to a template identifier of the interface template included in the interface creating request; and generating a target data object of the target interface according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request, and sending the target data object to the client so that the client performs rendering processing based on the target data object and displays the target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
Drawings
In order to more clearly illustrate one or more embodiments of the present application or technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art without inventive exercise.
Fig. 1 is a scene schematic diagram of an interface creation method provided in an embodiment of the present application;
fig. 2 is a first flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 3 is a second flowchart of an interface creating method according to an embodiment of the present application;
fig. 4 is a third flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 5 is a fourth flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 6 is a fifth flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 7 is a sixth flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 8 is a seventh flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 9 is an eighth flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 10 is a ninth flowchart illustrating an interface creating method according to an embodiment of the present application;
fig. 11 is a schematic diagram illustrating a first module composition of an interface creation apparatus according to an embodiment of the present application;
fig. 12 is a schematic diagram illustrating a second module composition of an interface creation apparatus according to an embodiment of the present disclosure;
fig. 13 is a schematic structural diagram of an interface creating device according to an embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the embodiments of the present application, the technical solutions in the embodiments of the present application will be described clearly and completely below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a schematic view of an application scenario of an interface creation method provided in an embodiment of the present application, and as shown in fig. 1, the scenario includes: a client and a server; the client may be a mobile phone, a tablet computer, a desktop computer, a portable notebook computer, etc. (only the desktop computer is shown in fig. 1), and the server may be an independent server or a server cluster composed of a plurality of servers.
Specifically, when a user needs to create an interface, the user operates the client to select an interface template of a target interface to be created, configures configuration information of components to be configured in the interface template according to the style of the target interface, and operates a submission control when editing is completed; when the client detects the creation operation of a user, an interface creation request is generated according to the acquired template identification of the interface template and the configuration information of the component to be configured, and the interface creation request is sent to the server. The server side obtains a data object of a corresponding interface template according to a template mark included in the interface creating request, wherein the data object is used for analyzing the style of an initial interface corresponding to the interface template; and generating a target data object of the target interface according to the acquired data object and the target configuration information included in the interface creation request, and sending the target data object to the client. And the client performs interface rendering processing according to the received target data object and displays a corresponding target interface. Therefore, an interface is created based on the interface template, a user can send an interface creation request to the server side through the client side only by determining the corresponding interface template and the target configuration information of the components to be configured in the interface template through the client side, and the server side automatically generates a target data object of the target interface, so that the client side performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can establish the interface at any time, and can establish different interfaces based on the same interface template, and is more intelligent.
Based on the application scenario architecture, an embodiment of the present application provides an interface creating method, fig. 2 is a flowchart illustrating the interface creating method provided by the embodiment of the present application, and the method in fig. 2 can be executed by the server in fig. 1, as shown in fig. 2, the method includes the following steps:
step S102, receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of a component to be configured in the interface template;
specifically, when a user needs to create an interface, the user operates the client to select an interface template of a target interface to be created, configures configuration information of components to be configured in the interface template according to the style of the target interface, and operates a submission control when editing is completed; when a client detects the submission operation of a user, generating an interface creation request according to the acquired template identification of the interface template and the configuration information of the component to be configured; and sending an interface creating request to the server. The type of the user is not specifically limited in this application, such as product managers, operators, developers, and the like. The interface template comprises at least one component, and each component corresponds to an input box, a selection box, a determination button and the like in the target interface; the user can configure the configuration information of one or more components according to the needs of the user. Preferably, the configuration information is information in the form of Key Value pairs, i.e. information in the form of Key-Value, where Key is, for example, a component name or a component identifier, and Value is a Value of a component, i.e. information to be presented in the interface. As an example, the configuration information of a certain component is "Option-City", which characterizes the component with the component name Option, and the information presented in the target interface is City.
Step S104, acquiring a data object of the interface template according to the template identifier; the data object is used for analyzing the style of an initial interface corresponding to the interface template;
the data object comprises initial configuration information of each component in the interface template, and the initial configuration information can also be called as default configuration information; the initial configuration information includes information such as the type of the component, default values, and the like. And analyzing the style of the initial interface corresponding to the interface template according to the data object. As an example, part of the information in the data object of an interface template is as follows:
{
“type”:“input”,
“key”:“input”,
“level”:“0.1”,
“valid”:“true”,
“defaultValue”:“”,
}
wherein, type represents the component type, key represents the value of the component, level represents the hierarchy, valid represents whether the component configuration is legal, and defaultValue represents the default result; according to the partial information of the data object, the corresponding pattern of the initial interface can be analyzed, wherein the pattern comprises components with the types of input boxes and the values of input, the level is 0.1, and the default result is null.
Step S106, generating a target data object of a target interface according to the data object and the target configuration information;
and the target data object is used for analyzing the style of the target interface.
And step S108, sending the target data object to the client so that the client performs interface rendering processing according to the target data object and displays a corresponding target interface.
In one or more embodiments of the application, when receiving an interface creation request sent by a client, a server obtains a data object of an interface template according to a template identifier of the interface template included in the interface creation request; and generating a target data object of the target interface according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request, and sending the target data object to the client so that the client performs rendering processing based on the target data object and displays the target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
In order to enable a server to quickly acquire a data object of an interface template when receiving an interface creation request, in one or more embodiments of the application, an association relationship is established between a template identifier of the interface template and the data object in advance, and the association relationship is stored in a specified database; accordingly, as shown in fig. 3, step S104 may include:
step S104-2, acquiring a related data object from the association relation between the template identification and the data object included in the designated database according to the template identification;
in order to ensure that the client can subsequently display a corresponding target interface based on the target data object, in one or more embodiments of the present application, a configuration rule of the component is further preset; correspondingly, the server side determines whether the target configuration information accords with a preset configuration rule, and if so, the server side acquires the associated data object from the association relation between the template identifier and the data object included in the specified database according to the template identifier.
And step S104-4, determining the acquired data object as the data object of the interface template.
After the data object of the interface template is acquired, a target data object can be generated according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request. Specifically, as shown in fig. 4, step S106 may include:
s106-2, inquiring initial configuration information of the component to be configured from the acquired data object, and replacing the inquired initial configuration information with target configuration information;
and S106-4, determining the data object comprising the target configuration information as a target data object of the target interface.
Specifically, in order to ensure that the interface template can be reused, in one or more embodiments of the present application, the acquired data object of the interface template is copied to obtain a data object copy; according to the component name or the component identification of the component to be configured, which is included in the target configuration information, corresponding initial configuration information is inquired from the data object copy, and the inquired initial configuration information is replaced by the target configuration information; determining the data object copy comprising the target configuration information as a target data object of a target interface; and determining an interface identifier of the target interface, and storing the interface identifier and the target data object in a correlation manner. Therefore, the integrity of the data object of the interface template can be ensured, and different interfaces can be created based on the same interface template based on different target configuration information of different users; moreover, for the created interface, because the corresponding target data object is saved, the display of the created interface is not affected after the interface template is changed.
Generally, the data object includes not only initial configuration information of each component, but also template creation time, description information of the template, and the like, and since the client does not care about the template creation time and the like in the interface rendering process, in one or more embodiments of the present application, the server first converts the target data object before sending the target data object to the client. Specifically, as shown in fig. 5, step S108 includes:
step S108-2, converting the target data object into data in a preset format according to a preset conversion mode;
the conversion mode and the format of the converted data can be set in practical application according to needs, for example, the target data object is converted into data in a key value pair form, so that the client can conveniently analyze the configuration information of each component.
And S108-4, sending the data in the preset format to the client so that the client performs interface rendering processing according to the received data in the preset format and displays a corresponding target interface.
Further, considering that the currently existing interface template may not meet the requirements of the user, in one or more embodiments of the present application, the user may also request the server to create the interface template before the operating client sends the interface creation request to the server. Correspondingly, as shown in fig. 6, step S102 may further include, before:
step S100-2, receiving a template creation request sent by a client; the template creating request comprises creating information of an interface template to be created;
the creating information comprises a template name of the interface template, initial configuration information of each component included in the interface template, a configuration rule of the component and the like.
S100-4, generating a data object of the interface template to be created according to the creation information;
s100-6, determining a template identification of an interface template to be created;
specifically, the server allocates a template identifier to the interface template to be created according to a preset template identifier allocation rule. The template identifier allocation rule can be set in practical application according to needs.
And S100-8, storing the determined template identification and the generated data object into a specified database in a correlated manner, and sending template creation success information to the client.
Therefore, the user can not only create the interface based on the existing interface template at present, but also create the interface template according to the needs, and does not need the participation of developers, thereby not only better meeting the user requirements, but also improving the interface creation efficiency.
Considering that a user often has a need to create not only an interface but also a query need for each created history interface, in one or more embodiments of the present application, as shown in fig. 7, after step S106, the method further includes:
step S107, the identification information of the client end included in the interface creating request is stored in association with the target data object;
correspondingly, after step S108, the method may further include:
step S110, receiving a historical record query request sent by a client, and acquiring a target data object stored in a relevant way according to the identification information of the client included in the historical record query request;
step S112, generating historical interface creating record information according to the acquired target data object;
the historical interface creating record information may include creating time of the historical interface, description information of the historical interface, template identification of an interface template corresponding to the historical interface, and the like.
And step S114, sending the history interface creating information to the client.
And when the client receives the historical interface creating information, displaying the historical interface creating information for the user to view. Further, the user may select the target history interface and reconfigure configuration information for the components in the target history interface to create a new interface. Correspondingly, the client responds to the reconfiguration operation of the user and sends an interface reestablishment request to the server according to the interface identifier of the target historical interface and the reconfiguration information of the user; and the server acquires the target data object stored in association according to the interface identifier in the interface reestablishment request, and updates the acquired target data object according to the configuration information in the interface reestablishment request. Or the server generates a new data object according to the configuration information in the interface re-creation request and the acquired target data object, determines the generated new data object as the target data object of the new interface, determines the interface identifier of the new interface, and stores the determined interface identifier and the determined target data object in a related manner.
The query of the historical interface is carried out in a client dimension, and in one or more embodiments of the application, the query of the historical interface can be carried out from the maintenance of a user; accordingly, step S107 includes: storing the user identification included in the interface creating request in association with the target data object; step S110 includes: and receiving a historical record query request sent by a client, and acquiring a target data object stored in a relevant way according to a user identifier included in the historical record query request. The specific query dimension can be set in practical application according to the requirement.
In one or more embodiments of the application, when receiving an interface creation request sent by a client, a server obtains a data object of an interface template according to a template identifier of the interface template included in the interface creation request; and generating a target data object of the target interface according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request, and sending the target data object to the client so that the client performs rendering processing based on the target data object and displays the target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
Based on the same technical concept, an embodiment of the present application further provides another interface creating method corresponding to the interface creating method described in fig. 2 to fig. 7, fig. 8 is a flowchart of the another interface creating method provided in the embodiment of the present application, and the method in fig. 8 can be executed by the client in fig. 1, as shown in fig. 8, and the method includes the following steps:
step S202, responding to the interface creating operation of the user, and sending an interface creating request to a server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of a component to be configured in the interface template, so that the server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
specifically, when a user needs to create an interface, the user operates the client to select an interface template of a target interface to be created, configures configuration information of components to be configured in the interface template according to the style of the target interface, and operates a submission control when editing is completed; when a client detects the submission operation of a user, generating an interface creation request according to the acquired template identification of the interface template and the configuration information of the component to be configured; and sending an interface creating request to the server.
Step S204, receiving a target data object sent by a server;
and step S206, performing interface rendering processing according to the target data object and displaying a corresponding target interface.
Further, if the currently existing interface template cannot meet the user requirement, the user may first operate the client to request to create the interface template, and accordingly, as shown in fig. 9, step S202 may further include:
step S200-2, responding to the template creating operation of the user, and sending a template creating request to a server; the template creating request comprises creating information of an interface template to be created, so that the server side performs interface template creating processing according to the creating information;
and step S200-4, displaying the received template creation success information sent by the server.
Therefore, the user can not only create the interface based on the existing interface template at present, but also create the interface template according to the needs, and does not need the participation of developers, thereby not only better meeting the user requirements, but also improving the interface creation efficiency.
Further, considering that the user often has a need to create not only an interface, but also a need to query the created historical interfaces, in one or more embodiments of the present application, as shown in fig. 10, after step S206, the method may further include:
step S208, responding to the query operation of the user, and sending a history record query request to the server; enabling the server to acquire a related target data object according to the identification information of the client or the identification information of the user included in the historical record query request, and generating historical interface creation record information according to the acquired target data object;
and step S210, receiving historical interface creation record information sent by the server, and displaying the historical interface creation record information.
In one or more embodiments of the application, a client sends an interface creation request to a server in response to a query operation of a user, so that the server obtains a data object of an interface template according to a template identifier of the interface template corresponding to a target interface to be created, and generates a target data object of the target interface according to the data object and target configuration information in the interface creation request; and performing interface rendering processing according to the target data object sent by the server and displaying a corresponding target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
Further, based on the same technical concept, the embodiment of the present application further provides an interface creating apparatus applied to a server, corresponding to the interface creating method described in fig. 2 to fig. 7. Fig. 11 is a schematic diagram of a module composition of an interface creation apparatus according to an embodiment of the present application, and as shown in fig. 11, the apparatus includes:
a receiving module 301, configured to receive an interface creation request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
an obtaining module 302, configured to obtain a data object of the interface template according to the template identifier; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
a generating module 303, configured to generate a target data object of the target interface according to the data object and the target configuration information;
a sending module 304, configured to send the target data object to the client, so that the client performs interface rendering processing according to the target data object and displays the corresponding target interface.
Optionally, the obtaining module 302 is specifically configured to:
acquiring a related data object from the association relation between the template identification and the data object included in the designated database according to the template identification;
and determining the acquired data object as the data object of the interface template.
Optionally, the data object includes: initial configuration information for each component in the interface template; the generating module 303 is specifically configured to:
inquiring initial configuration information of the component to be configured from a data object of the interface template, and replacing the inquired initial configuration information with the target configuration information;
and determining the data object comprising the target configuration information as a target data object of the target interface.
Optionally, the sending module 304 is specifically configured to:
converting the target data object into data in a preset format according to a preset conversion mode;
and sending the data in the preset format to the client.
Optionally, the apparatus further comprises: a template creation module;
the receiving module 301 is further configured to receive a template creation request sent by the client; the template creating request comprises creating information of an interface template to be created;
the template creating module is used for generating a data object of the interface template to be created according to the creating information; and the number of the first and second groups,
determining a template identifier of the interface template to be created;
storing the determined template identification and the generated data object in a specified database in a related manner;
the sending module 304 is further configured to send a template creation success message to the client.
Optionally, the interface generation request further includes: identification information of the client; the device further comprises: a storage module and a query module;
the storage module is configured to, after the generation module 303 generates a target data object of the target interface according to the data object and the target configuration information, store the identification information of the client or the identification information of the user in association with the target data object;
the receiving module 301 is further configured to receive a history query request sent by the client;
the query module is used for acquiring a target data object stored in a relevant manner according to the identification information of the client or the identification information of the user included in the historical record query request; generating historical interface creating record information according to the acquired target data object;
the sending module 304 is further configured to send the history interface creation information to the client.
The interface generation device provided by the embodiment of the application obtains a data object of an interface template according to a template identifier of the interface template included in an interface creation request when receiving the interface creation request sent by a client; and generating a target data object of the target interface according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request, and sending the target data object to the client so that the client performs rendering processing based on the target data object and displays the target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
It should be noted that the embodiment of the interface creation apparatus in the present application and the embodiment of the interface creation method in the present application are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to implementation of the corresponding interface creation method, and repeated details are not described again.
Further, based on the same technical concept, the embodiment of the present application further provides an interface creating apparatus applied to a client, corresponding to the interface creating method described in fig. 8 to fig. 10. Fig. 12 is a schematic diagram of module components of an interface creation apparatus according to an embodiment of the present application, and as shown in fig. 12, the apparatus includes:
a sending module 401, configured to send an interface creation request to a server in response to an interface creation operation of a user; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
a receiving module 402, configured to receive the target data object sent by the server;
a display module 402, configured to perform interface rendering processing according to the target object and display the corresponding target interface.
Optionally, the sending module 401 is further configured to send a template creation request to the server in response to a template creation operation of the user; the template creating request comprises creating information of an interface template to be created, so that the server side can create the interface template according to the creating information;
the receiving module 402 is further configured to receive template creation success information sent by the server;
the display module 403 is further configured to display the template creation success information.
Optionally, the sending module 401 is further configured to send a history query request to the server in response to a query operation of the user; enabling the server to acquire a related target data object according to the identification information of the client or the identification information of the user included in the historical record query request, and generating historical interface creation record information according to the acquired target data object;
the receiving module 402 is further configured to receive the history interface creation record information sent by the server;
the displaying module 403 is further configured to display the history interface creation record information.
The interface creating device provided in one or more embodiments of the present application, in response to a query operation of a user, sends an interface creating request to a server, so that the server obtains a data object of an interface template according to a template identifier of the interface template corresponding to a target interface to be created, and generates a target data object of the target interface according to the data object and target configuration information in the interface creating request; and performing interface rendering processing according to the target data object sent by the server and displaying a corresponding target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
It should be noted that the embodiment of the interface creation apparatus in the present application and the embodiment of the interface creation method in the present application are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to implementation of the corresponding interface creation method, and repeated details are not described again.
Further, on the basis of the same technical concept, corresponding to the interface creating method, an embodiment of the present application further provides an interface creating device, where the interface creating device is configured to execute the interface creating method, and fig. 13 is a schematic structural diagram of the interface creating device provided in the embodiment of the present application.
As shown in fig. 13, the interface creating apparatus may have a relatively large difference due to different configurations or performances, and may include one or more processors 501 and a memory 502, where the memory 502 may store one or more stored applications or data. Memory 502 may be, among other things, transient or persistent storage. The application program stored in memory 502 may include one or more modules (not shown), each of which may include a series of computer-executable instructions in an interface creation device. Still further, the processor 501 may be arranged to communicate with the memory 502, executing a series of computer executable instructions in the memory 502 on the interface creation device. The interface creation apparatus may also include one or more power supplies 503, one or more wired or wireless network interfaces 504, one or more input-output interfaces 505, one or more keyboards 506, and the like.
In a particular embodiment, the interface creation apparatus includes a memory, and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer-executable instructions for the interface creation apparatus, and the one or more programs configured to be executed by the one or more processors include computer-executable instructions for:
receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
acquiring a data object of the interface template according to the template identification; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
generating a target data object of the target interface according to the data object and the target configuration information;
and sending the target data object to the client so that the client performs interface rendering processing according to the target data object and displays the corresponding target interface.
Optionally, when executed, the computer-executable instructions obtain the data object of the interface template according to the template identifier, including:
acquiring a related data object from the association relation between the template identification and the data object included in the designated database according to the template identification;
and determining the acquired data object as the data object of the interface template.
Optionally, the computer executable instructions, when executed, the data object comprises: initial configuration information for each component in the interface template;
the generating a target data object of the target interface according to the data object and the target configuration information includes:
inquiring initial configuration information of the component to be configured from a data object of the interface template, and replacing the inquired initial configuration information with the target configuration information;
and determining the data object comprising the target configuration information as a target data object of the target interface.
Optionally, the computer-executable instructions, when executed, send the target data object to the client, comprising:
converting the target data object into data in a preset format according to a preset conversion mode;
and sending the data in the preset format to the client.
Optionally, the computer executable instructions, when executed, further comprise:
receiving a template creating request sent by the client; the template creating request comprises creating information of an interface template to be created;
generating a data object of the interface template to be created according to the creation information;
determining a template identifier of the interface template to be created;
storing the determined template identification and the generated data object in a specified database in a related manner;
and sending template creation success information to the client.
Optionally, when executed by computer-executable instructions, the interface generation request further comprises: identification information of the client;
after the target data object of the target interface is generated according to the data object and the target configuration information, the method further comprises the following steps:
storing the identification information of the client or the identification information of the user in association with the target data object; and the number of the first and second groups,
receiving a historical record query request sent by the client, and acquiring a target data object stored in a related manner according to the identification information of the client or the identification information of the user, which is included in the historical record query request;
generating historical interface creating record information according to the acquired target data object;
and sending the historical interface creating information to the client.
When an interface creating request sent by a client is received, the interface creating device obtains a data object of an interface template according to a template identifier of the interface template included in the interface creating request; and generating a target data object of the target interface according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request, and sending the target data object to the client so that the client performs rendering processing based on the target data object and displays the target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
In another particular embodiment, an interface creation apparatus includes a memory, and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer-executable instructions for the interface creation apparatus, and the one or more programs configured to be executed by one or more processors include computer-executable instructions for:
responding to the interface creating operation of a user, and sending an interface creating request to a server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
receiving the target data object sent by the server;
and performing interface rendering processing according to the target data object and displaying the corresponding target interface.
Optionally, the computer executable instructions, when executed, further comprise:
responding to the template creating operation of the user, and sending a template creating request to the server; the template creating request comprises creating information of an interface template to be created, so that the server side can create the interface template according to the creating information;
and displaying the received template creation success information sent by the server.
Optionally, the computer executable instructions, when executed, further comprise:
responding to the query operation of the user, and sending a history record query request to the server; enabling the server to acquire a related target data object according to the identification information of the client or the identification information of the user included in the historical record query request, and generating historical interface creation record information according to the acquired target data object;
receiving the historical interface creation record information sent by the server;
and displaying the history interface creating record information.
The interface creating device provided by the embodiment of the application responds to the query operation of a user, sends an interface creating request to a server, so that the server obtains a data object of an interface template according to the template identifier of the interface template corresponding to a target interface to be created, and generates a target data object of the target interface according to the data object and target configuration information in the interface creating request; and performing interface rendering processing according to the target data object sent by the server and displaying a corresponding target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
It should be noted that the embodiment of the interface creating apparatus in the present application and the embodiment of the interface creating method in the present application are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to implementation of the corresponding interface creating method, and repeated details are not described again.
Further, based on the same technical concept, corresponding to the data processing method, one or more embodiments of the present application further provide a storage medium for storing computer-executable instructions, where in a specific embodiment, the storage medium may be a usb disk, an optical disk, a hard disk, and the like, and when the storage medium stores the computer-executable instructions, the following process can be implemented:
receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
acquiring a data object of the interface template according to the template identification; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
generating a target data object of the target interface according to the data object and the target configuration information;
and sending the target data object to the client so that the client performs interface rendering processing according to the target data object and displays the corresponding target interface.
Optionally, when executed by a processor, the computer-executable instructions stored in the storage medium obtain a data object of the interface template according to the template identifier, including:
acquiring a related data object from the association relation between the template identification and the data object included in the designated database according to the template identification;
and determining the acquired data object as the data object of the interface template.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, the data object comprises: initial configuration information for each component in the interface template;
the generating a target data object of the target interface according to the data object and the target configuration information includes:
inquiring initial configuration information of the component to be configured from a data object of the interface template, and replacing the inquired initial configuration information with the target configuration information;
and determining the data object comprising the target configuration information as a target data object of the target interface.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, send the target data object to the client, comprising:
converting the target data object into data in a preset format according to a preset conversion mode;
and sending the data in the preset format to the client.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, further comprise:
receiving a template creating request sent by the client; the template creating request comprises creating information of an interface template to be created;
generating a data object of the interface template to be created according to the creation information;
determining a template identifier of the interface template to be created;
storing the determined template identification and the generated data object in a specified database in a related manner;
and sending template creation success information to the client.
Optionally, when the storage medium stores computer-executable instructions that, when executed by the processor, the interface generation request further comprises: identification information of the client;
after the target data object of the target interface is generated according to the data object and the target configuration information, the method further comprises the following steps:
storing the identification information of the client or the identification information of the user in association with the target data object; and the number of the first and second groups,
receiving a historical record query request sent by the client, and acquiring a target data object stored in a related manner according to the identification information of the client or the identification information of the user, which is included in the historical record query request;
generating historical interface creating record information according to the acquired target data object;
and sending the historical interface creating information to the client.
When executed by a processor, the computer-executable instructions stored in the storage medium provided by one or more embodiments of the present application receive an interface creation request sent by a client, and obtain a data object of an interface template according to a template identifier of the interface template included in the interface creation request; and generating a target data object of the target interface according to the acquired data object and the target configuration information of the component to be configured, which is included in the interface creation request, and sending the target data object to the client so that the client performs rendering processing based on the target data object and displays the target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
In another specific embodiment, the storage medium may be a usb disk, an optical disk, a hard disk, or the like, and the storage medium stores computer executable instructions that, when executed by the processor, implement the following process:
responding to the interface creating operation of a user, and sending an interface creating request to a server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
receiving the target data object sent by the server;
and performing interface rendering processing according to the target data object and displaying the corresponding target interface.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, further comprise:
responding to the template creating operation of the user, and sending a template creating request to the server; the template creating request comprises creating information of an interface template to be created, so that the server side can create the interface template according to the creating information;
and displaying the received template creation success information sent by the server.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, further comprise:
responding to the query operation of the user, and sending a history record query request to the server; enabling the server to acquire a related target data object according to the identification information of the client or the identification information of the user included in the historical record query request, and generating historical interface creation record information according to the acquired target data object;
receiving the historical interface creation record information sent by the server;
and displaying the history interface creating record information.
When executed by a processor, the computer-executable instructions stored in the storage medium provided by one or more embodiments of the present application send an interface creation request to a server in response to a query operation of a user, so that the server obtains a data object of an interface template according to a template identifier of the interface template corresponding to a target interface to be created, and generates a target data object of the target interface according to the data object and target configuration information in the interface creation request; and performing interface rendering processing according to the target data object sent by the server and displaying a corresponding target interface. Therefore, an interface is created based on the interface template, a user only needs to determine the interface template and target configuration information of components to be configured in the interface template through the client, an interface creation request can be sent to the server through the client, and a target data object of the target interface is automatically generated by the server, so that the client performs interface rendering processing based on the target data object and displays the target interface; in the process, developers do not need to write codes and the product is not required to be released, so that the interface creating process is simplified, and a large amount of labor cost and time cost are saved; and the user can create the interface at any time, and can create different interfaces based on the same interface template, so that the method is more intelligent.
It should be noted that the embodiment of the storage medium in this specification and the embodiment of the interface creation method in this specification are based on the same inventive concept, and therefore specific implementation of this embodiment may refer to implementation of the corresponding interface creation method described above, and repeated details are not described again.
One skilled in the art will recognize that one or more embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, one or more embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the description may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The description has been presented with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the description. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
One or more embodiments of the present description may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. One or more embodiments of the specification may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of this document and is not intended to limit this document. Various modifications and changes may occur to those skilled in the art from this document. Any modifications, equivalents, improvements, etc. which come within the spirit and principle of the disclosure are intended to be included within the scope of the claims of this document.

Claims (13)

1. An interface creating method is applied to a server side, and is characterized by comprising the following steps:
receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
acquiring a data object of the interface template according to the template identification; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
generating a target data object of the target interface according to the data object and the target configuration information;
and sending the target data object to the client so that the client performs interface rendering processing according to the target data object and displays the corresponding target interface.
2. The method of claim 1, wherein the obtaining the data object of the interface template according to the template identifier comprises:
acquiring a related data object from the association relation between the template identification and the data object included in the designated database according to the template identification;
and determining the acquired data object as the data object of the interface template.
3. The method of claim 1, wherein the data object comprises: initial configuration information for each component in the interface template;
the generating a target data object of the target interface according to the data object and the target configuration information includes:
inquiring initial configuration information of the component to be configured from a data object of the interface template, and replacing the inquired initial configuration information with the target configuration information;
and determining the data object comprising the target configuration information as a target data object of the target interface.
4. The method of claim 1, wherein sending the target data object to the client comprises:
converting the target data object into data in a preset format according to a preset conversion mode;
and sending the data in the preset format to the client.
5. The method of claim 1, further comprising:
receiving a template creating request sent by the client; the template creating request comprises creating information of an interface template to be created;
generating a data object of the interface template to be created according to the creation information;
determining a template identifier of the interface template to be created;
storing the determined template identification and the generated data object in a specified database in a related manner;
and sending template creation success information to the client.
6. The method of any of claims 1-5, wherein the interface generation request further comprises: identification information of the client;
after the target data object of the target interface is generated according to the data object and the target configuration information, the method further comprises the following steps:
storing the identification information of the client or the identification information of the user in association with the target data object; and the number of the first and second groups,
receiving a historical record query request sent by the client, and acquiring a target data object stored in a related manner according to the identification information of the client or the identification information of the user, which is included in the historical record query request;
generating historical interface creating record information according to the acquired target data object;
and sending the historical interface creating information to the client.
7. An interface creating method applied to a client is characterized by comprising the following steps:
responding to the interface creating operation of a user, and sending an interface creating request to a server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
receiving the target data object sent by the server;
and performing interface rendering processing according to the target data object and displaying the corresponding target interface.
8. The method of claim 7, further comprising:
responding to the template creating operation of the user, and sending a template creating request to the server; the template creating request comprises creating information of an interface template to be created, so that the server side can create the interface template according to the creating information;
and displaying the received template creation success information sent by the server.
9. The method according to claim 7 or 8, characterized in that the method further comprises:
responding to the query operation of the user, and sending a history record query request to the server; enabling the server to acquire a related target data object according to the identification information of the client or the identification information of the user included in the historical record query request, and generating historical interface creation record information according to the acquired target data object;
receiving the historical interface creation record information sent by the server;
and displaying the history interface creating record information.
10. An interface creating apparatus applied to a server, comprising:
the receiving module is used for receiving an interface creating request sent by a client; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template;
the acquisition module is used for acquiring the data object of the interface template according to the template identifier; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
the generating module is used for generating a target data object of the target interface according to the data object and the target configuration information;
and the sending module is used for sending the target data object to the client so as to enable the client to perform interface rendering processing according to the target data object and display the corresponding target interface.
11. An interface creating apparatus applied to a client, comprising:
the sending module is used for responding to the interface creating operation of the user and sending an interface creating request to the server; the interface creating request comprises a template identifier of an interface template corresponding to a target interface to be created and target configuration information of components to be configured in the interface template, so that a server side obtains a data object of the interface template according to the template identifier and generates a target data object of the target interface according to the data object and the target configuration information; the data object is used for analyzing the style of the initial interface corresponding to the interface template;
the receiving module is used for receiving the target data object sent by the server;
and the display module is used for performing interface rendering processing according to the target object and displaying the corresponding target interface.
12. An interface creating apparatus, characterized by comprising: a processor, and a memory arranged to store computer executable instructions; the computer executable instructions, when executed, cause the processor to implement the steps of the method of any of the preceding claims 1 to 6 or to implement the steps of the method of any of the preceding claims 7 to 9.
13. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the method of one of the preceding claims 1 to 6 or carries out the steps of the method of one of the preceding claims 7 to 9.
CN202010661439.4A 2020-07-10 2020-07-10 Interface creating method, device, equipment and storage medium Pending CN111984259A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010661439.4A CN111984259A (en) 2020-07-10 2020-07-10 Interface creating method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010661439.4A CN111984259A (en) 2020-07-10 2020-07-10 Interface creating method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111984259A true CN111984259A (en) 2020-11-24

Family

ID=73438281

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010661439.4A Pending CN111984259A (en) 2020-07-10 2020-07-10 Interface creating method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111984259A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732257A (en) * 2020-12-31 2021-04-30 北京声智科技有限公司 Terminal interface configuration method and device
CN113392627A (en) * 2021-07-12 2021-09-14 中国电子信息产业集团有限公司第六研究所 CFD software multi-user self-defined interactive interface management system and method
CN113535165A (en) * 2021-06-11 2021-10-22 中电金信软件有限公司 Interface generation method and device, electronic equipment and computer readable storage medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106293311A (en) * 2015-05-26 2017-01-04 阿里巴巴集团控股有限公司 Page display method based on Mobile solution, client, server and platform
CN106406846A (en) * 2015-08-03 2017-02-15 腾讯科技(深圳)有限公司 A display interface creating method and device
CN106528129A (en) * 2016-10-27 2017-03-22 南京南瑞继保电气有限公司 Web application interface generation system and method
CN109271162A (en) * 2018-09-03 2019-01-25 中国建设银行股份有限公司 A kind of page generation method and device
CN109634608A (en) * 2018-12-17 2019-04-16 江苏满运软件科技有限公司 Interface dynamic generation method, system, equipment and medium
CN109656651A (en) * 2018-11-13 2019-04-19 麒麟合盛网络技术股份有限公司 Webpage customizing method and device
CN110058856A (en) * 2019-04-28 2019-07-26 恒生电子股份有限公司 Page configuration method and device
CN110427182A (en) * 2019-07-18 2019-11-08 北京市天元网络技术股份有限公司 A kind of template type construction APP method and device
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment
CN110764763A (en) * 2018-07-27 2020-02-07 北京京东尚科信息技术有限公司 Mobile terminal page construction method and system and mobile terminal
CN110865807A (en) * 2018-08-27 2020-03-06 北京京东金融科技控股有限公司 Active page creation system, method, device and storage medium
WO2020132286A1 (en) * 2018-12-21 2020-06-25 Genesys Telecommunications Laboratories, Inc. System and method for delivering modular tools

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106293311A (en) * 2015-05-26 2017-01-04 阿里巴巴集团控股有限公司 Page display method based on Mobile solution, client, server and platform
CN106406846A (en) * 2015-08-03 2017-02-15 腾讯科技(深圳)有限公司 A display interface creating method and device
CN106528129A (en) * 2016-10-27 2017-03-22 南京南瑞继保电气有限公司 Web application interface generation system and method
CN110764763A (en) * 2018-07-27 2020-02-07 北京京东尚科信息技术有限公司 Mobile terminal page construction method and system and mobile terminal
CN110865807A (en) * 2018-08-27 2020-03-06 北京京东金融科技控股有限公司 Active page creation system, method, device and storage medium
CN109271162A (en) * 2018-09-03 2019-01-25 中国建设银行股份有限公司 A kind of page generation method and device
CN109656651A (en) * 2018-11-13 2019-04-19 麒麟合盛网络技术股份有限公司 Webpage customizing method and device
CN109634608A (en) * 2018-12-17 2019-04-16 江苏满运软件科技有限公司 Interface dynamic generation method, system, equipment and medium
WO2020132286A1 (en) * 2018-12-21 2020-06-25 Genesys Telecommunications Laboratories, Inc. System and method for delivering modular tools
CN110058856A (en) * 2019-04-28 2019-07-26 恒生电子股份有限公司 Page configuration method and device
CN110427182A (en) * 2019-07-18 2019-11-08 北京市天元网络技术股份有限公司 A kind of template type construction APP method and device
CN110716783A (en) * 2019-10-10 2020-01-21 秒针信息技术有限公司 Front-end page generation and deployment method and device, storage medium and equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732257A (en) * 2020-12-31 2021-04-30 北京声智科技有限公司 Terminal interface configuration method and device
CN113535165A (en) * 2021-06-11 2021-10-22 中电金信软件有限公司 Interface generation method and device, electronic equipment and computer readable storage medium
CN113392627A (en) * 2021-07-12 2021-09-14 中国电子信息产业集团有限公司第六研究所 CFD software multi-user self-defined interactive interface management system and method
CN113392627B (en) * 2021-07-12 2024-04-19 中国电子信息产业集团有限公司第六研究所 Management system and method for CFD software multiuser user-defined interactive interface

Similar Documents

Publication Publication Date Title
CN111741035B (en) Electronic contract signing method, device and equipment
CN111984259A (en) Interface creating method, device, equipment and storage medium
CN110209652B (en) Data table migration method, device, computer equipment and storage medium
CN110868763B (en) Method, device and system for establishing Bluetooth connection
CN111399764B (en) Data storage method, data reading device, data storage equipment and data storage medium
CN107294750B (en) Cloud cluster energy self-identification distributed configuration management method and device
CN112346717A (en) Micro service system creating method, device, equipment, medium and micro service system
CN113296823A (en) Method, device, equipment and storage medium for generating resource configuration file
CN112799659A (en) Method, device and terminal for automatically generating data interface without programming
CN110795162B (en) Method and device for generating container mirror image file
CN110197445B (en) Intellectual property state generation method, intellectual property state query method, computer device and storage medium
CN112395108A (en) Calling method and device of BIM (building information modeling) element model
CN109977317B (en) Data query method and device
CN106648913B (en) Data acquisition software identification method and device
CN109068286B (en) Information analysis method, medium and equipment
CN111427696A (en) Service resource scheduling method and device
US20190320473A1 (en) Methods and apparatuses for connecting a wireless access point through an application in a user equipment
CN108804403B (en) Method and device for realizing service chart
CN116088829A (en) Data processing method, device, storage medium and equipment
CN113949637A (en) Intelligent distribution and deployment method and device for switch resources
CN114489999A (en) Method and device for processing pipeline task, processor and electronic equipment
CN112799744A (en) Calling method and device of industrial APP, computer readable medium and electronic equipment
CN113986879A (en) Service data migration method and related device
CN114189457A (en) Cloud resource display and processing method, equipment and storage medium
CN114675872A (en) Data processing method, device and equipment for application program 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201124

RJ01 Rejection of invention patent application after publication