CN111177613A - Page processing method, device, equipment and storage medium - Google Patents

Page processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN111177613A
CN111177613A CN201911143138.6A CN201911143138A CN111177613A CN 111177613 A CN111177613 A CN 111177613A CN 201911143138 A CN201911143138 A CN 201911143138A CN 111177613 A CN111177613 A CN 111177613A
Authority
CN
China
Prior art keywords
configuration
page
data
information
field
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
CN201911143138.6A
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201911143138.6A priority Critical patent/CN111177613A/en
Publication of CN111177613A publication Critical patent/CN111177613A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a page processing method, a page processing device and a page processing storage medium; the method comprises the following steps: responding to a first operation of configuring a page, and acquiring page information configurable by the page; outputting a visual configuration interface based on the configurable page information; acquiring first configuration information and second configuration information based on the visual configuration interface; the first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source; acquiring field values corresponding to the data fields; and determining the first configuration information, the second configuration information and the field value as first page configuration data, and issuing the first page configuration data. According to the method and the device, the page development efficiency can be improved.

Description

Page processing method, device, equipment and storage medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to a page processing method, apparatus, device, and storage medium.
Background
With the development of internet technology and intelligent terminals, people's entertainment, life and working modes have changed over the air. When people need to know the latest news information, the information can be checked by using the intelligent terminal at any time and any place; when people need to handle some affairs, people do not need to go to related departments to handle the affairs on the spot, but can carry out on-line handling by logging in a website of a government and enterprise system, thereby saving time and labor. With different requirements of users, the web pages are often required to be adjusted, and the traditional adjustment mode is to develop new pages. The traditional page development needs to be modified on a code level, so that the requirement on the professional knowledge level of developers is high, the operation is complex, and the development efficiency is low.
Disclosure of Invention
The embodiment of the application provides a page processing method, a page processing device and a storage medium, which can improve the page development efficiency.
The technical scheme of the embodiment of the application is realized as follows:
the embodiment of the application provides a page processing method, which comprises the following steps:
responding to a first operation of configuring a page, and acquiring page information configurable by the page;
outputting a visual configuration interface based on the configurable page information;
acquiring first configuration information and second configuration information based on the visual configuration interface; the first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source;
acquiring field values corresponding to the data fields;
and determining the first configuration information, the second configuration information and the field value as first page configuration data, and issuing the first page configuration data.
The embodiment of the application provides a page processing method, which comprises the following steps:
acquiring an access request of an access terminal to a page, wherein the access request at least carries a page identifier;
acquiring page data of the page based on the page identifier, wherein the page data comprises first page configuration data corresponding to a variable region and second page configuration data corresponding to a non-variable region;
and sending the page data to the access terminal so that the access terminal performs page rendering based on the page data.
An embodiment of the present application provides a page processing apparatus, including:
the first acquisition module is used for responding to a first operation of configuring a page and acquiring page information configurable by the page;
the first output module is used for outputting a visual configuration interface based on the configurable page information;
the second obtaining module is used for obtaining the first configuration information and the second configuration information based on the visual configuration interface; the first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source;
a third obtaining module, configured to obtain field values corresponding to the data fields;
and the first issuing module is used for determining the first configuration information, the second configuration information and the field value as first page configuration data and issuing the first page configuration data.
An embodiment of the present application provides a page processing apparatus, including:
a fourth obtaining module, configured to obtain an access request of an access terminal to a page, where the access request at least carries a page identifier;
a fifth obtaining module, configured to obtain page data of the page based on the page identifier, where the page data includes first page configuration data corresponding to a variable region and second page configuration data corresponding to a non-variable region;
the first sending module is used for sending the page data to the access terminal so that the access terminal can render the page based on the page data.
An embodiment of the present application provides a page processing apparatus, including:
a memory for storing executable instructions;
and the processor is used for realizing the method provided by the embodiment of the application when executing the executable instructions stored in the memory.
The embodiment of the application provides a storage medium, which stores executable instructions and is used for causing a processor to execute the executable instructions so as to realize the method provided by the embodiment of the application.
The embodiment of the application has the following beneficial effects:
in the page processing method provided by the embodiment of the application, when a first operation for configuring a page is received, configurable page information in the page is acquired, wherein the configurable page information is page information of a variable area in the page, a visual configuration interface is output so as to configure attribute information of each data field and field values of each data field in a data source and the data source in the visual configuration interface, after the data are configured, the attribute information of each data field and the field values of each data field in the data source and the data source are determined as first page configuration data, and the first page configuration data are published, so that the page is configured through the visual configuration interface, and therefore, the page development efficiency is improved.
Drawings
FIG. 1 is a schematic diagram of a network architecture of a page processing method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a data configuration terminal 100 provided in an embodiment of the present application;
fig. 3 is a schematic flowchart of an implementation process of a page processing method according to an embodiment of the present application;
fig. 4 is a schematic flowchart of another implementation of the page processing method according to the embodiment of the present application;
fig. 5 is a schematic flowchart of another implementation of the page processing method according to the embodiment of the present application;
FIG. 6 is a schematic interface diagram of a configuration data source according to an embodiment of the present application;
FIG. 7 is a schematic interface diagram illustrating configuration data fields according to an embodiment of the present application;
FIG. 8 is a schematic diagram of an interface for entering field data according to an embodiment of the present application;
FIG. 9 is a schematic interface diagram of various data records configured in accordance with an embodiment of the present application;
FIG. 10 is a schematic diagram of an interface for publishing data according to an embodiment of the application;
FIG. 11 is a schematic diagram illustrating a process from generation to usage of page data according to an embodiment of the present application;
FIG. 12A is a diagram illustrating an interface definition of a generic query interface according to an embodiment of the present application;
FIG. 12B is a diagram illustrating interface definitions for batch query interfaces according to an embodiment of the present disclosure;
fig. 13 is a schematic diagram of an overall deployment architecture of the page processing method according to the embodiment of the present application.
Detailed Description
In order to make the objectives, technical solutions and advantages of the present application clearer, the present application will be described in further detail with reference to the attached drawings, the described embodiments should not be considered as limiting the present application, and all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of the present application.
In the following description, reference is made to "some embodiments" which describe a subset of all possible embodiments, but it is understood that "some embodiments" may be the same subset or different subsets of all possible embodiments, and may be combined with each other without conflict.
In the following description, references to the terms "first \ second \ third" are only to distinguish similar objects and do not denote a particular order, but rather the terms "first \ second \ third" are used to interchange specific orders or sequences, where appropriate, so as to enable the embodiments of the application described herein to be practiced in other than the order shown or described herein.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein is for the purpose of describing embodiments of the present application only and is not intended to be limiting of the application.
Before further detailed description of the embodiments of the present application, terms and expressions referred to in the embodiments of the present application will be described, and the terms and expressions referred to in the embodiments of the present application will be used for the following explanation.
1) A Content Delivery Network (CDN), a novel Network Content service system, is constructed based on an Internet Protocol (IP) Network, and provides Content Delivery and service based on efficiency requirements, quality requirements, and Content order of Content access and application.
2) Variable area, page area requiring dynamic change in the pages of applet, PC and H5, or the entire page area.
In order to better understand the embodiments of the present application, a page processing method and the existing disadvantages in the related art will be described first.
In the related art, strapi may be used to build a customizable Application Programming Interface (API). Strapi is a free open source node.js headless Content Management System (CMS), which can easily build a customizable API. When the data is configured and released in a self-defined way, the released data is provided outside through the node interface. And only users with configuration authority can configure the data, and users without configuration authority cannot configure and cannot access the data.
In the related technology, when the strip is used for constructing the customizable API for data configuration, the supported data types are less, and generally only comprise characters, pictures and the like, so that the complex service scene cannot be met; and static publishing is not supported, a data source needs to be restarted every time the data source is published, and the service is temporarily unavailable.
Based on the above problems, the page processing method provided in the embodiment of the present application can support complex and changeable data configuration (for example, the data configuration may be a single-line input box, a multi-check box, a single-check box, a date, a radio button, a drop-down list, a reference field, rich text editing, a picture, a link, a text, a color, and a custom data body), can publish data to a Content Delivery Network (CDN) server, does not need to restart a service after publishing, and can save the cost of repeatedly developing a management system when configuring a page variable region.
An exemplary application of the apparatus implementing the embodiment of the present application is described below, and the apparatus provided in the embodiment of the present application may be implemented as a terminal device. In the following, exemplary applications covering terminal devices when the apparatus is implemented as a terminal device will be explained.
Referring to fig. 1, fig. 1 is a schematic diagram of a network architecture of a page processing method according to an embodiment of the present application, and as shown in fig. 1, the network architecture at least includes a data configuration terminal 100, a CDN server 200, a network 300, an access terminal 400, and a page server 500. In order to support an exemplary application, the data configuration terminal 100 is connected to the CDN server 200 through the network 300, the access terminal 400 is connected to the page server 500 through the network 300, and the network 300 may be a wide area network or a local area network, or a combination of the two, and the data transmission is implemented using a wireless link.
When a configurator logs in a data configuration platform through the data configuration terminal 100 to perform data configuration in a page variable region, the data configuration terminal outputs and displays a visual configuration interface, and obtains first configuration information for configuring a data source, second configuration information for configuring attribute information of data fields and field values of the data fields based on the operation of the configurator, so that the first configuration information, the second configuration information and the field values are determined as first page configuration data corresponding to the variable region, and the first page configuration data is uploaded to the CDN server 200. When a user initiates an access request to the page server 500 through the access terminal 400, the page server obtains second page configuration data of a non-variable region, and obtains first page configuration data from the CDN server, thereby obtaining page data of the entire page, and sends the page data to the access terminal 400, and the access terminal 400 performs parsing and rendering based on the obtained page data.
The apparatus provided in the embodiments of the present application may be implemented as hardware or a combination of hardware and software, and various exemplary implementations of the apparatus provided in the embodiments of the present application are described below.
Other exemplary configurations of the data configuration terminal 100 are contemplated in light of the exemplary configuration of the data configuration terminal 100 shown in fig. 2, and thus the configurations described herein should not be considered limiting, e.g., some of the components described below may be omitted, or components not described below may be added to accommodate the particular needs of certain applications.
The data configuration terminal 100 shown in fig. 2 includes: at least one processor 110, memory 140, at least one network interface 120, and a user interface 130. Each of the components in data configuration terminal 100 are coupled together by a bus system 150. It will be appreciated that the bus system 150 is used to enable communications among the components of the connection. The bus system 150 includes a power bus, a control bus, and a status signal bus in addition to a data bus. For clarity of illustration, however, the various buses are labeled as bus system 150 in fig. 2.
The user interface 130 may include a display, a keyboard, a mouse, a touch-sensitive pad, a touch screen, and the like.
The memory 140 may be either volatile memory or nonvolatile memory, and may also include both volatile and nonvolatile memory. The nonvolatile Memory may be a Read Only Memory (ROM). The volatile Memory may be a Random Access Memory (RAM). The memory 140 described in embodiments herein is intended to comprise any suitable type of memory.
The memory 140 in the embodiment of the present application is capable of storing data to support the operation of the data configuration terminal 100. Examples of such data include: any computer program, such as an operating system and application programs, for operating on the data configuration terminal 100. The operating system includes various system programs, such as a framework layer, a core library layer, a driver layer, and the like, and is used for implementing various basic services and processing hardware-based tasks. The application program may include various application programs.
As an example of the method provided by the embodiment of the present application implemented by software, the method provided by the embodiment of the present application may be directly embodied as a combination of software modules executed by the processor 110, the software modules may be located in a storage medium located in the memory 140, and the processor 110 reads executable instructions included in the software modules in the memory 140, and completes the method provided by the embodiment of the present application in combination with necessary hardware (for example, including the processor 110 and other components connected to the bus 150).
By way of example, the Processor 110 may be an integrated circuit chip having Signal processing capabilities, such as a general purpose Processor, a Digital Signal Processor (DSP), or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or the like, wherein the general purpose Processor may be a microprocessor or any conventional Processor or the like.
The page processing method provided by the embodiment of the present application will be described in conjunction with exemplary applications and implementations of the terminal provided by the embodiment of the present application.
Referring to fig. 3, fig. 3 is a schematic view of an implementation flow of a page processing method provided in an embodiment of the present application, and is applied to the data configuration terminal shown in fig. 1, where the data configuration terminal at least includes a display screen, and a visual configuration interface can be output and displayed on the display screen, and the steps shown in fig. 3 will be described.
Step S101, responding to a first operation of configuring a page, and acquiring page information configurable by the page.
Here, the first operation may be different according to a type of the data configuration terminal, for example, when the data configuration terminal is a general personal computer or a notebook computer and the input device is a mouse, the first operation may be a click or drag of a configurator through the mouse. When the display device of the data configuration terminal is a touch display screen (e.g., a smart phone, a tablet computer, or a desktop computer), the first operation may be a touch operation (e.g., clicking, pressing, sliding, dragging, etc.) performed by a configuration operator at a certain position on the screen by using an operation body, where the operation body includes a finger, a stylus, etc. In some embodiments, the first operation may also be to send out a preset voice for performing page configuration, and may also be to make a preset action for performing page configuration.
In this embodiment of the application, the page may include fixed content output in a fixed area, for example, fixed content such as fixed display of each tag in a certain area above the page, fixed display of a Logo of a web page in a certain area at the upper left corner of the page, display of a website contact address in a certain area below the page, entry of an associated website, and the like.
The page may also include a variable area for displaying different contents in different page levels or tab pages, and may also display different contents in different time periods, that is, the display contents in the variable area may be configurable. For example, for a government system page, when a user is required to log in the government system to modify or view the accumulation information for a certain period of time, the accumulation entry and the information related to the accumulation are filled in an area which is easy to be seen by the user, and when the user is required to log in the government system to view the social security information for another period of time, the social security entry and the information related to the social security are filled in an area which is easy to be seen by the user.
In this embodiment of the present application, a fixed area and a variable area of a page may be preset, and page data of the fixed area is also fixed, while page data in the variable area is configurable, that is, the variable area corresponds to configurable page information, and the configurable page information is also preset, where the configurable page information is global configuration information of the page, and at least includes a configurable information identifier, and in some embodiments, the configurable page information further includes location information of each sub-area in the variable area, and the like.
And S102, outputting a visual configuration interface based on the configurable page information.
Here, when implemented, the step S102 may be outputting a visual configuration interface in a display screen in the data configuration terminal. The visual configuration interface is used for configuring global configuration information of the page. A visual configuration interface refers to an interface having configuration controls visible to the human eye.
The visual configuration interface comprises a plurality of configuration controls, and each configuration control is used for configuring corresponding page related configuration information. The configuration control can be a configuration information input control and also can be a configuration information selection control. The configuration information can be manually input through an input device (such as a keyboard) or a touch operation body (such as a finger or a touch pen) through the configuration information input control, and the configuration information can be selected through an input device (such as a mouse) or a touch operation body through the accessory information selection control.
Step S103, acquiring first configuration information and second configuration information based on the visual configuration interface.
Here, the first configuration information is used to configure a data source; the second configuration information is used for configuring the attribute information of each data field in the data source; the attribute information of the data field at least comprises a type of the data field, and the type at least comprises: a single line input box, a multi-check box, a single check box, a date, a radio button, a drop down list, a reference field, a rich text edit, a picture, a link, text, color, and a custom data volume.
Step S103, when implementing, may first configure the data source based on the visual configuration interface, and further may click a configuration information selection control corresponding to the data source in the visual configuration interface, at this time, the configuration interface that displays the data source may be output, the configuration interface of the data source may also include a configuration information input control and a configuration information selection control, and then, in the configuration interface of the data source, complete configuration information of the data source, for example, may configure the name of the data source and the KEY of the data source, and may also selectively configure the description of the data source, thereby obtaining the first configuration information.
After the configuration of the data source is completed, a configuration control provided in a configuration interface of the data source and used for field management can be clicked, so that the configuration interface of the data fields is output, each configured data field can be output in the configuration interface of the data fields, each configured data field corresponds to a button control for editing and deleting, so that a configurator can edit or delete the configured data field, a configuration control for a newly added field is also provided in the configuration interface of the data fields, and by clicking or touching the configuration control for the newly added field, attribute information such as a field label, a field KEY, a field type and the like can be further configured, so that second configuration information can be obtained.
And step S104, acquiring field values corresponding to the data fields.
Here, after the configuration of the data field is completed, only the configuration of the attribute information of the data field is completed, and then the field value of the data field needs to be configured. In step S104, field values corresponding to the data fields may be obtained based on operations of a configurator.
Step S105, determining the first configuration information, the second configuration information and the field value as first page configuration data, and issuing the first page configuration data.
Here, since the first configuration information is used to configure the data source, the second configuration information is used to configure the attribute information of the data field, and the field value configures a value of the data field, after the first configuration information, the second configuration information, and the field value are obtained, the first page configuration data required for rendering the variable region may be obtained, and at this time, the first page configuration data is published to be provided for the access terminal to obtain the first page configuration data when accessing the page, so as to complete rendering of the variable region in the page.
In the page processing method provided by the embodiment of the application, when a first operation for configuring a page is received, configurable page information in the page is acquired, wherein the configurable page information is page information of a variable area in the page, a visual configuration interface is output so as to configure attribute information of each data field and field values of each data field in a data source and the data source in the visual configuration interface, after the data are configured, the attribute information of each data field and the field values of each data field in the data source and the data source are determined as first page configuration data, and the first page configuration data are published, so that the page is configured through the visual configuration interface, and therefore, the page development efficiency is improved.
In some embodiments, when the page configuration data is published in step S105, there may be two ways to implement:
in the first mode, the delivery is performed by a CDN server, and at this time, the delivery can be performed by the following steps:
step S1051a, generating a configuration file based on the first page configuration data.
Step S1052a, sending the configuration file to a content distribution network server.
In step S1051a and step S1052a, the first page configuration data may be used to generate a template, that is, a json file, that is, a configuration file may be generated, and the configuration file is further sent to the content distribution network server, and then the content distribution network server synchronizes to each content distribution network node, so that when the access terminal accesses a page, the page configuration data may be acquired from the content distribution network node nearby, so as to analyze the page configuration data and render the page.
The second mode can be realized by the following steps:
step S1051b, writing the first page configuration data into the configuration platform database, so as to provide the page configuration data for the access terminal through the node service.
In some embodiments, the configuration platform database may include at least a primary database and a standby database, and when the step S1051b is implemented, the first page configuration data may be written into the primary database, and then synchronized to the standby database from the primary database, so as to ensure that the data in the primary database and the data in the standby database are consistent, and ensure that the configuration data can take effect in time.
In some embodiments, when outputting the visual configuration interface, the adaptive output display may be further performed according to the configuration authority of the user logging in the configuration platform, and at this time, step S103 "outputting the visual configuration interface based on the configurable page information" in fig. 3 may be implemented by steps S1031 to S1033, which are described below with reference to each step.
And step S1031, obtaining the configuration authority corresponding to the user identification of the current login configuration platform.
Here, when the step S1031 is implemented, a user identifier (for example, a user name) of the login configuration platform may be first obtained, and then the configuration right allocated to the user identifier is queried according to the user identifier, where when the user identifier shows that the configuration staff is an administrator, the configuration right corresponding to the user identifier is the highest configuration right, that is, all configurable page data may be configured. The configuration rights may be ranked or set directly by the administrator.
Step S1032, based on the configuration right and the configurable page information, obtaining a configuration item with the configuration right of the user identifier.
Here, when the configuration rights are classified according to the levels, then different levels correspond to some configuration items, for example, the configuration items corresponding to the first level configuration rights may be a public deposit and a social security, the configuration items corresponding to the second level configuration rights may be a passport pass, the configuration items corresponding to the third level configuration rights may be a public deposit, a social security and a passport pass, and the configuration items corresponding to the fourth level configuration rights may be all configuration items. For example, the configuration right corresponding to the user identifier is one level, the configurable page information includes a public accumulation fund and a passport pass, and then based on the configuration right and the configurable page information, it is determined that the configuration item of the user identifier having the configuration right is the public accumulation fund.
In some embodiments, when the configuration right item is set by the administrator, the configuration right may be the same as the configuration item, for example, the acquired configuration right may be the configuration right of two configuration items of the public fund and the social security
Step S1033, at least outputting the configuration item in the visual configuration interface.
In the embodiment of the application, only configuration items with configuration rights can be output in the visual configuration interface, and all configuration items can also be output, but the output mode of the configuration items with configuration rights is different from that of the configuration items without configuration rights, for example, the configuration items with configuration rights can be output in a black font, the configuration items without configuration rights can be output in a gray font, and the configuration controls of the configuration items without configuration rights are not available.
In some embodiments, the administrator may also modify the authorized personnel information, and the modification process may be implemented by:
and step 21, when receiving a second operation of modifying the information of the authorized personnel, determining whether the user identifier of the current login configuration platform has the management authority.
In the embodiment of the present application, only the user with the management authority can modify the authorized person information, so when receiving the second operation of modifying the authorized person information, it needs to determine whether the user identifier currently logged in the configuration platform has the management authority, and if the user identifier currently logged in the configuration platform has the management authority, the step 22 can be executed; if the user identifier of the current login configuration platform does not have the management authority, step 23 is executed to prompt the current user that no modification authority exists.
The second operation of modifying the authorized person may be used for the operation of the user who increases the configuration authority of a certain configuration item, or may be used for the operation of the user who decreases the configuration authority of a certain configuration item.
And step 22, if the user identification of the current login configuration platform has the management authority, responding to the second operation, and modifying the authorized personnel information.
Here, if the user identifier currently logged into the configuration platform has the management authority, the authorized person information is modified based on the second operation, for example, a user who increases the configuration authority of a certain configuration item or a user who decreases the configuration authority of a certain configuration item based on the second operation.
And step 23, if the user identifier of the current login configuration platform does not have the management authority, outputting prompt information without modification authority.
Here, if the user identification currently logged into the configuration platform does not have the management authority, a prompt message such as "you do not have authority to modify the authorization information, please contact the administrator XXX" is output to prompt the user not to have the authority to modify.
In some embodiments, before issuing the first page configuration data, the first page configuration data to be issued at present may be further compared with the first page configuration data issued last time, where the implementation process includes the following steps:
step 31, the first page configuration data released last time is obtained.
And step 32, determining configuration data difference information based on the first page configuration data issued last time and the first page configuration data of this time.
Here, in the implementation of step 32, the configuration data difference information may be determined by performing data comparison between the first page configuration data issued last time and the first page configuration data of this time, and in this embodiment of the application, the configuration data difference information may represent a difference degree, for example, the configuration data difference information may be implemented in a percentage manner, for example, the configuration data difference information may be 5%, or may also be 0, and the like.
And step 33, outputting the configuration data difference information.
Here, when the step 33 is implemented, the display configuration data difference information may be output in a display screen of the data configuration terminal, so that the configurator can know the difference between the first page configuration data to be published this time and the first page configuration data published last time in time.
And step 34, when the configuration data difference information meets the issuing condition, issuing the first page configuration data.
In some embodiments, after determining the configuration data difference information, it may be determined whether the configuration data difference information satisfies the publishing condition, for example, whether the configuration data difference information is smaller than a preset difference threshold, and when the configuration data difference information is smaller than the preset difference threshold, it indicates that the configuration data difference information satisfies the publishing condition, and at this time, the first page configuration data is published; when the configuration data difference information is greater than or equal to the preset difference threshold value, it is indicated that the configuration data difference information does not meet the publishing condition, and at this time, prompt information that the configuration data has an excessively large difference and cannot publish the first page configuration data can be output.
Based on the foregoing embodiment, an embodiment of the present application further provides a page processing method, which is applied to a page server in a network architecture shown in fig. 1, and fig. 4 is a schematic view of another implementation flow of the page processing method provided in the embodiment of the present application, as shown in fig. 4, the method includes:
step S401, obtaining the access request of the access terminal to the page.
Here, the access request at least carries a page identifier, and the page identifier may be a Uniform Resource Locator (URL) address of a page requested to be accessed by the access terminal.
Step S402, based on the page identification, obtaining the page data of the page.
Here, the page data includes first page configuration data corresponding to the variable region and second page configuration data corresponding to the non-variable region. In the embodiment of the application, the page server may obtain first page configuration data corresponding to the variable region from the CDN server or from the configuration platform database in advance, obtain complete page data required for rendering the page based on the first page configuration data and the second page configuration data corresponding to the non-variable region, and obtain the corresponding complete page data based on the page identifier when receiving the access request; or after receiving the access request, the page server obtains first page configuration data corresponding to the variable region from the CDN server or from the configuration platform database, and obtains complete page data required for rendering the page based on second page configuration data and the first page configuration data corresponding to the non-variable region.
Step S403, sending the page data to the access terminal, so that the access terminal performs page rendering based on the page data.
In some embodiments, the access terminal, after receiving the page data, may parse and render the page data to output the accessed page content for display.
In some embodiments, the step S402 obtains the page data of the page based on the page identifier, and may be implemented by the following steps:
step S4021a, acquiring, based on the page identifier, second page configuration data corresponding to the non-variable area in the page.
Here, the second page configuration data corresponding to the non-variable area may be stored in a storage space of the page server itself, and when the access request is received, the second page configuration data corresponding to the non-variable area in the page to be accessed may be obtained according to the page identifier carried in the access request.
Step S4022a, sending a data acquisition request to the content distribution network server.
Here, the data obtaining request carries a page identifier, the data obtaining request is used for obtaining first page configuration data corresponding to the variable region, and after the CDN server obtains the data obtaining request, the first page configuration data that has been configured by a configuration staff may be obtained based on the page identifier carried in the data obtaining request, and sent to the page server.
Step S4023a, receiving the first page configuration data sent by the content distribution network server.
Here, after receiving the first page configuration data sent by the CDN server, the page server may obtain the completed page data required for rendering the page through the second page configuration data and the first page configuration data.
In some embodiments, the step S402 obtains the page data of the page based on the page identifier, and may be implemented by the following steps:
step S4021b, acquiring, based on the page identifier, second page configuration data corresponding to the non-variable area in the page.
Here, similar to the implementation process of step S4021a, after receiving the access request, the page server may obtain, according to the page identifier carried in the access request, the second page configuration data corresponding to the non-variable area in the page to be accessed from its own storage space.
Step S4022b, call the node service to obtain the first page configuration data corresponding to the variable area from the configuration platform database.
Here, in implementation, the common interface provided by the node server may be called, so as to obtain the first page configuration data corresponding to the variable region from the configuration platform database. In some embodiments, the node service only needs to provide two common interfaces to satisfy all queries, one common query interface and one batch query interface. Furthermore, a redis cache (for the queried key value of the data source, the requested data is written into the redis cache, and the user who requests again next time reads the cache data) can be used, so that the access speed can be greatly improved.
Based on the foregoing embodiments, an embodiment of the present application further provides a page processing method, which is applied to the network architecture shown in fig. 1, fig. 5 is a schematic diagram of another implementation flow of the page processing method according to the embodiment of the present application, and as shown in fig. 5, the method includes:
step S501, a configurator logs in a data configuration platform through a data configuration terminal.
Here, the access terminal may be a mobile terminal having a wireless communication capability, such as a mobile phone (mobile phone), a tablet computer, and a notebook computer, and may be implemented as a desktop computer having a computing function, a desktop computer, and the like, which are not mobile. And at least logging in the data configuration platform through the data configuration terminal. In some embodiments, the data configuration terminal may also log in the data configuration platform through a browser application.
Step S502, the data configuration terminal responds to the first operation of the configuration personnel for configuring the page, and obtains the page information configurable by the page.
In this embodiment of the present application, a fixed area and a variable area of a page may be preset, and page data of the fixed area is also fixed, while page data in the variable area is configurable, that is, the variable area corresponds to configurable page information, and the configurable page information is also preset, where the configurable page information is global configuration information of the page, and at least includes a configurable information identifier, and in some embodiments, the configurable page information further includes location information of each sub-area in the variable area, and the like.
Step S503, the data configuration terminal obtains the configuration authority corresponding to the user identification of the current login configuration platform.
Here, when the step S503 is implemented, a user identifier (for example, a user name) of the login configuration platform may be first obtained, and then the configuration right allocated to the user identifier is queried according to the user identifier, where when the user identifier shows that the configuration staff is an administrator, the configuration right corresponding to the user identifier is the highest configuration right, that is, all configurable page data may be configured. The configuration rights may be ranked or set directly by the administrator.
Step S504, the data configuration terminal obtains the configuration item with the user identification having the configuration authority based on the configuration authority and the configurable page information.
Step S505, the data configuration terminal at least outputs the configuration item in the visual configuration interface.
In the embodiment of the application, only configuration items with configuration rights can be output in the visual configuration interface, and all configuration items can also be output, but the output mode of the configuration items with configuration rights is different from that of the configuration items without configuration rights, for example, the configuration items with configuration rights can be output in a black font, the configuration items without configuration rights can be output in a gray font, and the configuration controls of the configuration items without configuration rights are not available.
Step S506, based on the visual configuration interface, obtaining first configuration information and second configuration information.
The visual configuration interface comprises a plurality of configuration controls, and each configuration control is used for configuring corresponding page related configuration information. The configuration control can be a configuration information input control and also can be a configuration information selection control. The configuration information can be manually input through an input device (such as a keyboard) or a touch operation body (such as a finger or a touch pen) through the configuration information input control, and the configuration information can be selected through an input device (such as a mouse) or a touch operation body through the accessory information selection control. The first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source.
Step S507, the data configuration terminal obtains field values corresponding to the data fields.
After the configuration of the data field is completed, only the configuration of the attribute information of the data field is completed, and then the field value of the data field needs to be configured. In step S507, field values corresponding to the data fields may be obtained based on operations of a configurator.
Step S508, the data configuration terminal determines the first configuration information, the second configuration information, and the field value as first page configuration data.
Since the first configuration information is used for configuring the data source, the second configuration information is used for configuring the attribute information of the data field, and the field value is used for configuring the value of the data field, the first page configuration data required for rendering the variable region can be obtained after the first configuration information, the second configuration information and the field value are obtained.
In step S509, the data configuration terminal generates a configuration file based on the first page configuration data.
Here, generating the first page configuration data into a template may generate a json file, that is, a configuration file.
Step S510, the data configuration terminal sends the configuration file to the content distribution network server.
In step S511, the access terminal sends an access request to the page server based on the operation instruction for accessing the page sent by the access user, so as to request to acquire page data.
Here, the access terminal may be a mobile terminal having a wireless communication capability, such as a mobile phone (mobile phone), a tablet computer, and a notebook computer, and may be implemented as a desktop computer having a computing function, a desktop computer, and the like, which are not mobile. The access terminal may be installed with various application clients, for example, a game application client, a social application client, a shopping application client, a browser application client, and the like, and the access user may open a corresponding page through the various application clients installed in the access terminal to play games, socialize, shop, browse news, and the like.
The operation instruction for accessing the page can be triggered by clicking the URL address of the page by the user or can be triggered by clicking the button control for accessing the page by the user; of course, in some embodiments, the user may also make a preset voice to access the page or make a preset gesture to access the page.
Step S512, the page server obtains second page configuration data corresponding to the non-variable area in the page based on the page identifier.
Here, when step S512 is implemented, after the page server receives the access request, the second page configuration data corresponding to the non-variable area in the page to be accessed may be acquired from the storage space of the page server according to the page identifier carried in the access request.
In step S513, the page server sends a data acquisition request to the content distribution network server.
The data obtaining request is used for requesting to obtain first page configuration data, and the data obtaining request carries a page identifier. After the CDN server obtains the data acquisition request, first page configuration data that has been configured by a configuration person may be obtained based on a page identifier carried in the data acquisition request, and sent to the page server.
In step S514, the page server receives the first page configuration data sent by the content distribution network server.
Here, after receiving the first page configuration data sent by the CDN server, the page server may obtain the completed page data required for rendering the page through the second page configuration data and the first page configuration data.
Step S515, the page server sends the page data to the access terminal, so that the access terminal performs page rendering based on the page data.
In step S516, the access terminal performs page rendering based on the received page data.
In the page processing method provided by the embodiment of the application, when a first operation of configuring a page is received, configurable page information in the page is obtained, wherein the configurable page information is page information of a variable region in the page, a visual configuration interface is output to configure attribute information of each data field and field values of each data field in a data source and the data source in the visual configuration interface, after the data are configured, the attribute information of each data field and the field values of each data field in the data source and the data source are determined as first page configuration data, the first page configuration data are issued to a CDN server, and after the data are configured, restarting of service is not needed, so that the cost of repeatedly developing a management system for configuring the variable region is saved, and when a user accesses the page, the page server can obtain the first page configuration data from the CDN server, and the second page configuration data stored by the access terminal is combined to obtain complete page data to be sent to the access terminal, so that the access terminal can analyze and render page content based on the page data.
Next, an exemplary application of the embodiment of the present application in a practical application scenario will be described.
The configuration government affairs system webpage is exemplified in the embodiment of the present application. In the provided page processing method, page data configuration is carried out on a data configuration platform through a visual interface. And establishing a data source and data source fields in a visual mode, and further inputting data of each data source field, thereby completing the configuration of page data. In some embodiments, in the case of complex data structures, this is accomplished through the referencing of multiple data sources.
And when static delivery is carried out in a visual mode, generating a template by the configured data, namely generating a json file and delivering the json file to the CDN server. In some embodiments, the configured data may also be stored in a data configuration platform database, so that when the user accesses the webpage, the configured data is accessed through an interface provided by the node service.
In the embodiment of the application, data access can be provided to the outside in a mode of CDN and general interface access. The CDN servers and interfaces on the government gateway provide data to government applets, government web site access.
When the page configuration data is updated on the data configuration platform, the data of the CDN server can be refreshed during static delivery, and the cache of the interface service can be refreshed, so that the page configuration data can be ensured to take effect in time.
In the embodiment of the application, complex and changeable data configuration is supported, including but not limited to a single-row input box, a multi-check box, a single-check box, a date, a radio button, a drop-down list, a reference field, rich text editing, a picture, a link, a text, a color and a custom data body, the data can be released to the CDN, the service does not need to be restarted after the release, and further the cost of repeatedly developing a management system for configuring a variable region of a government affair system is saved.
Fig. 6 is an interface schematic diagram of configuring a data source according to an embodiment of the present application, in the interface shown in fig. 6, a user needs to configure a data source name 601 and a data source KEY602, in addition, a data source introduction 603 may be selectively configured, and an identifier of a user having an administrative right may be output at 604 in the interface shown in fig. 6, and when the user completes configuration of the data source, the user may click a save button control 605 to save configuration data.
After the data source is configured, the data fields in the data source may be configured, and further, the field tags, the field KEY, the field types, and the like may be configured, fig. 7 is an interface schematic diagram for configuring the data fields according to an embodiment of the present disclosure, in the interface shown in fig. 7, the configuration of the data fields, in which the field tags are entry names, descriptions, picture addresses, home picture addresses, link addresses, opening manners, and lines, has been completed, and as can be seen from fig. 7, the field KEY and the field types are configured respectively, and if a new data field is needed and the new data field is configured, the attribute information of the new field may be configured by clicking a visual interface output by a new field button 701 in fig. 7.
After the configuration of the attribute information of the newly added fields is completed, field data corresponding to each field can be entered, that is, the value of the field. Fig. 8 is a schematic interface diagram of field data entry according to the embodiment of the present application, and as shown in fig. 8, data may be entered into fields such as configured entry name, description, picture address, home picture address, link address, and opening mode.
After the data is entered and saved, a data record as in fig. 9 is generated, wherein the data entered as in fig. 8 corresponds to the data record shown as 901 in fig. 9.
After the data in the page is configured, the data may be delivered, for example, to a CDN server. Fig. 10 is an interface schematic diagram of data delivery in the embodiment of the present application, and as shown in fig. 10, before delivering data to a CDN server, data to be delivered is compared with page data of a previous version to determine a file difference, and delivery is performed after the file difference is determined, and delivery details may also be output after delivery is successful.
Therefore, only the above data needs to be configured and distributed, and the successfully distributed data (or links) can be used to fill the dynamically changed page areas of the applet, the Personal Computer (PC) and the h5, and php development is used without restarting.
Fig. 11 is a schematic diagram of a process from generation to use of page data according to an embodiment of the present application, and as shown in fig. 11, the process includes two parts, i.e., data configuration and data use, which are respectively described below with reference to fig. 11.
In the data configuration process, the method mainly comprises the following steps:
step S1001, configuring a data source;
step S1002, configuring data fields;
and step S1003, data entry.
Here, in the embodiment of the present application, after the data is entered, the configuration data may be stored in the database, so that when the user accesses the web page through the applet, the PC, or the H5, the page configuration data in the database can be read by calling the node service, so as to render the variable region using the data.
Step S1004, the configuration data is distributed.
In this embodiment of the present application, delivering the configuration data may be delivering the data to a CDN server.
Step S1005, delivering the data to the CDN.
As shown in fig. 11, in the data use process, when the user accesses the web page through the applet, the PC, or H5, the page data can be acquired in two ways:
firstly, calling a node service to read page data in a database and rendering a variable region by using the obtained data;
and secondly, acquiring page data from the CDN server, and rendering the variable region by using the acquired data.
The following describes the node service in the embodiment of the present application.
In the embodiment of the present application, the node service only provides two general interfaces to satisfy all queries, where one is a common query interface (i.e., a single conditional query interface) and the other is a batch query interface.
Fig. 12A is a schematic interface definition diagram of a general query interface according to an embodiment of the present application, and fig. 12B is a schematic interface definition diagram of a batch query interface according to the embodiment of the present application. In addition, in the embodiment of the application, a redis cache (for the queried key value of the data source, the requested data is written into the redis cache, and the user who requests again next time reads the cached data) is used, so that the access speed can be greatly improved.
Fig. 13 is a schematic diagram of an overall deployment architecture of a page processing method according to an embodiment of the present application, and as shown in fig. 13, the deployment architecture includes a data configuration management end 1301, a node service set 1302, a storage device 1303, a CDN server 1304, and a gateway 1305, where:
the data configuration management terminal 1301 is mainly configured to configure page data, deliver the configured page data to a CDN server, or store the configured page data in the storage device 1303, and because the storage device 1303 includes a main database and a standby database, when storing the configured page data in the storage device 1303, the configured page data may be stored in the main database, and then the main database synchronizes the page data in the standby database.
When a user accesses a webpage, the configured page data can be obtained through the CDN server, or a node service can be called through an interface hung on a gateway so as to obtain the page data from a database, and the webpage is rendered based on the obtained page data.
In the embodiment of the application, complex and changeable data configuration is supported (for example, the data configuration can be a single-row input box, a multi-check box, a single-check box, a date, a radio button, a drop-down list, a reference field, rich text editing, a picture, a link, text, color and a custom data body), the data can be published to a CDN server or can be stored in a database, the service does not need to be restarted after the data is published, the cost for repeatedly developing a management system for configuring a variable region of a government affair system is saved, and therefore the development efficiency of small programs, H5 and a PC application variable region in the government affair field can be greatly saved, and the data can be used after being opened.
Continuing with the exemplary structure of the page processing apparatus 80 provided by the embodiment of the present application implemented as software modules, in some embodiments, as shown in fig. 2, the software modules stored in the page processing apparatus 80 of the memory 140 may include:
a first obtaining module 81, configured to, in response to a first operation of configuring a page, obtain page information that the page is configurable;
a first output module 82, configured to output a visual configuration interface based on the configurable page information;
a second obtaining module 83, configured to obtain the first configuration information and the second configuration information based on the visual configuration interface; the first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source;
a third obtaining module 84, configured to obtain field values corresponding to the data fields;
the first publishing module 85 is configured to determine the first configuration information, the second configuration information, and the field value as first page configuration data, and publish the first page configuration data.
In some embodiments, the first distribution module 85 is further configured to:
generating a configuration file based on the first page configuration data;
and sending the configuration file to a content distribution network server.
In some embodiments, the first distribution module 85 is further configured to:
and writing the first page configuration data into a configuration platform database so as to provide the page configuration data for the access terminal through the node service.
In some embodiments, the first output module 82 is further configured to:
acquiring a configuration authority corresponding to a user identifier of a current login configuration platform;
acquiring a configuration item with the configuration authority of the user identifier based on the configuration authority and the configurable page information;
outputting at least the configuration item in the visual configuration interface.
In some embodiments, the page processing apparatus further comprises:
the first determining module is used for determining whether the user identifier of the current login configuration platform has the management authority or not when receiving a second operation of modifying the authorized personnel information;
and the modification module is used for responding to the second operation and modifying the information of the authorized personnel if the user identification of the current login configuration platform has the management authority.
In some embodiments, the attribute information of the data field includes at least a type of the data field, the type including at least: a single line input box, a multi-check box, a single check box, a date, a radio button, a drop down list, a reference field, a rich text edit, a picture, a link, text, color, and a custom data volume.
In some embodiments, the page processing apparatus further comprises:
the sixth acquisition module is used for acquiring the page configuration data released last time;
the second determining module is used for determining the difference information of the configuration data based on the page configuration data released last time and the page configuration data of this time;
and the second output module is used for outputting the configuration data difference information.
In some embodiments, the first distribution module 85 is further configured to:
and when the configuration data difference information meets the issuing condition, issuing the first page configuration data.
Based on the foregoing embodiments, an embodiment of the present application further provides a page processing apparatus, where the apparatus at least includes:
a fourth obtaining module, configured to obtain an access request of an access terminal to a page, where the access request at least carries a page identifier;
a fifth obtaining module, configured to obtain page data of the page based on the page identifier, where the page data includes first page configuration data corresponding to a variable region and second page configuration data corresponding to a non-variable region;
the first sending module is used for sending the page data to the access terminal so that the access terminal can render the page based on the page data.
In some embodiments, the fifth obtaining module is further configured to:
acquiring second page configuration data corresponding to a non-variable area in the page based on the page identifier;
sending a data acquisition request to a content distribution network server, wherein the data acquisition request carries a page identifier;
first page configuration data sent by a content distribution network server is received.
In some embodiments, the fifth obtaining module is further configured to:
acquiring second page configuration data corresponding to a non-variable area in the page based on the page identifier;
and calling a node service to acquire first page configuration data corresponding to the variable region from a configuration platform database.
Embodiments of the present application provide a storage medium having stored therein executable instructions, which when executed by a processor, will cause the processor to perform the methods provided by embodiments of the present application, for example, the methods as illustrated in fig. 3, 4 and 5.
In some embodiments, the storage medium may be memory such as FRAM, ROM, PROM, EPROM, EEPROM, flash memory, magnetic surface memory, optical disk, or CD-ROM; or may be various devices including one or any combination of the above memories.
In some embodiments, executable instructions may be written in any form of programming language (including compiled or interpreted languages), in the form of programs, software modules, scripts or code, and may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
By way of example, executable instructions may correspond, but do not necessarily have to correspond, to files in a file system, and may be stored in a portion of a file that holds other programs or data, such as in one or more scripts in a hypertext markup Language (HTML) document, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code).
By way of example, executable instructions may be deployed to be executed on one computing device or on multiple computing devices at one site or distributed across multiple sites and interconnected by a communication network.
The above description is only an example of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, and improvement made within the spirit and scope of the present application are included in the protection scope of the present application.

Claims (10)

1. A page processing method is characterized by comprising the following steps:
responding to a first operation of configuring a page, and acquiring page information configurable by the page;
outputting a visual configuration interface based on the configurable page information;
acquiring first configuration information and second configuration information based on the visual configuration interface; the first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source;
acquiring field values corresponding to the data fields;
and determining the first configuration information, the second configuration information and the field value as first page configuration data, and issuing the first page configuration data.
2. The method of claim 1, wherein said publishing said first page configuration data comprises:
generating a configuration file based on the first page configuration data;
and sending the configuration file to a content distribution network server.
3. The method of claim 1, wherein said publishing said first page configuration data comprises:
and writing the first page configuration data into a configuration platform database so as to provide the page configuration data for the access terminal through the node service.
4. The method of claim 1, wherein outputting a visual configuration interface based on the configurable page information comprises:
acquiring a configuration authority corresponding to a user identifier of a current login configuration platform;
acquiring a configuration item with the configuration authority of the user identifier based on the configuration authority and the configurable page information;
outputting at least the configuration item in the visual configuration interface.
5. The method according to any of claims 1 to 4, wherein the attribute information of the data field comprises at least a type of the data field, the type comprising at least: a single line input box, a multi-check box, a single check box, a date, a radio button, a drop down list, a reference field, a rich text edit, a picture, a link, text, color, and a custom data volume.
6. The method according to any one of claims 1 to 4, further comprising:
acquiring first page configuration data released last time;
determining configuration data difference information based on the first page configuration data issued last time and the first page configuration data to be issued this time;
and outputting the configuration data difference information.
7. The method of claim 6, further comprising:
and when the configuration data difference information meets the issuing condition, issuing the first page configuration data.
8. A page processing apparatus, comprising:
the first acquisition module is used for responding to a first operation of configuring a page and acquiring page information configurable by the page;
the first output module is used for outputting a visual configuration interface based on the configurable page information;
the second obtaining module is used for obtaining the first configuration information and the second configuration information based on the visual configuration interface; the first configuration information is used for configuring a data source; the second configuration information is used for configuring the attribute information of each data field in the data source;
a third obtaining module, configured to obtain field values corresponding to the data fields;
and the first issuing module is used for determining the first configuration information, the second configuration information and the field value as first page configuration data and issuing the first page configuration data.
9. A page processing apparatus, comprising:
a memory for storing executable instructions;
a processor for implementing the method of any one of claims 1 to 7 when executing executable instructions stored in the memory.
10. A storage medium having stored thereon executable instructions for causing a processor to perform the method of any one of claims 1 to 7 when executed.
CN201911143138.6A 2019-11-20 2019-11-20 Page processing method, device, equipment and storage medium Pending CN111177613A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911143138.6A CN111177613A (en) 2019-11-20 2019-11-20 Page processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911143138.6A CN111177613A (en) 2019-11-20 2019-11-20 Page processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111177613A true CN111177613A (en) 2020-05-19

Family

ID=70653696

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911143138.6A Pending CN111177613A (en) 2019-11-20 2019-11-20 Page processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111177613A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708969A (en) * 2020-06-17 2020-09-25 北京明略软件系统有限公司 Webpage configuration method and device, electronic equipment and storage medium
CN112000391A (en) * 2020-08-03 2020-11-27 浙江口碑网络技术有限公司 Configuration processing method and system
CN112052418A (en) * 2020-09-08 2020-12-08 新奥数能科技有限公司 Data configuration method and device
CN112507253A (en) * 2020-11-19 2021-03-16 北京联众国际通信有限公司 H5-based windows-like system and login method
CN112527429A (en) * 2020-11-30 2021-03-19 文思海辉智科科技有限公司 Page configuration method and device and readable storage medium
CN112540822A (en) * 2020-12-18 2021-03-23 深圳市华宇讯科技有限公司 Page dynamic configuration method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970546A (en) * 2014-05-27 2014-08-06 重庆大学 Method and system for expandable modular information management based on user's customization
CN104615431A (en) * 2015-02-05 2015-05-13 浪潮集团有限公司 Method and device for achieving Web application
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103970546A (en) * 2014-05-27 2014-08-06 重庆大学 Method and system for expandable modular information management based on user's customization
CN104615431A (en) * 2015-02-05 2015-05-13 浪潮集团有限公司 Method and device for achieving Web application
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708969A (en) * 2020-06-17 2020-09-25 北京明略软件系统有限公司 Webpage configuration method and device, electronic equipment and storage medium
CN112000391A (en) * 2020-08-03 2020-11-27 浙江口碑网络技术有限公司 Configuration processing method and system
CN112052418A (en) * 2020-09-08 2020-12-08 新奥数能科技有限公司 Data configuration method and device
CN112052418B (en) * 2020-09-08 2024-03-05 新奥数能科技有限公司 Data configuration method and device
CN112507253A (en) * 2020-11-19 2021-03-16 北京联众国际通信有限公司 H5-based windows-like system and login method
CN112527429A (en) * 2020-11-30 2021-03-19 文思海辉智科科技有限公司 Page configuration method and device and readable storage medium
CN112527429B (en) * 2020-11-30 2024-01-19 文思海辉智科科技有限公司 Page configuration method and device and readable storage medium
CN112540822A (en) * 2020-12-18 2021-03-23 深圳市华宇讯科技有限公司 Page dynamic configuration method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111177613A (en) Page processing method, device, equipment and storage medium
CN109597957B (en) Third party application communication API
US10521492B2 (en) Systems and methods that utilize contextual vocabularies and customer segmentation to deliver web content
US10880391B2 (en) Method and apparatus for relaying session information from a portal server
CN105635063B (en) Internet of Things communication protocol configuration method and device
CN107979632B (en) Processing method, device and system for push information
US9864671B1 (en) Systems and methods of live experimentation on content provided by a web site
CN112800370B (en) Processing method and device of business document, computer equipment and storage medium
US20060053376A1 (en) Method and apparatus for managing a collection of portlets in a portal server
US20060235935A1 (en) Method and apparatus for using business rules or user roles for selecting portlets in a web portal
CN103959285A (en) Remote browsing session management
CN111580820A (en) Applet generation method and device
CN110598149A (en) Webpage access method, device and storage medium
US20170192941A1 (en) Computer-Automated Generation of Application Deep Links
CN103383687A (en) Page processing method and device
US10417317B2 (en) Web page profiler
CN111222153B (en) Application program authority management method and device and storage medium
CN111428170B (en) Web page rendering method and device
US10108735B2 (en) System and method of embedded application tags
US20160269446A1 (en) Template representation of security resources
CN101902492A (en) Web Service server, website constructing method and information exchange method
CN105867984A (en) Method, device and client for displaying task state in web page as well as mobile equipment
CN114756228A (en) Page processing method, device, equipment and storage medium
KR20090068917A (en) Wired and wireless widget service system and method thereof
CN107977277B (en) Method and device for integrating third-party system in ERP system and computer 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