CN115640476A - Site column management method, terminal and computer readable storage medium - Google Patents

Site column management method, terminal and computer readable storage medium Download PDF

Info

Publication number
CN115640476A
CN115640476A CN202210884688.9A CN202210884688A CN115640476A CN 115640476 A CN115640476 A CN 115640476A CN 202210884688 A CN202210884688 A CN 202210884688A CN 115640476 A CN115640476 A CN 115640476A
Authority
CN
China
Prior art keywords
column
webpage
site
webpage information
information
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
CN202210884688.9A
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.)
Yongxing Shenzhen Polytron Technologies Inc
Original Assignee
Yongxing Shenzhen Polytron Technologies Inc
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 Yongxing Shenzhen Polytron Technologies Inc filed Critical Yongxing Shenzhen Polytron Technologies Inc
Priority to CN202210884688.9A priority Critical patent/CN115640476A/en
Publication of CN115640476A publication Critical patent/CN115640476A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to the technical field of computers, in particular to a site column management method, a terminal and a computer readable storage medium, wherein the method comprises the following steps: acquiring first webpage information corresponding to a site column to be updated and a code identifier corresponding to the site column; determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier; and updating the first webpage information according to the second webpage information. By setting the coding identification for the website column, the data between the back-end development and the front-end display is correlated, so that the simple and convenient control of the webpage is directly performed at the back-end management terminal, and the information processing efficiency is improved.

Description

