CN113703809A - Method, device, equipment and medium for updating home page application data configuration - Google Patents

Method, device, equipment and medium for updating home page application data configuration Download PDF

Info

Publication number
CN113703809A
CN113703809A CN202111008503.XA CN202111008503A CN113703809A CN 113703809 A CN113703809 A CN 113703809A CN 202111008503 A CN202111008503 A CN 202111008503A CN 113703809 A CN113703809 A CN 113703809A
Authority
CN
China
Prior art keywords
page
data
floor
configuration
display
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.)
Granted
Application number
CN202111008503.XA
Other languages
Chinese (zh)
Other versions
CN113703809B (en
Inventor
熊培利
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kangjian Information Technology Shenzhen Co Ltd
Original Assignee
Kangjian Information Technology Shenzhen 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 Kangjian Information Technology Shenzhen Co Ltd filed Critical Kangjian Information Technology Shenzhen Co Ltd
Priority to CN202111008503.XA priority Critical patent/CN113703809B/en
Publication of CN113703809A publication Critical patent/CN113703809A/en
Application granted granted Critical
Publication of CN113703809B publication Critical patent/CN113703809B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method, a device, equipment and a medium for updating home page application data configuration, which relate to the field of intelligent application updating, and the method comprises the following steps: dividing a page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product; the method comprises the steps of setting a floor configuration template corresponding to each floor through a server side, wherein the floor configuration template is used for configuring data to be displayed of the corresponding floor, responding to page request data of a user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information; analyzing the matched floor configuration template to generate user side page response data; the invention can enhance the user experience and effectively improve the new efficiency of commodity popularization.

Description

Method, device, equipment and medium for updating home page application data configuration
Technical Field
The invention relates to the field of intelligent application updating, in particular to a method, a device, equipment and a medium for updating home page application data configuration.
Background
The current mainstream APP is frequently changed on the home page, for example, a certain festival activity or new marketing needs to be rapidly responded and changed, especially for the APP in the e-commerce marketing class.
How to achieve quick response and give consideration to user experience is the key point, and most APPs select H5 pages as home pages to achieve quick response at the earliest time, but the user experience is sacrificed. Selecting H5 later and combining a local cache to prompt the user experience, the cacheable maintenance cost is too high and the effect is not ideal. And then ReactNative comes out, which is close to the original experience and can be updated thermally, some APPs are used as home pages, but the ReactNative has performance bottlenecks and occasionally blank screens, so that the user experience is also influenced, and the APPs with harsh requirements on the user experience are not suitable. Therefore, most of APP finally choose to develop the home page in a native manner, which can not support hot updating, and when the marketing needs to be activated in holidays, the edition can be started in advance, which is obviously not suitable, so that how to update the home page without edition becomes a new pain point.
Disclosure of Invention
In view of the problems in the prior art, the invention provides a dynamic message parsing method, device, equipment and medium, which mainly solve the problem that in the prior art, hot update is difficult to realize, and page update and an application version are highly bound, so that new operation on a page is inconvenient.
In order to achieve the above and other objects, the present invention adopts the following technical solutions.
A home page application data configuration updating method comprises the following steps:
dividing a page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product;
the method comprises the steps of setting a floor configuration template corresponding to each floor through a server side, wherein the floor configuration template is used for configuring data to be displayed of the corresponding floor, responding to page request data of a user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information;
and analyzing the matched floor configuration template to generate user side page response data.
Optionally, dividing the page to be displayed into a plurality of display page layout blocks, where each display page layout block corresponds to one or more floors, including:
setting the size of each section of a display page according to the size of a preset user side display interface;
and dividing the display page according to the size of the display page layout block, and establishing the corresponding relation between each display page layout block and one or more floors, wherein the display page comprises a page home page.
Optionally, setting, by the server, a floor configuration template corresponding to each floor includes:
the server side sets a visual configuration interface, responds to a configuration request of a management terminal, outputs the visual configuration interface to the management terminal, and receives floor configuration template parameters fed back by the visual configuration interface; wherein, the floor configuration template parameter includes: sharing parameters, which are used for parameter transmission among the floor configuration templates;
after sharing parameter setting is carried out on one of the floor configuration templates, sharing parameter transmission is carried out among the floor configuration templates, and sharing parameter matching setting of each floor configuration template of the corresponding floor is completed.
Optionally, before performing the parameter configuration, the method includes:
establishing a corresponding relation between the keywords and the request configuration parameters through a neural network, and generating a parameter matching model;
inputting the retrieval text into the parameter matching model, acquiring matched request configuration parameters, and generating a parameter retrieval request according to the matched request configuration parameters.
Optionally, the obtaining the matched floor configuration template in response to the page request data of the user side includes:
acquiring user login information, calling user preference data according to the login information, and generating page request data according to the login information and the preference data;
and the server receives the page request data, calls floors corresponding to all the sections of the page to be displayed according to the page request data, and acquires floor configuration templates corresponding to the floors.
Optionally, before retrieving the user preference data, further comprising:
comparing the page layout block data corresponding to the page acquired after the previous login with the page layout block data corresponding to the current page, judging whether the page data is updated, and if so, triggering to call user preference data and acquiring updated page data.
Optionally, after retrieving the user preference data, comprising:
acquiring one or more groups of same-class data from the preference data, and sequencing each group of same-class data from high to low according to the access frequency;
and comparing the data type of the floor configuration template corresponding to the page layout block to be updated with the data type corresponding to the current user preference data, acquiring the corresponding relation between the floor configuration template and the same type of data, and setting the display priority of the corresponding floor data according to the corresponding relation and the sequencing result.
A home application data configuration update apparatus comprising:
the system comprises a floor construction module, a display module and a display module, wherein the floor construction module is used for dividing a page to be displayed into a plurality of floors, and each floor corresponds to a display page block;
the page configuration module is used for setting a floor configuration template corresponding to each floor through the server side, responding to page request data of the user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information;
and the page response module is used for analyzing the matched floor configuration template and generating user side page response data.
A home application data configuration update apparatus comprising:
one or more processors; and
one or more machine-readable media having instructions stored thereon that, when executed by the one or more processors, cause the device to perform the method for configuration update of home application data.
A machine-readable medium having stored thereon instructions, which when executed by one or more processors, cause an apparatus to perform the method for configuration update of home application data.
As described above, the method, apparatus, device and medium for updating the configuration of the home application data according to the present invention have the following advantages.
Building a floor configuration template corresponding to a floor, wherein the floor can be used for a supplier to perform personalized customization of display data, or management personnel performs personalized data configuration; when a page is required to be updated, only a floor configuration template needs to be configured, the corresponding relation between a floor and a page version block is established, and the corresponding floor data can be automatically acquired through a user side request, so that the rapid updating is realized, the page updating does not depend on version release, the page hot updating is favorably realized, the user experience is enhanced, the page updating efficiency is improved, and the rapid popularization of commodities is favorably realized.
Drawings
Fig. 1 is a flowchart illustrating a method for updating configuration of home application data according to an embodiment of the present invention.
Fig. 2 is a schematic flow chart illustrating the process of establishing the correspondence between pages and floors according to an embodiment of the present invention.
Fig. 3 is a flowchart illustrating a configuration parameter retrieval according to an embodiment of the present invention.
Fig. 4 is a schematic flow chart of page allocation according to an embodiment of the present invention.
Fig. 5 is a flow chart illustrating a process of setting display priority of floor data according to preference data according to an embodiment of the present invention.
Fig. 6 is a block diagram of a device for updating the configuration of the home application data according to an embodiment of the present invention.
Fig. 7 is a schematic structural diagram of a device for updating configuration of home application data according to an embodiment of the present invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
Referring to fig. 1, the present invention provides a method for updating a home application data configuration, including:
step S1: dividing a page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product;
step S2: the method comprises the steps of setting a floor configuration template corresponding to each floor through a server side, wherein the floor configuration template is used for configuring data to be displayed of the corresponding floor, responding to page request data of a user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information;
step S3: and analyzing the matched floor configuration template to generate user side page response data.
The method for updating the configuration of the application data of the home page is specifically described below with reference to the workflow steps.
In step S1, the page to be displayed is divided into a plurality of display page sections, where each display page section corresponds to one or more floors, where the floors are used to store data to be displayed corresponding to the display page sections, and the data to be displayed includes images, text, or a combination thereof corresponding to the home page display product.
Referring to fig. 2, in an embodiment, dividing a page to be displayed into a plurality of display page sections, where each display page section corresponds to one or more floors may include the following steps:
step S101, setting the size of each section of a display page according to the size of a preset user side display interface;
and S102, dividing the display page according to the size of the display page layout block, and establishing the corresponding relation between each display page layout block and one or more floors, wherein the display page comprises a page home page.
Specifically, the size of each layout of the display page can be set according to the size of a preset user side display interface, and then the page to be displayed corresponding to the display interface is divided based on the size of the layout. Where each block may correspond to one or more floors. The display data of the page layout block to be displayed can be switched among the corresponding floor data so as to display the dynamic data. Illustratively, the display page is a client APP home page, the display page is equally divided into A, B, C layout blocks from top to bottom, the A layout block corresponds to a floor 1, the B layout block corresponds to a floor 2-5, and the C layout block corresponds to a floor 6-14. The A edition block can display data such as characters and pictures corresponding to the floor 1, the B edition block can simultaneously display data corresponding to the floors 2-5 in a four-grid mode, and the C edition block can simultaneously display data corresponding to the floors 6-14 in a nine-grid mode. Similarly, the floor data corresponding to the B edition block and the C edition block can be dynamically displayed in a rotation mode, for example, the data corresponding to the next floor is replaced to be displayed after the display of the specified time interval corresponding to each floor in the floors 2-5. The corresponding relation between the floor and the display page block and the display mode of the floor data can be set and adjusted according to actual requirements, and the display mode is not limited here. The page display layout can be quickly adjusted by adjusting the corresponding relation between the floor and the page layout block. After floor customization is completed according to the demands of suppliers, page layout block layout is configured on the floor based on customization, and corresponding relations between the floors and the page layout blocks are configured by research personnel, so that quick updating is realized.
In another embodiment, the floors can be set according to the demands of the suppliers, the demand of each supplier corresponds to one or more floors, and if the suppliers have a plurality of commodities at the same time, each commodity corresponds to one floor. And after the floor setting is finished, establishing the corresponding relation between the floor and the display page layout block, and selectively outputting the corresponding floor commodity to a display interface for displaying.
Through the above embodiment, extension of floors (such as increasing the number of floors), adjustment of floor sequence and the like can be performed, so that floor configuration is not limited by a display interface, and customized data configuration of suppliers is realized.
In step S2, a server sets a floor configuration template corresponding to each floor, where the floor configuration template is used to configure data to be displayed of the corresponding floor in response to page request data of a user, and obtain a matching floor configuration template, where the request data includes: user identity information;
in one embodiment, the setting of the floor configuration template corresponding to each floor through the server side includes:
the server side sets a visual configuration interface, responds to a configuration request of a management terminal, outputs the visual configuration interface to the management terminal, and receives floor configuration template parameters fed back by the visual configuration interface; wherein, the floor configuration template parameter includes: sharing parameters, which are used for parameter transmission among the floor configuration templates;
after sharing parameter setting is carried out on one of the floor configuration templates, sharing parameter transmission is carried out among the floor configuration templates, and sharing parameter matching setting of each floor configuration template of the corresponding floor is completed.
Specifically, one or more floor configuration templates can be configured for each floor through the background server, and when data updating needs to be performed on the corresponding floor, the corresponding floor configuration template can be generated through the background server. Specifically, a visual configuration interface can be arranged at the server side, and the visual configuration interface can display selectable configuration parameters for selection of operators or suppliers. Optional configuration parameters may include: floor main title, sub-title, background color, etc. Further, custom parameters, such as updated pictures, jump links for clicking, etc., may also be configured. The management personnel can input a floor configuration request through the management terminal and acquire a visual configuration interface from the server side. Research personnel can develop a code packet corresponding to the visual configuration interface in advance aiming at the floor configuration parameters, the code packet is stored in the server side, a management personnel can trigger a parameter configuration request after passing through the identity personnel, the code packet corresponding to the visual configuration interface is loaded from the server side, the corresponding floor configuration template parameters are input into the visual configuration interface, and the visual configuration of the floor configuration template is completed.
Furthermore, parameter transmission can be carried out inside a single floor or among different floors according to configuration parameters so as to realize parameter sharing, such as transmission of parameters of titles, background colors, pictures and the like. Specifically, parameter configuration can be performed on only one floor, and parameter transmission sharing of the associated floor can be quickly completed by means of preset inter-floor parameter transmission rules, so that the efficiency of configuration updating setting is improved. Specifically, the shared parameters and the specific parameters can be respectively made into a shared parameter packet and a specific parameter packet by sharing the parameters among the common parameters corresponding to the multiple floors. And inputting the shared parameter packet into a certain configuration template corresponding to one of the floors, wherein the floor configuration template can be used for setting a shared list, and synchronously transmitting the shared parameter packet to other configuration templates in the shared list to realize parameter sharing and finish basic configuration. After basic configuration, an operator can also call a specific configuration template to perform personalized parameter setting, obtain a specific parameter packet which is directly called to complete personalized parameter setting, so that repeated configuration processes are reduced, only specific floor configuration needs to be performed on the distinguished parameters, customized configuration updating between floors is quickly completed, and configuration efficiency is improved. Of course, the sequence of the configuration of the specific parameters and the shared parameters can be adjusted according to actual requirements. In addition, when the same floor corresponds to a plurality of floor configuration templates, one floor configuration template can be selected for setting the shared parameters. The sharing parameters can comprise basic parameters such as floor titles, background colors, display page layout block corresponding relations and the like. After the shared parameter configuration of one floor configuration template is completed, the shared parameter is transmitted to other floor parameter templates through the parameter transmission rule among the floor configuration templates of the same floor, so that the basic parameter configuration of the whole floor is completed quickly, and the processing efficiency is improved. For example, the parameter transmission rules of the same floor can adopt the way of matching the same class parameters. And (3) packaging corresponding parameters by classes aiming at each floor configuration template, setting the shared parameters as common static variables, and completing the transmission of the parameters between the classes through the common static variables. The embodiment only gives an example of one of the parameter sharing transmission modes, but is not limited to this.
In an embodiment, before parameter configuration, a visual interactive interface may be set at the server side for retrieving configuration parameters. The method comprises the steps that a supplier needs to customize data of a specific floor, after the supplier demand information is obtained, keywords in the demand information are input into a retrieval tool of a visual interactive interface, and a parameter retrieval request is generated, wherein the parameter retrieval request can comprise a request floor, a request configuration parameter and the like.
Referring to fig. 3, in an embodiment, before performing parameter configuration, the following steps may be included:
step S201, building a corresponding relation between the keywords and the request configuration parameters through a neural network, and generating a parameter matching model;
step S202, inputting the retrieval text into the parameter matching model, obtaining the matched request configuration parameters, and generating a parameter retrieval request according to the matched request configuration parameters.
In step S201, the administrator inputs a search text in the visual interactive interface, and the server may automatically extract keywords, phrases, and the like from the search text. Specifically, the neural network can be pre-trained, feature extraction is performed on the retrieval text, and extracted features are classified and matched with corresponding configuration parameters. The neural network may adopt a Resnet network, an AlexNet network, and the like. The corresponding relation between the keywords and the request configuration parameters can be constructed through a neural network, and a parameter matching model is generated. The operator can obtain the matched request configuration parameters only by inputting the requirement keywords. Specifically, various kinds of demand information of the suppliers in a period of time can be collated, or service information provided for the suppliers can be provided, a training sample set is constructed, the corresponding relation between keywords in the sample set and configuration request parameters which can be configured is labeled, model training is carried out on the neural network based on the labeled training sample set, and a parameter matching model is obtained. In another embodiment, the neural network may also adopt a recurrent neural network architecture such as lstm (long Short Term Memory network), and the selection of the neural network may be adjusted according to the actual demand and the calculation amount, which is not limited herein. The context semantics of keywords in the input text can be learned based on the recurrent neural network, the keyword classification matching is carried out based on the semantics, the accuracy of parameter matching can be improved, and the retrieval information input by an operator is not limited to specific keywords, and can also comprise phrases or sentences containing key information and the like. The specific training process is not described herein.
After the request configuration parameters are obtained, the request configuration parameters can be associated with the request floors of the suppliers to generate parameter retrieval requests. The acquired configuration parameters may include a plurality of associated category parameters corresponding to one or more parameter configuration templates, so that a manager may select and configure the parameters. And acquiring the matched floor and the corresponding parameter configuration template from a database for storing all floor data based on the parameter retrieval request. And outputting the parameter configuration template to a visual interactive interface, and setting parameters of the parameter configuration template by an operator. When a plurality of parameter configuration templates are obtained, one parameter template can be selected for shared parameter configuration, and other parameter configuration templates only need to be shared, so that basic parameter configuration can be completed quickly, the parameter configuration process is simplified, and the new efficiency of the product is improved. The default floor configuration template is preloaded at the server side, and the corresponding default floor configuration template is directly called through a visual configuration interface according to the requirements of suppliers.
After parameter configuration is completed through the visual configuration interface, the overall preview of the page to be updated can be generated so as to confirm the effect after update release. Specifically, after configuration is completed, the two-dimensional code can be generated based on the page layout block, the two-dimensional code is pushed to a specific person, and the display effect of the page to be updated can be checked through code scanning. Therefore, monitoring feedback is carried out on the updated data, and quick response can be obtained when problems occur. After the floor configuration templates are generated by completing configuration updating, the floor configuration templates corresponding to all floors can be converted into json data packets, and the json data are stored in a database for persistence.
Referring to fig. 4, in an embodiment, the obtaining the matched floor allocation template in response to the page request data of the user terminal may include the following steps:
s203, obtaining user login information, calling user preference data according to the login information, and generating the page request data according to the login information and the preference data;
and S204, the server receives the page request data, calls floors corresponding to various sections of the page to be displayed according to the page request data, and obtains floor configuration templates corresponding to the floors.
In step S201, the login information may include: account number, contact number, fingerprint, iris, face, etc. When a user logs in a user side APP, identity authentication is carried out through login information, and after the authentication is passed, the user side generates corresponding page request data according to the identity information obtained through the login information. In the using process of the user side, the using preference data of each login user can be counted, wherein the using preference data comprises products with the viewing frequency higher than a set threshold value, links with the access evaluation rate higher than the set threshold value and the like. For example, the user preference data may be bound to a human face in advance and stored in a local database. After the user logs in or in the process of logging in, the user side collects the face image of the user through a camera module on the equipment. And comparing the characteristics of the collected face image with the face image stored in the local database, and if the comparison is successful, acquiring the preference data corresponding to the user.
In an embodiment, before the user preference data is called, comparing the page layout data corresponding to the page obtained after the previous login with the page layout data corresponding to the current page, judging whether the page data is updated, and if so, triggering to call the user preference data to obtain updated page data. Specifically, the MD5 value of each page layout block data corresponding to the current page may be calculated and compared with the MD5 value of the corresponding page layout block obtained in the previous login, so as to simplify the comparison process and improve the efficiency of update detection. If the values of the MD5 are consistent, the corresponding page version block data is not updated, the page version block data does not need to be obtained again, if the values of the MD5 are inconsistent, the corresponding page version block data is updated, a corresponding instruction is triggered, and user preference data is called. Specifically, after the server updates and sets the parameter configuration template corresponding to the floor each time, the server updates the code corresponding to the parameter configuration template. Because the corresponding relation exists between the floor and the page layout block, the hash value (namely the MD5 value) of the page layout block data is calculated according to the encoding of the parameter configuration template contained in the floor. And updating judgment is carried out based on the hash value, so that the updating processing efficiency is improved. Illustratively, the current page data can be cached through the user side data interface in advance, and after the user side APP is started each time, the cached data can be directly taken for updating and checking. The cache data may be the MD5 value corresponding to the current page data. And calculating whether the MD5 values of the cached page data and the page data logged in at the previous time are consistent or not to finish updating and checking, so that the phenomenon of white screen can be avoided, the user experience is enhanced, and through the MD5 value comparison, the data is returned to the user side only when the configuration data is changed, so that the flow can be further saved.
In step S202, the server receives the page request data, calls a floor corresponding to each layout of the page to be displayed according to the page request data, and obtains a floor configuration template corresponding to the floor.
After updating and checking, if the page data is updated, packaging the user identity information and the request information to generate page request data of the page to be displayed. And sending the page request data to a server side. And the server side acquires page data to be updated according to the page request data. Specifically, page request data may be generated only for a specific page layout block to be updated, floor data corresponding to the page layout block may be acquired from the server side based on the requested page layout block, and a floor configuration template configured in the floor data may be used as request response data to generate an update package corresponding to the page layout block. The updating package based on the page version block can quickly complete updating of local products, reduce data transmission quantity, save flow, and simultaneously facilitate quick data synchronous updating with a user side, thereby improving processing efficiency.
In an embodiment, the server side may also package the current update page into an update code package, and preload the update code package to the user side when the user side application is started. Illustratively, after the user side starts the corresponding application and completes application initialization, an update loading request can be generated, and according to the comparison between the time node of the update code packet loaded last time and the time node generated by the update code packet of the current server side, the update code packet generated after the previous preloading is obtained, and the preloading task is completed.
After the user side starts the APP and finishes updating verification, user preference data are obtained through identity information matching, and analysis of the updating code packet is carried out based on the preference data. Specifically, the data in the update code packet may be filtered according to the user preference data to filter part of the floor data, or the display priority of the floor data may be set according to the preference data. Because the update code packages issued by the server side are usually the same default page data, that is, the page data corresponding to the update packages acquired by each user side are usually consistent, different display effects of different users can be realized by screening and adjusting the preference data, and the user experience is further enhanced.
Referring to FIG. 5, in one embodiment, setting the display priority of the floor data according to the preference data may include the steps of:
step S2021, acquiring one or more groups of similar data from the preference data, and sequencing each group of similar data according to the access frequency from high to low;
step S2022, comparing the data type of the floor configuration template corresponding to the page layout block to be updated with the data type corresponding to the current user preference data, obtaining the corresponding relation between the floor configuration template and the same type of data, and setting the display priority of the corresponding floor data according to the corresponding relation and the sequencing result.
In step S2021, after the user side obtains the user preference data, clustering is performed based on the preference data of a single user, and the same kind of goods or the same kind of goods are classified into one kind, so as to obtain one or more groups of the same kind of data. The clustering can adopt clustering methods such as K-means clustering, mean shift clustering or density-based clustering, and the specific clustering process is not repeated here. And after clustering is completed, sequencing the commodities in the same-type data. The ranking may include ranking from high to low based on access frequency or ranking from high to low based on the overall access volume of all users over a period of time. The statistical ordering priority of the user access frequency is higher than the statistical ordering of the whole access amount. For example, if the frequency of the user accessing the category a goods is higher than the set threshold value, and the overall access amount of the category a goods is lower than that of the category b goods, after the ranking calculation, the ranking of the category a goods should be higher than that of the category b goods.
In step S2022, when performing the pair of species and analogs, the degree of matching between the species can be determined by similarity calculation. Specifically, if the similarity between the category of the floor configuration template and the category of the same-class data D in the user preference data reaches a set threshold, it is determined that the floor configuration template corresponds to the same-class data D. One homogeneous data can establish corresponding relation with a plurality of floor configuration templates simultaneously. After the matching of the same-type data is completed, the data of the floor configuration template can be further compared with the commodities ordered in the same-type data, and the corresponding priority of the matched commodities is obtained. Generally, the higher the ranking, the higher the priority. When dynamic data display is needed to be carried out on the corresponding page layout block, dynamic data switching can be carried out according to the priority of the floor configuration template. For example, the floor allocation templates X1, X2, and X3 correspond to floors 2, 3, and 4, respectively. Dynamic product display between three floors is required. If the priority sequence of the floor configuration template is X1> X2> X3, the commodity corresponding to the floor configuration template X1 is displayed preferentially on the corresponding page layout block, after a preset time interval, the commodity corresponding to the floor configuration template X2 is switched and displayed, after the preset time interval, the commodity corresponding to the floor configuration template X3 is switched and displayed, and therefore dynamic data display is achieved.
In step S3, the matched floor configuration template is analyzed to generate user side page response data.
In an embodiment, after the matched floor configuration template is obtained according to the page request data, the configuration parameters of the user terminal can be obtained according to the identity information of the user, and the configuration parameters are transmitted to the matched floor configuration template to adjust the parameters in the floor configuration template. Illustratively, each user can personalize settings for the APP at the user end, including APP hue, brightness, advertisement filtering, and the like. The setting parameters of each user for the application can be bound with the user identity information. After the user starts the user side application, the corresponding setting parameters can be called based on login identity information verification, and the corresponding setting parameters are transmitted to the page data to be updated for personalized adaptation, so that the user experience is further beautiful. And after the parameter transmission is completed, displaying data such as commodity pictures, text links, videos and the like corresponding to the floor configuration templates on the user side interface.
When the suppliers select floors, the priorities of the floors can be customized, and the user side carries out data hierarchical display based on the priorities of the floors. For example, the display page may include a plurality of floating windows that are matched for customized data display based on floor priority.
Based on the above implementation mode, when a product needs to be updated, the server only needs to call a floor through the visual configuration interface to perform rapid parameter configuration, and then matching and updating of the home page display interface of the user end can be automatically completed; meanwhile, based on user preference data, personalized home page display of a user side is achieved, home page display configuration updating is conducted according to historical preference of a user, dynamic hot updating is achieved, and user experience is enhanced.
In one embodiment, as shown in fig. 6, there is provided a home application data configuration updating apparatus, including: the system comprises a floor construction module 10, a display data storage module and a display data processing module, wherein the floor construction module is used for dividing a page to be displayed into a plurality of display page sections, each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product; the page configuration module 11 is configured to set a floor configuration template corresponding to each floor through a server, where the floor configuration template is used to configure data to be displayed of the corresponding floor, and obtain a matched floor configuration template in response to page request data of a user, where the request data includes: user identity information; and the page response module 12 is configured to analyze the matched floor configuration template to generate user-side page response data.
In one embodiment, the floor building module 10 includes: the page layout block setting unit is used for setting the size of each layout block of a display page according to the size of a preset user side display interface; and the page dividing unit is used for dividing the display page according to the size of the display page layout block and establishing the corresponding relation between each display page layout block and one or more floors, wherein the display page comprises a page home page.
In an embodiment, the page configuration module 11 includes a parameter configuration unit and a parameter transmission unit, where the parameter configuration unit is configured to set a visual configuration interface at a server side, respond to a configuration request of a management terminal, output the visual configuration interface to the management terminal, and receive a floor configuration template parameter fed back by the visual configuration interface; wherein, the floor configuration template parameter includes: sharing parameters, which are used for parameter transmission among the floor configuration templates; and the parameter transmission unit is used for setting shared parameters for one of the floor configuration templates, transmitting the shared parameters among the floor configuration templates and completing the matching setting of the corresponding floor configuration template.
In an embodiment, the device for updating the configuration of the application data of the home page further comprises a model construction module and a parameter matching module, wherein the model construction module is used for constructing a corresponding relation between a keyword and a request configuration parameter through a neural network before parameter configuration is carried out, and generating a parameter matching model; and the parameter matching module is used for inputting the retrieval text into the parameter matching model, acquiring the matched request configuration parameters and generating a parameter retrieval request according to the matched request configuration parameters.
In an embodiment, the page configuration module 11 further includes a preference obtaining unit and a floor data obtaining module, where the preference obtaining unit is configured to obtain login information of a user, retrieve preference data of the user according to the login information, and generate the page request data according to the login information and the preference data; and the floor data acquisition module is used for receiving the page request data by the server side, calling floors corresponding to all the sections of the page to be displayed according to the page request data and acquiring floor configuration templates corresponding to the floors.
In an embodiment, the page configuration module 11 further includes an update checking unit, configured to compare, before retrieving the user preference data, each page layout block data corresponding to the page acquired after the previous login with each page layout block data corresponding to the current page, determine whether the page data is updated, and if so, trigger retrieving the user preference data to acquire updated page data.
In an embodiment, the page configuration module 11 further includes a preference data classifying unit and a priority setting unit, where the preference data classifying unit is configured to, after the user preference data is called, obtain one or more groups of similar data from the preference data, and sort each group of similar data according to the access frequency from high to low; and the priority setting unit is used for comparing the data type of the floor configuration template corresponding to the page layout block to be updated with the data type corresponding to the current user preference data, acquiring the corresponding relation between the floor configuration template and the same type of data, and setting the display priority of the corresponding floor data according to the corresponding relation and the sequencing result.
The above-mentioned first page application data configuration updating means may be implemented in the form of a computer program which can be run on a computer device as shown in fig. 7. A computer device, comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor.
The various modules in the above-described home application data configuration update apparatus may be implemented in whole or in part by software, hardware, and combinations thereof. The modules can be embedded in a memory of the terminal in a hardware form or independent from the memory of the terminal, and can also be stored in the memory of the terminal in a software form, so that the processor can call and execute the corresponding operations of the modules. The processor can be a Central Processing Unit (CPU), a microprocessor, a singlechip and the like.
Fig. 7 is a schematic diagram illustrating an internal structure of the computer device according to an embodiment. There is provided a computer device including: one or more processors; and one or more machine readable media having instructions stored thereon that when executed by one or more processors implement the steps of: dividing a page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product; the method comprises the steps of setting a floor configuration template corresponding to each floor through a server side, wherein the floor configuration template is used for configuring data to be displayed of the corresponding floor, responding to page request data of a user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information; and analyzing the matched floor configuration template to generate user side page response data.
In an embodiment, when the processor executes the above method, the dividing the page to be displayed into a plurality of display page sections, where each display page section corresponds to one or more floors includes: setting the size of each section of a display page according to the size of a preset user side display interface; and dividing the display page according to the size of the display page layout block, and establishing the corresponding relation between each display page layout block and one or more floors, wherein the display page comprises a page home page.
In an embodiment, when the processor is executed, the setting of the floor configuration template corresponding to each floor through the server includes: the server side sets a visual configuration interface, responds to a configuration request of a management terminal, outputs the visual configuration interface to the management terminal, and receives floor configuration template parameters fed back by the visual configuration interface; wherein, the floor configuration template parameter includes: sharing parameters, which are used for parameter transmission among the floor configuration templates; after sharing parameter setting is carried out on one of the floor configuration templates, sharing parameter transmission is carried out among the floor configuration templates, and sharing parameter matching setting of each floor configuration template of the corresponding floor is completed.
In an embodiment, when executed, the processor performs the following steps before performing parameter configuration: establishing a corresponding relation between the keywords and the request configuration parameters through a neural network, and generating a parameter matching model; inputting the retrieval text into the parameter matching model, acquiring matched request configuration parameters, and generating a parameter retrieval request according to the matched request configuration parameters.
In an embodiment, when the processor executes the above-mentioned method, the obtaining a matching floor configuration template in response to page request data of a user side includes: acquiring user login information, calling user preference data according to the login information, and generating page request data according to the login information and the preference data; and the server receives the page request data, calls floors corresponding to all the sections of the page to be displayed according to the page request data, and acquires floor configuration templates corresponding to the floors.
In an embodiment, the above processor, when executing, further includes, before invoking the user preference data: comparing the page layout block data corresponding to the page acquired after the previous login with the page layout block data corresponding to the current page, judging whether the page data is updated, and if so, triggering to call user preference data and acquiring updated page data.
In an embodiment, the above processor, when executing, after retrieving the user preference data, includes: acquiring one or more groups of same-class data from the preference data, and sequencing each group of same-class data from high to low according to the access frequency; and comparing the data type of the floor configuration template corresponding to the page layout block to be updated with the data type corresponding to the current user preference data, acquiring the corresponding relation between the floor configuration template and the same type of data, and setting the display priority of the corresponding floor data according to the corresponding relation and the sequencing result.
In one embodiment, the dynamic message parsing device described above can be used as a server, including but not limited to a stand-alone physical server, or a server cluster formed by a plurality of physical servers, and can also be used as a terminal, including but not limited to a mobile phone, a tablet computer, a personal digital assistant, or a smart device. As shown in fig. 5, the dynamic message parsing device includes a processor, a non-volatile storage medium, an internal memory, a display screen, and a network interface connected through a system bus.
Wherein, the processor of the computer device is used for providing calculation and control capability and supporting the operation of the whole computer device. A non-volatile storage medium of the computer device stores an operating system and a computer program. The computer program can be executed by a processor for implementing a method for updating configuration of data of a home application provided in the above embodiments. The internal memory in the computer device provides a cached execution environment for the operating system and computer programs in the non-volatile storage medium. The display interface can display data through the display screen. The display screen may be a touch screen, such as a capacitive screen or an electronic screen, and the corresponding instruction may be generated by receiving a click operation applied to a control displayed on the touch screen.
Those skilled in the art will appreciate that the structure of the top page application data configuration update apparatus shown in fig. 7 is merely a block diagram of a portion of the structure associated with the present application and does not constitute a limitation on the computer apparatus to which the present application applies, and that a particular computer apparatus may include more or less components than those shown, or combine certain components, or have a different arrangement of components.
In one embodiment, a machine-readable medium is provided having instructions stored thereon which when executed by a processor implement the steps of: dividing a page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product; the method comprises the steps of setting a floor configuration template corresponding to each floor through a server side, wherein the floor configuration template is used for configuring data to be displayed of the corresponding floor, responding to page request data of a user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information; and analyzing the matched floor configuration template to generate user side page response data.
In one embodiment, the dividing of the page to be displayed into a plurality of display page sections, where each display page section corresponds to one or more floors, includes: setting the size of each section of a display page according to the size of a preset user side display interface; and dividing the display page according to the size of the display page layout block, and establishing the corresponding relation between each display page layout block and one or more floors, wherein the display page comprises a page home page.
In one embodiment, the setting, by the server side, of the floor configuration template corresponding to each floor is implemented when the instructions are executed by the processor, and includes: the server side sets a visual configuration interface, responds to a configuration request of a management terminal, outputs the visual configuration interface to the management terminal, and receives floor configuration template parameters fed back by the visual configuration interface; wherein, the floor configuration template parameter includes: sharing parameters, which are used for parameter transmission among the floor configuration templates; after sharing parameter setting is carried out on one of the floor configuration templates, sharing parameter transmission is carried out among the floor configuration templates, and sharing parameter matching setting of each floor configuration template of the corresponding floor is completed.
In one embodiment, the instructions, when executed by the processor, that are implemented prior to performing the parameter configuration, include: establishing a corresponding relation between the keywords and the request configuration parameters through a neural network, and generating a parameter matching model; inputting the retrieval text into the parameter matching model, acquiring matched request configuration parameters, and generating a parameter retrieval request according to the matched request configuration parameters.
In one embodiment, the instructions, when executed by the processor, are implemented to obtain a matching floor configuration template in response to page request data from a user side, including: acquiring user login information, calling user preference data according to the login information, and generating page request data according to the login information and the preference data; and the server receives the page request data, calls floors corresponding to all the sections of the page to be displayed according to the page request data, and acquires floor configuration templates corresponding to the floors.
In one embodiment, the instructions, when executed by the processor, that, prior to retrieving the user preference data, further comprise: comparing the page layout block data corresponding to the page acquired after the previous login with the page layout block data corresponding to the current page, judging whether the page data is updated, and if so, triggering to call user preference data and acquiring updated page data.
In one embodiment, the instructions, when executed by the processor, that, after retrieving the user preference data, are implemented to include: acquiring one or more groups of same-class data from the preference data, and sequencing each group of same-class data from high to low according to the access frequency; and comparing the data type of the floor configuration template corresponding to the page layout block to be updated with the data type corresponding to the current user preference data, acquiring the corresponding relation between the floor configuration template and the same type of data, and setting the display priority of the corresponding floor data according to the corresponding relation and the sequencing result.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), or the like.
In summary, according to the method, the device, the equipment and the medium for updating the configuration of the home page application data, the data of the floor is set, and when the commodity is updated, the configuration updating work can be quickly completed only by updating the floor configuration template of the corresponding floor without being influenced by the application version of the user side; the floor can be expanded infinitely, and more diversified updating configuration requirements can be supported; the quick updating can be realized only by configuring the corresponding relation between the floor and the page layout block by the manager, and the updated floor data can be obtained; the supplier customizes data based on the constructed floors, customizes floors independent of pages, performs data rotation with the customized floor data, displays patterns such as Sudoku and the like, and supports more diversified display effects; the server side can realize quick updating by simply modifying the floor configuration template through a visual configuration interface, the operation complexity of commodity popularization is simplified, and management personnel can quickly complete the updating configuration of the rear end only by simply retrieving and configuring parameters, so that the processing efficiency is improved; the loading of the page update is automatically completed after the application is started by the user side, and the user experience is enhanced without updating the corresponding application version aiming at the page; and personalized updating configuration of the user side is carried out based on the user preference data, so that the method can adapt to the use habits of different users, and further enhance the user experience. Therefore, the invention effectively overcomes various defects in the prior art and has high industrial utilization value.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Any person skilled in the art can modify or change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Accordingly, it is intended that all equivalent modifications or changes which can be made by those skilled in the art without departing from the spirit and technical spirit of the present invention be covered by the claims of the present invention.

Claims (10)

1. A method for updating home page application data configuration is characterized by comprising the following steps:
dividing a page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors, the floors are used for storing data to be displayed corresponding to the display page sections, and the data to be displayed comprises images, characters or a combination of the images and the characters corresponding to a home page display product;
the method comprises the steps of setting a floor configuration template corresponding to each floor through a server side, wherein the floor configuration template is used for configuring data to be displayed of the corresponding floor, responding to page request data of a user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information;
and analyzing the matched floor configuration template to generate user side page response data.
2. The method for updating the home application data configuration according to claim 1, wherein the step of dividing the page to be displayed into a plurality of display page sections, wherein each display page section corresponds to one or more floors comprises the steps of:
setting the size of each section of a display page according to the size of a preset user side display interface;
and dividing the display page according to the size of the display page layout block, and establishing the corresponding relation between each display page layout block and one or more floors, wherein the display page comprises a page home page.
3. The method for updating the home page application data configuration according to claim 1, wherein the setting of the floor configuration template corresponding to each floor by the server side comprises:
the server side sets a visual configuration interface, responds to a configuration request of a management terminal, outputs the visual configuration interface to the management terminal, and receives floor configuration template parameters fed back by the visual configuration interface; wherein, the floor configuration template parameter includes: sharing parameters, which are used for parameter transmission among the floor configuration templates;
after sharing parameter setting is carried out on one of the floor configuration templates, sharing parameter transmission is carried out among the floor configuration templates, and sharing parameter matching setting of each floor configuration template of the corresponding floor is completed.
4. The method for updating the configuration of the application data of the home page according to claim 3, wherein before the parameter configuration, the method comprises:
establishing a corresponding relation between the keywords and the request configuration parameters through a neural network, and generating a parameter matching model;
inputting the retrieval text into the parameter matching model, acquiring matched request configuration parameters, and generating a parameter retrieval request according to the matched request configuration parameters.
5. The method for updating home page application data configuration according to claim 1, wherein the step of obtaining the matched floor configuration template in response to the page request data from the user terminal comprises:
acquiring user login information, calling user preference data according to the login information, and generating page request data according to the login information and the preference data;
and the server receives the page request data, calls floors corresponding to all the sections of the page to be displayed according to the page request data, and acquires floor configuration templates corresponding to the floors.
6. The method for updating configuration of application data on the home page according to claim 5, further comprising, before retrieving the user preference data:
comparing the page layout block data corresponding to the page acquired after the previous login with the page layout block data corresponding to the current page, judging whether the page data is updated, and if so, triggering to call user preference data and acquiring updated page data.
7. The home application data configuration updating method of claim 5, after the user preference data is called, comprising:
acquiring one or more groups of same-class data from the preference data, and sequencing each group of same-class data from high to low according to the access frequency;
and comparing the data type of the floor configuration template corresponding to the page layout block to be updated with the data type corresponding to the current user preference data, acquiring the corresponding relation between the floor configuration template and the same type of data, and setting the display priority of the corresponding floor data according to the corresponding relation and the sequencing result.
8. A home application data configuration update apparatus, comprising:
the system comprises a floor construction module, a display module and a display module, wherein the floor construction module is used for dividing a page to be displayed into a plurality of floors, and each floor corresponds to a display page block;
the page configuration module is used for setting a floor configuration template corresponding to each floor through the server side, responding to page request data of the user side, and acquiring a matched floor configuration template, wherein the request data comprises: user identity information;
and the page response module is used for analyzing the matched floor configuration template and generating user side page response data.
9. A computer device, comprising: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method of any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202111008503.XA 2021-08-31 2021-08-31 Method, device, equipment and medium for updating home page application data configuration Active CN113703809B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111008503.XA CN113703809B (en) 2021-08-31 2021-08-31 Method, device, equipment and medium for updating home page application data configuration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111008503.XA CN113703809B (en) 2021-08-31 2021-08-31 Method, device, equipment and medium for updating home page application data configuration

Publications (2)

Publication Number Publication Date
CN113703809A true CN113703809A (en) 2021-11-26
CN113703809B CN113703809B (en) 2024-04-26

Family

ID=78657320

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111008503.XA Active CN113703809B (en) 2021-08-31 2021-08-31 Method, device, equipment and medium for updating home page application data configuration

Country Status (1)

Country Link
CN (1) CN113703809B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108008954A (en) * 2017-12-01 2018-05-08 深圳乐信软件技术有限公司 Page configuration method, apparatus, server and medium
CN110147505A (en) * 2017-08-24 2019-08-20 北京国双科技有限公司 A kind of page display method, server and storage medium
CN110597585A (en) * 2019-08-19 2019-12-20 深圳壹账通智能科技有限公司 Application program page display method and device, computer equipment and storage medium
WO2020020248A1 (en) * 2018-07-27 2020-01-30 北京京东尚科信息技术有限公司 Page construction method and system at mobile terminal and mobile terminal
CN110781422A (en) * 2019-09-18 2020-02-11 中国平安财产保险股份有限公司 Page configuration method and device, computer equipment and storage medium
CN111124533A (en) * 2019-11-29 2020-05-08 青岛聚好联科技有限公司 Method and device for dynamic configuration of active page
CN111445288A (en) * 2020-03-31 2020-07-24 苏宁云计算有限公司 Configuration method of advertisement space floors, and display method, device, medium and equipment thereof
CN111506849A (en) * 2020-04-07 2020-08-07 口碑(上海)信息技术有限公司 Page generation method and device
CN112052001A (en) * 2020-09-04 2020-12-08 上海浦东发展银行股份有限公司 UI dynamic display design framework, method, equipment and storage medium of APP client
CN112162748A (en) * 2020-11-10 2021-01-01 平安普惠企业管理有限公司 Application program home page configuration method and device, electronic equipment and readable storage medium
CN112307240A (en) * 2019-07-31 2021-02-02 腾讯科技(深圳)有限公司 Page display method and device, storage medium and electronic equipment
CN112579138A (en) * 2020-12-02 2021-03-30 京东数字科技控股股份有限公司 Page display method and device, electronic equipment and storage medium
CN112749355A (en) * 2019-10-30 2021-05-04 腾讯科技(深圳)有限公司 Page display method, device, terminal, server and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110147505A (en) * 2017-08-24 2019-08-20 北京国双科技有限公司 A kind of page display method, server and storage medium
CN108008954A (en) * 2017-12-01 2018-05-08 深圳乐信软件技术有限公司 Page configuration method, apparatus, server and medium
WO2020020248A1 (en) * 2018-07-27 2020-01-30 北京京东尚科信息技术有限公司 Page construction method and system at mobile terminal and mobile terminal
CN112307240A (en) * 2019-07-31 2021-02-02 腾讯科技(深圳)有限公司 Page display method and device, storage medium and electronic equipment
CN110597585A (en) * 2019-08-19 2019-12-20 深圳壹账通智能科技有限公司 Application program page display method and device, computer equipment and storage medium
CN110781422A (en) * 2019-09-18 2020-02-11 中国平安财产保险股份有限公司 Page configuration method and device, computer equipment and storage medium
CN112749355A (en) * 2019-10-30 2021-05-04 腾讯科技(深圳)有限公司 Page display method, device, terminal, server and storage medium
CN111124533A (en) * 2019-11-29 2020-05-08 青岛聚好联科技有限公司 Method and device for dynamic configuration of active page
CN111445288A (en) * 2020-03-31 2020-07-24 苏宁云计算有限公司 Configuration method of advertisement space floors, and display method, device, medium and equipment thereof
CN111506849A (en) * 2020-04-07 2020-08-07 口碑(上海)信息技术有限公司 Page generation method and device
CN112052001A (en) * 2020-09-04 2020-12-08 上海浦东发展银行股份有限公司 UI dynamic display design framework, method, equipment and storage medium of APP client
CN112162748A (en) * 2020-11-10 2021-01-01 平安普惠企业管理有限公司 Application program home page configuration method and device, electronic equipment and readable storage medium
CN112579138A (en) * 2020-12-02 2021-03-30 京东数字科技控股股份有限公司 Page display method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113703809B (en) 2024-04-26

Similar Documents

Publication Publication Date Title
US10970463B2 (en) System and method for optimizing electronic document layouts
CN109922353B (en) Live list typesetting layout method and device, computer equipment and storage medium
US8718369B1 (en) Techniques for shape-based search of content
US10719769B2 (en) Systems and methods for generating and communicating application recommendations at uninstall time
CN110537179A (en) The system and method for match patterns attribute
CN108875289B (en) Algorithm debugging method, client, background server and system
US9009617B2 (en) Decision aiding user interfaces
CN107735766A (en) The system and method for providing recommendation for the proactive property of the user to computing device
US20230013569A1 (en) Combined local and server context menus
CN113139667A (en) Hotel room recommendation method, device, equipment and storage medium based on artificial intelligence
CN113703809B (en) Method, device, equipment and medium for updating home page application data configuration
CN111158998A (en) Display method and device of buried point data
EP3341790A1 (en) System, method, and apparatus for a color search
CN110968379A (en) Page control method and device of electronic equipment and electronic equipment
KR20200023095A (en) Method of management of goods information and service device thereof
KR102388655B1 (en) Information processing device, information processing system, information processing method, and program
US20180210619A1 (en) Automated user interface design improvement
CN113076480A (en) Page recommendation method and device, electronic equipment and medium
JP6576534B1 (en) Information display program, information display method, information display device, and information processing system
CN114327709A (en) Control page generation method and device, intelligent device and storage medium
CN113515701A (en) Information recommendation method and device
CN115248891A (en) Page display method and device, electronic equipment and storage medium
CN107562901B (en) Client data updating method and system
US11507992B1 (en) Systems and methods for displaying filters and intercepts leveraging a predictive analytics architecture
CN111090370A (en) Picture management method and device and computer readable 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
GR01 Patent grant
GR01 Patent grant