CN114398675A - Information optimization display method, device, equipment and medium for e-commerce platform - Google Patents

Information optimization display method, device, equipment and medium for e-commerce platform Download PDF

Info

Publication number
CN114398675A
CN114398675A CN202210028546.2A CN202210028546A CN114398675A CN 114398675 A CN114398675 A CN 114398675A CN 202210028546 A CN202210028546 A CN 202210028546A CN 114398675 A CN114398675 A CN 114398675A
Authority
CN
China
Prior art keywords
information
data
display
data item
item
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
CN202210028546.2A
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.)
Shenzhen Qianhai Hofan Technology Co ltd
Original Assignee
Shenzhen Qianhai Hofan Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Qianhai Hofan Technology Co ltd filed Critical Shenzhen Qianhai Hofan Technology Co ltd
Priority to CN202210028546.2A priority Critical patent/CN114398675A/en
Publication of CN114398675A publication Critical patent/CN114398675A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]

Abstract

The invention discloses an information optimization display method, device, equipment and medium for an e-commerce platform, wherein the method comprises the following steps: the method comprises the steps of obtaining initial data information corresponding to an information obtaining request, obtaining display characteristic information from the information obtaining request, analyzing the relevance between the display characteristic information and each data item to obtain the relevance analysis result of each data item, grading each data item to obtain the privacy grading result, determining the display configuration strategy of each data item according to the relevance analysis result and the privacy grading result, optimizing corresponding data, and feeding the optimized data information back to a user terminal for display. The invention belongs to the technical field of intelligent decision, and can determine a display configuration strategy corresponding to each data item by combining a privacy classification result with a page display function and a user type, thereby meeting the information display requirements of different users and different functions, avoiding the leakage of important information and realizing the accurate display of various data information on an e-commerce platform.

Description