Site column management method, terminal and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, a terminal, and a computer-readable storage medium for managing a website column.
Background
In the process of developing a web page, in order to make the web page hierarchical clear and easy to browse, various columns are usually set, and a browser browses various information pushed in the web page by clicking the columns.
In the related art, setting a column in a web page requires that the column is first laid out at the front end, and then the function of each column is set at the rear end. Due to the fact that updating between the back-end data and the front-end data is not uniform, and a column setting mode is fixed and inflexible, the problems that a management process of a webpage manager is complex when website management is carried out, management difficulty is high, and the webpage management process is complex exist.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a website column management method, aiming at solving the problem of how to improve the efficiency of a webpage management process.
In order to achieve the above object, the present invention provides a site column management method, including:
when an updating instruction of a site column is received, acquiring first webpage information corresponding to the site column to be updated and a code identifier corresponding to the site column;
determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier;
and updating the first webpage information according to the second webpage information.
Optionally, the update instruction includes at least one of a modification instruction, an addition instruction, and a deletion instruction, the setting options of the addition instruction include a name, a level, a type, and a display position in the web page of the site column, and the modification instruction is used to modify any one of the setting options in the addition instruction.
Optionally, before the step of obtaining the first web page information corresponding to the site column to be updated and the coding identifier corresponding to the site column, the method further includes:
acquiring a preset area code table and a preset site resource table;
determining a website list of the webpage according to the area code table and the website resource table;
and determining the coding identification of the site column according to the website list, the area code table and the site resource table.
Optionally, the step of determining, according to the encoding identifier, second webpage information associated with the site column in a preset site column resource table includes:
acquiring column resources matched with the coding identifiers in the station column resource table;
and taking the column resource as the second webpage information associated with the code identifier.
Optionally, the encoding identifier includes at least one of a sub-column identifier, a video identifier, a news identifier, an external connection identifier, and an internal connection identifier, and the site column resource table includes at least one of a sub-column resource table, a video resource table, a news resource table, an external connection resource table, and an internal connection resource table.
Optionally, before the step of updating the second webpage information according to the first webpage information, the method further includes:
analyzing the first webpage information, and determining a display template corresponding to the first webpage information in a webpage;
taking the display template corresponding to the first webpage information in the webpage as the display template corresponding to the second webpage information in the webpage;
the step of updating the second webpage information according to the first webpage information comprises the following steps:
and updating the first webpage information according to the second webpage information based on the display template.
Optionally, before the step of updating the first webpage information according to the second webpage information, the method further includes:
acquiring a preset keyword;
determining a webpage with the access amount larger than or equal to an access threshold value in a webpage search engine according to the preset keyword, and using the webpage as a reference webpage;
respectively acquiring column number, column distribution condition and/or column color matching of the reference webpage and the first webpage information;
and determining the difference degree between the reference webpage and the first webpage information according to the column number, the column distribution condition and/or the column color matching, wherein when the difference degree is greater than a difference degree threshold value, the step of updating the first webpage information according to the second webpage information is executed.
Optionally, the step of determining the difference between the reference webpage and the first webpage information according to the number of the columns, the distribution of the columns, and/or the column color matching includes:
determining column differences between the reference webpage and the column quantity of the first webpage information, determining a weight value of the reference column distribution condition according to the column distribution condition of the first webpage information, and/or determining color value differences between the column color matching of the reference webpage and the first webpage information;
and determining the difference degree according to the column difference, the weight value and/or the color value difference.
In addition, the present invention also provides a station column management terminal, including: a memory, a processor and a site column management program stored in the memory and capable of running on the processor, wherein the site column management program when executed by the processor realizes the steps of the site column management method
In addition, the present invention further provides a computer-readable storage medium, where a site column management program is stored, and when executed by a processor, the site column management program implements the steps of the site column management method according to the above embodiment.
The embodiment of the invention provides a site column management method, a terminal and a computer readable storage medium, wherein when an update instruction of a site column is received, first webpage information corresponding to the site column to be updated and a code identifier corresponding to the site column are acquired; determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier; and updating the first webpage information according to the second webpage information. The unique code is acquired by identifying the site information identifier, the current site is quickly positioned by analyzing the unique code, the information of the site can be flexibly modified by the management end, and the function of customizing columns of the website is achieved by modifying the site information, so that the website can have more flexibility.
Drawings
Fig. 1 is a schematic diagram of a hardware architecture of a site column management apparatus according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a site column management method according to the present invention;
FIG. 3 is a schematic view of a window for adding instructions in the method for managing website columns according to the present invention;
FIG. 4 is a schematic view of a column layout in the site column management method according to the present invention;
FIG. 5 is a schematic diagram of a web page display template in the method for managing website columns according to the present invention;
FIG. 6 is a flowchart illustrating a second embodiment of a site column management method according to the present invention;
fig. 7 is a detailed flowchart of step S60 in the second embodiment of the site column management method according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The page mode of the list in the current page display of most websites is fixed, and the new addition, deletion and modification are not easy. In order to make the page display more flexible, a website column management method is needed, so that the column setting of the website is more convenient. And analyzing the data type related to the data through the basic code, so that the display content related to the data type is displayed at the corresponding position of the website, and a quick and quick display scheme is provided for column display in the website development process.
The invention has the advantages that: the unique code is acquired by identifying the site information identifier, the current site is quickly positioned by analyzing the unique code, the information of the site can be flexibly modified by the management terminal, and the function of customizing the column of the website is achieved by modifying the site information. Enabling more flexibility to the website.
It is to be understood that the appended drawings illustrate exemplary embodiments of the invention, which may be embodied in various forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
As an implementation scheme, two systems are provided, and the two systems are in communication connection according to the unique coded identifier. One system is directed to the management department, which can set up regions nationwide in a hierarchy from large to small, and then give each region a code, called a region code. For example, where Beijing is 001, then the Beijing rising area may be 001 00A; the Beijing Tokyo area can be 001 00B and the like. The site resource table of the database corresponding to each region is different. For example, for the Beijing civil government office and the Guangdong civil government office, two different databases are provided, and the site resource tables in the respective databases are different. Taking Beijing as an example, research and development takes the Beijing as a site, establishes a database for the site, and stores a site resource table. Then, the region code and site resource table which are just in time are analyzed through some codes to be displayed to a second system facing the user in a mode of a website site list in the second step in the technical principle, the system faces the user, if the system facing the user needs to be updated, the system facing the management department is set, people in the management department can flexibly set, then the news display of the system facing the user is flexibly changed, for example, the system facing the user is used in the second system facing the user when Beijing is searched, the site switching selection is clicked, the technology code background can run and inquire the unique code, the unique code and related resource content are inquired from the site column resource table, and the searched site news content is analyzed through the technical code.
As an implementation scheme, the station column management device may be as shown in fig. 1.
The embodiment of the invention relates to a site column management device, which comprises: a processor 101, e.g. a CPU, a memory 102, a communication bus 103. Wherein a communication bus 103 is used for enabling the connection communication between these components.
The memory 102 may be a high-speed RAM memory or a non-volatile memory (e.g., a disk memory). As shown in fig. 1, a storage 102, which is a kind of computer-readable storage medium, may include therein a site column management program; and the processor 101 may be configured to invoke the site column management program stored in the memory 102 and perform the following operations:
when an updating instruction of a site column is received, acquiring first webpage information corresponding to the site column to be updated and a code identifier corresponding to the site column;
determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier;
and updating the first webpage information according to the second webpage information.
In one embodiment, the processor 101 may be configured to invoke a site hurdle management program stored in the memory 102 and perform the following operations:
acquiring a preset area code table and a preset site resource table;
determining a website list of the webpage according to the area code table and the website resource table;
and determining the coding identification of the site column according to the website list, the area code table and the site resource table.
In one embodiment, the processor 101 may be configured to invoke a site hurdle management program stored in the memory 102 and perform the following operations:
analyzing the first webpage information, and determining a display template corresponding to the first webpage information in a webpage;
taking the display template corresponding to the first webpage information in the webpage as the display template corresponding to the second webpage information in the webpage;
the step of updating the second webpage information according to the first webpage information comprises the following steps:
and updating the first webpage information according to the second webpage information based on the display template.
Acquiring column resources matched with the coding identifiers in the site column resource table;
and taking the column resource as the second webpage information associated with the code identifier.
In one embodiment, the processor 101 may be configured to invoke a site hurdle management program stored in the memory 102 and perform the following operations:
acquiring a preset keyword;
determining a webpage with the access amount larger than or equal to an access threshold in a webpage search engine according to the preset keyword, and taking the webpage as a reference webpage;
respectively acquiring column number, column distribution condition and/or column color matching of the reference webpage and the first webpage information;
and determining the difference degree between the reference webpage and the first webpage information according to the column number, the column distribution condition and/or the column color matching, wherein when the difference degree is greater than a difference degree threshold value, the step of updating the first webpage information according to the second webpage information is executed.
And determining the difference degree according to the column difference, the weight value and/or the color value difference. In one embodiment, the processor 101 may be configured to invoke the site column management program stored in the memory 102 and perform the following operations:
determining column differences between the reference webpage and the column quantity of the first webpage information, determining a weighted value of the reference column distribution condition according to the column distribution condition of the first webpage information, and/or determining color value differences between the column color schemes of the reference webpage and the first webpage information;
and determining the difference degree according to the column difference, the weight value and/or the color value difference.
Based on the hardware architecture of the site column management device based on the computer technology, the embodiment of the site column management method is provided.
Referring to fig. 2, in a first embodiment, the site column management method includes the following steps:
step S10, when an updating instruction of a site column is received, acquiring first webpage information corresponding to the site column to be updated and a code identifier corresponding to the site column;
in this embodiment, when a manager performs a management operation on a website column, the manager sends an update instruction to a website column management terminal (hereinafter referred to as a management terminal), and when the management terminal receives the update instruction, the manager obtains first webpage information and a coding identifier corresponding to the website column, where the first webpage information is content of a webpage that is not updated, and includes but is not limited to characters, images, videos, website links, and the like, that is, content that a user can usually view when browsing a website. The code identification is the only code information corresponding to each website column, and column information and website information related to the data can be accurately and quickly located through the code identification.
Optionally, the update instruction may include at least one of a modify instruction, an add instruction, a delete instruction. Setting options of the adding instruction can comprise names, levels and types of website columns and display positions in the webpage; the modification instruction is used for modifying any one of the setting options in the adding instruction. Illustratively, as shown in fig. 3, fig. 3 is a schematic view of a window of the add instruction, through which a name, an ignore, a column identifier (i.e., a type), whether to be displayed, and whether to be displayed on a first page (i.e., a display position in the web page) of a column can be set.
Optionally, the encoded identifier may include at least one of a sub-column identifier, a video identifier, a news identifier, an external connection identifier, and an internal connection identifier, and the site column resource table includes at least one of a sub-column resource table, a video resource table, a news resource table, an external connection resource table, and an internal connection resource table. Illustratively, as shown in fig. 4, the sub-column object identifier indicates that the site column corresponding to the code identifier is a first-level column, and there is at least one second-level column, third-level column, and other sub-columns below the site column. In addition, the video identifier indicates that the type of the content displayed under the site bar corresponding to the coding identifier is a video data type; the external connection identifier indicates that the website column can be skipped to an external website when being clicked; the internal connection identification indicates that clicking the website column can jump to the inside of the current website.
Alternatively, the coding identifier may be determined according to three sets of tables, namely, an area code table, a site resource table, and a website site list. The regional code table is a code of each region of the country previously compiled by a person related to the civil administration, for example, the code of the beijing region is 001, and the code of the shanghai region is 002; the site resource table is a Web resource corresponding to the site column, including but not limited to Web content and the like, for example, the Web content is written in python language, and the function name is Web1; the website site list is a web page link generated based on the area and web page site resources, such as: china volunteer001.Com (beijing volunteer net). Thus, illustratively, the encoded identifications generated from the region code table, site resource table, and website site list may include, but are not limited to, three fields: 001, web1, CHINAVOLUTETERER 001.Com. Of course, it should be emphasized that, in the actual scheme, in order to avoid the complexity of the code identifier, the code identifier may be simplified as appropriate, and here, the generation content of the code identifier is only exemplified and not limited, and does not represent the same as the actual code identifier in the technical scheme of the present invention.
Step S20, determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier;
after the step of obtaining the first webpage information and the coding identification corresponding to the site column, determining second webpage information related to the site column in a site column resource table according to the coding identification. The second webpage information is the webpage content which needs to be updated into the webpage to replace the original first webpage information, and the second webpage information includes but is not limited to characters, images, videos, website links and other content. The website column resource table is an information table that is preset in a database for storing second webpage information and is generated according to the second webpage information identifier in this embodiment, and when the user clicks the website column, the webpage information displayed to the user is actually displayed by calling specific content in the database through an interface set in the website column. The function of the code identification is equivalent to an interface for connecting the back-end database and the front-end webpage, and the second webpage information needing to be updated in the database is inquired in the management terminal directly through the code identification.
Optionally, the second webpage information may be obtained by querying a column resource in a site column resource table through the code identifier, where the column resource in the site column resource table is provided with a query field matched with a certain field in the code identifier. After the code identification is obtained, a query field corresponding to the code identification is searched in a website column resource table in a traversing mode, database resources related to the website column resource table are called, column resources (including but not limited to video resources, news resources, webpage resources and the like) corresponding to the query field are obtained, and the column resources are called from the database to serve as second webpage information.
And step S30, updating the first webpage information according to the second webpage information.
And after the second webpage information is determined, updating the first webpage information according to the second webpage information. It should be emphasized that updating means that the content of the first webpage information to be processed is removed, but a connection request between the first webpage information and the server is reserved, and after the second webpage information is determined, the second webpage information is synchronized to the server according to the connection request so as to display the second webpage information in the webpage, thereby implementing updating.
Optionally, before the updating step is performed, a display template of the first webpage information in the webpage may be determined, referring to fig. 5, a content layout shown in fig. 5 is the display template of the webpage, and the display template is stored in the backend platform (but does not include specific news content and pictures) and may be directly called. The second webpage information is displayed by calling the display template corresponding to the original first webpage information, so that page layout disorder after the webpage is updated is avoided.
In the technical scheme provided in this embodiment, first web page information corresponding to a site column to be updated and a code identifier corresponding to the site column are acquired; determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier; and updating the first webpage information according to the second webpage information. Data association between the back-end development and the front-end display is achieved through the coding identification, simple and convenient control over the webpage is achieved directly through the back-end management terminal, and information processing efficiency is improved.
Referring to fig. 6, in the second embodiment, based on the first embodiment, before the step S30, the method further includes:
s40, acquiring a preset keyword;
step S50, determining a webpage with the access amount larger than or equal to an access threshold in a webpage search engine according to the preset keyword, and using the webpage as a reference webpage;
step S60, respectively obtaining the column number, the column distribution condition and/or the column color matching of the reference webpage and the first webpage information;
and S70, determining the difference degree between the reference webpage and the first webpage information according to the column number, the column distribution condition and/or the column color matching, wherein when the difference degree is greater than a difference degree threshold value, the step of updating the first webpage information according to the second webpage information is executed.
Optionally, in order to ensure validity of updated content of the web page before updating the first web page information, in this embodiment, the web page with an access amount greater than or equal to an access threshold in the web page search engine is determined according to the preset keyword, and is used as a reference web page, where the reference web page is used as a site column layout in the reference web page in this embodiment, so as to determine whether to perform an action of updating the first web page information according to the second web page information according to a difference degree of the layout between the reference web page and the first web page information. In order to screen out a webpage with excellent typesetting from a large number of webpages as a reference webpage, generally, the webpage with a large access amount has excellent typesetting, so a keyword is set, the webpage with the access amount larger than or equal to an access threshold value in a webpage search engine is determined through the keyword to serve as the reference webpage, the column number, the column distribution condition and/or the column color matching of the reference webpage are obtained, and the typesetting of second webpage information is optimized according to the column number, the column distribution condition and/or the column color matching. The column distribution condition comprises the position of the column in the webpage, a background picture of the column, an animation effect of clicking the column and the like. For a webpage developed based on HTML, the layout information can be obtained through a "crawler" type code through the python language.
Wherein, referring to fig. 7, the step S70 includes:
step S71, determining column differences between the reference webpage and the column number of the first webpage information, determining a weight value of the reference column distribution condition according to the column distribution condition of the first webpage information, and/or determining color value differences between the column color of the reference webpage and the column color of the first webpage information;
step S72, determining the difference degree according to the column difference, the weight value and/or the color value difference.
Alternatively, the degree of difference between the layout of the reference web page and the second web page information may be quantified by defining a degree of difference. For example, if the number of the columns of the reference web page is 20, and the number of the columns of the web page (hereinafter referred to as the target web page) corresponding to the second web page information is 15, the difference between the two is 5 columns; the column distribution condition is evaluated according to the weight value of the area where the column in the target webpage is located, assuming that the column in the target webpage is the layout as shown in fig. 5, the weight division is carried out according to the layout, the higher the weight value of the column part of the area in the reference webpage, which is closer to the corresponding area in fig. 5, is, the highest weight value is set to be 1, the lowest weight value is set to be 0, and assuming that the weight value of one reference webpage is 0.8; corresponding to the HTML web page, each color used has its corresponding color value, such as #000000 or rgb (0,0,0), corresponding to Black (Black), and the hexadecimal numerical value corresponding to the color between the reference web page and the target web page is converted into 10-system, and the larger the color value difference is, the larger the displayed color difference is (the minimum value is 0, the maximum value is 255, and the difference between Black and white is defined as 255). Further, a calculation function of the degree of difference R may be defined based on the above data, that is:
Figure BDA0003763893460000101
wherein Δ N = N 1 -N 2 ,ΔC=C 1 -C 2 ,N 2 For reference to the number of web page fields, C 2 Is a reference web page color value.
Illustratively, assume that a degree of difference R is obtained 1 Is 0.7, a reference threshold R is set 0 Is 0.6, when R 1 >R 0, And judging that the second webpage information is close to the layout of the reference webpage, thereby executing the step of updating the first webpage by the second webpage.
Optionally, since a large number of web pages are usually available in the web page search engine, and more than one web page is usually greater than the access threshold, the obtained difference is not unique, and for this case, the present embodiment provides two schemes: the first method is that the column difference, the color value difference and the column distribution weight value between each reference webpage and the target webpage are averaged to obtain a comprehensive difference degree of each reference webpage; and the other method is to respectively calculate the difference degree of each reference webpage and each target webpage and calculate the average value of the difference degree.
In the technical scheme provided by this embodiment, by obtaining an access amount of a reference web page, when the access amount is greater than or equal to an access threshold, obtaining a number of columns, a distribution condition of columns, and/or a color matching of columns in the reference web page, determining a difference between the number of columns, the distribution condition of columns, and/or the color matching of columns and the second web page information, and when the difference is greater than the difference threshold, executing a step of updating the first web page by the second web page. Therefore, the effectiveness of the updated content of the webpage is ensured, and the phenomenon that the content difference is too large after the webpage information is updated is avoided.
In addition, the present invention also provides a station column management terminal, including: memory, processor and site column management program stored on the memory and capable of running on the processor, wherein the site column management program when executed by the processor implements the steps of the site column management method according to any one of the above items
In addition, the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores a site column management program, and when the site column management program is executed by a processor, the site column management program implements the steps of the site column management method according to the above embodiment.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising a … …" does not exclude the presence of another identical element in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a computer-readable storage medium (such as ROM/RAM, magnetic disk, optical disk) as described above, and includes several instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A website column management method is characterized by being applied to a website column management terminal, and the website column management method comprises the following steps:
when an updating instruction of a site column is received, acquiring first webpage information corresponding to the site column to be updated and a code identifier corresponding to the site column;
determining second webpage information associated with the site column in a preset site column resource table according to the coding identifier;
and updating the first webpage information according to the second webpage information.
2. The site column management method according to claim 1, wherein the update instruction comprises at least one of a modification instruction, an addition instruction, and a deletion instruction, setting options of the addition instruction include a name, a level, a type, and a presentation position in the web page of the site column, and the modification instruction is used to modify any one of the setting options in the addition instruction.
3. The site column management method according to claim 1, wherein before the step of obtaining the first web page information corresponding to the site column to be updated and the coded identifier corresponding to the site column, the method further comprises:
acquiring a preset area code table and a preset site resource table;
determining a website list of the webpage according to the area code table and the website resource table;
and determining the coding identification of the site column according to the website list, the area code table and the site resource table.
4. The method for managing site columns according to claim 1, wherein the step of determining, according to the encoded identifier, second web page information associated with the site column in a preset site column resource table includes:
acquiring column resources matched with the coding identifiers in the site column resource table;
and taking the column resource as the second webpage information associated with the code identifier.
5. The site column management method of claim 1, wherein the coded identifier comprises at least one of a sub-column identifier, a video identifier, a news identifier, an external connection identifier, and an internal connection identifier, and the site column resource table comprises at least one of a sub-column resource table, a video resource table, a news resource table, an external connection resource table, and an internal connection resource table.
6. The site hurdle management method of claim 1 wherein said step of updating said second web page information based on said first web page information is preceded by the step of:
analyzing the first webpage information, and determining a display template corresponding to the first webpage information in the webpage;
taking the display template corresponding to the first webpage information in the webpage as the display template corresponding to the second webpage information in the webpage;
the step of updating the second webpage information according to the first webpage information comprises the following steps:
and updating the first webpage information according to the second webpage information based on the display template.
7. The site hurdle management method of claim 1 wherein said step of updating said first web page information based on said second web page information is preceded by the step of:
acquiring a preset keyword;
determining a webpage with the access amount larger than or equal to an access threshold in a webpage search engine according to the preset keyword, and taking the webpage as a reference webpage;
respectively acquiring column number, column distribution condition and/or column color matching of the reference webpage and the first webpage information;
and determining the difference degree between the reference webpage and the first webpage information according to the column number, the column distribution condition and/or the column color matching, wherein when the difference degree is greater than a difference degree threshold value, the step of updating the first webpage information according to the second webpage information is executed.
8. The site column management method according to claim 7, wherein the step of determining the difference between the reference webpage and the first webpage information according to the column number, the column distribution and/or the column color scheme comprises:
determining column differences between the reference webpage and the column quantity of the first webpage information, determining a weight value of the reference column distribution condition according to the column distribution condition of the first webpage information, and/or determining color value differences between the column color matching of the reference webpage and the first webpage information;
and determining the difference degree according to the column difference, the weight value and/or the color value difference.
9. A website column management terminal, characterized in that, the website column management terminal includes: a memory, a processor, and a site section management program stored on the memory and executable on the processor, the site section management program when executed by the processor implementing the steps of the site section management method according to any one of claims 1-7.
10. A computer-readable storage medium, characterized in that a site column management program is stored on the computer-readable storage medium, and when executed by a processor, the steps of the site column management method according to any one of claims 1 to 7 are implemented.
CN202210884688.9A 2022-07-25 2022-07-25 Site column management method, terminal and computer readable storage medium Pending CN115640476A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210884688.9A CN115640476A (en) 2022-07-25 2022-07-25 Site column management method, terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210884688.9A CN115640476A (en) 2022-07-25 2022-07-25 Site column management method, terminal and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN115640476A true CN115640476A (en) 2023-01-24

