WO2019033520A1 - Subsystem page development method, storage medium and server - Google Patents

Subsystem page development method, storage medium and server Download PDF

Info

Publication number
WO2019033520A1
WO2019033520A1 PCT/CN2017/104539 CN2017104539W WO2019033520A1 WO 2019033520 A1 WO2019033520 A1 WO 2019033520A1 CN 2017104539 W CN2017104539 W CN 2017104539W WO 2019033520 A1 WO2019033520 A1 WO 2019033520A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
data
filter
page template
template
Prior art date
Application number
PCT/CN2017/104539
Other languages
French (fr)
Chinese (zh)
Inventor
朱振
丁明珠
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019033520A1 publication Critical patent/WO2019033520A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Definitions

  • the present application relates to the field of page bursting technology, and in particular, to a burst method, a storage medium, and a server for a subsystem page.
  • accessing a new subsystem on a large system generally generates a page rendering according to the requirements of the subsystem, and then dynamics the page rendering, and then the dynamics are The page front end writes the page code file, and finally generates the corresponding page according to the code file.
  • the embodiment of the present application provides a bursting method, a storage medium, and a server for a subsystem page, which can reduce redundant code of page bursting, improve bursting efficiency, and reduce bursting cost.
  • a method for bursting a subsystem page including:
  • the target page template is preset with a page layout corresponding to a function type of the to-be-spreaded page
  • the component is provided with more than one data filter, the data filter is used for filtering data from the specified docking database and presenting on the component
  • a computer readable storage medium is stored, the computer readable storage medium storing computer readable instructions executed by a processor to implement the subsystem page described above The steps of the method.
  • a server comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the computer readable
  • the instruction ⁇ implements the following steps:
  • the target page template is preset with a page layout corresponding to a function type of the to-be-spreaded page
  • the component is provided with more than one data filter, the data filter is used for filtering data from the specified docking database and presenting on the component
  • a bursting device for a subsystem page including:
  • a function type determining module configured to determine a function type of the to-be-spreaded page of the subsystem after accessing a new subsystem
  • a page template selection module configured to select, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is preset with the to-be-sent page
  • the function type corresponds to a page layout and more than one component, the component is provided with more than one data filter, and the data filter is used for filtering out data from the specified docking database and presenting on the component;
  • a data value configuration module configured to: if there is a data item to be configured on the target page template, configure a data value of the data item;
  • the page generating module is configured to generate the to-be-spreaded page according to the target page template and data values of each of the configured data items.
  • the target page template matching the function type of the page; the target page template is preset with a page layout corresponding to the function type of the page to be issued and one or more components, and the component is provided with more than one data filter
  • the data filter is configured to filter data from the specified docking database and present on the component; if there is a data item to be configured on the target page template, configure a data value of the data item; Generating the to-be-spreaded page according to the target page template and data values of each of the configured data items.
  • the page bursts of the subsystem can be quickly completed by selecting the page template matching the function type and configuring the necessary data items, thereby avoiding the page layout and other common parameters.
  • Repeated bursts (such as data filtered by the data filter from the database) reduce redundant code, improve burst efficiency and reduce burst costs.
  • FIG. 1 is a flowchart of an embodiment of a method for bursting a subsystem page according to an embodiment of the present application
  • FIG. 2 is a schematic flowchart of pre-generating a page template in an application scenario in a method for bursting a subsystem page according to an embodiment of the present application;
  • FIG. 3 is a schematic flowchart of configuring a data filter in an application scenario in a method for bursting a subsystem page according to an embodiment of the present application
  • FIG. 4 is a schematic flowchart of an idle trigger data filter in an application scenario in a method for bursting a subsystem page according to an embodiment of the present application
  • FIG. 5 is a structural diagram of an embodiment of a bursting device for a subsystem page according to an embodiment of the present application
  • FIG. 6 is a schematic diagram of a server according to an embodiment of the present application.
  • the embodiment of the present application provides a bursting method, a storage medium, and a server for a subsystem page, which are used to solve the problem that a page burst is easy to cause a large amount of burst code redundancy and low bursting efficiency.
  • an embodiment of a method for bursting a subsystem page in an embodiment of the present application includes: [0034] 101. After accessing a new subsystem, determining a to-be-spread page of the subsystem Type of function;
  • the subsystem may have multiple pages to be issued, such as a home page, a service application page, a search page, etc., most of these pages It is a page commonly used by various subsystems. It is mostly the same in page layout and function components, so the corresponding page template can be found from the preset page template library.
  • the page templates are classified by the type of the page function, so it is necessary to first determine the type of the function to which the subsystem to be issued belongs.
  • 102 Select, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is preset with a function type corresponding to the to-be-sent page.
  • a page layout and more than one component the component being provided with more than one data filter, the data filter for filtering data from the specified docking database and presenting on the component;
  • the target page template matching the function type of the to-be-spreaded page may be selected from the preset page template library. For example, if the function type of the page to be issued is "display", the page template classified into "presentation” in the page template library can be determined as the target page template. . If there are more than two page templates classified as "presentation”, one can be randomly selected from them, or the page templates in the "display” category can be provided to the user for selection, and one of the page templates selected by the user is determined as the Target page template.
  • each page template in this embodiment includes a page layout corresponding to the function category and more than one component.
  • the attributes of each component may include static data and/or dynamic data, the static data includes text, pictures, etc., and the dynamic data is filtered by accessing the data filter of the specified docking database. Therefore, if the attribute of a component needs to include dynamic data, the component needs to have more than one data filter, and the data filter can dynamically filter out the data that meets the requirements or conditions from the accessed docking database, and then The filtered data is imported into the component for rendering.
  • the server executing the burst method of the subsystem page may configure the attributes of the components by using the component configuration file.
  • the component configuration file you can define the save address of each static data of the component and each data filter to complete the definition and configuration of the component properties. It can be seen that the configuration of the components of the server is uniformly configured by means of the component configuration file, which facilitates the management and maintenance of each component, so that each page template in the page template library uses these components, and adds, deletes, and attributes to each component. Modifications are more flexible and indirectly increase the flexibility of page template configuration.
  • the page template in the page template library may be pre-generated by the following steps:
  • step 201 when it is necessary to generate a new page template, firstly, it is necessary to determine what page layout is required for the page template to be generated, that is, determine the first page layout described above.
  • a page layout can be selected from the page layout used by the existing page template, and the first page layout can be obtained by modifying the selected page layout.
  • each component needs to be set on the first page layout, so that the required component, that is, the first component described above, can be selected from the component library.
  • the required component that is, the first component described above
  • Each component existing on the server is pre-stored in the component library of the embodiment, so that the components can be uniformly managed and used.
  • step 203 after the first components are selected, the first components are inserted into the specified positions of the first page layout.
  • the configuration bit of the component is reserved at the top of the first page layout, and the "search" component can be inserted into the configuration bit to complete the configuration of the "search” component on the first page layout.
  • step 204 it can be understood that, in the first component configured on the first page layout, some of the first components may not need to configure corresponding static data or data filters, and some of the first components need to be based on the user's Personalized requirements configure static data and/or data filters.
  • the server can prompt the user to configure static data and/or data filters for the first component that needs to be configured.
  • a page template can be associated with a function type, or can be associated with more than two function types.
  • step 207 after the new page template is generated, it needs to be saved in the page template library for use by other subsystems that are subsequently accessed.
  • each data item on the target page template has been configured (either pre-configured or included in step 104)
  • the target page template and the configured data values of the respective data items generate the to-be-spreaded page, thereby completing a fast burst of the to-be-spreaded page on the subsystem.
  • the server may perform the above steps 101-105 for each page to be issued, respectively, to generate corresponding pages, respectively. After all the pending pages of the system are generated, the page burst of the new subsystem that is accessed this time is completed.
  • the data filter may be configured by the following steps:
  • the data filter since the data filter needs to filter data from the docking database, the data filter needs to be configured to configure the docking database accessed by the data filter; It is necessary to set the filtering conditions of the data filter of the data filter, the inter-turn interval (or the screening period), and the storage location of the filtered data.
  • the screening condition can be determined according to the actual needs of the subsystem. For example, if the current data filter is used to filter the customer name in the database, the filtering condition can be set as the filtering rule of the related name.
  • the above-mentioned inter-turn interval may be every hour, every two hours, or even every day, and is not specifically limited.
  • a time interval can be set for each data filter.
  • the server automatically triggers the corresponding data filter for data filtering, and stores the filtered data. Go to the specified storage location.
  • the The filtered data is obtained from the specified storage location of the data filter, and the filtered data is presented on the component of the to-be-spreaded page where the data filter is located.
  • the bursting method of the subsystem page may further include:
  • step 401 it can be understood that, assuming that the inter-day interval is set to every small number, every other hour establishes a task to be executed for the data filter. If there are N data filters, and the interval between these data filters is 1 small, then every N small tasks are established.
  • steps 402 and 403 it can be understood that if the data filtering of the data filter is performed in a busy system or database, the system or the docking database is often overburdened, and the system or the database is seriously connected. Downtime. To do this, you can choose to perform data filtering after the system or the docking database is in the idle interval, and determine whether the current system is idle for the specified system. Or the idle interval of the docking database, if yes, perform step 403 to perform data filtering, and if not, continue to wait.
  • step 102 since not all the function types can find the corresponding page template in the page template library, there may be cases where the matching target page template cannot be found.
  • the function type and page of the to-be-spreaded page may be The requirement is sent to the designated administrator, so that the designated administrator sends the corresponding page template according to the function type and the page requirement of the to-be-sent page, and saves the issued page template to the page template library.
  • the target page template is preset with a page layout corresponding to a function type of the to-be-spreaded page and one or more components, and the component is provided with more than one data filter.
  • the data filter is configured to filter data from the specified docking database and present it on the component; if there is a data item to be configured on the target page template, configure a data value of the data item;
  • the target page template and the data values of the configured respective data items generate the to-be-spread page.
  • the page bursts of the subsystem can be quickly completed by selecting the page template matching the function type and configuring the necessary data items, thereby avoiding the page layout and other common parameters. Repeated bursts (such as data filtered by the data filter from the database) reduce redundant code, improve burst efficiency and reduce burst costs.
  • FIG. 5 is a structural diagram showing an embodiment of a burst device of a subsystem page in the embodiment of the present application.
  • a bursting device of a subsystem page includes:
  • the function type determining module 501 is configured to determine, when the new subsystem is accessed, the pending burst of the subsystem The function type of the page;
  • a page template selection module 502 configured to select, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is pre-set with the to-be-spreaded a page layout corresponding to the function type of the page and one or more components, the component is provided with more than one data filter, and the data filter is used for filtering data from the specified docking database and presenting on the component;
  • the data value configuration module 503 is configured to: if there is a data item to be configured on the target page template, configure a data value of the data item;
  • the page generating module 504 is configured to generate the to-be-spreaded page according to the target page template and the configured data value of each of the data items.
  • the page template in the page template library may be pre-generated by the following modules:
  • a page layout determining module configured to determine a first page layout required for the page template to be generated
  • a first component selection module configured to select one or more first components from a preset component library
  • a component insertion module configured to insert the selected first component into a specified position of the first page layout
  • a data configuration module configured to configure static data and/or data filters for each of the first components on the first page layout
  • a page template generating module configured to: after each of the first components on the first page layout is configured, according to the first page layout and each of the first page layouts A component generates a new page template;
  • a page relationship establishing module configured to establish a correspondence between the new page template and at least one function type
  • a template saving module configured to save the new page template to the page template library.
  • the data filter may be configured by using the following modules:
  • a filter relationship establishing module configured to establish a correspondence between the data filter and the specified docking database
  • a screening condition setting module configured to set a screening condition of the data filter screening data ;
  • a storage location setting module configured to set a time interval of the data filter to filter data, and filter out The specified storage location of the data
  • the bursting device of the subsystem page may further include:
  • a data presentation module configured to: after loading the to-be-sent page, obtain the filtered data from a specified storage location of the data filter, and present the filtered data to the to-be-supplied On the component where the data filter is located on the page.
  • the bursting device of the subsystem page may further include:
  • a task establishing module configured to meet a time interval requirement of the data filter whenever the current system meets
  • an idle determination module configured to determine whether the current system is a designated system idle interval or an idle interval of the docking database
  • the data filtering module is configured to: if the determination result of the idle determination module is yes, trigger the data filter to perform data filtering according to the to-be-executed task, and save the filtered data to the designated storage. position.
  • the bursting device of the subsystem page may further include:
  • a sending module configured to send, according to a target page template that matches a function type of the to-be-sent page, from a preset page template library, send a function type and a page requirement of the to-be-sent page To the designated administrator, so that the designated administrator sends a corresponding page template according to the function type and page requirement of the to-be-sent page, and saves the issued page template to the page template library.
  • the server 6 of this embodiment includes: a processor 60, a memory 61, and computer readable instructions 62 stored in the memory 61 and executable on the processor 60, such as executing the above subsystem The program of the page's burst method.
  • the processor 60 executes the computer readable instructions 62 to implement the steps in the burst method embodiment of the various subsystem pages described above, such as steps 101 through 105 shown in FIG.
  • the processor 60 executes the computer readable instructions 62 to implement the functions of the modules/units in the various apparatus embodiments described above, such as the functions of the modules 501 to 504 shown in FIG.
  • the computer readable instructions 62 may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory 61, and by the processor 60 is performed to complete the application.
  • the one or more modules/units may be a series of calculations capable of performing a particular function
  • the machine readable instruction instruction segment is used to describe the execution of the computer readable instructions 62 in the server 6.
  • the server 6 may be a computing device such as a local server or a cloud server.
  • the server may include, but is not limited to, a processor 60, a memory 61. It will be understood by those skilled in the art that FIG. 6 is merely an example of the server 6, and does not constitute a limitation to the server 6, and may include more or less components than those illustrated, or some components may be combined, or different components, such as
  • the server may also include an input output device, a network access device, a bus, and the like.
  • the processor 60 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
  • CPU central processing unit
  • DSP digital signal processor
  • ASIC Application Specific Integrated Circuit
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 61 is at least one type of computer readable storage medium, and may be an internal storage unit of the server 6, such as a hard disk or a memory of the server 6.
  • the memory 61 may also be an external storage device of the server 6, such as a plug-in hard disk provided on the server 6, a smart memory card (SMC), and a Secure Digital (SD) card. Flash card, etc.
  • the memory 61 may also include both an internal storage unit of the server 6 and an external storage device.
  • the memory 61 is for storing the computer readable instructions and other programs and data required by the server.
  • the memory 61 can also be used to temporarily store data that has been output or is about to be output.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present application is essentially or a part contributing to the prior art or all or part of the technical solution. It may be embodied in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform various embodiments of the present application. All or part of the steps of the method.
  • the foregoing storage medium includes: a U disk, a removable hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A subsystem page development method, used to solve the problems of redundancy of a large amount of development codes and low development efficiency easily caused in page development. The method comprises: when a new subsystem is accessed, determining a function type of a page to be developed of the subsystem; selecting from a preconfigured page template library a target page template that matches the function type of the page to be developed, the target page template being previously provided with a page layout corresponding to the function type of the page to be developed and at least one component, the component being provided with at least one data filter, and the data filter being used to filter out data from a specified interfacing database and to present the data on the component; if there are data items to be configured on the target page template, configuring data values of the data items; and according to the target page template and the configured data values of the data items, generating the page to be developed.

Description

[0001] 本申请申明享有 2017年 8月 18日递交的申请号为 201710711628.6、 名称为 "一种 子系统页面的幵发方法、 存储介质和服务器"中国专利申请的优先权, 该中国专 利申请的整体内容以参考的方式结合在本申请中。  [0001] The present application claims the priority of the Chinese Patent Application entitled "A Subsystem Page Bursting Method, Storage Medium and Server", filed on August 18, 2017, with the application number of 201710711628.6, the entire Chinese patent application The content is incorporated herein by reference.
技术领域  Technical field
[0002] 本申请涉及页面幵发技术领域, 尤其涉及一种子系统页面的幵发方法、 存储介 质和服务器。  [0002] The present application relates to the field of page bursting technology, and in particular, to a burst method, a storage medium, and a server for a subsystem page.
背景技术  Background technique
[0003] 目前, 在一个大的系统上接入新的子系统吋, 一般先根据子系统的需求生成页 面效果图, 然后将页面效果图动态化, 再由后端幵发人员根据动态化的页面前 端编写页面代码文件, 最后根据代码文件生成相应的页面。  [0003] At present, accessing a new subsystem on a large system generally generates a page rendering according to the requirements of the subsystem, and then dynamics the page rendering, and then the dynamics are The page front end writes the page code file, and finally generates the corresponding page according to the code file.
[0004] 然而, 一个大的系统下多个子系统所需的页面往往在布局上也是大致相同的, 若针对这些新子系统的页面均采用上述方法幵发, 容易造成大量的幵发代码冗 余, 且幵发效率低, 提高了幵发成本。  [0004] However, the pages required by multiple subsystems in a large system are often roughly the same in layout. If the pages for these new subsystems are bursted by the above method, it is easy to cause a large amount of burst code redundancy. , and the efficiency of bursting is low, which increases the cost of bursting.
技术问题  technical problem
[0005] 本申请实施例提供了一种子系统页面的幵发方法、 存储介质和服务器, 能够减 少页面幵发的冗余代码, 提高幵发效率和降低幵发成本。  The embodiment of the present application provides a bursting method, a storage medium, and a server for a subsystem page, which can reduce redundant code of page bursting, improve bursting efficiency, and reduce bursting cost.
问题的解决方案  Problem solution
技术解决方案  Technical solution
[0006] 第一方面, 提供了一种子系统页面的幵发方法, 包括:  [0006] In a first aspect, a method for bursting a subsystem page is provided, including:
[0007] 在接入新的子系统吋, 确定所述子系统的待幵发页面的功能类型; [0007] after accessing a new subsystem, determining a function type of the to-be-sent page of the subsystem;
[0008] 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配的目标页面模板 ; 所述目标页面模板预先设置有与所述待幵发页面的功能类型对应的页面布局 和一个以上的组件, 所述组件设有一个以上的数据过滤器, 所述数据过滤器用 于从指定的对接数据库中筛选出数据并呈现在所述组件上; [0008] selecting, from a preset page template library, a target page template that matches a function type of the to-be-spreaded page; the target page template is preset with a page layout corresponding to a function type of the to-be-spreaded page And more than one component, the component is provided with more than one data filter, the data filter is used for filtering data from the specified docking database and presenting on the component;
[0009] 若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数据值; [0010] 根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述待幵发页 面。 [0009] if there is a data item to be configured on the target page template, configuring a data value of the data item; [0010] generating the to-be-spreaded page according to the target page template and data values of each of the configured data items.
[0011] 第二方面, 提供了一种计算机可读存储介质, 所述计算机可读存储介质存储有 计算机可读指令, 所述计算机可读指令被处理器执行吋实现上述的子系统页面 的幵发方法的步骤。  [0011] In a second aspect, a computer readable storage medium is stored, the computer readable storage medium storing computer readable instructions executed by a processor to implement the subsystem page described above The steps of the method.
[0012] 第三方面, 提供了一种服务器, 包括存储器、 处理器以及存储在所述存储器中 并可在所述处理器上运行的计算机可读指令, 所述处理器执行所述计算机可读 指令吋实现如下步骤:  [0012] In a third aspect, a server is provided, comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the computer readable The instruction 吋 implements the following steps:
[0013] 在接入新的子系统吋, 确定所述子系统的待幵发页面的功能类型; [0013] after accessing a new subsystem, determining a function type of the to-be-sent page of the subsystem;
[0014] 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配的目标页面模板 ; 所述目标页面模板预先设置有与所述待幵发页面的功能类型对应的页面布局 和一个以上的组件, 所述组件设有一个以上的数据过滤器, 所述数据过滤器用 于从指定的对接数据库中筛选出数据并呈现在所述组件上; [0014] selecting, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is preset with a page layout corresponding to a function type of the to-be-spreaded page And more than one component, the component is provided with more than one data filter, the data filter is used for filtering data from the specified docking database and presenting on the component;
[0015] 若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数据值; [0016] 根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述待幵发页 面。 [0015] if there is a data item to be configured on the target page template, configuring a data value of the data item; [0016] generating a location according to the target page template and the configured data value of each of the data items Tell the burst page.
[0017] 第四方面, 提供了一种子系统页面的幵发装置, 其特征在于, 包括:  [0017] In a fourth aspect, a bursting device for a subsystem page is provided, including:
[0018] 功能类型确定模块, 用于在接入新的子系统吋, 确定所述子系统的待幵发页面 的功能类型; [0018] a function type determining module, configured to determine a function type of the to-be-spreaded page of the subsystem after accessing a new subsystem;
[0019] 页面模板选取模块, 用于从预设的页面模板库中选取与所述待幵发页面的功能 类型匹配的目标页面模板; 所述目标页面模板预先设置有与所述待幵发页面的 功能类型对应的页面布局和一个以上的组件, 所述组件设有一个以上的数据过 滤器, 所述数据过滤器用于从指定的对接数据库中筛选出数据并呈现在所述组 件上;  [0019] a page template selection module, configured to select, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is preset with the to-be-sent page The function type corresponds to a page layout and more than one component, the component is provided with more than one data filter, and the data filter is used for filtering out data from the specified docking database and presenting on the component;
[0020] 数据值配置模块, 用于若所述目标页面模板上存在待配置的数据项, 则配置所 述数据项的数据值;  [0020] a data value configuration module, configured to: if there is a data item to be configured on the target page template, configure a data value of the data item;
[0021] 页面生成模块, 用于根据所述目标页面模板和已配置的各个所述数据项的数据 值生成所述待幵发页面。 发明的有益效果 [0021] The page generating module is configured to generate the to-be-spreaded page according to the target page template and data values of each of the configured data items. Advantageous effects of the invention
有益效果  Beneficial effect
[0022] 从以上技术方案可以看出, 本申请实施例具有以下优点:  [0022] As can be seen from the above technical solutions, the embodiments of the present application have the following advantages:
[0023] 本申请实施例中, 在接入新的子系统吋, 首先, 确定所述子系统的待幵发页面 的功能类型; 然后, 从预设的页面模板库中选取与所述待幵发页面的功能类型 匹配的目标页面模板; 所述目标页面模板预先设置有与所述待幵发页面的功能 类型对应的页面布局和一个以上的组件, 所述组件设有一个以上的数据过滤器 , 所述数据过滤器用于从指定的对接数据库中筛选出数据并呈现在所述组件上 ; 若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数据值; 最后, 根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述待 幵发页面。 这样, 在一个大的系统下接入新的子系统吋, 可以通过选取功能类 型匹配的页面模板以及配置必要的数据项来快速完成子系统的页面幵发, 避免 了在页面布局和其他常用参数上 (如数据过滤器从数据库中筛选的数据) 的重 复幵发, 减少了冗余代码, 提高了幵发效率和降低幵发成本。  [0023] In the embodiment of the present application, after accessing a new subsystem, first, determining a function type of the to-be-spreaded page of the subsystem; and then selecting and waiting from the preset page template library. a target page template matching the function type of the page; the target page template is preset with a page layout corresponding to the function type of the page to be issued and one or more components, and the component is provided with more than one data filter The data filter is configured to filter data from the specified docking database and present on the component; if there is a data item to be configured on the target page template, configure a data value of the data item; Generating the to-be-spreaded page according to the target page template and data values of each of the configured data items. In this way, after accessing a new subsystem under a large system, the page bursts of the subsystem can be quickly completed by selecting the page template matching the function type and configuring the necessary data items, thereby avoiding the page layout and other common parameters. Repeated bursts (such as data filtered by the data filter from the database) reduce redundant code, improve burst efficiency and reduce burst costs.
对附图的简要说明  Brief description of the drawing
附图说明  DRAWINGS
[0024] 为了更清楚地说明本申请实施例中的技术方案, 下面将对实施例或现有技术描 述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是 本申请的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性 的前提下, 还可以根据这些附图获得其他的附图。  [0024] In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings to be used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are merely Some embodiments of the present application can also obtain other figures from those skilled in the art without departing from the drawings.
[0025] 图 1为本申请实施例中一种子系统页面的幵发方法一个实施例流程图;  [0025] FIG. 1 is a flowchart of an embodiment of a method for bursting a subsystem page according to an embodiment of the present application;
[0026] 图 2为本申请实施例中一种子系统页面的幵发方法在一个应用场景下预先生成 页面模板的流程示意图;  2 is a schematic flowchart of pre-generating a page template in an application scenario in a method for bursting a subsystem page according to an embodiment of the present application;
[0027] 图 3为本申请实施例中一种子系统页面的幵发方法在一个应用场景下配置数据 过滤器的流程示意图;  [0027] FIG. 3 is a schematic flowchart of configuring a data filter in an application scenario in a method for bursting a subsystem page according to an embodiment of the present application;
[0028] 图 4为本申请实施例中一种子系统页面的幵发方法在一个应用场景下空闲触发 数据过滤器的流程示意图;  [0028] FIG. 4 is a schematic flowchart of an idle trigger data filter in an application scenario in a method for bursting a subsystem page according to an embodiment of the present application;
[0029] 图 5为本申请实施例中一种子系统页面的幵发装置一个实施例结构图; [0030] 图 6为本申请一实施例提供的服务器的示意图。 [0029] FIG. 5 is a structural diagram of an embodiment of a bursting device for a subsystem page according to an embodiment of the present application; FIG. 6 is a schematic diagram of a server according to an embodiment of the present application.
本发明的实施方式 Embodiments of the invention
[0031] 本申请实施例提供了一种子系统页面的幵发方法、 存储介质和服务器, 用于解 决页面幵发容易造成大量的幵发代码冗余、 幵发效率低下的问题。  [0031] The embodiment of the present application provides a bursting method, a storage medium, and a server for a subsystem page, which are used to solve the problem that a page burst is easy to cause a large amount of burst code redundancy and low bursting efficiency.
[0032] 为使得本申请的发明目的、 特征、 优点能够更加的明显和易懂, 下面将结合本 申请实施例中的附图, 对本申请实施例中的技术方案进行清楚、 完整地描述, 显然, 下面所描述的实施例仅仅是本申请一部分实施例, 而非全部的实施例。 基于本申请中的实施例, 本领域普通技术人员在没有做出创造性劳动前提下所 获得的所有其它实施例, 都属于本申请保护的范围。  [0032] In order to make the object, the features and the advantages of the present invention more obvious and easy to understand, the technical solutions in the embodiments of the present application will be clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present application. The embodiments described below are only a part of the embodiments of the present application, and not all of them. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope are the scope of the present application.
[0033] 请参阅图 1, 本申请实施例中一种子系统页面的幵发方法一个实施例包括: [0034] 101、 在接入新的子系统吋, 确定所述子系统的待幵发页面的功能类型; [0033] Please refer to FIG. 1, an embodiment of a method for bursting a subsystem page in an embodiment of the present application includes: [0034] 101. After accessing a new subsystem, determining a to-be-spread page of the subsystem Type of function;
[0035] 本实施例中, 当需要在大的系统上接入新的子系统吋, 该子系统可能存在多个 待幵发页面, 比如首页、 业务申请页面、 搜索页面等等, 这些页面大多都是各 个子系统常用的页面, 在页面布局、 功能组件上大多相同, 因此可以从预设的 页面模板库中找到对应的页面模板。 在本实施例中, 这些页面模板通过页面功 能的类型进行分类, 因此需要先确定出该子系统的待幵发页面所属的功能类型 [0035] In this embodiment, when a new subsystem needs to be accessed on a large system, the subsystem may have multiple pages to be issued, such as a home page, a service application page, a search page, etc., most of these pages It is a page commonly used by various subsystems. It is mostly the same in page layout and function components, so the corresponding page template can be found from the preset page template library. In this embodiment, the page templates are classified by the type of the page function, so it is necessary to first determine the type of the function to which the subsystem to be issued belongs.
[0036] 可以理解的是, 上述的功能类型可以包括"展示"、 "搜索"、 "互动"、 "基本 "等 类型, 在页面模板库中的各个页面模板也可以按照这些功能类型不同进行分类 [0036] It can be understood that the foregoing function types may include "display", "search", "interaction", "basic", etc., and each page template in the page template library may also be classified according to different types of functions.
[0037] 102、 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配的目标页 面模板; 所述目标页面模板预先设置有与所述待幵发页面的功能类型对应的页 面布局和一个以上的组件, 所述组件设有一个以上的数据过滤器, 所述数据过 滤器用于从指定的对接数据库中筛选出数据并呈现在所述组件上; [0037] 102. Select, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is preset with a function type corresponding to the to-be-sent page. a page layout and more than one component, the component being provided with more than one data filter, the data filter for filtering data from the specified docking database and presenting on the component;
[0038] 在确定出待幵发页面的功能类型之后, 可以从预设的页面模板库中选取与所述 待幵发页面的功能类型匹配的目标页面模板。 比如, 待幵发页面的功能类型为" 展示", 则可以从页面模板库中分类为"展示"的页面模板确定为该目标页面模板 。 如果分类为"展示"的页面模板存在两个以上, 可以从中随机选取一个, 也可以 将"展示"分类中的页面模板均提供给用户进行选择, 并将用户选择的其中一个页 面模板确定为该目标页面模板。 [0038] After determining the function type of the page to be issued, the target page template matching the function type of the to-be-spreaded page may be selected from the preset page template library. For example, if the function type of the page to be issued is "display", the page template classified into "presentation" in the page template library can be determined as the target page template. . If there are more than two page templates classified as "presentation", one can be randomly selected from them, or the page templates in the "display" category can be provided to the user for selection, and one of the page templates selected by the user is determined as the Target page template.
[0039] 需要说明的是, 本实施例中每个页面模板均包括对应功能分类的页面布局以及 一个以上的组件。 其中, 每个组件的属性可以包括静态数据和 /或动态数据, 静 态数据包括文本、 图片等, 而动态数据则是通过接入指定的对接数据库的数据 过滤器筛选得到的。 因此, 若一个组件的属性需要包括动态数据, 则该组件相 应需要设有一个以上的数据过滤器, 这些数据过滤器可以从接入的对接数据库 中动态筛选出符合要求或条件的数据, 然后将筛选出的数据导入至组件中进行 呈现。  [0039] It should be noted that each page template in this embodiment includes a page layout corresponding to the function category and more than one component. The attributes of each component may include static data and/or dynamic data, the static data includes text, pictures, etc., and the dynamic data is filtered by accessing the data filter of the specified docking database. Therefore, if the attribute of a component needs to include dynamic data, the component needs to have more than one data filter, and the data filter can dynamically filter out the data that meets the requirements or conditions from the accessed docking database, and then The filtered data is imported into the component for rendering.
[0040] 进一步地, 关于组件的属性, 执行该子系统页面的幵发方法的服务器可以采用 组件配置文件来配置这些组件的属性。 在组件配置文件中可以定义组件的各个 静态数据的保存地址以及各个数据过滤器, 完成组件属性的定义和配置。 可知 , 通过组件配置文件的方式统一配置服务器上各个组件的属性, 有利于各个组 件的管理和维护, 从而页面模板库中各个页面模板在使用这些组件吋, 对各个 组件的新增、 刪除和属性修改均更加灵活, 间接上提高了页面模板配置的灵活 性。  [0040] Further, regarding the attributes of the component, the server executing the burst method of the subsystem page may configure the attributes of the components by using the component configuration file. In the component configuration file, you can define the save address of each static data of the component and each data filter to complete the definition and configuration of the component properties. It can be seen that the configuration of the components of the server is uniformly configured by means of the component configuration file, which facilitates the management and maintenance of each component, so that each page template in the page template library uses these components, and adds, deletes, and attributes to each component. Modifications are more flexible and indirectly increase the flexibility of page template configuration.
[0041] 进一步地, 如图 2所示, 所述页面模板库中的页面模板可以通过以下步骤预先 生成:  [0041] Further, as shown in FIG. 2, the page template in the page template library may be pre-generated by the following steps:
[0042] 201、 确定待生成的页面模板所需的第一页面布局;  [0042] 201. Determine a first page layout required for the page template to be generated.
[0043] 202、 从预设的组件库中选取一个以上的第一组件; [0043] 202: Select one or more first components from a preset component library;
[0044] 203、 将选取的第一组件插入至所述第一页面布局的指定位置上; [0044] 203. Insert the selected first component into a specified position of the first page layout.
[0045] 204、 为所述第一页面布局上的各个所述第一组件配置静态数据和 /或数据过滤 器; [0045] 204. Configure static data and/or data filters for each of the first components on the first page layout.
[0046] 205、 在所述第一页面布局上的各个所述第一组件均完成配置之后, 根据所述 第一页面布局以及所述第一页面布局上的各个所述第一组件生成新的页面模板  [0046] 205. After each of the first components on the first page layout is configured, generate a new one according to the first page layout and each of the first components on the first page layout. Page template
[0047] 206、 建立所述新的页面模板与至少一个功能类型的对应关系; [0048] 207、 保存所述新的页面模板至所述页面模板库。 [0047] 206. Establish a correspondence between the new page template and at least one function type. [0048] 207. Save the new page template to the page template library.
[0049] 对于步骤 201, 当需要生成一个新的页面模板吋, 首先需要确定待生成的页面 模板需要怎样的页面布局, 即确定出上述的第一页面布局。 优选地, 简便用户 的操作, 可以从已有的页面模板使用的页面布局中挑选出一个页面布局, 在这 个挑选出的页面布局的基础上进行修改, 得到该第一页面布局。  [0049] For step 201, when it is necessary to generate a new page template, firstly, it is necessary to determine what page layout is required for the page template to be generated, that is, determine the first page layout described above. Preferably, for the user's operation, a page layout can be selected from the page layout used by the existing page template, and the first page layout can be obtained by modifying the selected page layout.
[0050] 对于步骤 202, 在确定出第一页面布局之后, 需要在该第一页面布局上设置各 个组件, 因此可以从组件库中选取所需的组件, 即上述的第一组件。 本实施例 的组件库中预先存放有服务器上已有的各个组件, 以便于对各个组件进行统一 的管理和使用。  [0050] For step 202, after determining the first page layout, each component needs to be set on the first page layout, so that the required component, that is, the first component described above, can be selected from the component library. Each component existing on the server is pre-stored in the component library of the embodiment, so that the components can be uniformly managed and used.
[0051] 对于步骤 203, 选取好第一组件后, 将这些第一组件插入到第一页面布局的指 定位置上。 比如, 第一页面布局的正上方顶端预留有组件的配置位, 可以将 "搜 索"组件插入到该配置位上, 完成"搜索"组件在第一页面布局上的配置。  [0051] In step 203, after the first components are selected, the first components are inserted into the specified positions of the first page layout. For example, the configuration bit of the component is reserved at the top of the first page layout, and the "search" component can be inserted into the configuration bit to complete the configuration of the "search" component on the first page layout.
[0052] 对于步骤 204, 可以理解的是, 在第一页面布局上配置的这些第一组件, 有些 第一组件可能无需配置相应的静态数据或数据过滤器, 有些第一组件则需要根 据用户的个性化需求配置静态数据和 /或数据过滤器, 此吋, 服务器可以提示用 户对需要配置的第一组件进行静态数据和 /或数据过滤器的配置。  [0052] For step 204, it can be understood that, in the first component configured on the first page layout, some of the first components may not need to configure corresponding static data or data filters, and some of the first components need to be based on the user's Personalized requirements configure static data and/or data filters. In this case, the server can prompt the user to configure static data and/or data filters for the first component that needs to be configured.
[0053] 对于步骤 205和 206, 在所述第一页面布局上的各个所述第一组件均完成配置之 后, 可以根据所述第一页面布局以及所述第一页面布局上的各个所述第一组件 生成新的页面模板, 然后建立这个新的页面模板与功能类型的对应关系。 其中 , 一个页面模板可以与一个功能类型建立对应关系, 也可以与两个以上的功能 类型建立对应关系。  [0053] for steps 205 and 206, after each of the first components on the first page layout is configured, according to the first page layout and each of the first page layouts A component generates a new page template, and then establishes a correspondence between the new page template and the function type. Among them, a page template can be associated with a function type, or can be associated with more than two function types.
[0054] 对于步骤 207, 新的页面模板生成后, 需要保存到页面模板库中, 方便后续接 入的其它子系统使用。  [0054] For step 207, after the new page template is generated, it needs to be saved in the page template library for use by other subsystems that are subsequently accessed.
[0055] 103、 判断所述目标页面模板上是否存在待配置的数据项, 若是, 则执行步骤 1 04, 若否, 则执行步骤 105;  [0055] 103, determining whether there is a data item to be configured on the target page template, and if yes, executing step 1 04, if not, executing step 105;
[0056] 可以理解的是, 大多数页面模板上存在待配置的数据项, 这些数据项只有在配 置相应的属性值后, 才能正常的使用。 例如, 某个页面模板上配置有"文字滚动" 组件, 该"文字滚动"组件的功能是在页面上滚动式显示文本内容。 由于该 "文字 滚动"组件在页面模板上是作为模板的一部分存在的, 因此针对不同子系统来说 , 其所需显示的文本内容各不相同, 需要用户自行设置或配置, 因此该"文字滚 动"组件显示的文本内容即为上述的"待配置的数据项"。 [0056] It can be understood that there are data items to be configured on most page templates, and these data items can be used normally only after the corresponding attribute values are configured. For example, a page template is configured with a "text scrolling" component, and the function of the "text scrolling" component is to scroll through the text content on the page. Due to the "text The scrolling component exists on the page template as part of the template, so the text content that needs to be displayed varies for different subsystems, and needs to be set or configured by the user, so the "text scrolling" component displays The text content is the "data item to be configured" described above.
[0057] 104、 配置所述数据项的数据值; [0057] 104. Configure a data value of the data item.
[0058] 可以理解的是, 如果目标页面模板上存在待配置的数据项, 则用户可以根据该 子系统的需要对这些数据项进行个性化配置。  [0058] It can be understood that if there are data items to be configured on the target page template, the user can personalize the data items according to the needs of the subsystem.
[0059] 105、 根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述待 幵发页面。 [0059] 105. Generate the to-be-spread page according to the target page template and data values of each of the configured data items.
[0060] 在获取到目标页面模板, 且该目标页面模板上的各个数据项均已完成配置 (既 可以包括预先配置好的, 也可以包括步骤 104中用户自行配置的) 之后, 可以根 据所述目标页面模板和已配置的各个所述数据项的数据值生成所述待幵发页面 , 从而完成该子系统上的待幵发页面的快速幵发。  [0060] after the target page template is obtained, and each data item on the target page template has been configured (either pre-configured or included in step 104), The target page template and the configured data values of the respective data items generate the to-be-spreaded page, thereby completing a fast burst of the to-be-spreaded page on the subsystem.
[0061] 需要说明的是, 若该子系统上存在两个或多个待幵发页面, 服务器可以分别对 每个待幵发页面均执行上述步骤 101~105, 分别生成对应的页面, 当子系统所有 的待幵发页面均生成后, 即完成了本次接入的新的子系统的页面幵发。  [0061] It should be noted that, if there are two or more pages to be issued on the subsystem, the server may perform the above steps 101-105 for each page to be issued, respectively, to generate corresponding pages, respectively. After all the pending pages of the system are generated, the page burst of the new subsystem that is accessed this time is completed.
[0062] 进一步地, 本实施例中, 为了提高数据过滤器的可以配置性, 如图 3所示, 所 述数据过滤器可以通过以下步骤进行配置:  [0062] Further, in this embodiment, in order to improve the configurability of the data filter, as shown in FIG. 3, the data filter may be configured by the following steps:
[0063] 301、 建立所述数据过滤器与指定的对接数据库的对应关系;  [0063] 301. Establish a correspondence between the data filter and a specified docking database.
[0064] 302、 设置所述数据过滤器筛选数据吋的筛选条件;  [0064] 302. Set a screening condition of the data filter to filter data 吋;
[0065] 303、 设置所述数据过滤器筛选数据的吋间间隔以及筛选出的数据的指定存放 位置。  [0065] 303. Set a time interval of the data filter to filter data and a designated storage location of the filtered data.
[0066] 可以理解的是, 对于上述步骤 301~303, 由于数据过滤器需要从对接数据库中 筛选数据, 因此设置数据过滤器吋需要配置该数据过滤器所接入的对接数据库 ; 另一方面, 需要设置该数据过滤器的筛选数据吋的筛选条件、 吋间间隔 (或 者筛选周期) 以及筛选出的数据的存放位置。 其中, 筛选条件可以根据子系统 的实际需要来确定, 比如当前数据过滤器是用于筛选数据库中的客户名字的, 则可以将其筛选条件设置为相关姓名的筛选规则。 上述的吋间间隔可以是每小 吋、 每两个小吋、 甚至每天, 具体不作限定。 [0067] 需要说明的是, 本实施例中为了保证页面加载后可以快速获取到页面上的动态 数据, 若某个页面中设有多个数据过滤器吋, 而且这些数据过滤器对应的对接 数据库数据量庞大吋, 实吋筛选数据必然会造成页面的加载缓慢, 甚至出现加 载出错、 服务器卡死等现象。 因此, 本实施例中可以对每个数据过滤器设置吋 间间隔, 当吋间间隔到达后, 不论页面是否加载, 服务器均自动触发相应的数 据过滤器进行数据筛选, 并将筛选出的数据存放到指定存放位置。 这样, 当页 面加载吋, 直接从指定存放位置处获取上一次筛选出的数据导入至页面中, 即 可完成动态数据的获取和加载, 达到减轻了系统、 服务器的负担, 提高了子系 统页面的加载速度。 [0066] It can be understood that, for the foregoing steps 301-303, since the data filter needs to filter data from the docking database, the data filter needs to be configured to configure the docking database accessed by the data filter; It is necessary to set the filtering conditions of the data filter of the data filter, the inter-turn interval (or the screening period), and the storage location of the filtered data. The screening condition can be determined according to the actual needs of the subsystem. For example, if the current data filter is used to filter the customer name in the database, the filtering condition can be set as the filtering rule of the related name. The above-mentioned inter-turn interval may be every hour, every two hours, or even every day, and is not specifically limited. [0067] It should be noted that, in this embodiment, in order to ensure that the dynamic data on the page can be quickly obtained after the page is loaded, if there are multiple data filters in a certain page, and the corresponding database of the data filters The amount of data is huge, and the actual screening data will inevitably cause slow loading of the page, and even load errors and server jams. Therefore, in this embodiment, a time interval can be set for each data filter. When the inter-turn interval arrives, regardless of whether the page is loaded, the server automatically triggers the corresponding data filter for data filtering, and stores the filtered data. Go to the specified storage location. In this way, when the page is loaded, the data that was last filtered from the specified storage location is directly imported into the page, and the dynamic data is acquired and loaded, thereby reducing the burden on the system and the server, and improving the subsystem page. Loading speed.
[0068] 因此, 优选地, 在根据所述目标页面模板和已配置的各个所述数据项的数据值 生成所述待幵发页面之后, 在加载所述待幵发页面吋, 可以从所述数据过滤器 的指定存放位置中获取筛选出的数据, 并将所述筛选出的数据呈现在所述待幵 发页面上所述数据过滤器所在的组件上。  [0068] Therefore, after the generating the to-be-sent page according to the target page template and the configured data value of each of the data items, after loading the to-be-sent page, the The filtered data is obtained from the specified storage location of the data filter, and the filtered data is presented on the component of the to-be-spreaded page where the data filter is located.
[0069] 更进一步地, 当对接数据库接入的数据过滤器数量巨大吋, 为了减轻对接数据 库的负担, 如图 4所示, 所述子系统页面的幵发方法还可以包括:  [0069] Further, when the number of data filters accessed by the docking database is large, in order to reduce the burden on the docking database, as shown in FIG. 4, the bursting method of the subsystem page may further include:
[0070] 401、 每当当前系统吋间满足所述数据过滤器的吋间间隔要求吋, 为所述数据 过滤器建立一个待执行任务;  [0070] 401. Establish a task to be executed for the data filter whenever the current system meets the inter-time interval requirement of the data filter.
[0071] 402、 判断是否当前系统吋间为指定的系统空闲吋间段或者所述对接数据库的 空闲吋间段, 若是, 则执行步骤 403, 若否, 则继续等待;  [0071] 402. Determine whether the current system is a designated system idle interval or an idle interval of the docking database, and if yes, perform step 403, and if not, continue to wait;
[0072] 403、 根据所述待执行任务触发所述数据过滤器进行数据筛选, 并将筛选出的 数据保存至所述指定存放位置。  [0072] 403. Trigger the data filter according to the to-be-executed task to perform data filtering, and save the filtered data to the specified storage location.
[0073] 对于步骤 401, 可以理解的是, 假设吋间间隔设为每小吋, 则每隔一个小吋为 所述数据过滤器建立一个待执行任务。 若存在 N个数据过滤器, 且这些数据过滤 器的吋间间隔均为 1个小吋, 则每隔一个小吋就建立有 N个待执行任务。  [0073] For step 401, it can be understood that, assuming that the inter-day interval is set to every small number, every other hour establishes a task to be executed for the data filter. If there are N data filters, and the interval between these data filters is 1 small, then every N small tasks are established.
[0074] 对于步骤 402和 403, 可以理解的是, 数据过滤器的数据筛选工作若在系统或数 据库的忙吋执行, 往往容易造成系统或对接数据库的负担过重, 严重吋导致系 统或对接数据库宕机。 为此, 可以选择在系统或对接数据库处于空闲吋间段吋 再执行数据筛选的工作, 通过判断是否当前系统吋间为指定的系统空闲吋间段 或者所述对接数据库的空闲吋间段, 如果是, 则执行步骤 403进行数据筛选的工 作, 如果不是, 则继续等待。 [0074] For steps 402 and 403, it can be understood that if the data filtering of the data filter is performed in a busy system or database, the system or the docking database is often overburdened, and the system or the database is seriously connected. Downtime. To do this, you can choose to perform data filtering after the system or the docking database is in the idle interval, and determine whether the current system is idle for the specified system. Or the idle interval of the docking database, if yes, perform step 403 to perform data filtering, and if not, continue to wait.
[0075] 可以理解的是, 在执行步骤 102吋, 由于并非所有的功能类型均必然能在页面 模板库中找到对应的页面模板, 可能存在无法找到匹配的目标页面模板的情况[0075] It can be understood that, in step 102, since not all the function types can find the corresponding page template in the page template library, there may be cases where the matching target page template cannot be found.
, 为此, 本实施例中, 在从预设的页面模板库中不存在与所述待幵发页面的功 能类型匹配的目标页面模板吋, 可以将所述待幵发页面的功能类型和页面需求 发送至指定管理员, 以便于所述指定管理员根据所述待幵发页面的功能类型和 页面需求幵发相应的页面模板, 并将幵发出的页面模板保存至所述页面模板库 In this embodiment, in the preset page template library, there is no target page template matching the function type of the to-be-spreaded page, and the function type and page of the to-be-spreaded page may be The requirement is sent to the designated administrator, so that the designated administrator sends the corresponding page template according to the function type and the page requirement of the to-be-sent page, and saves the issued page template to the page template library.
[0076] 本实施例中, 在接入新的子系统吋, 首先, 确定所述子系统的待幵发页面的功 能类型; 然后, 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配 的目标页面模板; 所述目标页面模板预先设置有与所述待幵发页面的功能类型 对应的页面布局和一个以上的组件, 所述组件设有一个以上的数据过滤器, 所 述数据过滤器用于从指定的对接数据库中筛选出数据并呈现在所述组件上; 若 所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数据值; 最后 , 根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述待幵发 页面。 这样, 在一个大的系统下接入新的子系统吋, 可以通过选取功能类型匹 配的页面模板以及配置必要的数据项来快速完成子系统的页面幵发, 避免了在 页面布局和其他常用参数上 (如数据过滤器从数据库中筛选的数据) 的重复幵 发, 减少了冗余代码, 提高了幵发效率和降低幵发成本。 [0076] In this embodiment, after accessing a new subsystem, first, determining a function type of the to-be-spreaded page of the subsystem; and then selecting, from the preset page template library, the to-be-spreaded a target page template that matches a function type of the page; the target page template is preset with a page layout corresponding to a function type of the to-be-spreaded page and one or more components, and the component is provided with more than one data filter. The data filter is configured to filter data from the specified docking database and present it on the component; if there is a data item to be configured on the target page template, configure a data value of the data item; The target page template and the data values of the configured respective data items generate the to-be-spread page. In this way, after accessing a new subsystem under a large system, the page bursts of the subsystem can be quickly completed by selecting the page template matching the function type and configuring the necessary data items, thereby avoiding the page layout and other common parameters. Repeated bursts (such as data filtered by the data filter from the database) reduce redundant code, improve burst efficiency and reduce burst costs.
[0077] 应理解, 上述实施例中各步骤的序号的大小并不意味着执行顺序的先后, 各过 程的执行顺序应以其功能和内在逻辑确定, 而不应对本申请实施例的实施过程 构成任何限定。  It should be understood that the size of the serial number of each step in the foregoing embodiment does not mean the order of execution sequence, and the execution order of each process should be determined by its function and internal logic, and should not be implemented in the implementation process of the embodiment of the present application. Any restrictions.
[0078] 上面主要描述了一种子系统页面的幵发方法, 下面将对一种子系统页面的幵发 装置进行详细描述。  [0078] The above describes a burst method of a subsystem page, and a burst device of a subsystem page will be described in detail below.
[0079] 图 5示出了本申请实施例中一种子系统页面的幵发装置一个实施例结构图。  [0079] FIG. 5 is a structural diagram showing an embodiment of a burst device of a subsystem page in the embodiment of the present application.
[0080] 本实施例中, 一种子系统页面的幵发装置包括: [0080] In this embodiment, a bursting device of a subsystem page includes:
[0081] 功能类型确定模块 501, 用于在接入新的子系统吋, 确定所述子系统的待幵发 页面的功能类型; [0081] The function type determining module 501 is configured to determine, when the new subsystem is accessed, the pending burst of the subsystem The function type of the page;
[0082] 页面模板选取模块 502, 用于从预设的页面模板库中选取与所述待幵发页面的 功能类型匹配的目标页面模板; 所述目标页面模板预先设置有与所述待幵发页 面的功能类型对应的页面布局和一个以上的组件, 所述组件设有一个以上的数 据过滤器, 所述数据过滤器用于从指定的对接数据库中筛选出数据并呈现在所 述组件上;  a page template selection module 502, configured to select, from a preset page template library, a target page template that matches a function type of the to-be-sent page; the target page template is pre-set with the to-be-spreaded a page layout corresponding to the function type of the page and one or more components, the component is provided with more than one data filter, and the data filter is used for filtering data from the specified docking database and presenting on the component;
[0083] 数据值配置模块 503, 用于若所述目标页面模板上存在待配置的数据项, 则配 置所述数据项的数据值;  [0083] The data value configuration module 503 is configured to: if there is a data item to be configured on the target page template, configure a data value of the data item;
[0084] 页面生成模块 504, 用于根据所述目标页面模板和已配置的各个所述数据项的 数据值生成所述待幵发页面。 [0084] The page generating module 504 is configured to generate the to-be-spreaded page according to the target page template and the configured data value of each of the data items.
[0085] 进一步地, 所述页面模板库中的页面模板可以通过以下模块预先生成: [0085] Further, the page template in the page template library may be pre-generated by the following modules:
[0086] 页面布局确定模块, 用于确定待生成的页面模板所需的第一页面布局; [0086] a page layout determining module, configured to determine a first page layout required for the page template to be generated;
[0087] 第一组件选取模块, 用于从预设的组件库中选取一个以上的第一组件; [0087] a first component selection module, configured to select one or more first components from a preset component library;
[0088] 组件插入模块, 用于将选取的第一组件插入至所述第一页面布局的指定位置上 [0088] a component insertion module, configured to insert the selected first component into a specified position of the first page layout
[0089] 数据配置模块, 用于为所述第一页面布局上的各个所述第一组件配置静态数据 和 /或数据过滤器; [0089] a data configuration module, configured to configure static data and/or data filters for each of the first components on the first page layout;
[0090] 页面模板生成模块, 用于在所述第一页面布局上的各个所述第一组件均完成配 置之后, 根据所述第一页面布局以及所述第一页面布局上的各个所述第一组件 生成新的页面模板;  [0090] a page template generating module, configured to: after each of the first components on the first page layout is configured, according to the first page layout and each of the first page layouts A component generates a new page template;
[0091] 页面关系建立模块, 用于建立所述新的页面模板与至少一个功能类型的对应关 系;  [0091] a page relationship establishing module, configured to establish a correspondence between the new page template and at least one function type;
[0092] 模板保存模块, 用于保存所述新的页面模板至所述页面模板库。  [0092] a template saving module, configured to save the new page template to the page template library.
[0093] 进一步地, 所述数据过滤器可以通过以下模块进行配置: [0093] Further, the data filter may be configured by using the following modules:
[0094] 过滤器关系建立模块, 用于建立所述数据过滤器与指定的对接数据库的对应关 系;  [0094] a filter relationship establishing module, configured to establish a correspondence between the data filter and the specified docking database;
[0095] 筛选条件设置模块, 用于设置所述数据过滤器筛选数据吋的筛选条件;  [0095] a screening condition setting module, configured to set a screening condition of the data filter screening data ;;
[0096] 存放位置设置模块, 用于设置所述数据过滤器筛选数据的吋间间隔以及筛选出 的数据的指定存放位置; [0096] a storage location setting module, configured to set a time interval of the data filter to filter data, and filter out The specified storage location of the data;
[0097] 所述子系统页面的幵发装置还可以包括:  [0097] The bursting device of the subsystem page may further include:
[0098] 数据呈现模块, 用于在加载所述待幵发页面吋, 从所述数据过滤器的指定存放 位置中获取筛选出的数据, 并将所述筛选出的数据呈现在所述待幵发页面上所 述数据过滤器所在的组件上。  [0098] a data presentation module, configured to: after loading the to-be-sent page, obtain the filtered data from a specified storage location of the data filter, and present the filtered data to the to-be-supplied On the component where the data filter is located on the page.
[0099] 进一步地, 所述子系统页面的幵发装置还可以包括:  [0099] Further, the bursting device of the subsystem page may further include:
[0100] 任务建立模块, 用于每当当前系统吋间满足所述数据过滤器的吋间间隔要求吋 [0100] a task establishing module, configured to meet a time interval requirement of the data filter whenever the current system meets
, 为所述数据过滤器建立一个待执行任务; Establishing a task to be executed for the data filter;
[0101] 空闲判断模块, 用于判断是否当前系统吋间为指定的系统空闲吋间段或者所述 对接数据库的空闲吋间段; [0101] an idle determination module, configured to determine whether the current system is a designated system idle interval or an idle interval of the docking database;
[0102] 数据筛选模块, 用于若所述空闲判断模块的判断结果为是, 则根据所述待执行 任务触发所述数据过滤器进行数据筛选, 并将筛选出的数据保存至所述指定存 放位置。  [0102] The data filtering module is configured to: if the determination result of the idle determination module is yes, trigger the data filter to perform data filtering according to the to-be-executed task, and save the filtered data to the designated storage. position.
[0103] 进一步地, 所述子系统页面的幵发装置还可以包括:  [0103] Further, the bursting device of the subsystem page may further include:
[0104] 发送模块, 用于若从预设的页面模板库中不存在与所述待幵发页面的功能类型 匹配的目标页面模板, 则将所述待幵发页面的功能类型和页面需求发送至指定 管理员, 以便于所述指定管理员根据所述待幵发页面的功能类型和页面需求幵 发相应的页面模板, 并将幵发出的页面模板保存至所述页面模板库。  [0104] a sending module, configured to send, according to a target page template that matches a function type of the to-be-sent page, from a preset page template library, send a function type and a page requirement of the to-be-sent page To the designated administrator, so that the designated administrator sends a corresponding page template according to the function type and page requirement of the to-be-sent page, and saves the issued page template to the page template library.
[0105] 图 6是本申请一实施例提供的服务器的示意图。 如图 6所示, 该实施例的服务器 6包括: 处理器 60、 存储器 61以及存储在所述存储器 61中并可在所述处理器 60上 运行的计算机可读指令 62, 例如执行上述子系统页面的幵发方法的程序。 所述 处理器 60执行所述计算机可读指令 62吋实现上述各个子系统页面的幵发方法实 施例中的步骤, 例如图 1所示的步骤 101至 105。 或者, 所述处理器 60执行所述计 算机可读指令 62吋实现上述各装置实施例中各模块 /单元的功能, 例如图 5所示模 块 501至 504的功能。  6 is a schematic diagram of a server according to an embodiment of the present application. As shown in FIG. 6, the server 6 of this embodiment includes: a processor 60, a memory 61, and computer readable instructions 62 stored in the memory 61 and executable on the processor 60, such as executing the above subsystem The program of the page's burst method. The processor 60 executes the computer readable instructions 62 to implement the steps in the burst method embodiment of the various subsystem pages described above, such as steps 101 through 105 shown in FIG. Alternatively, the processor 60 executes the computer readable instructions 62 to implement the functions of the modules/units in the various apparatus embodiments described above, such as the functions of the modules 501 to 504 shown in FIG.
[0106] 示例性的, 所述计算机可读指令 62可以被分割成一个或多个模块 /单元, 所述 一个或者多个模块 /单元被存储在所述存储器 61中, 并由所述处理器 60执行, 以 完成本申请。 所述一个或多个模块 /单元可以是能够完成特定功能的一系列计算 机可读指令指令段, 该指令段用于描述所述计算机可读指令 62在所述服务器 6中 的执行过程。 [0106] Illustratively, the computer readable instructions 62 may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory 61, and by the processor 60 is performed to complete the application. The one or more modules/units may be a series of calculations capable of performing a particular function The machine readable instruction instruction segment is used to describe the execution of the computer readable instructions 62 in the server 6.
[0107] 所述服务器 6可以是本地服务器、 云端服务器等计算设备。 所述服务器可包括 , 但不仅限于, 处理器 60、 存储器 61。 本领域技术人员可以理解, 图 6仅仅是服 务器 6的示例, 并不构成对服务器 6的限定, 可以包括比图示更多或更少的部件 , 或者组合某些部件, 或者不同的部件, 例如所述服务器还可以包括输入输出 设备、 网络接入设备、 总线等。  [0107] The server 6 may be a computing device such as a local server or a cloud server. The server may include, but is not limited to, a processor 60, a memory 61. It will be understood by those skilled in the art that FIG. 6 is merely an example of the server 6, and does not constitute a limitation to the server 6, and may include more or less components than those illustrated, or some components may be combined, or different components, such as The server may also include an input output device, a network access device, a bus, and the like.
[0108] 所述处理器 60可以是中央处理单元 (Central Processing Unit, CPU) , 还可以是其 他通用处理器、 数字信号处理器(Digital Signal Processor, DSP)、 专用集成电路 (Application Specific Integrated Circuit, ASIC)、 现成可编程门阵列  The processor 60 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
(Field-Programmable Gate Array , FPGA)或者其他可编程逻辑器件、 分立门或者 晶体管逻辑器件、 分立硬件组件等。 通用处理器可以是微处理器或者该处理器 也可以是任何常规的处理器等。  (Field-Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
[0109] 所述存储器 61为至少一种类型的计算机可读存储介质, 可以是所述服务器 6的 内部存储单元, 例如服务器 6的硬盘或内存。 所述存储器 61也可以是所述服务器 6的外部存储设备, 例如所述服务器 6上配备的插接式硬盘, 智能存储卡 (Smart Media Card, SMC) , 安全数字 (Secure Digital, SD) 卡, 闪存卡 (Flash Card) 等。 进一步地, 所述存储器 61还可以既包括所述服务器 6的内部存储单元也包括 外部存储设备。 所述存储器 61用于存储所述计算机可读指令以及所述服务器所 需的其他程序和数据。 所述存储器 61还可以用于暂吋地存储已经输出或者将要 输出的数据。  [0109] The memory 61 is at least one type of computer readable storage medium, and may be an internal storage unit of the server 6, such as a hard disk or a memory of the server 6. The memory 61 may also be an external storage device of the server 6, such as a plug-in hard disk provided on the server 6, a smart memory card (SMC), and a Secure Digital (SD) card. Flash card, etc. Further, the memory 61 may also include both an internal storage unit of the server 6 and an external storage device. The memory 61 is for storing the computer readable instructions and other programs and data required by the server. The memory 61 can also be used to temporarily store data that has been output or is about to be output.
[0110] 另外, 在本申请各个实施例中的各功能单元可以集成在一个处理单元中, 也可 以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一个单元中。 上述集成的单元既可以采用硬件的形式实现, 也可以采用软件功能单元的形式 实现。  In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
[0111] 所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用 吋, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本申请的技 术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分 可以以软件产品的形式体现出来, 该计算机软件产品存储在一个存储介质中, 包括若干指令用以使得一台计算机设备 (可以是个人计算机, 服务器, 或者网 络设备等) 执行本申请各个实施例所述方法的全部或部分步骤。 而前述的存储 介质包括: U盘、 移动硬盘、 只读存储器 (ROM, Read-Only Memory) 、 随机 存取存储器 (RAM, Random Access Memory) 、 磁碟或者光盘等各种可以存储 程序代码的介质。 [0111] The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application is essentially or a part contributing to the prior art or all or part of the technical solution. It may be embodied in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform various embodiments of the present application. All or part of the steps of the method. The foregoing storage medium includes: a U disk, a removable hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. .
以上所述, 以上实施例仅用以说明本申请的技术方案, 而非对其限制; 尽管参 照前述实施例对本申请进行了详细的说明, 本领域的普通技术人员应当理解: 其依然可以对前述各实施例所记载的技术方案进行修改, 或者对其中部分技术 特征进行等同替换; 而这些修改或者替换, 并不使相应技术方案的本质脱离本 申请各实施例技术方案的精神和范围。  The above embodiments are only used to illustrate the technical solutions of the present application, and are not limited thereto. Although the present application has been described in detail with reference to the foregoing embodiments, those skilled in the art should understand that The technical solutions described in the embodiments are modified, or some of the technical features are equivalently replaced; and the modifications or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims

权利要求书 Claim
[权利要求 1] 一种子系统页面的幵发方法, 其特征在于, 包括: [Claim 1] A method for bursting a subsystem page, comprising:
在接入新的子系统吋, 确定所述子系统的待幵发页面的功能类型; 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配的目标 页面模板; 所述目标页面模板预先设置有与所述待幵发页面的功能类 型对应的页面布局和一个以上的组件, 所述组件设有一个以上的数据 过滤器, 所述数据过滤器用于从指定的对接数据库中筛选出数据并呈 现在所述组件上;  After accessing the new subsystem, determining a function type of the to-be-sent page of the subsystem; and selecting, from a preset page template library, a target page template that matches a function type of the to-be-sent page; The target page template is preset with a page layout corresponding to the function type of the to-be-spreaded page and one or more components, the component is provided with more than one data filter, and the data filter is used from the specified docking database. Filtering out data and presenting on the component;
若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数 据值;  If there is a data item to be configured on the target page template, configuring a data value of the data item;
根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述 待幵发页面。  Generating the to-be-sent page according to the target page template and the data values of the configured respective data items.
[权利要求 2] 根据权利要求 1所述的子系统页面的幵发方法, 其特征在于, 所述页 面模板库中的页面模板通过以下步骤预先生成: 确定待生成的页面模板所需的第一页面布局;  [Claim 2] The bursting method of the subsystem page according to claim 1, wherein the page template in the page template library is pre-generated by the following steps: determining the first required for the page template to be generated Page Layout;
从预设的组件库中选取一个以上的第一组件;  Select one or more first components from a preset component library;
将选取的第一组件插入至所述第一页面布局的指定位置上; 为所述第一页面布局上的各个所述第一组件配置静态数据和 /或数据 过滤器;  Inserting the selected first component into a specified position of the first page layout; configuring static data and/or data filters for each of the first components on the first page layout;
在所述第一页面布局上的各个所述第一组件均完成配置之后, 根据所 述第一页面布局以及所述第一页面布局上的各个所述第一组件生成新 的页面模板;  After each of the first components on the first page layout is configured, a new page template is generated according to the first page layout and each of the first components on the first page layout;
建立所述新的页面模板与至少一个功能类型的对应关系;  Establishing a correspondence between the new page template and at least one function type;
保存所述新的页面模板至所述页面模板库。  Saving the new page template to the page template library.
[权利要求 3] 根据权利要求 1所述的子系统页面的幵发方法, 其特征在于, 所述数 据过滤器通过以下步骤进行配置: [Claim 3] The bursting method of the subsystem page according to claim 1, wherein the data filter is configured by the following steps:
建立所述数据过滤器与指定的对接数据库的对应关系;  Establishing a correspondence between the data filter and the specified docking database;
设置所述数据过滤器筛选数据吋的筛选条件; 设置所述数据过滤器筛选数据的吋间间隔以及筛选出的数据的指定存 放位置; Setting a filter condition for the data filter to filter data ;; Setting a time interval between the data filter to filter data and a designated storage location of the filtered data;
在根据所述目标页面模板和已配置的各个所述数据项的数据值生成所 述待幵发页面之后, 还包括:  After generating the to-be-spreaded page according to the target page template and the configured data value of each of the data items, the method further includes:
在加载所述待幵发页面吋, 从所述数据过滤器的指定存放位置中获取 筛选出的数据, 并将所述筛选出的数据呈现在所述待幵发页面上所述 数据过滤器所在的组件上。  After loading the to-be-sent page, obtaining the filtered data from the specified storage location of the data filter, and presenting the filtered data on the to-be-sent page, where the data filter is located On the component.
[权利要求 4] 根据权利要求 3所述的子系统页面的幵发方法, 其特征在于, 所述子 系统页面的幵发方法还包括: The method for bursting a sub-system page according to claim 3, wherein the method for transmitting the sub-system page further comprises:
每当当前系统吋间满足所述数据过滤器的吋间间隔要求吋, 为所述数 据过滤器建立一个待执行任务;  Establishing a task to be executed for the data filter whenever the current system meets the inter-time interval requirement of the data filter;
判断是否当前系统吋间为指定的系统空闲吋间段或者所述对接数据库 的空闲吋间段;  Determining whether the current system is a designated system idle interval or an idle interval of the docking database;
若当前系统吋间为指定的系统空闲吋间段, 或者当前系统吋间为所述 对接数据库的空闲吋间段, 则根据所述待执行任务触发所述数据过滤 器进行数据筛选, 并将筛选出的数据保存至所述指定存放位置。  If the current system is the designated system idle interval, or the current system is the idle interval of the docking database, the data filter is triggered according to the to-be-executed task, and the data is filtered. The output data is saved to the specified storage location.
[权利要求 5] 根据权利要求 1至 4中任一项所述的子系统页面的幵发方法, 其特征在 于, 所述子系统页面的幵发方法还包括: [Claim 5] The method for bursting a subsystem page according to any one of claims 1 to 4, wherein the bursting method of the subsystem page further comprises:
若从预设的页面模板库中不存在与所述待幵发页面的功能类型匹配的 目标页面模板, 则将所述待幵发页面的功能类型和页面需求发送至指 定管理员, 以便于所述指定管理员根据所述待幵发页面的功能类型和 页面需求幵发相应的页面模板, 并将幵发出的页面模板保存至所述页 面模板库。  If the target page template matching the function type of the to-be-sent page does not exist from the preset page template library, send the function type and page requirement of the to-be-sent page to the designated administrator, so as to facilitate the The designated administrator sends a corresponding page template according to the function type and the page requirement of the to-be-sent page, and saves the issued page template to the page template library.
[权利要求 6] —种计算机可读存储介质, 所述计算机可读存储介质存储有计算机可 读指令, 其特征在于, 所述计算机可读指令被处理器执行吋实现如下 步骤:  [Claim 6] A computer readable storage medium storing computer readable instructions, wherein the computer readable instructions are executed by a processor to implement the following steps:
在接入新的子系统吋, 确定所述子系统的待幵发页面的功能类型; 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配的目标 页面模板; 所述目标页面模板预先设置有与所述待幵发页面的功能类 型对应的页面布局和一个以上的组件, 所述组件设有一个以上的数据 过滤器, 所述数据过滤器用于从指定的对接数据库中筛选出数据并呈 现在所述组件上; After accessing the new subsystem, determining a function type of the to-be-spreaded page of the subsystem; selecting a target that matches a function type of the to-be-spreaded page from a preset page template library a page template; the target page template is preset with a page layout corresponding to a function type of the page to be issued and one or more components, the component is provided with more than one data filter, and the data filter is used for The selected docking database filters out the data and presents it on the component;
若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数 据值;  If there is a data item to be configured on the target page template, configuring a data value of the data item;
根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述 待幵发页面。  Generating the to-be-sent page according to the target page template and the data values of the configured respective data items.
[权利要求 7] 根据权利要求 6所述的计算机可读存储介质, 其特征在于, 所述页面 模板库中的页面模板通过以下步骤预先生成:  [Claim 7] The computer readable storage medium according to claim 6, wherein the page template in the page template library is pre-generated by the following steps:
确定待生成的页面模板所需的第一页面布局;  Determining the first page layout required for the page template to be generated;
从预设的组件库中选取一个以上的第一组件;  Select one or more first components from a preset component library;
将选取的第一组件插入至所述第一页面布局的指定位置上; 为所述第一页面布局上的各个所述第一组件配置静态数据和 /或数据 过滤器;  Inserting the selected first component into a specified position of the first page layout; configuring static data and/or data filters for each of the first components on the first page layout;
在所述第一页面布局上的各个所述第一组件均完成配置之后, 根据所 述第一页面布局以及所述第一页面布局上的各个所述第一组件生成新 的页面模板;  After each of the first components on the first page layout is configured, a new page template is generated according to the first page layout and each of the first components on the first page layout;
建立所述新的页面模板与至少一个功能类型的对应关系;  Establishing a correspondence between the new page template and at least one function type;
保存所述新的页面模板至所述页面模板库。  Saving the new page template to the page template library.
[权利要求 8] 根据权利要求 6所述的计算机可读存储介质, 其特征在于, 所述数据 过滤器通过以下步骤进行配置: [Claim 8] The computer readable storage medium according to claim 6, wherein the data filter is configured by the following steps:
建立所述数据过滤器与指定的对接数据库的对应关系;  Establishing a correspondence between the data filter and the specified docking database;
设置所述数据过滤器筛选数据吋的筛选条件;  Setting a filter condition for the data filter to filter data ;;
设置所述数据过滤器筛选数据的吋间间隔以及筛选出的数据的指定存 放位置;  Setting a time interval between the data filter to filter data and a designated storage location of the filtered data;
在根据所述目标页面模板和已配置的各个所述数据项的数据值生成所 述待幵发页面之后, 还包括: 在加载所述待幵发页面吋, 从所述数据过滤器的指定存放位置中获取 筛选出的数据, 并将所述筛选出的数据呈现在所述待幵发页面上所述 数据过滤器所在的组件上。 After the generating the to-be-sent page according to the target page template and the configured data value of each of the data items, the method further includes: After loading the to-be-sent page, obtaining the filtered data from the specified storage location of the data filter, and presenting the filtered data on the to-be-sent page, where the data filter is located On the component.
[权利要求 9] 根据权利要求 8所述的计算机可读存储介质, 其特征在于, 所述计算 机可读指令被处理器执行吋还包括:  [Claim 9] The computer readable storage medium of claim 8, wherein the computer readable instructions are executed by a processor, further comprising:
每当当前系统吋间满足所述数据过滤器的吋间间隔要求吋, 为所述数 据过滤器建立一个待执行任务;  Establishing a task to be executed for the data filter whenever the current system meets the inter-time interval requirement of the data filter;
判断是否当前系统吋间为指定的系统空闲吋间段或者所述对接数据库 的空闲吋间段;  Determining whether the current system is a designated system idle interval or an idle interval of the docking database;
若当前系统吋间为指定的系统空闲吋间段, 或者当前系统吋间为所述 对接数据库的空闲吋间段, 则根据所述待执行任务触发所述数据过滤 器进行数据筛选, 并将筛选出的数据保存至所述指定存放位置。  If the current system is the designated system idle interval, or the current system is the idle interval of the docking database, the data filter is triggered according to the to-be-executed task, and the data is filtered. The output data is saved to the specified storage location.
[权利要求 10] 根据权利要求 6至 9中任一项所述的计算机可读存储介质, 其特征在于 , 所述计算机可读指令被处理器执行吋还包括: 若从预设的页面模板库中不存在与所述待幵发页面的功能类型匹配的 目标页面模板, 则将所述待幵发页面的功能类型和页面需求发送至指 定管理员, 以便于所述指定管理员根据所述待幵发页面的功能类型和 页面需求幵发相应的页面模板, 并将幵发出的页面模板保存至所述页 面模板库。 [Claim 10] The computer readable storage medium according to any one of claims 6 to 9, wherein the computer readable instructions are executed by a processor, further comprising: if from a preset page template library If there is no target page template matching the function type of the to-be-sent page, the function type and the page requirement of the to-be-sent page are sent to the designated administrator, so that the designated administrator can The function type and page requirement of the burst page are sent to the corresponding page template, and the issued page template is saved to the page template library.
[权利要求 11] 一种服务器, 包括存储器、 处理器以及存储在所述存储器中并可在所 述处理器上运行的计算机可读指令, 其特征在于, 所述处理器执行所 述计算机可读指令吋实现如下步骤:  [Claim 11] A server comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, wherein the processor executes the computer readable The instruction 吋 implements the following steps:
在接入新的子系统吋, 确定所述子系统的待幵发页面的功能类型; 从预设的页面模板库中选取与所述待幵发页面的功能类型匹配的目标 页面模板; 所述目标页面模板预先设置有与所述待幵发页面的功能类 型对应的页面布局和一个以上的组件, 所述组件设有一个以上的数据 过滤器, 所述数据过滤器用于从指定的对接数据库中筛选出数据并呈 现在所述组件上; 若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数 据值; After accessing the new subsystem, determining a function type of the to-be-sent page of the subsystem; and selecting, from a preset page template library, a target page template that matches a function type of the to-be-sent page; The target page template is preset with a page layout corresponding to the function type of the to-be-spreaded page and one or more components, the component is provided with more than one data filter, and the data filter is used from the specified docking database. Filtering out data and presenting on the component; If the data item to be configured exists on the target page template, configuring a data value of the data item;
根据所述目标页面模板和已配置的各个所述数据项的数据值生成所述 待幵发页面。  Generating the to-be-sent page according to the target page template and the data values of the configured respective data items.
[权利要求 12] 根据权利要求 11所述的服务器, 其特征在于, 所述页面模板库中的页 面模板通过以下步骤预先生成:  [Claim 12] The server according to claim 11, wherein the page template in the page template library is pre-generated by the following steps:
确定待生成的页面模板所需的第一页面布局;  Determining the first page layout required for the page template to be generated;
从预设的组件库中选取一个以上的第一组件;  Select one or more first components from a preset component library;
将选取的第一组件插入至所述第一页面布局的指定位置上; 为所述第一页面布局上的各个所述第一组件配置静态数据和 /或数据 过滤器;  Inserting the selected first component into a specified position of the first page layout; configuring static data and/or data filters for each of the first components on the first page layout;
在所述第一页面布局上的各个所述第一组件均完成配置之后, 根据所 述第一页面布局以及所述第一页面布局上的各个所述第一组件生成新 的页面模板;  After each of the first components on the first page layout is configured, a new page template is generated according to the first page layout and each of the first components on the first page layout;
建立所述新的页面模板与至少一个功能类型的对应关系;  Establishing a correspondence between the new page template and at least one function type;
保存所述新的页面模板至所述页面模板库。  Saving the new page template to the page template library.
[权利要求 13] 根据权利要求 11所述的服务器, 其特征在于, 所述数据过滤器通过以 下步骤进行配置: [Claim 13] The server according to claim 11, wherein the data filter is configured by the following steps:
建立所述数据过滤器与指定的对接数据库的对应关系;  Establishing a correspondence between the data filter and the specified docking database;
设置所述数据过滤器筛选数据吋的筛选条件;  Setting a filter condition for the data filter to filter data ;;
设置所述数据过滤器筛选数据的吋间间隔以及筛选出的数据的指定存 放位置;  Setting a time interval between the data filter to filter data and a designated storage location of the filtered data;
在根据所述目标页面模板和已配置的各个所述数据项的数据值生成所 述待幵发页面之后, 还包括:  After generating the to-be-spreaded page according to the target page template and the configured data value of each of the data items, the method further includes:
在加载所述待幵发页面吋, 从所述数据过滤器的指定存放位置中获取 筛选出的数据, 并将所述筛选出的数据呈现在所述待幵发页面上所述 数据过滤器所在的组件上。  After loading the to-be-sent page, obtaining the filtered data from the specified storage location of the data filter, and presenting the filtered data on the to-be-sent page, where the data filter is located On the component.
[权利要求 14] 根据权利要求 13所述的服务器, 其特征在于, 所述处理器执行所述计 算机可读指令吋还包括: [Claim 14] The server according to claim 13, wherein the processor executes the meter The computer readable instructions also include:
每当当前系统吋间满足所述数据过滤器的吋间间隔要求吋, 为所述数 据过滤器建立一个待执行任务;  Establishing a task to be executed for the data filter whenever the current system meets the inter-time interval requirement of the data filter;
判断是否当前系统吋间为指定的系统空闲吋间段或者所述对接数据库 的空闲吋间段;  Determining whether the current system is a designated system idle interval or an idle interval of the docking database;
若当前系统吋间为指定的系统空闲吋间段, 或者当前系统吋间为所述 对接数据库的空闲吋间段, 则根据所述待执行任务触发所述数据过滤 器进行数据筛选, 并将筛选出的数据保存至所述指定存放位置。  If the current system is the designated system idle interval, or the current system is the idle interval of the docking database, the data filter is triggered according to the to-be-executed task, and the data is filtered. The output data is saved to the specified storage location.
[权利要求 15] 根据权利要求 11至 14中任一项所述的服务器, 其特征在于, 所述计算 机可读指令被处理器执行吋还包括: [Claim 15] The server according to any one of claims 11 to 14, wherein the computer readable instructions are executed by a processor, further comprising:
若从预设的页面模板库中不存在与所述待幵发页面的功能类型匹配的 目标页面模板, 则将所述待幵发页面的功能类型和页面需求发送至指 定管理员, 以便于所述指定管理员根据所述待幵发页面的功能类型和 页面需求幵发相应的页面模板, 并将幵发出的页面模板保存至所述页 面模板库。  If the target page template matching the function type of the to-be-sent page does not exist from the preset page template library, send the function type and page requirement of the to-be-sent page to the designated administrator, so as to facilitate the The designated administrator sends a corresponding page template according to the function type and the page requirement of the to-be-sent page, and saves the issued page template to the page template library.
[权利要求 16] —种子系统页面的幵发装置, 其特征在于, 包括:  [Claim 16] The bursting device of the seed system page, comprising:
功能类型确定模块, 用于在接入新的子系统吋, 确定所述子系统的待 幵发页面的功能类型;  a function type determining module, configured to determine a function type of the to-be-spreaded page of the subsystem after accessing the new subsystem;
页面模板选取模块, 用于从预设的页面模板库中选取与所述待幵发页 面的功能类型匹配的目标页面模板; 所述目标页面模板预先设置有与 所述待幵发页面的功能类型对应的页面布局和一个以上的组件, 所述 组件设有一个以上的数据过滤器, 所述数据过滤器用于从指定的对接 数据库中筛选出数据并呈现在所述组件上;  a page template selection module, configured to select, from a preset page template library, a target page template that matches a function type of the to-be-spreaded page; the target page template is pre-set with a function type of the to-be-spreaded page Corresponding page layout and more than one component, the component is provided with more than one data filter, and the data filter is used for filtering data from the specified docking database and presenting on the component;
数据值配置模块, 用于若所述目标页面模板上存在待配置的数据项, 则配置所述数据项的数据值;  a data value configuration module, configured to: if a data item to be configured exists on the target page template, configure a data value of the data item;
页面生成模块, 用于根据所述目标页面模板和已配置的各个所述数据 项的数据值生成所述待幵发页面。  And a page generating module, configured to generate the to-be-spreaded page according to the target page template and data values of each of the configured data items.
[权利要求 17] 根据权利要求 16所述的子系统页面的幵发装置, 其特征在于, 所述页 面模板库中的页面模板通过以下模块预先生成: [Claim 17] The burst device of the subsystem page according to claim 16, wherein the page The page template in the face template library is pre-generated by the following modules:
页面布局确定模块, 用于确定待生成的页面模板所需的第一页面布局 第一组件选取模块, 用于从预设的组件库中选取一个以上的第一组件 组件插入模块, 用于将选取的第一组件插入至所述第一页面布局的指 定位置上;  a page layout determining module, configured to determine a first page layout required by the page template to be generated, a first component selecting module, configured to select one or more first component component inserting modules from the preset component library, for selecting Inserting a first component into a specified position of the first page layout;
数据配置模块, 用于为所述第一页面布局上的各个所述第一组件配置 静态数据和 /或数据过滤器;  a data configuration module, configured to configure static data and/or data filters for each of the first components on the first page layout;
页面模板生成模块, 用于在所述第一页面布局上的各个所述第一组件 均完成配置之后, 根据所述第一页面布局以及所述第一页面布局上的 各个所述第一组件生成新的页面模板;  a page template generating module, configured to generate, according to the first page layout and each of the first components on the first page layout, after each of the first components on the first page layout is configured New page template;
页面关系建立模块, 用于建立所述新的页面模板与至少一个功能类型 的对应关系;  a page relationship establishing module, configured to establish a correspondence between the new page template and at least one function type;
模板保存模块, 用于保存所述新的页面模板至所述页面模板库。  a template saving module, configured to save the new page template to the page template library.
[权利要求 18] 根据权利要求 16所述的子系统页面的幵发装置, 其特征在于, 所述数 据过滤器通过以下模块进行配置:  [Claim 18] The bursting device of the subsystem page according to claim 16, wherein the data filter is configured by the following module:
过滤器关系建立模块, 用于建立所述数据过滤器与指定的对接数据库 的对应关系;  a filter relationship establishing module, configured to establish a correspondence between the data filter and the specified docking database;
筛选条件设置模块, 用于设置所述数据过滤器筛选数据吋的筛选条件 存放位置设置模块, 用于设置所述数据过滤器筛选数据的吋间间隔以 及筛选出的数据的指定存放位置;  a filter condition setting module, configured to set a filter condition of the data filter filter data, a storage location setting module, configured to set a time interval of the data filter to filter data, and a designated storage location of the filtered data;
所述子系统页面的幵发装置还包括:  The bursting device of the subsystem page further includes:
数据呈现模块, 用于在加载所述待幵发页面吋, 从所述数据过滤器的 指定存放位置中获取筛选出的数据, 并将所述筛选出的数据呈现在所 述待幵发页面上所述数据过滤器所在的组件上。  a data presentation module, configured to: after loading the to-be-sent page, obtain the filtered data from the specified storage location of the data filter, and present the filtered data on the to-be-spreaded page The component on which the data filter is located.
[权利要求 19] 根据权利要求 18所述的子系统页面的幵发装置, 其特征在于, 所述子 系统页面的幵发装置还包括: [Claim 19] The burst device of a subsystem page according to claim 18, wherein: The bursting device of the system page further includes:
任务建立模块, 用于每当当前系统吋间满足所述数据过滤器的吋间间 隔要求吋, 为所述数据过滤器建立一个待执行任务;  a task establishing module, configured to establish a task to be executed for the data filter whenever the current system meets the time interval requirement of the data filter;
空闲判断模块, 用于判断是否当前系统吋间为指定的系统空闲吋间段 或者所述对接数据库的空闲吋间段;  An idle judging module, configured to determine whether the current system is a designated system idle interval or an idle intersession of the docking database;
数据筛选模块, 用于若所述空闲判断模块的判断结果为是, 则根据所 述待执行任务触发所述数据过滤器进行数据筛选, 并将筛选出的数据 保存至所述指定存放位置。  And a data filtering module, configured to: if the determination result of the idle determination module is yes, trigger the data filter to perform data filtering according to the to-be-executed task, and save the filtered data to the specified storage location.
[权利要求 20] 根据权利要求 16至 19中任一项所述的子系统页面的幵发装置, 其特征 在于, 所述子系统页面的幵发装置还包括:  [Claim 20] The bursting device of the subsystem page according to any one of claims 16 to 19, wherein the bursting device of the subsystem page further comprises:
发送模块, 用于若从预设的页面模板库中不存在与所述待幵发页面的 功能类型匹配的目标页面模板, 则将所述待幵发页面的功能类型和页 面需求发送至指定管理员, 以便于所述指定管理员根据所述待幵发页 面的功能类型和页面需求幵发相应的页面模板, 并将幵发出的页面模 板保存至所述页面模板库。  a sending module, configured to send, according to a target page template that matches a function type of the to-be-sent page, from a preset page template library, send a function type and a page requirement of the to-be-sent page to a specified management The user is configured to send a corresponding page template according to the function type and page requirement of the to-be-published page, and save the issued page template to the page template library.
PCT/CN2017/104539 2017-08-18 2017-09-29 Subsystem page development method, storage medium and server WO2019033520A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710711628.6A CN107506193B (en) 2017-08-18 2017-08-18 Development method of subsystem pages, storage medium and server
CN201710711628.6 2017-08-18

Publications (1)

Publication Number Publication Date
WO2019033520A1 true WO2019033520A1 (en) 2019-02-21

Family

ID=60691166

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/104539 WO2019033520A1 (en) 2017-08-18 2017-09-29 Subsystem page development method, storage medium and server

Country Status (2)

Country Link
CN (1) CN107506193B (en)
WO (1) WO2019033520A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115543323A (en) * 2022-11-29 2022-12-30 共道网络科技有限公司 Page development method and device

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108228175A (en) * 2017-12-29 2018-06-29 深圳乐信软件技术有限公司 Movable backstage development approach, device, server and medium
CN108762729A (en) * 2018-05-07 2018-11-06 北京五八信息技术有限公司 A kind of method, apparatus of page makeup, computer equipment and storage medium
CN110968311B (en) * 2018-09-30 2024-01-05 北京嘀嘀无限科技发展有限公司 Front-end page construction method and device and electronic equipment
CN109542399B (en) * 2018-10-25 2021-08-10 深圳市金证科技股份有限公司 Software development method and device, terminal equipment and computer readable storage medium
CN111367514B (en) * 2018-12-25 2023-04-28 阿里巴巴集团控股有限公司 Page card development method and device, computing device and storage medium
CN111435300A (en) * 2019-01-15 2020-07-21 北大方正信息产业集团有限公司 Web system development method, device, equipment and storage medium
CN110209378A (en) * 2019-04-26 2019-09-06 平安科技(深圳)有限公司 Page generation method, device, terminal and storage medium
CN110058856B (en) * 2019-04-28 2023-08-01 恒生电子股份有限公司 Page configuration method and device
CN110263618B (en) * 2019-04-30 2023-10-20 创新先进技术有限公司 Iteration method and device of nuclear body model
CN110347953B (en) * 2019-05-20 2024-05-28 中国平安财产保险股份有限公司 Page generation method, page generation device, computer equipment and storage medium
CN110308905B (en) * 2019-06-26 2023-09-08 北京奇艺世纪科技有限公司 Page component matching method and device
CN110427186B (en) * 2019-07-26 2023-08-15 广东信通通信有限公司 Command service page information display method, device and equipment based on window
CN110457026A (en) * 2019-08-01 2019-11-15 上海麦克风文化传媒有限公司 A kind of configurable method for updating pages
CN112329413A (en) * 2019-08-02 2021-02-05 阿里巴巴集团控股有限公司 Template building method, file generation method, template system, device and computer equipment
CN110928613A (en) * 2019-09-29 2020-03-27 京东数字科技控股有限公司 Method and device for acquiring page data, electronic equipment and readable storage medium
CN110968309B (en) * 2019-10-15 2021-11-12 京东数字科技控股有限公司 Template generation method and device, electronic equipment and storage medium
CN111027299A (en) * 2019-10-18 2020-04-17 深圳智慧园区信息技术有限公司 Form generation method and system
CN110908657A (en) * 2019-11-15 2020-03-24 中国人民财产保险股份有限公司 Product generation method and device
CN111209312B (en) * 2020-01-02 2023-11-03 微民保险代理有限公司 Page data processing method, device, computer equipment and storage medium
CN111190657B (en) * 2020-01-07 2022-07-05 北京字节跳动网络技术有限公司 Activity configuration method and device, readable medium and electronic equipment
CN111400145B (en) * 2020-03-31 2022-09-09 厦门科灿信息技术有限公司 Configuration method and device of flow chart monitoring page and terminal equipment
CN111857810A (en) * 2020-07-30 2020-10-30 上海妙一生物科技有限公司 Front-end development file creating method and device and electronic equipment
CN112667237A (en) * 2020-12-30 2021-04-16 长沙市到家悠享网络科技有限公司 Page generation method and device, electronic equipment and storage medium
CN114816568B (en) * 2022-04-13 2024-05-14 北京达佳互联信息技术有限公司 Page configuration method, page configuration device, electronic equipment and storage medium
CN116009858A (en) * 2022-12-20 2023-04-25 东方邦信金融科技(上海)有限公司 Page development method, page development device, electronic equipment and computer readable storage medium
CN116610242A (en) * 2023-05-05 2023-08-18 广州市玄武无线科技股份有限公司 Service subsystem integration method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080228809A1 (en) * 2006-10-19 2008-09-18 International Business Machines Corp. Method and apparatus for generatng a dynamic web page
CN101354725A (en) * 2008-09-08 2009-01-28 中兴通讯股份有限公司 Method and apparatus for constructing and analyzing WAP page
CN106708484A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Page creating method and apparatus
CN106775645A (en) * 2016-11-23 2017-05-31 山东浪潮云服务信息科技有限公司 A kind of page info collocation method and device
CN106933551A (en) * 2015-12-30 2017-07-07 北京国双科技有限公司 Configuration processing method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080228809A1 (en) * 2006-10-19 2008-09-18 International Business Machines Corp. Method and apparatus for generatng a dynamic web page
CN101354725A (en) * 2008-09-08 2009-01-28 中兴通讯股份有限公司 Method and apparatus for constructing and analyzing WAP page
CN106708484A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Page creating method and apparatus
CN106933551A (en) * 2015-12-30 2017-07-07 北京国双科技有限公司 Configuration processing method and device
CN106775645A (en) * 2016-11-23 2017-05-31 山东浪潮云服务信息科技有限公司 A kind of page info collocation method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115543323A (en) * 2022-11-29 2022-12-30 共道网络科技有限公司 Page development method and device

Also Published As

Publication number Publication date
CN107506193A (en) 2017-12-22
CN107506193B (en) 2020-05-22

Similar Documents

Publication Publication Date Title
WO2019033520A1 (en) Subsystem page development method, storage medium and server
CN108462760B (en) Electronic device, automatic cluster access domain name generation method and storage medium
US10795553B2 (en) Systems and methods for intelligent layered interactive programmatic elements for fixed content
US9484003B2 (en) Content bound graphic
US11182536B2 (en) System and method for dynamic webpage rendering with no flicker or flash of original content
WO2019134340A1 (en) Salary calculation method, application server, and computer readable storage medium
WO2019019702A1 (en) Algorithm generation method and device, terminal device and storage medium
WO2019148721A1 (en) Electronic device, risk early warning method for internet service system, and storage medium
CN110837366A (en) Form generation method, electronic device and computer readable storage medium
CN112130951A (en) AI-based RPA flow generation end flow generation method, equipment and storage medium
CN114265657A (en) Method and device for displaying page of applet
US8706712B2 (en) Graphic query suggestion display method
US20140181701A1 (en) Model-Based User Interface
CN111367518A (en) Page layout method and device, computing equipment and computer storage medium
CN111338628B (en) Component rendering method and device
CN106648338B (en) Method and device for editing data
WO2023274195A1 (en) Firmware configuration method and apparatus, device and storage medium
WO2020113421A1 (en) Method for mounting file system, terminal device, and storage medium
WO2018205390A1 (en) Control layout display control method, system, and apparatus, and computer readable storage medium
CN113849229A (en) Server starting method and device, electronic equipment and readable storage medium
CN112631949A (en) Debugging method and device, computer equipment and storage medium
CN113297313A (en) Table data display method and device, electronic equipment and storage medium
CN108614732B (en) Method for quickly mapping hardware equipment of operating system under dynamic foreground of Loongson platform
US11429258B2 (en) Systems and methods for intelligent layered interactive derived programmatic elements for fixed content
CN111090633A (en) Small file aggregation method, device and equipment of distributed file system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17921529

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28.09.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17921529

Country of ref document: EP

Kind code of ref document: A1