CN113760385A - Page configuration method and device, electronic equipment and computer readable storage medium - Google Patents

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

Info

Publication number
CN113760385A
CN113760385A CN202110065504.1A CN202110065504A CN113760385A CN 113760385 A CN113760385 A CN 113760385A CN 202110065504 A CN202110065504 A CN 202110065504A CN 113760385 A CN113760385 A CN 113760385A
Authority
CN
China
Prior art keywords
page
configuration
tenant
default
present disclosure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110065504.1A
Other languages
Chinese (zh)
Inventor
李扬
康飞
马双亮
刘金强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Tuoxian Technology Co Ltd
Original Assignee
Beijing Jingdong Tuoxian Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Tuoxian Technology Co Ltd filed Critical Beijing Jingdong Tuoxian Technology Co Ltd
Priority to CN202110065504.1A priority Critical patent/CN113760385A/en
Publication of CN113760385A publication Critical patent/CN113760385A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

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

Abstract

The present disclosure provides a page configuration method, including: receiving a configuration instruction of a page sent by a tenant, wherein the page is a default page shared by a plurality of tenants; determining a default page corresponding to the tenant based on the configuration instruction; and updating the configuration parameters of the default page corresponding to the tenant by using the pre-constructed page configuration platform so as to generate the self-defined page of the tenant. The disclosure also provides a page configuration device, an electronic device and a computer readable storage medium.

Description

Page configuration method and device, electronic equipment and computer readable storage medium
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to a page configuration method and apparatus, an electronic device, and a computer-readable storage medium.
Background
Due to the multiple leasing characteristics, the service characteristics, the internet characteristics and the extensible characteristics of the SaaS platform, the application service can be conveniently provided for different users, and each user can purchase an application system uniformly deployed on the SaaS platform by a supplier and enjoy the service independently using the application system.
In implementing the disclosed concept, the inventors found that there are at least the following problems in the related art: the applications deployed on the SaaS platform all adopt a role-based access control technology, so that different tenants have different access rights and user roles for a common default page, and the page use isolation among the different tenants is realized. If the requirements of different users for more personalized configurations of default pages are to be met, developers need to repeat a large number of same basic page configurations, and then perform personalized page configurations according to different user requirements, so that the workload of the developers is greatly increased, and the page development efficiency is low.
Disclosure of Invention
In view of this, the present disclosure provides a page configuration method and a page configuration apparatus capable of meeting requirements of personalized configuration pages of different tenants.
One aspect of the present disclosure provides a page configuration method, including: receiving a configuration instruction of a page sent by a tenant, wherein the page is a default page shared by a plurality of tenants; determining a default page corresponding to the tenant based on the configuration instruction; and updating the configuration parameters of the default page corresponding to the tenant by using a pre-constructed page configuration platform so as to generate the self-defined page of the tenant.
According to an embodiment of the present disclosure, the updating, by using a pre-established page configuration platform, the configuration parameters of a default page corresponding to the tenant to generate a custom page of the tenant includes: acquiring configuration parameters contained in the configuration instruction; selecting a page style configuration template associated with the default page in the page configuration platform based on the configuration parameters; and inputting the configuration parameters at preset configuration points of the page style configuration template so as to update the style default configuration parameters of the default page.
According to the embodiment of the disclosure, the preset configuration points include a page background configuration point and an in-page element configuration point.
According to an embodiment of the present disclosure, the configuration parameter is a json field.
According to an embodiment of the present disclosure, the updating, by using a pre-established page configuration platform, the configuration parameters of the default page corresponding to the tenant to generate the customized page of the tenant further includes: acquiring configuration parameters contained in the configuration instruction; selecting a page floor configuration template associated with the default page from the page configuration platform based on the configuration parameters; and inputting the configuration parameters at preset configuration points of the page floor configuration template so as to update the floor default configuration parameters of the default page.
According to an embodiment of the present disclosure, the determining a default page corresponding to the tenant based on the configuration instruction includes: identifying the identity of the tenant contained in the configuration instruction; and determining a default page corresponding to the tenant based on the identity.
According to the embodiment of the disclosure, the default page corresponding to the tenant contains the authority information and role information of the tenant.
Another aspect of the present disclosure provides a page configuring apparatus, including: the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving a configuration instruction of a page sent by a current tenant, and the page is a default page shared by a plurality of tenants; a determining module, configured to determine, based on the configuration instruction, a default page corresponding to the tenant; and the updating module is used for updating the configuration parameters of the default page corresponding to the tenant by using a pre-constructed page configuration platform so as to generate the self-defined page of the tenant.
Another aspect of the present disclosure provides an electronic device comprising one or more processors; and memory for storing one or more programs, wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of the preceding claims.
Another aspect of the present disclosure provides a computer-readable storage medium storing computer-executable instructions for implementing the method as described above when executed.
According to the embodiment of the disclosure, because a technical means of utilizing a pre-constructed page configuration platform to perform personalized page configuration on default pages of different tenants is adopted, the technical problem of how to perform personalized page configuration on different tenants is at least partially overcome, and thus the requirements of providing different access authority management and different user role management for different tenants and also personalized page custom configuration can be met.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent from the following description of embodiments of the present disclosure with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an exemplary system architecture to which the page configuration methods and apparatus of the present disclosure may be applied;
FIG. 2 schematically shows a flow diagram of a page configuration method according to an embodiment of the disclosure;
FIG. 3A schematically illustrates a flow chart of a method of determining a default page corresponding to a tenant according to an embodiment of the present disclosure;
FIG. 3B schematically illustrates a flow chart of a method of updating default page configuration parameters according to an embodiment of the present disclosure;
FIG. 3C schematically illustrates a flow diagram of a method of updating default page configuration parameters according to another embodiment of the present disclosure;
FIG. 4 schematically shows a block diagram of a page configuration apparatus according to an embodiment of the present disclosure;
FIG. 5A schematically illustrates a block diagram of a determination module according to an embodiment of the disclosure;
FIG. 5B schematically shows a block diagram of an update module according to an embodiment of the disclosure;
FIG. 5C schematically shows a block diagram of an update module according to another embodiment of the present disclosure; and
fig. 6 schematically shows a block diagram of an electronic device 600 adapted to implement a page configuration method according to an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a convention analogous to "A, B or at least one of C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B or C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
The embodiment of the disclosure provides a page configuration method and a page configuration device capable of realizing the method. The method comprises the following steps: receiving a configuration instruction of a page sent by a tenant, wherein the page is a default page shared by a plurality of tenants; determining a default page corresponding to the tenant based on the configuration instruction; and updating the configuration parameters of the default page corresponding to the tenant by using the pre-constructed page configuration platform so as to generate the self-defined page of the tenant.
Fig. 1 schematically illustrates an exemplary system architecture 100 to which a page configuration method may be applied, according to an embodiment of the disclosure. It should be noted that fig. 1 is only an example of a system architecture to which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, and does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 1, the system architecture 100 according to this embodiment may include terminal devices 101, 102, 103, a network 104 and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired and/or wireless communication links, and so forth.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. The terminal devices 101, 102, 103 may have various communication client applications installed thereon, such as a shopping application, a web browser application, a search application, an instant messaging tool, a mailbox client, and/or social platform software.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server that provides various services, such as a background management server that provides support for websites browsed by users using the terminal devices 101, 102, 103. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that the page configuration method provided by the embodiment of the present disclosure may be generally executed by the server 105. Accordingly, the page configuration apparatus provided by the embodiment of the present disclosure may be generally disposed in the server 105. The page configuration method provided by the embodiment of the present disclosure may also be executed by a server or a server cluster that is different from the server 105 and is capable of communicating with the terminal devices 101, 102, 103 and/or the server 105. Correspondingly, the page configuration apparatus provided by the embodiment of the present disclosure may also be disposed in a server or a server cluster different from the server 105 and capable of communicating with the terminal devices 101, 102, 103 and/or the server 105. Alternatively, the page configuration method provided by the embodiment of the present disclosure may also be executed by the terminal device 101, 102, or 103, or may also be executed by another terminal device different from the terminal device 101, 102, or 103. Correspondingly, the page configuration apparatus provided by the embodiment of the present disclosure may also be disposed in the terminal device 101, 102, or 103, or in another terminal device different from the terminal device 101, 102, or 103.
For example, the default page to be configured may be originally stored in any of the terminal devices 101, 102, or 103 (e.g., the terminal device 101, but not limited thereto), or stored on an external storage device and may be imported into the terminal device 101. Then, the terminal device 101 may locally execute the page configuration method provided by the embodiment of the present disclosure, or send the default page to be configured to other terminal devices, servers, or server clusters, and execute the page configuration method provided by the embodiment of the present disclosure by the other terminal devices, servers, or server clusters receiving the default page to be configured.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Fig. 2 schematically shows a flow chart of a page configuration method according to an embodiment of the present disclosure.
As shown in fig. 2, the method includes operations S201 to S203.
In operation S201, receiving a configuration instruction of a page sent by a tenant, where the page is a default page shared by multiple tenants;
in operation S202, determining a default page corresponding to a tenant based on a configuration instruction;
in operation S203, the configuration parameters of the default page corresponding to the tenant are updated by using the pre-constructed page configuration platform, so as to generate a custom page of the tenant.
In the embodiment of the disclosure, an inquiry application for use by hospitals is deployed on the SaaS platform, and when each hospital is used as a server where a tenant resides in the SaaS platform, the SaaS platform allocates a common default page to the tenant, and all tenants who have resided use the same default page. When the tenant carries out personalized configuration relative to the shared default page, the default page can be updated and configured by utilizing a pre-constructed page configuration platform so as to generate a page meeting the personalized requirements of the tenant.
According to the page configuration platform, the configuration support of the page configuration platform on the SaaS platform of the hospital is utilized, the personalized requirements of different hospitals on page styles, layout, data and the like are met, the SaaS management platform comprises the management of information such as tenants, page roles, tenant permissions, page menus and the like, the page configuration platform comprises the configuration management of content such as page styles, page floors, page configuration information and the like, the rapid configuration and development-free of pages are achieved, the page development efficiency is improved, and the support of the personalized pages of the hospitals is guaranteed.
The method shown in fig. 2 is further described with reference to fig. 3A-3C in conjunction with specific embodiments.
Fig. 3A schematically illustrates a flowchart of a method of obtaining a tenant default page according to an embodiment of the present disclosure.
As shown in fig. 3A, the method includes operations S301 to S302:
in operation S301, identifying an identity of a tenant included in the configuration instruction;
in operation S302, a default page corresponding to the tenant is determined based on the identity.
In the embodiment of the disclosure, in the configuration instruction of the page sent by the tenant, the identity of the tenant is recognized, and the default page corresponding to the current tenant is determined according to the identity of the tenant. Although multiple tenants share the same default page, what multiple tenants share is just the style of the same default page. For example, the use interfaces of the inquiry platform of each hospital tenant are the same, and the interfaces include the same menu options, and also include the same personnel management interface, order management interface, authority management interface, hospital information management interface, and the like. However, the data information displayed in each interface is the own information of each tenant, for example, each default page corresponding to the tenant includes the authority information and role information of the tenant, so that each tenant displays the data belonging to the own information in the common default page. Each tenant independently displays own data information so as to realize data isolation among different tenants.
Through the embodiment, after the configuration information of the page sent by the tenant is received, the identity of the tenant needs to be identified, and the default page corresponding to the tenant is determined, so that the problem that a certain tenant performs error configuration on pages of other tenants is solved.
FIG. 3B schematically shows a flowchart of a method of updating default page configuration parameters according to an embodiment of the present disclosure.
As shown in fig. 3B, the method includes operations S303 to S305:
in operation S303, acquiring a configuration parameter included in the configuration instruction;
in operation S304, based on the configuration parameters, selecting a page style configuration template associated with a default page in the page configuration platform;
in operation S305, configuration parameters are input at preset configuration points of the page style configuration template to update style default configuration parameters of a default page.
In this embodiment, a page configuration platform is used to configure a page style of a default page corresponding to a tenant. After the page configuration platform is carried out by the tenant, the default page corresponding to the tenant is determined, and a page style configuration template associated with the default page can be selected from a template library in the page configuration platform. Because each tenant of the resident system has different authority management, menu authority and the like for the common default page, the default page corresponding to each tenant is associated with different page style configuration templates. After the tenant selects a corresponding template from the template library, a corresponding page is generated on the page configuration platform. Corresponding reserved configuration points are reserved in each page style configuration template, and a tenant needs to input corresponding configuration parameters at each preset configuration point to realize the custom configuration of a default page. The preset configuration points comprise page background configuration points and in-page element configuration points. The page background comprises configurable content such as background color and background patterns of the page, and the elements in the page comprise the configurable content such as the type, position, size, display and the like of the elements. And acquiring the corresponding configuration parameters of each configuration point from the configuration instruction sent by the tenant for configuration. The configuration parameters are json fields, so that modification of the page configuration at the later stage can be facilitated, and the expandability of the page configuration is improved.
FIG. 3C schematically shows a flowchart of a method of updating default page configuration parameters according to another embodiment of the present disclosure.
As shown in fig. 3C, the method includes operations S306 to S308:
in operation S306, a configuration parameter included in the configuration instruction is acquired;
in operation S307, based on the configuration parameters, selecting a page floor configuration template associated with a default page from the page configuration platform;
in operation S308, configuration parameters are input at preset configuration points of the page floor configuration template to update the floor default configuration parameters of the default page.
In the disclosed embodiment, the page configuration platform further comprises a default page floor configuration. The floors are modes of separating and arranging page contents according to preset granularity and dimensionality for website pages. The tenant can select the associated page floor configuration template from the page configuration platform, and configures the floor information of the page at the preset floor configuration point.
The page configuration platform can also realize the management of the configuration information of the page and the management of the maintenance of the page. In the embodiment of the disclosure, the configuration parameters of the page configuration are json fields, which has better expansibility, and facilitates the page configuration platform to manage the configuration information.
Fig. 4 schematically shows a block diagram of a page configuring apparatus according to an embodiment of the present disclosure.
As shown in fig. 4, the page configuring apparatus 400 includes a receiving module 410, a determining module 420, and an updating module 430.
A receiving module 410, configured to receive a configuration instruction of a page sent by a current tenant, where the page is a default page shared by multiple tenants;
a determining module 420, configured to determine, based on the configuration instruction, a default page corresponding to the tenant;
the updating module 430 is configured to update the configuration parameters of the default page corresponding to the tenant by using a pre-constructed page configuration platform, so as to generate a customized page of the tenant.
In the embodiment of the disclosure, an inquiry application for use by hospitals is deployed on the SaaS platform, and when each hospital is used as a server where a tenant resides in the SaaS platform, the SaaS platform allocates a common default page to the tenant, and all tenants who have resided use the same default page. When the tenant carries out personalized configuration relative to the shared default page, the default page can be updated and configured by utilizing a pre-constructed page configuration platform so as to generate a page meeting the personalized requirements of the tenant.
According to the method and the device for configuring the SaaS platform of the hospital, the page configuration platform is used for configuring the SaaS platform of the hospital, personalized requirements of different hospitals on page styles, layout, data and the like are met, rapid configuration and development-free of pages are achieved, page development efficiency is improved, and support of personalized pages of the hospital is guaranteed.
Any number of modules, sub-modules, units, sub-units, or at least part of the functionality of any number thereof according to embodiments of the present disclosure may be implemented in one module. Any one or more of the modules, sub-modules, units, and sub-units according to the embodiments of the present disclosure may be implemented by being split into a plurality of modules. Any one or more of the modules, sub-modules, units, sub-units according to embodiments of the present disclosure may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in any other reasonable manner of hardware or firmware by integrating or packaging a circuit, or in any one of or a suitable combination of software, hardware, and firmware implementations. Alternatively, one or more of the modules, sub-modules, units, sub-units according to embodiments of the disclosure may be at least partially implemented as a computer program module, which when executed may perform the corresponding functions.
For example, any number of the receiving module 410, the determining module 420 and the updating module 430 may be combined and implemented in one module/unit/sub-unit, or any one of the modules/units/sub-units may be split into a plurality of modules/units/sub-units. Alternatively, at least part of the functionality of one or more of these modules/units/sub-units may be combined with at least part of the functionality of other modules/units/sub-units and implemented in one module/unit/sub-unit. According to an embodiment of the present disclosure, at least one of the receiving module 410, the determining module 420, and the updating module 430 may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in hardware or firmware in any other reasonable manner of integrating or packaging a circuit, or in any one of or a suitable combination of software, hardware, and firmware. Alternatively, at least one of the receiving module 410, the determining module 420 and the updating module 430 may be at least partially implemented as a computer program module, which when executed may perform the respective functions.
Fig. 5A schematically illustrates a block diagram of a determination module according to an embodiment of the present disclosure.
As shown in fig. 5A, the determining module 420 includes: an identifying unit 421, configured to identify an identity of a tenant included in the configuration instruction; a first determining unit 422, configured to determine a default page corresponding to the tenant based on the identity.
FIG. 5B schematically shows a block diagram of an update module according to an embodiment of the disclosure.
As shown in fig. 5B, the update module 430 includes: a first obtaining unit 431, configured to obtain a configuration parameter included in the configuration instruction; a first selecting unit 432, configured to select, based on the configuration parameters, a page style configuration template associated with a default page in the page configuration platform; the first updating unit 433 is configured to input configuration parameters at preset configuration points of the page style configuration template, so as to update the style default configuration parameters of the default page.
Fig. 5C schematically illustrates a block diagram of an update module according to another embodiment of the disclosure.
As shown in fig. 5C, the update module 430 further includes: a second obtaining unit 434, configured to obtain configuration parameters included in the configuration instruction; a second selecting unit 435, configured to select, based on the configuration parameters, a page floor configuration template associated with a default page in the page configuration platform; the second updating unit 436 is configured to input the configuration parameters at the preset configuration points of the page floor configuration template, so as to update the floor default configuration parameters of the default page.
It should be noted that the page configuration device portion in the embodiment of the present disclosure corresponds to the page configuration method portion in the embodiment of the present disclosure, and the description of the page configuration device portion specifically refers to the page configuration method portion, which is not described herein again.
Fig. 6 schematically shows a block diagram of an electronic device adapted to implement the above described method according to an embodiment of the present disclosure. The electronic device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 6, an electronic device 600 according to an embodiment of the present disclosure includes a processor 601, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. Processor 601 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 601 may also include onboard memory for caching purposes. Processor 601 may include a single processing unit or multiple processing units for performing different actions of a method flow according to embodiments of the disclosure.
In the RAM 603, various programs and data necessary for the operation of the system 600 are stored. The processor 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. The processor 601 performs various operations of the method flows according to the embodiments of the present disclosure by executing programs in the ROM 602 and/or RAM 603. It is to be noted that the programs may also be stored in one or more memories other than the ROM 602 and RAM 603. The processor 601 may also perform various operations of the method flows according to embodiments of the present disclosure by executing programs stored in the one or more memories.
According to an embodiment of the present disclosure, system 600 may also include an input/output (I/O) interface 606, which input/output (I/O) interface 606 is also connected to bus 604. The system 600 may also include one or more of the following components connected to the I/O interface 606: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 606 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
According to embodiments of the present disclosure, method flows according to embodiments of the present disclosure may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable storage medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The computer program, when executed by the processor 601, performs the above-described functions defined in the system of the embodiments of the present disclosure. The systems, devices, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
The present disclosure also provides a computer-readable storage medium, which may be contained in the apparatus/device/system described in the above embodiments; or may exist separately and not be assembled into the device/apparatus/system. The computer-readable storage medium carries one or more programs which, when executed, implement the method according to an embodiment of the disclosure.
According to an embodiment of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium. Examples may include, but are not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
For example, according to embodiments of the present disclosure, a computer-readable storage medium may include the ROM 602 and/or RAM 603 described above and/or one or more memories other than the ROM 602 and RAM 603.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not expressly recited in the present disclosure. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present disclosure may be made without departing from the spirit or teaching of the present disclosure. All such combinations and/or associations are within the scope of the present disclosure.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.

Claims (10)

1. A page configuration method comprises the following steps:
receiving a configuration instruction of a page sent by a tenant, wherein the page is a default page shared by a plurality of tenants;
determining a default page corresponding to the tenant based on the configuration instruction;
and updating the configuration parameters of the default page corresponding to the tenant by using a pre-constructed page configuration platform so as to generate the self-defined page of the tenant.
2. The method according to claim 1, wherein the updating the configuration parameters of the default page corresponding to the tenant by using the pre-constructed page configuration platform to generate the customized page of the tenant comprises:
acquiring configuration parameters contained in the configuration instruction;
selecting a page style configuration template associated with the default page in the page configuration platform based on the configuration parameters;
and inputting the configuration parameters at preset configuration points of the page style configuration template so as to update the style default configuration parameters of the default page.
3. The method of claim 2, wherein the preset configuration points comprise a page background configuration point and an in-page element configuration point.
4. The method of claim 2, wherein the configuration parameter is a json field.
5. The method according to claim 1, wherein the updating configuration parameters of the default page corresponding to the tenant by using a pre-built page configuration platform to generate a custom page of the tenant further comprises:
acquiring configuration parameters contained in the configuration instruction;
selecting a page floor configuration template associated with the default page from the page configuration platform based on the configuration parameters;
and inputting the configuration parameters at preset configuration points of the page floor configuration template so as to update the floor default configuration parameters of the default page.
6. The method of claim 1, wherein the determining a default page corresponding to the tenant based on the configuration instructions comprises:
identifying the identity of the tenant contained in the configuration instruction;
and determining a default page corresponding to the tenant based on the identity.
7. The method of claim 6, wherein the default page corresponding to the tenant contains permission information and role information of the tenant.
8. A page configuring apparatus, comprising:
the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving a configuration instruction of a page sent by a current tenant, and the page is a default page shared by a plurality of tenants;
a determining module, configured to determine, based on the configuration instruction, a default page corresponding to the tenant;
and the updating module is used for updating the configuration parameters of the default page corresponding to the tenant by using a pre-constructed page configuration platform so as to generate the self-defined page of the tenant.
9. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-7.
10. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 7.
CN202110065504.1A 2021-01-18 2021-01-18 Page configuration method and device, electronic equipment and computer readable storage medium Pending CN113760385A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110065504.1A CN113760385A (en) 2021-01-18 2021-01-18 Page configuration method and device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110065504.1A CN113760385A (en) 2021-01-18 2021-01-18 Page configuration method and device, electronic equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN113760385A true CN113760385A (en) 2021-12-07

Family

ID=78786360

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110065504.1A Pending CN113760385A (en) 2021-01-18 2021-01-18 Page configuration method and device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113760385A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114489857A (en) * 2022-02-08 2022-05-13 京东科技信息技术有限公司 Page configuration method, device and computer system based on universal configuration platform
CN114489857B (en) * 2022-02-08 2024-06-25 京东科技信息技术有限公司 Page configuration method and device based on general configuration platform and computer system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114489857A (en) * 2022-02-08 2022-05-13 京东科技信息技术有限公司 Page configuration method, device and computer system based on universal configuration platform
CN114489857B (en) * 2022-02-08 2024-06-25 京东科技信息技术有限公司 Page configuration method and device based on general configuration platform and computer system

Similar Documents

Publication Publication Date Title
CN107431721B (en) Method, system, and medium for partitioning application distribution for different electronic devices
CN105917627B (en) Method and system for customizing execution environment by cloud service
CN107408042B (en) Efficient and intuitive data binding for mobile applications
US8832847B2 (en) Coordinating data sharing among applications in mobile devices
US9535726B2 (en) Reverse dependency injection in a system with dynamic code loading
US20190281137A1 (en) System and method for scoped attributes
JP6871943B2 (en) Preformed instructions for mobile cloud services
US8949378B2 (en) Method and system for providing a state model of an application program
US10142371B2 (en) Authorization policy customization and authorization policy lockdown
US8984480B2 (en) Automating and/or recommending data sharing coordination among applications in mobile devices
US10970052B2 (en) System and method for enhancing component based development models with auto-wiring
JP2019522846A (en) Resource allocation for database provisioning
US20200057550A1 (en) Method and apparatus for generating customized visualization component
US10521243B2 (en) Pre/post deployment customization
CN108604278B (en) Self-describing configuration with support for shared data tables
US20180210768A1 (en) Api-based service command invocation
CN103713918A (en) Software appliance installation systems and methods
US20150161547A1 (en) Methods and systems to define and execute customer declarative business rules to extend business applications
US20140005974A1 (en) Automatically modifying a test for a program on multiple electronic devices
US10747390B1 (en) Graphical composer for policy management
CN115039073A (en) Autonomic TERRAFORM across cloud infrastructure
US10326844B2 (en) Cloud enabling resources as a service
US11671481B2 (en) Operations productivity software system, server and method
CN113760385A (en) Page configuration method and device, electronic equipment and computer readable storage medium
US20180013633A1 (en) Industrial setup composition

Legal Events

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