Family

ID=84939435

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210884688.9A Pending CN115640476A (en) 2022-07-25 2022-07-25 Site column management method, terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN115640476A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116821546A (en) * 2023-06-21 2023-09-29 汉雅星空文化科技有限公司 Website construction method, system, electronic device and readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116821546A (en) * 2023-06-21 2023-09-29 汉雅星空文化科技有限公司 Website construction method, system, electronic device and readable storage medium

Similar Documents

Publication Publication Date Title
US20190251143A1 (en) Web page rendering method and related device
KR102185864B1 (en) Server-side rendering method and system of native content for presentation
US7827166B2 (en) Handling dynamic URLs in crawl for better coverage of unique content
US8095534B1 (en) Selection and sharing of verified search results
US20080250310A1 (en) Apparatus and method for optimizing and differentiating web page browsing
CN107423070B (en) Page generation method and device
CN109194714B (en) File pushing method and device, terminal device and storage medium
CN103383687A (en) Page processing method and device
EP2648388A1 (en) Method, system, and device for displaying page
CN113382282B (en) Page resource access method and device, electronic equipment and storage medium
US20230334113A1 (en) Image processing method and apparatus, and computer readable storage medium
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
US20130305131A1 (en) Method, system and computer storage medium for pre-reading network data
US9122484B2 (en) Method and apparatus for mashing up web applications
US8150878B1 (en) Device method and computer program product for sharing web feeds
CN112883030A (en) Data collection method and device, computer equipment and storage medium
US20020052889A1 (en) Method for managing alterations of contents
CN112052364A (en) Sensitive information detection method, device, equipment and computer readable storage medium
US7895337B2 (en) Systems and methods of generating a content aware interface
KR100795304B1 (en) System for providing advertisements related to user's keyword using extended keywords, advertisement providing server, terminal and method thereof
CN115640476A (en) Site column management method, terminal and computer readable storage medium
CN110955855B (en) Information interception method, device and terminal
US20170169126A1 (en) Method and device of displaying webpage
CN107688650B (en) Web page generation method and device
CN103150355A (en) Web page content preview method and device, and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination