CN116069421A - Page configuration method and device, electronic equipment and storage medium - Google Patents

Page configuration method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN116069421A
CN116069421A CN202211562066.0A CN202211562066A CN116069421A CN 116069421 A CN116069421 A CN 116069421A CN 202211562066 A CN202211562066 A CN 202211562066A CN 116069421 A CN116069421 A CN 116069421A
Authority
CN
China
Prior art keywords
layout type
page
target
calculation rule
layout
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
CN202211562066.0A
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.)
Qingdao Zhongke Shuguang Technology Service Co ltd
Zhongke Sugon Information Industry Chengdu Co ltd
Zhongke Shuguang International Information Industry Co ltd
Original Assignee
Qingdao Zhongke Shuguang Technology Service Co ltd
Zhongke Sugon Information Industry Chengdu Co ltd
Zhongke Shuguang International Information Industry 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 Qingdao Zhongke Shuguang Technology Service Co ltd, Zhongke Sugon Information Industry Chengdu Co ltd, Zhongke Shuguang International Information Industry Co ltd filed Critical Qingdao Zhongke Shuguang Technology Service Co ltd
Priority to CN202211562066.0A priority Critical patent/CN116069421A/en
Publication of CN116069421A publication Critical patent/CN116069421A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a page configuration method, a page configuration device, electronic equipment and a storage medium, and relates to the technical field of web pages, wherein the method comprises the following steps: responding to the acquired page access request, acquiring window parameters and the target layout type of the page to be accessed; acquiring a corresponding target parameter calculation rule according to the target layout type; and acquiring the content area parameters of the page to be accessed according to the window parameters and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameters. According to the technical scheme, calculation errors existing in manual calculation are avoided, consumed manpower resources are saved, meanwhile, content area parameter assignment is conducted based on parameter calculation rules, when the layout type in the page is changed, accurate content area parameters can be directly obtained based on the matching relation between the layout type and the parameter calculation rules, accuracy of the content area parameters in the page after the layout type is changed is guaranteed, and content display effect of the page is improved.

Description

Page configuration method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of web page technologies, and in particular, to a method and apparatus for configuring a web page, an electronic device, and a storage medium.
Background
The content area is the most important area in a Web page, which displays main information such as text and pictures in the page, and the parameter setting of the content area becomes an important component of the page configuration.
In the prior art, for setting parameters such as height and width of a content area in a page, a programmer usually calculates corresponding content area parameters for each layout type according to types and numbers of function bars appearing in each page, and assigns calculation results of the content area parameters to each page.
However, such a manner of assigning parameters to content areas not only requires a lot of manpower resources, and has errors in calculation results, but also once the page is modified, for example, the type or number of function bars in the page is changed, the original set parameters to content areas cannot be applied to the modified page, which often causes confusion of page layout, greatly affects the display effect of the page, and reduces user experience.
Disclosure of Invention
The invention provides a page configuration method, a page configuration device, electronic equipment and a storage medium, which are used for solving the problem of page layout confusion caused by content area parameters.
According to an aspect of the present invention, there is provided a page configuration method, including:
responding to the acquired page access request, acquiring window parameters and the target layout type of the page to be accessed;
acquiring a corresponding target parameter calculation rule according to the target layout type;
and acquiring the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameter.
After obtaining the window parameters and the target layout type of the page to be accessed, the method further comprises the following steps: if the corresponding target parameter calculation rule is not obtained according to the target layout type, judging whether unknown layout elements exist in the target layout type; wherein the unknown layout element does not appear in each parameter calculation rule of the parameter calculation rule set; if the unknown layout elements do not exist, constructing the target parameter calculation rule according to the parameter calculation rule set. When the parameter calculation rule corresponding to the current layout type does not exist and the content area parameter cannot be directly acquired, the matched parameter calculation rule can be directly constructed for the layout type without the unknown layout element through the parameter calculation rule set, so that the accurate content area parameter can still be acquired.
After judging whether the unknown layout element exists in the target layout type, the method further comprises the following steps: if the unknown layout elements exist, acquiring an alternative layout type set with the same number as the layout elements of the target layout type; acquiring a first alternative layout type with the maximum similarity with the target layout type from the alternative layout type set; and taking the first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule. When the current layout type does not have the corresponding target parameter calculation rule and unknown layout elements which do not appear in all parameter calculation rules of the parameter calculation rule set exist, more accurate content area parameters can be obtained through the parameter calculation rules of the layout types with similar composition structures and equal quantity of the layout elements, the parameter calculation rules under diversified layouts are obtained, and the phenomenon that the unknown layout elements cause layout confusion is avoided.
After obtaining the first alternative layout type with the maximum similarity with the target layout type, the method further comprises the following steps: judging whether the similarity between the first alternative layout type and the target layout type is larger than or equal to a first preset threshold value; if the number of the layout elements hit by the target layout type is smaller than a first preset threshold value, acquiring a first layout type with the largest number of the layout elements hit by the target layout type and a second layout type with the largest number of the layout elements hit by the target layout type in the layout type set; wherein the number of layout elements of the first layout type is greater than the target layout type, and the number of layout elements of the second layout type is less than the target layout type; acquiring a second parameter calculation rule corresponding to the first layout type and a third parameter calculation rule corresponding to the first layout type; acquiring the content area parameters of the page to be accessed according to the window parameters, the second parameter calculation rule and the third parameter calculation rule; the calculating the first parameter corresponding to the first alternative layout type as the target parameter calculating rule includes: and if the first parameter calculation rule is larger than or equal to a first preset threshold value, taking the first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule. When the current layout type does not have the corresponding target parameter calculation rule and unknown layout elements which do not appear in the parameter calculation rules of the parameter calculation rule set exist, but the layout types which are similar in structure and equal in number do not exist, the more accurate content area parameters can be obtained through the first layout type which is similar in structure and more in function columns and the second layout type which is similar in structure and less in function columns, further obtaining of the parameter calculation rules under diversified layouts is achieved, and the phenomenon that the unknown layout elements cause layout confusion is avoided.
After the page to be accessed is configured according to the content area parameter, the method further comprises the following steps: and according to the layout type in the page to be accessed, acquiring a predicted access page with an association relation with the page to be accessed, and acquiring the content area parameter of the predicted access page. The predicted access page is obtained through the function bars of the layout type of the page to be accessed, so that the pre-acquisition of the content area parameters is realized, the configuration efficiency of the page is further improved, and the layout rationality of the display content in the page is ensured.
Responding to the acquired page test instruction, traversing the layout types of each page, and judging whether the layout type of the current page is added to the layout type set; if the parameter calculation rule is added to the layout type set, continuing to judge whether the parameter calculation rule corresponding to the layout type of the current page is added to the parameter calculation rule set; if the layout type set is not added, adding the layout type of the current page into the layout type set, and continuously judging whether the parameter calculation rule corresponding to the layout type of the current page is added into the parameter calculation rule set; if the parameter calculation rule set is not added, adding the parameter calculation rule corresponding to the layout type of the current page into the parameter calculation rule set, and continuing to traverse the layout types of other pages until each page is traversed; if the parameter calculation rule set is added, continuing to traverse the layout types of other pages until each page is traversed. The data of the layout type set and the parameter calculation rule set in the service system are complete, so that each page in the service system can acquire the matched layout type and parameter calculation rule, accurate acquisition of the content area parameters in each page is ensured, and the reasonable layout of the page optimizes the content display effect.
If the target layout type includes a target height layout type and a target width layout type, and the window parameter includes a window height and a window width, the obtaining a corresponding target parameter calculation rule according to the target layout type includes: acquiring a corresponding target height calculation rule according to the target height layout type, and acquiring a corresponding target width calculation rule according to the target width layout type; the obtaining the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule comprises the following steps: and acquiring the height of the content area of the page to be accessed according to the window height and the target height calculation rule, and acquiring the width of the content area of the page to be accessed according to the window width and the target width calculation rule. The region height and the region width of the content region are obtained through the layout types of the pages to be accessed in the height direction and the width direction, so that the boundary parameter integrity of the content region is ensured, the region boundary of the content region is matched with the window height and the window width of the browser, and the display effect of the page contents in the configured pages is further optimized.
According to another aspect of the present invention, there is provided a page configuration apparatus including:
the layout type acquisition module is used for acquiring window parameters and target layout types of pages to be accessed in response to the acquired page access request;
the parameter calculation rule acquisition module is used for acquiring a corresponding target parameter calculation rule according to the target layout type;
and the page configuration execution module is used for acquiring the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameter.
According to another aspect of the present invention, there is provided an electronic apparatus including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the page configuration method of any one of the embodiments of the present invention.
According to another aspect of the present invention, there is provided a computer readable storage medium storing computer instructions for causing a processor to implement a page configuration method according to any one of the embodiments of the present invention when executed.
According to the technical scheme, according to the target parameter calculation rule corresponding to the target layout type of the page to be accessed and the acquired window parameter, the content area parameter of the page to be accessed is acquired, and the page configuration is completed according to the content area parameter, so that calculation errors existing in manual calculation are avoided, consumed manpower resources are saved, meanwhile, the content area parameter assignment is carried out based on the parameter calculation rule, when the layout type of the page is changed, the accurate content area parameter can be directly acquired based on the matching relation between the layout type and the parameter calculation rule, the accuracy of the content area parameter in the page after the layout type is changed is ensured, and the content display effect of the page is optimized.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1A is a flow chart of a page configuration method according to a first embodiment of the present invention;
FIG. 1B is a diagram of a function bar according to a first embodiment of the present invention;
FIG. 1C is a diagram of a function bar according to a first embodiment of the present invention;
FIG. 1D is a diagram of a function bar according to a first embodiment of the present invention;
FIG. 1E is a schematic diagram of a layout type provided in accordance with a first embodiment of the present invention;
FIG. 1F is a schematic diagram of a layout type provided in accordance with a first embodiment of the present invention;
FIG. 2 is a flow chart of a page configuration method according to a second embodiment of the present invention;
FIG. 3 is a flow chart of a page configuration method according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a page configuration device according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device implementing a page configuration method according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example 1
Fig. 1A is a flowchart of a page configuration method according to an embodiment of the present invention, where the method may be applied to obtaining parameters of a content area in a page, and the method may be performed by a page configuration device, where the page configuration device may be implemented in a form of hardware and/or software, and the page configuration device is configured in an electronic device such as a server. As shown in fig. 1A, the method includes:
S101, acquiring window parameters and target layout types of pages to be accessed in response to acquiring the page access request.
Taking fig. 1B, 1C and 1D as an example, from the height direction of one Web page, the page may include, in addition to a content area for displaying main content, a function field located at the top, for example, a menu field, a breadcrumb field (i.e., a path field for navigation), a search field, and the like, and a function field located at the bottom, for example, a logo field, and the like; the menu bars can specifically comprise a first-level menu bar, a second-level menu bar, a third-level menu bar and the like; particularly, if the page content of the content area is displayed in a list form, the function column in the page may further include a paging column to execute a page turning function of the list content; the paging bar may be located above the content area, i.e., near the top function bar, or below the content area, i.e., near the bottom function bar.
Taking the layout in the height direction as an example, each layout type comprises one or more of the functional columns besides the content area, and also may not comprise any functional columns, so that the combination of different functional columns in the page forms different layout types; for example, the layout type a is composed of "primary menu bar+secondary menu bar+content area+identification bar", and the layout type B is composed of "primary menu bar+breadcrumbs bar+content area+identification bar".
Also, the function bars located on the left side of the page and the function bars located on the right side of the page may be included in the page as seen in the width direction of the page, and thus each layout may include one or more of the above-described function bars in addition to the content area in the width direction of the page, and may not include any function bar, for example, the layout type C is composed of only "left function bar+content area", and the page D is composed of "left function bar+content area+right function bar". In the embodiment of the present invention, the types, the number and the positions of the function bars in each layout type are not particularly limited.
Because the layout type of each page is pre-configured, when a page access request is acquired, the layout type of the page, namely the target layout type, can be directly determined according to the page to be accessed by the page access request; the target layout type may include only the layout type in the height direction, may include only the layout type in the width direction, and may include both the layout types in the height direction and the width direction.
Window parameters are display parameters of a browser sending a page access request, the size of a screen where the browser is positioned is different, and the window parameters are also different; if the target layout type only includes a layout type in the height direction, the window parameter only includes the window height; if the target layout type only includes a layout type in the width direction, the window parameter also only includes the window width; if the target layout type includes both a height-wise and width-wise layout type, then the window parameters also need to include window width and window height; the window height of the browser can be obtained through an API interface of the Web page by using a window. The window width is obtained by a window. InnerWidth method; in particular, neither the window height nor window width of the browser includes parameter values of the functional elements of the browser itself, such as the toolbar and the lower bar.
S102, acquiring a corresponding target parameter calculation rule according to the target layout type.
In the parameter calculation rule in the height direction, that is, the height calculation rule, the height of the content area is equal to the height of the window minus the height of each function field in the layout type in the height direction, and the height of each function field has been previously configured to be a fixed height; the height of each function bar can be obtained by a class name and a window. In the parameter calculation rule in the width direction, that is, the width calculation rule, the width of the content area is equal to the width of the window minus the width of each function field in the layout type in the width direction, and the width of each function field is also preconfigured as a fixed width.
Because different layout types are composed of different function bars, the different layout types respectively correspond to different parameter calculation rules; taking the layout type in the height direction as an example, the layout type A consists of a first-level menu bar, a second-level menu bar, a content area and a mark bar, and the parameter calculation rule corresponding to the layout type is that the content area height = window height-first-level menu bar height-second-level menu bar height-mark bar height; the layout type B consists of a first-level menu bar, a breadcrumb bar, a content area and a mark bar, and the parameter calculation rule corresponding to the layout type B is that the content area height = window height-first-level menu bar height-breadcrumb bar height-mark bar height.
Optionally, in the embodiment of the present invention, after acquiring the window parameter and the target layout type of the page to be accessed, the method further includes: if the corresponding target parameter calculation rule is not obtained according to the target layout type, judging whether unknown layout elements exist in the target layout type; wherein the unknown layout element does not appear in each parameter calculation rule of the parameter calculation rule set; if the unknown layout elements do not exist, constructing the target parameter calculation rule according to the parameter calculation rule set.
Specifically, the parameter calculation rule set includes all existing parameter calculation rules, and the height or width of each known function column can be obtained according to the parameter calculation rule set; still take the layout type in the height direction as an example, the layout type a is composed of a first-level menu bar, a second-level menu bar, a content area and an identification bar, and the layout type B is composed of a first-level menu bar, a breadcrumbs bar, a content area and an identification bar.
If the target layout type is composed of a first-level menu bar, a second-level menu bar, a breadcrumbs bar, a content area and an identification bar, although the target parameter calculation rule matched with the target layout type cannot be directly obtained, the height information of each component function bar under the target layout type is known, so that the target parameter calculation rule corresponding to the target layout type can be directly constructed as a content area height = window height-first-level menu bar height-second-level menu bar height-breadcrumbs bar height-identification bar height. When the parameter calculation rule corresponding to the current layout type does not exist and the content area parameter cannot be directly acquired, the matched parameter calculation rule can be directly constructed for the layout type without the unknown layout element through the parameter calculation rule set, so that the accurate content area parameter can still be acquired.
S103, acquiring the content area parameters of the page to be accessed according to the window parameters and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameters.
Because the parameters of each function column in the target parameter calculation rule are known, the window parameters are substituted into the obtained target parameter calculation rule, and the content area parameters of the page to be accessed can be directly obtained; meanwhile, after the parameter configuration of the content area is completed, different display contents can be configured according to the height and/or width of the content area, taking fig. 1E and fig. 1F as examples, under different window heights (the window height of fig. 1E is greater than the window height of fig. 1F), the heights of the content areas are also different (the content area height of fig. 1E is greater than the content area height of fig. 1F), therefore, according to the difference of the window heights, different content area heights are set, and when more contents are to be displayed, more contents can be borne in pages with higher window heights, so that the display space of the content area can be fully utilized.
Optionally, in an embodiment of the present invention, after configuring the page to be accessed according to the content area parameter, the method further includes: and according to the layout type in the page to be accessed, acquiring a predicted access page with an association relation with the page to be accessed, and acquiring the content area parameter of the predicted access page. After the page to be accessed is acquired, determining the page which is likely to be accessed continuously by the user according to the display content of the content area in the page, and determining the display page which is likely to be accessed continuously by the user according to the function column of the layout type of the page; for example, if the page includes a paging column, then the previous page and the next page corresponding to the paging column are both predicted access pages; if the page comprises a breadcrumbs column, each upper layer path in the breadcrumbs column is a predicted access page; the predicted access page is obtained through the function bars of the layout type of the page to be accessed, so that the pre-acquisition of the content area parameters is realized, the configuration efficiency of the page is further improved, and the layout rationality of the display content in the page is ensured.
Optionally, in an embodiment of the present invention, the page configuration method further includes: responding to the acquired page test instruction, traversing the layout types of each page, and judging whether the layout type of the current page is added to the layout type set; if the parameter calculation rule is added to the layout type set, continuing to judge whether the parameter calculation rule corresponding to the layout type of the current page is added to the parameter calculation rule set; if the layout type set is not added, adding the layout type of the current page into the layout type set, and continuously judging whether the parameter calculation rule corresponding to the layout type of the current page is added into the parameter calculation rule set; if the parameter calculation rule set is not added, adding the parameter calculation rule corresponding to the layout type of the current page into the parameter calculation rule set, and continuing to traverse the layout types of other pages until each page is traversed; if the parameter calculation rule set is added, continuing to traverse the layout types of other pages until each page is traversed.
Specifically, each page in the service system is traversed in sequence, and when each page is traversed, whether the layout type of the current page is added into a layout type set or not and whether a parameter calculation rule corresponding to the layout type is added into a parameter calculation rule set or not are respectively judged, if not, the layout type and the parameter calculation rule are respectively added into the corresponding sets until each page in the service system is traversed, so that the data of the layout type set and the parameter calculation rule set in the service system are complete, each page in the service system can acquire the matched layout type and parameter calculation rule, accurate acquisition of content area parameters in each page is ensured, and the reasonable layout of the page optimizes the content display effect.
Optionally, in an embodiment of the present invention, if the target layout type includes a target height layout type and a target width layout type, and the window parameter includes a window height and a window width, the obtaining the corresponding target parameter calculation rule according to the target layout type includes: acquiring a corresponding target height calculation rule according to the target height layout type, and acquiring a corresponding target width calculation rule according to the target width layout type; the obtaining the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule comprises the following steps: and acquiring the height of the content area of the page to be accessed according to the window height and the target height calculation rule, and acquiring the width of the content area of the page to be accessed according to the window width and the target width calculation rule.
Specifically, if the target layout type includes a target height layout type and a target width layout type, which indicate that the setting of the content area in the page to be accessed, the height of the content area needs to be determined according to the function bar layout in the height direction, and the width of the content area needs to be determined according to the function bar layout in the width direction; therefore, the calculation rules in the height direction and the width direction, namely the height calculation rule and the width calculation rule, are respectively obtained, and then the window height and the window width are respectively substituted into the calculation rules to obtain the complete content area parameters; the region height and the region width of the content region are obtained through the layout types of the pages to be accessed in the height direction and the width direction, so that the boundary parameter integrity of the content region is ensured, the region boundary of the content region is matched with the window height and the window width of the browser, and the display effect of the page contents in the configured pages is further optimized.
According to the technical scheme, according to the target parameter calculation rule corresponding to the target layout type of the page to be accessed and the acquired window parameter, the content area parameter of the page to be accessed is acquired, and the page configuration is completed according to the content area parameter, so that calculation errors existing in manual calculation are avoided, consumed manpower resources are saved, meanwhile, the content area parameter assignment is carried out based on the parameter calculation rule, when the layout type of the page is changed, the accurate content area parameter can be directly acquired based on the matching relation between the layout type and the parameter calculation rule, the accuracy of the content area parameter in the page after the layout type is changed is ensured, and the content display effect of the page is optimized.
Example two
Fig. 2 is a flowchart of a page configuration method according to a second embodiment of the present invention, where the relationship between the present embodiment and the above embodiment is that the target layout type includes unknown layout elements that do not appear in each parameter calculation rule of the parameter calculation rule set. As shown in fig. 2, the method includes:
s201, responding to the acquired page access request, and acquiring window parameters and target layout types of pages to be accessed; s202 is performed.
S202, if a corresponding target parameter calculation rule is not obtained according to the target layout type and unknown layout elements exist in the target layout type, obtaining an alternative layout type set with the same number of the layout elements as the target layout type; wherein the unknown layout element does not appear in each parameter calculation rule of the parameter calculation rule set; s203 is performed.
For example, the target layout type is "primary menu bar+breadcrumbs bar+search bar+content area+identification bar", while the layout type E is "primary menu bar+secondary menu bar+tertiary menu bar+content area+identification bar", and the layout type F is "primary menu bar+secondary menu bar+search bar+content area+identification bar", both the layout type E and the layout type F are added to the set of alternative layout types.
S203, acquiring a first alternative layout type with the maximum similarity with the target layout type from the alternative layout type set; s204 is performed.
Taking the above technical scheme as an example, two different function bars exist between the target layout type and the layout type E, and the similarity is 50%; only one difference function column exists between the target layout type and the layout type F, and the similarity is 75%; thus, the layout type F is taken as the first alternative layout type.
S204, taking a first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule; s205 is performed.
S205, acquiring the content area parameters of the page to be accessed according to the window parameters and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameters.
Because the number of the function bars of the first alternative layout type is equal to that of the target layout type, and the composition structures of the function bars are similar, the first parameter calculation rule corresponding to the first alternative layout type is used as the target parameter calculation rule corresponding to the target layout type, and the parameters of other function bars are used for replacing the parameters of unknown function bars; taking the above technical solution as an example, the target layout type is "first-level menu bar+breadcrumbs bar+search bar+content area+identification bar", the first alternative layout type is "first-level menu bar+second-level menu bar+search bar+content area+identification bar", and the first parameter calculation rule is regarded as the target parameter calculation rule, and the height of the breadcrumbs bar is regarded as equal to the height of the second-level menu bar, so as to obtain the content area parameter with approximate result.
According to the technical scheme provided by the embodiment of the invention, when the current layout type does not have the corresponding target parameter calculation rule and unknown layout elements which do not appear in the parameter calculation rules of the parameter calculation rule set exist, the parameters of a more accurate content area can be obtained through the parameter calculation rules of the layout types which are similar in composition and structure and equal in number of the layout elements, the parameter calculation rules under diversified layouts are obtained, and the phenomenon of disordered layout caused by the unknown layout elements is avoided.
Example III
Fig. 3 is a flowchart of a page configuration method provided in a third embodiment of the present invention, where in the embodiment of the present invention, after obtaining a first alternative layout type with the greatest similarity to the target layout type, the method further includes: judging whether the similarity between the first alternative layout type and the target layout type is greater than or equal to a first preset threshold value, wherein the method comprises the following steps:
s301, acquiring window parameters and a target layout type of a page to be accessed in response to acquiring a page access request; s302 is performed.
S302, if a corresponding target parameter calculation rule is not obtained according to the target layout type, and unknown layout elements exist in the target layout type, obtaining an alternative layout type set with the same number as the layout elements of the target layout type, and obtaining a first alternative layout type with the maximum similarity with the target layout type in the alternative layout type set; wherein the unknown layout element does not appear in each parameter calculation rule of the parameter calculation rule set; s303 is performed.
S303, judging whether the similarity between the first alternative layout type and the target layout type is larger than or equal to a first preset threshold value; if yes, executing S304; if not, S305 is performed.
S304, taking a first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule; s308 is performed.
S305, acquiring a first layout type with the largest number of layout elements hitting the target layout type and a second layout type with the largest number of layout elements hitting the target layout type in the layout type set; wherein the number of layout elements of the first layout type is greater than the target layout type, and the number of layout elements of the second layout type is less than the target layout type; s306 is performed.
If the similarity between the first alternative layout type and the target layout type is smaller than a first preset threshold value, indicating that the difference of the composition structures of the target layout type and the first alternative layout type is large, and not suitable for predicting the content area parameters under the target layout type by using the content area parameters under the first alternative layout type; for example, when the target layout type is "first level menu bar+breadcrumbs bar+search bar+content area+identification bar", if the first alternative layout type is "first level menu bar+second level menu bar+third level menu bar+content area+sorting bar", it is obvious that although the number of function bars is equal, the composition structure of the function bars is greatly different, and there is a large error when the content area parameters under the target layout type are predicted using the content area parameters under the first alternative layout type.
Therefore, when the similarity between the first alternative layout type and the target layout type is smaller than a first preset threshold value, the first layout type and the second layout type are acquired. Taking the above technical solution as an example, when the target layout type is "first level menu bar+breadcrumbs bar+search bar+content area+identification bar", the first layout type may be "first level menu bar+second level menu bar+third level menu bar+search bar+content area+identification bar", and the second layout type may be "first level menu bar+search bar+content area+identification bar".
S306, acquiring a second parameter calculation rule corresponding to the first layout type and a third parameter calculation rule corresponding to the first layout type; s307 is performed.
S307, acquiring the content area parameters of the page to be accessed according to the window parameters, the second parameter calculation rule and the third parameter calculation rule.
As described in the above technical solution, since the first layout type is one more function field than the target layout type and the second layout type is one less function field than the target layout type, after the first calculation result is obtained according to the window parameter and the second parameter calculation rule, the second calculation result is obtained according to the window parameter and the third parameter calculation rule, and then the content area parameter of the page to be accessed can be obtained according to the average value of the first calculation result and the second calculation result.
Particularly, when the difference between the number of function bars of the first layout type and the number of function bars of the target layout type are greater than one, and/or the difference between the number of function bars of the target layout type and the number of function bars of the second layout type are greater than one, different weights can be allocated to the first calculation result and the second calculation result according to the difference result; for example, when the number of the first layout type is two more than the number of the function columns of the target layout type, and the number of the function columns of the target layout type is three more than the number of the function columns of the second layout type, weight values of 0.6 and 0.4 may be respectively allocated to the first calculation result and the second calculation result, so as to obtain the matched content area parameters according to the different numbers of the function columns in the first layout type and the second layout type.
S308, acquiring the content area parameters of the page to be accessed according to the window parameters and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameters.
According to the technical scheme, the current layout type is enabled to jointly acquire more accurate content area parameters through the first layout type with similar structures but more function columns and the second layout type with similar structures but less function columns when the corresponding target parameter calculation rule does not exist and unknown layout elements which do not exist in all parameter calculation rules of the parameter calculation rule set exist, but the layout types with similar structures and equal numbers do not exist, so that the acquisition of the parameter calculation rule under diversified layouts is further realized, and the phenomenon that the unknown layout elements cause layout confusion is avoided.
Example IV
Fig. 4 is a block diagram of a page configuration device according to a fourth embodiment of the present invention, where the device specifically includes:
a layout type obtaining module 401, configured to obtain a window parameter and a target layout type of a page to be accessed in response to obtaining a page access request;
a parameter calculation rule obtaining module 402, configured to obtain a corresponding target parameter calculation rule according to the target layout type;
the page configuration execution module 403 is configured to obtain a content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule, and configure the page to be accessed according to the content area parameter.
According to the technical scheme, according to the target parameter calculation rule corresponding to the target layout type of the page to be accessed and the acquired window parameter, the content area parameter of the page to be accessed is acquired, and the page configuration is completed according to the content area parameter, so that calculation errors existing in manual calculation are avoided, consumed manpower resources are saved, meanwhile, the content area parameter assignment is carried out based on the parameter calculation rule, when the layout type of the page is changed, the accurate content area parameter can be directly acquired based on the matching relation between the layout type and the parameter calculation rule, the accuracy of the content area parameter in the page after the layout type is changed is ensured, and the content display effect of the page is optimized.
Optionally, the page configuration device further includes:
the unknown layout element judging module is used for judging whether an unknown layout element exists in the target layout type if the corresponding target parameter calculation rule is not acquired according to the target layout type; wherein the unknown layout element does not appear in each parameter calculation rule of the parameter calculation rule set;
and the parameter calculation rule construction module is used for constructing the target parameter calculation rule according to the parameter calculation rule set if the unknown layout element does not exist.
Optionally, the page configuration device further includes:
an alternative layout type obtaining module, configured to obtain an alternative layout type set equal to the number of layout elements of the target layout type if there are unknown layout elements; acquiring a first alternative layout type with the maximum similarity with the target layout type from the alternative layout type set;
and the target rule acquisition module is used for taking the first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule.
Optionally, the page configuration device further includes:
the similarity judging and executing module is used for judging whether the similarity between the first alternative layout type and the target layout type is larger than or equal to a first preset threshold value;
The hit result acquisition module is used for acquiring a first layout type with the largest number of layout elements hitting the target layout type and a second layout type with the largest number of layout elements hitting the target layout type in the layout type set if the hit result acquisition module is smaller than a first preset threshold; wherein the number of layout elements of the first layout type is greater than the target layout type, and the number of layout elements of the second layout type is less than the target layout type;
the content area parameter acquisition module is used for acquiring a second parameter calculation rule corresponding to the first layout type and a third parameter calculation rule corresponding to the first layout type; and acquiring the content area parameters of the page to be accessed according to the window parameters, the second parameter calculation rule and the third parameter calculation rule.
Optionally, the target rule obtaining module is specifically configured to use, if the target rule is greater than or equal to a first preset threshold, a first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule.
Optionally, the page configuration device further includes:
the prediction result acquisition module is used for acquiring a prediction access page with an association relation with the page to be accessed according to the layout type in the page to be accessed, and acquiring content area parameters of the prediction access page.
Optionally, the page configuration device further includes:
the page test execution module is used for traversing the layout types of each page in response to the acquisition of the page test instruction and judging whether the layout type of the current page is added to the layout type set; if the parameter calculation rule is added to the layout type set, continuing to judge whether the parameter calculation rule corresponding to the layout type of the current page is added to the parameter calculation rule set; if the layout type set is not added, adding the layout type of the current page into the layout type set, and continuously judging whether the parameter calculation rule corresponding to the layout type of the current page is added into the parameter calculation rule set; if the parameter calculation rule set is not added, adding the parameter calculation rule corresponding to the layout type of the current page into the parameter calculation rule set, and continuing to traverse the layout types of other pages until each page is traversed; if the parameter calculation rule set is added, continuing to traverse the layout types of other pages until each page is traversed.
Optionally, if the target layout type includes a target height layout type and a target width layout type, the window parameter includes a window height and a window width, and the parameter calculation rule obtaining module 402 is specifically configured to obtain a corresponding target height calculation rule according to the target height layout type, and obtain a corresponding target width calculation rule according to the target width layout type.
The page configuration execution module 403 is specifically configured to obtain the height of the content area of the page to be accessed according to the window height and the target height calculation rule, and obtain the width of the content area of the page to be accessed according to the window width and the target width calculation rule.
The device can execute the page configuration method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. Technical details which are not described in detail in this embodiment can be referred to the page configuration method provided in any embodiment of the present invention.
Example five
Fig. 5 shows a schematic diagram of the structure of an electronic device 10 that may be used to implement an embodiment of the invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Electronic equipment may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 5, the electronic device 10 includes at least one processor 11, and a memory, such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, etc., communicatively connected to the at least one processor 11, in which the memory stores a computer program executable by the at least one processor, and the processor 11 may perform various appropriate actions and processes according to the computer program stored in the Read Only Memory (ROM) 12 or the computer program loaded from the storage unit 18 into the Random Access Memory (RAM) 13. In the RAM 13, various programs and data required for the operation of the electronic device 10 may also be stored. The processor 11, the ROM 12 and the RAM 13 are connected to each other via a bus 14. An input/output (I/O) interface 15 is also connected to bus 14.
Various components in the electronic device 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, etc.; an output unit 17 such as various types of displays, speakers, and the like; a storage unit 18 such as a magnetic disk, an optical disk, or the like; and a communication unit 19 such as a network card, modem, wireless communication transceiver, etc. The communication unit 19 allows the electronic device 10 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The processor 11 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 11 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 11 performs the respective methods and processes described above, such as a page configuration method.
In some embodiments, the page configuration method may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as a storage unit. In some embodiments, part or all of the computer program may be loaded and/or installed onto the heterogeneous hardware accelerator via the ROM and/or the communication unit. When the computer program is loaded into RAM and executed by a processor, one or more steps of the page configuration method described above may be performed. Alternatively, in other embodiments, the processor may be configured to perform the page configuration method in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a heterogeneous hardware accelerator having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or a trackball) through which a user can provide input to the heterogeneous hardware accelerator. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present invention may be performed in parallel, sequentially, or in a different order, so long as the desired results of the technical solution of the present invention are achieved, and the present invention is not limited herein.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method for configuring a page, comprising:
responding to the acquired page access request, acquiring window parameters and the target layout type of the page to be accessed;
acquiring a corresponding target parameter calculation rule according to the target layout type;
and acquiring the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameter.
2. The method of claim 1, further comprising, after obtaining the window parameter and the target layout type of the page to be accessed:
if the corresponding target parameter calculation rule is not obtained according to the target layout type, judging whether unknown layout elements exist in the target layout type; wherein the unknown layout element does not appear in each parameter calculation rule of the parameter calculation rule set;
if the unknown layout elements do not exist, constructing the target parameter calculation rule according to the parameter calculation rule set.
3. The method of claim 2, further comprising, after determining whether an unknown layout element is present in the target layout type:
if the unknown layout elements exist, acquiring an alternative layout type set with the same number as the layout elements of the target layout type;
acquiring a first alternative layout type with the maximum similarity with the target layout type from the alternative layout type set;
and taking the first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule.
4. A method according to claim 3, further comprising, after obtaining the first alternative layout type having the greatest similarity to the target layout type:
Judging whether the similarity between the first alternative layout type and the target layout type is larger than or equal to a first preset threshold value;
if the number of the layout elements hit by the target layout type is smaller than a first preset threshold value, acquiring a first layout type with the largest number of the layout elements hit by the target layout type and a second layout type with the largest number of the layout elements hit by the target layout type in the layout type set; wherein the number of layout elements of the first layout type is greater than the target layout type, and the number of layout elements of the second layout type is less than the target layout type;
acquiring a second parameter calculation rule corresponding to the first layout type and a third parameter calculation rule corresponding to the first layout type;
acquiring the content area parameters of the page to be accessed according to the window parameters, the second parameter calculation rule and the third parameter calculation rule;
the calculating the first parameter corresponding to the first alternative layout type as the target parameter calculating rule includes:
and if the first parameter calculation rule is larger than or equal to a first preset threshold value, taking the first parameter calculation rule corresponding to the first alternative layout type as the target parameter calculation rule.
5. The method of claim 1, further comprising, after configuring the page to be accessed according to the content area parameter:
and according to the layout type in the page to be accessed, acquiring a predicted access page with an association relation with the page to be accessed, and acquiring the content area parameter of the predicted access page.
6. The method of claim 1, wherein the page configuration method further comprises:
responding to the acquired page test instruction, traversing the layout types of each page, and judging whether the layout type of the current page is added to the layout type set;
if the parameter calculation rule is added to the layout type set, continuing to judge whether the parameter calculation rule corresponding to the layout type of the current page is added to the parameter calculation rule set;
if the layout type set is not added, adding the layout type of the current page into the layout type set, and continuously judging whether the parameter calculation rule corresponding to the layout type of the current page is added into the parameter calculation rule set;
if the parameter calculation rule set is not added, adding the parameter calculation rule corresponding to the layout type of the current page into the parameter calculation rule set, and continuing to traverse the layout types of other pages until each page is traversed;
If the parameter calculation rule set is added, continuing to traverse the layout types of other pages until each page is traversed.
7. The method according to claim 1, wherein if the target layout type includes a target height layout type and a target width layout type, and the window parameter includes a window height and a window width, the obtaining the corresponding target parameter calculation rule according to the target layout type includes:
acquiring a corresponding target height calculation rule according to the target height layout type, and acquiring a corresponding target width calculation rule according to the target width layout type;
the obtaining the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule comprises the following steps:
and acquiring the height of the content area of the page to be accessed according to the window height and the target height calculation rule, and acquiring the width of the content area of the page to be accessed according to the window width and the target width calculation rule.
8. A page configuration apparatus, comprising:
the layout type acquisition module is used for acquiring window parameters and target layout types of pages to be accessed in response to the acquired page access request;
The parameter calculation rule acquisition module is used for acquiring a corresponding target parameter calculation rule according to the target layout type;
and the page configuration execution module is used for acquiring the content area parameter of the page to be accessed according to the window parameter and the target parameter calculation rule, and configuring the page to be accessed according to the content area parameter.
9. An electronic device, the electronic device comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the page configuration method of any one of claims 1-7.
10. A computer readable storage medium storing computer instructions for causing a processor to implement the page configuration method of any one of claims 1-7 when executed.
CN202211562066.0A 2022-12-07 2022-12-07 Page configuration method and device, electronic equipment and storage medium Pending CN116069421A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211562066.0A CN116069421A (en) 2022-12-07 2022-12-07 Page configuration method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211562066.0A CN116069421A (en) 2022-12-07 2022-12-07 Page configuration method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116069421A true CN116069421A (en) 2023-05-05