Information optimization display method, device, equipment and medium for e-commerce platform
Technical Field
The invention relates to the technical field of intelligent decision, in particular to an information optimization display method, device, equipment and medium for an e-commerce platform.
Background
Electronic commerce is a direct product of internet explosion type development, is a brand new development direction of network technology application, and in an electronic commerce environment, people are not limited by regions any more, and customers can complete the past complicated commercial activities in a very simple and quick manner. The information security in the e-commerce platform is a crucial issue, that is, it is necessary to ensure that users of various roles in the e-commerce platform can obtain necessary information to be used, and meanwhile, leakage of important information is also avoided. The traditional information display methods classify different types of information to determine the information which needs to be hidden and displayed or not displayed, however, the necessity of the information corresponding to the user is not considered in the information display method, and the problem that the unnecessary information is displayed or the necessary information is hidden and displayed easily exists in the actual use process, so that the user cannot acquire the necessary information which needs to be used, and the working efficiency of the user is influenced. Therefore, the information display method of the e-commerce platform in the prior art has the problem that the data information cannot be accurately displayed.
Disclosure of Invention
The embodiment of the invention provides an information optimization display method, device, equipment and medium for an e-commerce platform, and aims to solve the problem that data information cannot be accurately displayed in the information display method of the e-commerce platform in the prior art.
In a first aspect, an embodiment of the present invention provides an information optimization display method for an e-commerce platform, including:
if an information acquisition request of a user terminal is received, acquiring initial data information corresponding to the information acquisition request from a preset information database;
acquiring corresponding display characteristic information from the information acquisition request, wherein the display characteristic information comprises a page display function and a user type;
analyzing the relevance between each data item in the initial data information and the display characteristic information according to a preset relevance analysis model to obtain a relevance analysis result corresponding to each data item;
grading each data item in the initial data information according to a preset privacy grading rule to obtain a privacy grading result corresponding to each data item;
acquiring a display configuration strategy corresponding to each data item from a preset display configuration table according to the correlation analysis result and the privacy grading result;
optimizing data contained in the initial data information according to the display configuration strategy of each data item to obtain corresponding optimized data information;
and feeding back the optimized data information to the user terminal for display.
In a second aspect, an embodiment of the present invention provides an information optimization display device for an e-commerce platform, including:
an initial data information obtaining unit, configured to, if an information obtaining request of a user terminal is received, obtain initial data information corresponding to the information obtaining request from a preset information database;
a display characteristic information obtaining unit, configured to obtain corresponding display characteristic information from the information obtaining request, where the display characteristic information includes a page display function and a user type;
the association analysis result acquisition unit is used for analyzing the association between each data item in the initial data information and the display characteristic information according to a preset association analysis model so as to obtain an association analysis result corresponding to each data item;
the privacy grading result acquisition unit is used for grading each data item in the initial data information according to a preset privacy grading rule so as to obtain a privacy grading result corresponding to each data item;
a display configuration policy obtaining unit, configured to obtain, from a preset display configuration table, a display configuration policy corresponding to each data item according to the association analysis result and the privacy classification result;
the optimized data information acquisition unit is used for optimizing the data contained in the initial data information according to the display configuration strategy of each data item to obtain corresponding optimized data information;
and the optimized data information feedback unit is used for feeding back the optimized data information to the user terminal for displaying.
In a third aspect, an embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor, when executing the computer program, implements the information optimization display method for an e-commerce platform according to the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, causes the processor to execute the information optimization display method for an e-commerce platform according to the first aspect.
The embodiment of the invention provides an information optimization display method and device for an e-commerce platform, computer equipment and a readable storage medium. The method comprises the steps of obtaining initial data information corresponding to an information obtaining request, obtaining display characteristic information from the information obtaining request, analyzing the relevance between the display characteristic information and each data item to obtain the relevance analysis result of each data item, grading each data item to obtain the privacy grading result, determining the display configuration strategy of each data item according to the relevance analysis result and the privacy grading result, optimizing the data corresponding to each data item in the initial data information according to the display configuration strategy, and feeding the optimized data information back to a user terminal for display. By the method, the display configuration strategy corresponding to each data item can be determined by combining the privacy classification result with the page display function and the user type, so that the information display requirements of different users and different functions are met, meanwhile, important information is prevented from being leaked, and accurate display of each item of data information on the E-commerce platform is realized.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of an information optimization display method for an e-commerce platform according to an embodiment of the present invention;
fig. 2 is a schematic view of an application scenario of the information optimization display method for the e-commerce platform according to the embodiment of the present invention;
fig. 3 is a schematic sub-flow diagram of an information optimization display method for an e-commerce platform according to an embodiment of the present invention;
fig. 4 is another schematic sub-flow chart of the information optimization display method for the e-commerce platform according to the embodiment of the present invention;
fig. 5 is a schematic view of another sub-flow of an information optimization display method for an e-commerce platform according to an embodiment of the present invention;
fig. 6 is a schematic sub-flow chart of an information optimization display method for an e-commerce platform according to an embodiment of the present invention;
fig. 7 is a schematic block diagram of an information optimization display device for an e-commerce platform according to an embodiment of the present invention;
FIG. 8 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1 and fig. 2, fig. 1 is a schematic flow chart of an information optimization display method for an e-commerce platform according to an embodiment of the present invention, fig. 2 is a schematic application scenario diagram of the information optimization display method for the e-commerce platform according to the embodiment of the present invention, the information optimization display method for the e-commerce platform is applied to a management server 10, the management server 10 is connected to at least one user terminal 20 through a network to transmit data information, the information optimization display method for the e-commerce platform is executed through application software installed in the management server 10, the management server 10 is a server side that can execute the information optimization display method for the e-commerce platform to push data information to the user terminal 20 for display, the user terminal 20 is a terminal device that is used for the management server 10 to establish a network connection to transmit data information, such as a desktop computer, a notebook computer, a tablet computer, or a mobile phone. As shown in fig. 1, the method includes steps S110 to S170.
S110, if an information acquisition request of the user terminal is received, acquiring initial data information corresponding to the information acquisition request from a preset information database.
In order to acquire corresponding information, a user of the user terminal can send an information acquisition request to the management server, an information database is configured in the management server in advance, all data information related to the e-commerce platform is stored in the information database, corresponding initial data information can be acquired from the information database according to the information acquisition request, specifically, the information acquisition request can contain information screening conditions, the data information stored in the information database can be screened through the corresponding information screening conditions, and accordingly the initial data information is acquired, and the screening conditions can include screening time periods, data types and the like.
And S120, acquiring corresponding display characteristic information from the information acquisition request, wherein the display characteristic information comprises a page display function and a user type.
The display characteristic information is the characteristic of the required display information meeting the use requirement of the current user, the display characteristic information comprises a page display function, the data information is displayed in a user terminal in a page form, the user obtains the corresponding data information by viewing the content displayed in the page, the page display function is the specific use function of the page viewed by the user, and the user type is the role type of the user on the e-commerce platform.
In an embodiment, as shown in fig. 3, step S120 includes substeps S121 and S122.
And S121, identifying the page identification in the information acquisition request to obtain a corresponding page display function.
The information obtaining request further comprises a page identification, the page identification is identification information of a page to which the data information to be displayed belongs, different page identifications correspond to different page display functions, such as a commodity distribution page (page identification YS0121), a customer order display page (page identification YS0374), a commodity evaluation display page (page identification YS1574) and the like, the page identifications correspond to the page display functions one by one, the page identifications in the information obtaining request can be identified according to the corresponding relation, so that the page display function is obtained, if the page identification YS0121 corresponds to the commodity distribution function, the page identification YS0374 corresponds to the order amount counting function, and the page identification YS1574 corresponds to the evaluation counting function.
And S122, identifying the user identification in the information acquisition request to obtain the corresponding user type.
The information acquisition request further includes a user identifier, the user identifier is identification information for distinguishing different role types, different user identifiers correspond to different user types, the user identifier corresponds to the user type one by one, and the user identifier in the information acquisition request can be identified according to the corresponding relationship, so that a corresponding user type is obtained, for example, the user identifier R0101 corresponds to a buyer, the user identifier R3001 corresponds to warehousing management, the user identifier R3002 corresponds to logistics management, and the user identifier R0201 corresponds to commodity customer service.
S130, analyzing the relevance between each data item in the initial data information and the display characteristic information according to a preset relevance analysis model to obtain a relevance analysis result corresponding to each data item.
The initial data information comprises one or more data items, the initial data information also comprises a plurality of pieces of data correspondingly, each piece of data corresponds to one data value in each data item, and all the data values of the plurality of pieces of data corresponding to each data item are combined into the initial data information. The relevance between each data item and the display characteristic information can be analyzed according to the relevance analysis model, so that the relevance analysis result of each data item is obtained, and the relevance analysis result can be used for showing whether the data corresponding to the data item needs to be displayed or not, for example, the relevance analysis result can be displayed necessarily, or can be displayed or does not need to be displayed. The association analysis model may be an analysis model constructed based on artificial intelligence, and the display characteristic information and each data item may be respectively combined and sequentially input to the association analysis model for association analysis.
In an embodiment, as shown in fig. 4, step S130 includes sub-steps S131, S132, and S133.
S131, quantization processing is carried out on the display characteristic information to obtain corresponding characteristic quantization information.
The display characteristic information can be quantized, that is, each item of information contained in the display characteristic information is embodied in a quantized numerical value mode, and quantized numerical values corresponding to each item of information in the display characteristic information are combined into characteristic quantized information. The method can be used for respectively mapping and converting each item of information in the display characteristic information according to the mapping relation between the characteristic keywords and the quantization mapping values, matching the content contained in each item of information with the characteristic keywords, taking the quantization mapping values corresponding to the characteristic keywords matched with the content in each item of information as matched quantization numerical values, obtaining the quantization numerical values corresponding to each item of information in the display characteristic information by the method, wherein the ranges of the quantization numerical values are all [0,1], and combining the quantization numerical values of each item of information to obtain the characteristic quantization information.
And S132, converting the data items contained in the initial data information to obtain an item characteristic value corresponding to each data item.
Each data item contained in the initial data information can be respectively converted, and an item characteristic value corresponding to each data item can be obtained after conversion, and the item characteristic value can be used for quantitative characterization of the characteristics of the data item. Specifically, the number of the item feature values corresponding to different data items is equal, and each data item may correspond to a plurality of item feature values. The method can acquire a project characteristic value corresponding to the name of the data project, further acquire a project characteristic value corresponding to the sub-project category to which the data project belongs, acquire a project characteristic value corresponding to the total project category to which the data project belongs, acquire two project characteristic values corresponding to two data projects adjacent to the data project, and then the current data project corresponds to the five project characteristic values.
And S133, combining the characteristic quantitative information and the item characteristic value of each data item, and sequentially inputting the combined characteristic quantitative information and the item characteristic value of each data item into the association analysis model for analysis so as to obtain an association analysis result corresponding to each data item.
The quantitative feature information and the item feature values of each data item can be combined respectively, so that the number of combined feature information obtained by combination is equal to the number of data items, specifically, each combined feature information obtained by combination can be sequentially input into the association analysis model, and thus, the association relationship between the quantitative feature information and the item feature values of the data items is analyzed through the association relationship between nodes in the association analysis model, and the corresponding association analysis result is obtained. The correlation analysis model can be composed of an input layer, one or more intermediate layers and an output layer, correlation relations are established between the input layer and the first intermediate layer, between the intermediate layers and other adjacent intermediate layers and between the last intermediate layer and the output layer through correlation formulas, the input layer comprises a plurality of input nodes, each intermediate layer comprises a plurality of intermediate nodes, the output layer comprises a plurality of output nodes, each output node corresponds to an analysis result, each correlation formula can be used for establishing a corresponding correlation relation between two nodes, the correlation formulas can be linear functions, and the linear functions comprise corresponding parameter values. The combined characteristic information obtained by combination can be input through the input nodes contained in the output layer, and the corresponding output information is output through the output nodes after the correlation analysis of the correlation formula in the model.
The number of the input nodes corresponds to the type of the analysis result, for example, if three analysis results are respectively necessary to be displayed, may be displayed, or need not to be displayed, the output information of the model includes an output node value corresponding to each analysis result, the output node value is a matching value between the association relationship between the characteristic quantization information and the data item and the analysis result corresponding to the corresponding output node, and the range of the matching value is [0,1 ]. The analysis result corresponding to the output node with the highest matching degree value can be obtained according to the output information and used as the correlation analysis result corresponding to the current data item. By sequentially analyzing each combination characteristic information, the association analysis result corresponding to each data item can be obtained.
Before the correlation analysis model is used, the correlation analysis model can be trained through a pre-stored training data set, the process of training the model is to adjust the parameter value of the linear function in the correlation analysis model, and if the parameter value of the linear function in the correlation analysis model is adjusted, the correlation analysis model can be iteratively trained on the basis of a gradient descent rule, so that the trained correlation analysis model is obtained and used.
S140, grading each data item in the initial data information according to a preset privacy grading rule to obtain a privacy grading result corresponding to each data item.
Each data item can be classified according to the privacy classification rule, so that a privacy classification result corresponding to each data item is obtained, the privacy classification rule comprises the corresponding relation between each data item name and the corresponding privacy grade, the data items can be classified based on the corresponding relation in the privacy classification rule, and the privacy grade contained in the privacy classification rule can be high, medium, low or none.
If the privacy rating corresponding to the data item name "telephone number" in the privacy rating rule is "high", and the privacy rating corresponding to the data item name "delivery address" in the privacy rating rule is "medium".
S150, obtaining a display configuration strategy corresponding to each data item from a preset display configuration table according to the correlation analysis result and the privacy grading result.
The association server is also provided with a display configuration table in advance, the display configuration table comprises a plurality of configuration strategies and configuration conditions corresponding to each configuration strategy, and the configuration strategies corresponding to each data item can be acquired from the display configuration table as the display configuration strategies according to the association analysis result and the privacy classification result.
In one embodiment, as shown in FIG. 5, step S150 includes sub-steps S151 and S152.
And S151, acquiring a matching condition corresponding to each data item from the association analysis result and the privacy classification result.
Specifically, the association analysis result of the same data item may be combined with the privacy classification result to obtain the matching condition of the data item, and then the matching condition corresponding to each data item may be sequentially obtained by using the same processing method.
S152, acquiring a matched display configuration strategy from the display configuration table according to the matching condition of each data item.
The matching can be performed according to the matching condition of the data item and the configuration condition of the configuration policy in the display configuration table, so that the configuration policy matched with the matching condition is obtained as the corresponding display configuration policy. For example, the display configuration policy that matches the data item may be full display, hidden display, or no display.
And S160, optimizing the data contained in the initial data information according to the display configuration strategy of each data item to obtain corresponding optimized data information.
The data corresponding to each data item in the initial data information can be optimized according to the display configuration strategy of the quantity items, so that the optimized data information corresponding to the initial data information is obtained.
In one embodiment, as shown in fig. 6, step S160 includes sub-steps S161, S162, S163, and S164.
S161, respectively judging whether the display configuration strategy of each data item is hidden display; and S162, if the display configuration strategy is hidden display, performing data hiding processing on the data corresponding to the data item in the initial data information according to the display configuration strategy.
Whether the display configuration strategy is hidden display or not can be judged firstly, if the display configuration strategy of the data item is hidden display, data hiding processing can be carried out on the data corresponding to the data item according to the hiding processing rule in the display configuration strategy, and the data corresponding to the data item is also the data value corresponding to each piece of data and the data item.
Specifically, the data hiding process may be implemented by replacing a partial character in each data corresponding to the data item in the initial data information according to a preset hidden symbol, where if the preset hidden symbol is "×", the partial character in the data corresponding to the data item may be replaced by "×", and only partial information of the data may be displayed after the data is subjected to the data hiding process in this manner, and for example, for a certain IP address, the data subjected to the data hiding process is "IP 131.105. 25". The data hiding process may also be performed by performing encryption conversion on each data corresponding to the data item in the initial data information to realize data hiding, for example, performing integral encryption on each data respectively to convert the data into another data, for example, performing integral encryption conversion on the data corresponding to the data item by using an encryption algorithm may not be actual original real data after performing the data hiding process, and for example, for a telephone number of a user, a telephone number may be converted into another virtual number by using a specific encryption algorithm.
S163, if the display configuration strategy is not hidden display, judging whether the display configuration strategy is not displayed; and S164, if the display configuration policy is not displayed, deleting the data corresponding to the data item in the initial data information, wherein the display configuration policy is not displayed, so as to obtain corresponding optimized data information.
And if the display configuration strategy of the data item is not hidden display, judging whether the display configuration strategy is not displayed, if the display configuration strategy is not displayed, indicating that the data corresponding to the data item is not required to be displayed on the page, and deleting the data corresponding to the data item from the initial data information, thereby finally obtaining the optimized data information. If the display configuration policy of the data item is not to be displayed, the display configuration policy is necessarily to be displayed in its entirety, and at this time, the data of the data item may be subjected to the retention processing.
And S170, feeding the optimized data information back to the user terminal for display.
And feeding back the obtained optimized data information to the user terminal, wherein the user terminal can generate a corresponding display page to load and display the optimized data information from the management server.
In the information optimization display method for the e-commerce platform, provided by the embodiment of the invention, initial data information corresponding to an information acquisition request can be acquired, display characteristic information is acquired from the information acquisition request, the relevance between the display characteristic information and each data item is analyzed to obtain the relevance analysis result of each data item, each data item is graded to obtain the privacy grading result, the display configuration strategy of each data item is determined according to the relevance analysis result and the privacy grading result, the data corresponding to each data item in the initial data information is optimized according to the display configuration strategy, and the obtained optimized data information is fed back to a user terminal for display. By the method, the display configuration strategy corresponding to each data item can be determined by combining the privacy classification result with the page display function and the user type, so that the information display requirements of different users and different functions are met, meanwhile, important information is prevented from being leaked, and accurate display of each item of data information on the E-commerce platform is realized.
The embodiment of the invention also provides an information optimization display device for the e-commerce platform, wherein the information optimization display device for the e-commerce platform can be configured in the management server, and is used for executing any embodiment of the information optimization display method for the e-commerce platform. Specifically, referring to fig. 7, fig. 7 is a schematic block diagram of an information optimization display device for an e-commerce platform according to an embodiment of the present invention.
As shown in fig. 7, the information optimization display apparatus 100 for an e-commerce platform includes an initial data information obtaining unit 110, a display characteristic information obtaining unit 120, an association analysis result obtaining unit 130, a privacy classification result obtaining unit 140, a display configuration policy obtaining unit 150, an optimized data information obtaining unit 160, and an optimized data information feedback unit 170.
An initial data information obtaining unit 110, configured to, if an information obtaining request of a user terminal is received, obtain initial data information corresponding to the information obtaining request from a preset information database.
A display characteristic information obtaining unit 120, configured to obtain corresponding display characteristic information from the information obtaining request, where the display characteristic information includes a page display function and a user type.
In an embodiment, the display characteristic information obtaining unit 120 includes sub-units: a page display function acquisition unit, configured to identify a page identifier in the information acquisition request to obtain a corresponding page display function; and the user type acquisition unit is used for identifying the user identification in the information acquisition request to obtain the corresponding user type.
The association analysis result obtaining unit 130 is configured to analyze, according to a preset association analysis model, an association between each data item in the initial data information and the display characteristic information to obtain an association analysis result corresponding to each data item.
In a specific embodiment, the association analysis result obtaining unit 130 includes sub-units: the characteristic quantization information acquisition unit is used for performing quantization processing on the display characteristic information to obtain corresponding characteristic quantization information; an item feature value acquisition unit, configured to perform conversion processing on data items included in the initial data information to obtain an item feature value corresponding to each data item; and the analysis unit is used for combining the characteristic quantitative information and the item characteristic value of each data item respectively and then sequentially inputting the combined quantitative information and the item characteristic value of each data item into the association analysis model for analysis so as to obtain an association analysis result corresponding to each data item.
The privacy classification result obtaining unit 140 is configured to classify each data item in the initial data information according to a preset privacy classification rule, so as to obtain a privacy classification result corresponding to each data item.
A display configuration policy obtaining unit 150, configured to obtain, according to the association analysis result and the privacy classification result, a display configuration policy corresponding to each data item from a preset display configuration table.
In a specific embodiment, the display configuration policy obtaining unit 150 includes sub-units: a matching condition obtaining unit, configured to obtain a matching condition corresponding to each data item from the association analysis result and the privacy classification result; and the strategy matching unit is used for acquiring a matched display configuration strategy from the display configuration table according to the matching condition of each data item.
And an optimized data information obtaining unit 160, configured to perform optimization processing on the data included in the initial data information according to the display configuration policy of each data item to obtain corresponding optimized data information.
In a specific embodiment, the optimized data information obtaining unit 160 includes sub-units: the first strategy judging unit is used for respectively judging whether the display configuration strategy of each data item is hidden display; the data processing unit is used for hiding the data corresponding to the data items in the initial data information according to the display configuration strategy if the display configuration strategy is hidden display; a second policy determining unit, configured to determine whether the display configuration policy is not to be displayed if the display configuration policy is not to be hidden displayed; and the data deleting unit is used for deleting the data corresponding to the data item of which the display configuration policy is not displayed in the initial data information to obtain the corresponding optimized data information if the display configuration policy is not displayed.
An optimized data information feedback unit 170, configured to feed back the optimized data information to the user terminal for display.
The information optimization display device for the e-commerce platform provided by the embodiment of the invention is applied to the information optimization display method for the e-commerce platform, can acquire initial data information corresponding to an information acquisition request, acquire display characteristic information from the information acquisition request, analyze the relevance between the display characteristic information and each data item to obtain the relevance analysis result of each data item, grade each data item to obtain a privacy grading result, determine the display configuration strategy of each data item according to the relevance analysis result and the privacy grading result, optimize the data corresponding to each data item in the initial data information according to the display configuration strategy, and feed the optimized data information back to a user terminal for display. By the method, the display configuration strategy corresponding to each data item can be determined by combining the privacy classification result with the page display function and the user type, so that the information display requirements of different users and different functions are met, meanwhile, important information is prevented from being leaked, and accurate display of each item of data information on the E-commerce platform is realized.
The information optimization display device for the e-commerce platform can be implemented in the form of a computer program which can be run on a computer device as shown in fig. 8.
Referring to fig. 8, fig. 8 is a schematic block diagram of a computer device according to an embodiment of the present invention. The computer device may be a management server for executing an information optimized display method for an e-commerce platform to push data information to a user terminal for display.
Referring to fig. 8, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a storage medium 503 and an internal memory 504.
The storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032, when executed, may cause the processor 502 to perform an information optimization display method for an e-commerce platform, wherein the storage medium 503 may be a volatile storage medium or a non-volatile storage medium.
The processor 502 is used to provide computing and control capabilities that support the operation of the overall computer device 500.
The internal memory 504 provides an environment for running the computer program 5032 in the storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can be enabled to execute an information optimization display method for an e-commerce platform.
The network interface 505 is used for network communication, such as providing transmission of data information. Those skilled in the art will appreciate that the configuration shown in fig. 8 is a block diagram of only a portion of the configuration associated with aspects of the present invention and is not intended to limit the computing device 500 to which aspects of the present invention may be applied, and that a particular computing device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
The processor 502 is configured to run the computer program 5032 stored in the memory to implement the corresponding functions in the above-mentioned information optimized display method for the e-commerce platform.
Those skilled in the art will appreciate that the embodiment of a computer device illustrated in fig. 8 does not constitute a limitation on the specific construction of the computer device, and that in other embodiments a computer device may include more or fewer components than those illustrated, or some components may be combined, or a different arrangement of components. For example, in some embodiments, the computer device may only include a memory and a processor, and in such embodiments, the structures and functions of the memory and the processor are consistent with those of the embodiment shown in fig. 8, and are not described herein again.
It should be understood that, in the embodiment of the present invention, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the invention, a computer-readable storage medium is provided. The computer readable storage medium may be a volatile or non-volatile computer readable storage medium. The computer readable storage medium stores a computer program, wherein the computer program, when executed by a processor, implements the steps included in the above-described information optimized display method for an e-commerce platform.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses, devices and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided by the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only a logical division, and there may be other divisions when the actual implementation is performed, or units having the same function may be grouped into one unit, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a computer-readable storage medium, which includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned computer-readable storage media comprise: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An information optimization display method for an e-commerce platform is characterized in that the method is applied to a management server, the management server is connected with a user terminal through a network to transmit data information, and the method comprises the following steps:
if an information acquisition request of a user terminal is received, acquiring initial data information corresponding to the information acquisition request from a preset information database;
acquiring corresponding display characteristic information from the information acquisition request, wherein the display characteristic information comprises a page display function and a user type;
analyzing the relevance between each data item in the initial data information and the display characteristic information according to a preset relevance analysis model to obtain a relevance analysis result corresponding to each data item;
grading each data item in the initial data information according to a preset privacy grading rule to obtain a privacy grading result corresponding to each data item;
acquiring a display configuration strategy corresponding to each data item from a preset display configuration table according to the correlation analysis result and the privacy grading result;
optimizing data contained in the initial data information according to the display configuration strategy of each data item to obtain corresponding optimized data information;
and feeding back the optimized data information to the user terminal for display.
2. The information optimized display method for the e-commerce platform according to claim 1, wherein the obtaining of the corresponding display characteristic information from the information obtaining request includes:
identifying the page identification in the information acquisition request to obtain a corresponding page display function;
and identifying the user identification in the information acquisition request to obtain the corresponding user type.
3. The information optimization display method for the e-commerce platform according to claim 1, wherein the analyzing the association between each data item in the initial data information and the display characteristic information according to a preset association analysis model to obtain an association analysis result corresponding to each data item includes:
quantizing the display characteristic information to obtain corresponding characteristic quantization information;
converting data items contained in the initial data information to obtain an item characteristic value corresponding to each data item;
and combining the characteristic quantitative information and the item characteristic value of each data item, and sequentially inputting the combined characteristic quantitative information and the item characteristic value of each data item into the association analysis model for analysis so as to obtain an association analysis result corresponding to each data item.
4. The information optimized display method for the e-commerce platform according to claim 1, wherein the obtaining of the display configuration policy corresponding to each data item from a preset display configuration table according to the association analysis result and the privacy classification result comprises:
acquiring a matching condition corresponding to each data item from the correlation analysis result and the privacy grading result;
and acquiring a matched display configuration strategy from the display configuration table according to the matching condition of each data item.
5. The information optimization display method for the e-commerce platform according to claim 1, wherein the optimizing the data included in the initial data information according to the display configuration policy of each data item to obtain corresponding optimized data information comprises:
respectively judging whether the display configuration strategy of each data item is hidden display;
if the display configuration strategy is hidden display, data hiding processing is carried out on the data corresponding to the data items in the initial data information according to the display configuration strategy;
if the display configuration strategy is not hidden display, judging whether the display configuration strategy is not displayed;
and if the display configuration strategy is not displayed, deleting the data corresponding to the data item in the initial data information, wherein the display configuration strategy is not displayed, so as to obtain the corresponding optimized data information.
6. The information optimization display method for the e-commerce platform according to claim 5, wherein the data hiding processing of the data corresponding to the data item in the initial data information according to the display configuration policy includes:
and replacing partial characters in each data corresponding to the data item in the initial data information according to a preset hidden symbol so as to realize data hiding processing.
7. The information optimization display method for the e-commerce platform according to claim 5, wherein the data hiding processing of the data corresponding to the data item in the initial data information according to the display configuration policy includes:
and carrying out encryption conversion on each data corresponding to the data item in the initial data information so as to realize data hiding processing.
8. An information optimization display device for an e-commerce platform, wherein the device is configured in a management server, and the management server is connected with a user terminal through a network to transmit data information, and the device comprises:
an initial data information obtaining unit, configured to, if an information obtaining request of a user terminal is received, obtain initial data information corresponding to the information obtaining request from a preset information database;
a display characteristic information obtaining unit, configured to obtain corresponding display characteristic information from the information obtaining request, where the display characteristic information includes a page display function and a user type;
the association analysis result acquisition unit is used for analyzing the association between each data item in the initial data information and the display characteristic information according to a preset association analysis model so as to obtain an association analysis result corresponding to each data item;
the privacy grading result acquisition unit is used for grading each data item in the initial data information according to a preset privacy grading rule so as to obtain a privacy grading result corresponding to each data item;
a display configuration policy obtaining unit, configured to obtain, from a preset display configuration table, a display configuration policy corresponding to each data item according to the association analysis result and the privacy classification result;
the optimized data information acquisition unit is used for optimizing the data contained in the initial data information according to the display configuration strategy of each data item to obtain corresponding optimized data information;
and the optimized data information feedback unit is used for feeding back the optimized data information to the user terminal for displaying.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the information optimized display method for an e-commerce platform according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the information optimized display method for an e-commerce platform according to any one of claims 1 to 7.
CN202210028546.2A 2022-01-11 2022-01-11 Information optimization display method, device, equipment and medium for e-commerce platform Pending CN114398675A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210028546.2A CN114398675A (en) 2022-01-11 2022-01-11 Information optimization display method, device, equipment and medium for e-commerce platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210028546.2A CN114398675A (en) 2022-01-11 2022-01-11 Information optimization display method, device, equipment and medium for e-commerce platform

Publications (1)

Publication Number Publication Date
CN114398675A true CN114398675A (en) 2022-04-26

Family

ID=81230338

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210028546.2A Pending CN114398675A (en) 2022-01-11 2022-01-11 Information optimization display method, device, equipment and medium for e-commerce platform

Country Status (1)

Country Link
CN (1) CN114398675A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130006748A1 (en) * 2011-06-29 2013-01-03 Microsoft Corporation Data sampling and usage policies for learning and personalization with privacy
CN106778130A (en) * 2016-11-30 2017-05-31 广东欧珀移动通信有限公司 A kind of display methods of message, display device and mobile terminal
US20180365443A1 (en) * 2017-06-20 2018-12-20 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Information Processing Method And Related Products
CN109582861A (en) * 2018-10-29 2019-04-05 复旦大学 A kind of data-privacy information detecting system
EP3557502A1 (en) * 2018-04-20 2019-10-23 Facebook, Inc. Aggregating semantic information for improved understanding of users
CN112016122A (en) * 2020-09-03 2020-12-01 中国平安财产保险股份有限公司 Webpage data processing method and device, computer equipment and storage medium
CN112149404A (en) * 2020-09-18 2020-12-29 支付宝(杭州)信息技术有限公司 Method, device and system for identifying risk content of user privacy data
CN112153035A (en) * 2020-09-18 2020-12-29 支付宝(杭州)信息技术有限公司 Privacy-protecting user protocol processing method and device
CN113343321A (en) * 2021-06-29 2021-09-03 维沃移动通信有限公司 Information display method, information display device, electronic apparatus, and readable storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130006748A1 (en) * 2011-06-29 2013-01-03 Microsoft Corporation Data sampling and usage policies for learning and personalization with privacy
CN106778130A (en) * 2016-11-30 2017-05-31 广东欧珀移动通信有限公司 A kind of display methods of message, display device and mobile terminal
US20180365443A1 (en) * 2017-06-20 2018-12-20 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Information Processing Method And Related Products
EP3557502A1 (en) * 2018-04-20 2019-10-23 Facebook, Inc. Aggregating semantic information for improved understanding of users
CN109582861A (en) * 2018-10-29 2019-04-05 复旦大学 A kind of data-privacy information detecting system
CN112016122A (en) * 2020-09-03 2020-12-01 中国平安财产保险股份有限公司 Webpage data processing method and device, computer equipment and storage medium
CN112149404A (en) * 2020-09-18 2020-12-29 支付宝(杭州)信息技术有限公司 Method, device and system for identifying risk content of user privacy data
CN112153035A (en) * 2020-09-18 2020-12-29 支付宝(杭州)信息技术有限公司 Privacy-protecting user protocol processing method and device
CN113343321A (en) * 2021-06-29 2021-09-03 维沃移动通信有限公司 Information display method, information display device, electronic apparatus, and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨亦成等: "高校数据展示系统的数据安全及相关策略研究", 《网络空间安全》 *

Similar Documents

Publication Publication Date Title
CN108427891B (en) Neighborhood recommendation method based on differential privacy protection
US20090106308A1 (en) Complexity estimation of data objects
Lee et al. Redlistr: tools for the IUCN Red Lists of ecosystems and threatened species in R
WO2021179544A1 (en) Sample classification method and apparatus, computer device, and storage medium
US20090228233A1 (en) Rank-based evaluation
EP1677213A2 (en) Data object association based on graph theory techniques
US20020091875A1 (en) Information-processing apparatus, information-processing method and storage medium
CN113139769B (en) Intelligent purchasing scheme recommending method and device, computer equipment and storage medium
CN112541635A (en) Service data statistical prediction method and device, computer equipment and storage medium
WO2022126975A1 (en) Client information verification method and apparatus, and computer device and storage medium
CN113742492A (en) Insurance scheme generation method and device, electronic equipment and storage medium
Baizyldayeva et al. Decision making procedure: applications of IBM SPSS cluster analysis and decision tree
CN111310032A (en) Resource recommendation method and device, computer equipment and readable storage medium
US20190294594A1 (en) Identity Data Enhancement
CN112950359A (en) User identification method and device
CN110633304B (en) Combined feature screening method, device, computer equipment and storage medium
US8793279B2 (en) Name characteristic analysis software and methods
CN114398675A (en) Information optimization display method, device, equipment and medium for e-commerce platform
US20220342912A1 (en) Automated data set enrichment, analysis, and visualization
CN113992668A (en) Multi-concurrency-based information real-time transmission method, device, equipment and medium
CN112416988A (en) Supply and demand matching method and device based on artificial intelligence and computer equipment
CN113869996A (en) Stepped credit analysis measuring and calculating method, device, equipment and medium
CN114528208A (en) Program error information identification method, device, equipment and medium
CN113590603A (en) Data processing method, device, equipment and medium based on intelligent selection of data source
CN112330411A (en) Group product recommendation method and device, computer equipment 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20220426