Family

ID=86172461

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211562066.0A Pending CN116069421A (en) 2022-12-07 2022-12-07 Page configuration method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116069421A (en)

Similar Documents

Publication Publication Date Title
CN112801164B (en) Training method, device, equipment and storage medium of target detection model
US20210357710A1 (en) Text recognition method and device, and electronic device
CN113656698A (en) Training method and device of interest feature extraction model and electronic equipment
CN114428902A (en) Information searching method and device, electronic equipment and storage medium
CN116049356A (en) Document information determining method and device, electronic equipment and storage medium
CN116069421A (en) Page configuration method and device, electronic equipment and storage medium
CN116149951A (en) Topology information acquisition method and device of basic input/output system
CN115454261A (en) Input method candidate word generation method and device, electronic equipment and readable storage medium
CN112948517B (en) Regional position calibration method and device and electronic equipment
CN113961797A (en) Resource recommendation method and device, electronic equipment and readable storage medium
CN116991693B (en) Test method, device, equipment and storage medium
CN114816758B (en) Resource allocation method and device
CN114459494B (en) Method and device for acquiring reachable area, electronic equipment and storage medium
CN116167978A (en) Model updating method and device, electronic equipment and storage medium
CN114036392A (en) Page processing method, training method, device, electronic equipment and storage medium
CN117573491A (en) Positioning method, device, equipment and storage medium for performance bottleneck
CN116911466A (en) Method, device, equipment and medium for determining park construction degree
CN115017145A (en) Data expansion method, device and storage medium
CN113434378A (en) Webpage stability detection method and device, electronic equipment and readable storage medium
CN117786019A (en) Label text display method, device, equipment and storage medium
CN116594737A (en) Processor resource allocation method and device, storage medium and electronic equipment
CN117591576A (en) Overlapping community dividing method, device, equipment and medium based on node similarity
CN115511014A (en) Information matching method, device, equipment and storage medium
CN116523051A (en) Model mixed-precision reasoning method, device, equipment and storage medium
CN114416678A (en) Resource processing method, device, 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