CN111258477B - Tab configuration method, system, device and storage medium - Google Patents

Tab configuration method, system, device and storage medium Download PDF

Info

Publication number
CN111258477B
CN111258477B CN202010022271.2A CN202010022271A CN111258477B CN 111258477 B CN111258477 B CN 111258477B CN 202010022271 A CN202010022271 A CN 202010022271A CN 111258477 B CN111258477 B CN 111258477B
Authority
CN
China
Prior art keywords
tab
client
configuration information
display
server
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.)
Active
Application number
CN202010022271.2A
Other languages
Chinese (zh)
Other versions
CN111258477A (en
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.)
Jiangsu Manyun Software Technology Co Ltd
Original Assignee
Jiangsu Manyun Software 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 Jiangsu Manyun Software Technology Co Ltd filed Critical Jiangsu Manyun Software Technology Co Ltd
Priority to CN202010022271.2A priority Critical patent/CN111258477B/en
Publication of CN111258477A publication Critical patent/CN111258477A/en
Application granted granted Critical
Publication of CN111258477B publication Critical patent/CN111258477B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • 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

Abstract

The invention provides a method, a system, equipment and a storage medium for configuring tabs, wherein the method comprises the following steps: the client side obtains tab configuration information; the client loads a tab plug-in according to the tab configuration information; the client requests to acquire a tab display strategy from the server; and the client displays the corresponding tab in the client page according to the tab display strategy. According to the method and the device, the enumeration value of the tab is not required to be pre-embedded at the client, the designated tab is dynamically loaded, displayed and jumped according to the characteristics of the plug-in framework, the business side can conveniently adjust the page tab at any time, the workload of integrating a new tab into the page by a developer is reduced, and the cost of accessing the tab into the page is reduced.

Description

Tab configuration method, system, device and storage medium
Technical Field
The present invention relates to the field of page processing technologies, and in particular, to a method, a system, a device, and a storage medium for configuring tabs.
Background
Usually, a client front page contains a plurality of tab (tab) pages and has a fixed display logic, and a client developer writes codes corresponding to loaded tabs and tab sequences according to the display logic and issues the codes on line with a client. If the home page display logic needs to be adjusted, the adjustment needs to be carried out in the next edition sending period.
If the display or sequence of the tabs of the home page needs to be adjusted, or the tabs are displayed according to different gray strategies, a client developer needs to set enumeration value numbers for all the loadable tabs, a server issues an enumeration value list of the tabs to be loaded of the home page, the corresponding tabs are loaded according to the configuration of the server, and some special logics are written locally to judge whether the tabs are loaded on the home page or other pages are jumped to the designated tab page of the home page.
Disclosure of Invention
Aiming at the problems in the prior art, the invention aims to provide a tab configuration method, a tab configuration system, a tab configuration device and a storage medium, which are used for dynamically configuring a page tab without pre-burying a tab enumeration value at a client.
The embodiment of the invention provides a tab configuration method, which comprises the following steps:
the client side obtains tab configuration information;
the client loads a tab plug-in according to the tab configuration information;
the client requests to acquire a tab display strategy from the server;
and the client displays the corresponding tab in the client page according to the tab display strategy.
Optionally, the client obtains the tab configuration information, including that the client reads the locally cached tab configuration information.
Optionally, the tab configuration method further includes the following steps:
and the server sends new tab configuration information to the client, and the client caches the new tab configuration information locally.
Optionally, the tab configuration information comprises an addressing path of the tab.
Optionally, the client requests to obtain the tab display policy from the server, including the following steps:
the client sends a strategy acquisition request to the server;
the server calls the service end interface corresponding to each option card to acquire the display strategy of each option card for the user sending the request;
and the server integrates the display strategies of all the tabs into a tab display strategy and sends the tab display strategy to the client.
Optionally, the presentation policy of each tab includes whether each tab is presented or not and the presentation order of each tab.
Optionally, the obtaining, by the client, tab configuration information includes the following steps:
the client judges whether cached tab configuration information exists locally;
if yes, the client reads the local cached tab configuration information;
otherwise, the client reads the locally stored default configuration information as the tab configuration information.
The embodiment of the invention also provides a tab configuration system, which is applied to the tab configuration method, wherein the system comprises a client side, and the client side comprises:
the configuration acquisition module is used for acquiring tab configuration information;
the tab loading module is used for loading tab plug-ins according to the tab configuration information;
the strategy acquisition module is used for requesting to acquire the tab display strategy from the server;
and the tab display module is used for displaying the corresponding tab in the client page according to the tab display strategy.
Optionally, the client further includes a configuration caching module, configured to cache the configuration information of the new tab in a local place when the configuration information of the new tab is received from the server.
Optionally, the system further includes a server, where the server is configured to, after receiving the policy obtaining request sent by the client, call a service-side interface corresponding to each tab, obtain a display policy of each tab for a user sending the request, integrate the display policies of each tab into a tab display policy, and send the tab display policy to the client.
An embodiment of the present invention further provides an option card configuration device, including:
a processor;
a memory in which there are executable instructions of the processor;
wherein the processor is configured to perform the steps of the tab configuration method via execution of the executable instructions.
An embodiment of the present invention further provides a computer-readable storage medium for storing a program, where the program is executed to implement the steps of the tab configuration method.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
The tab configuration method, the tab configuration system, the tab configuration device and the storage medium have the following advantages:
the method and the device solve the technical problems in the prior art, do not need to embed the tab enumeration value in the client side, dynamically load the designated tab, display and jump according to the characteristics of the plug-in framework, facilitate the business side to adjust the page tab at any time, reduce the workload of integrating a new tab to the page by developers and reduce the cost of accessing the tab to the page.
Drawings
Other features, objects and advantages of the present invention will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, with reference to the accompanying drawings.
FIG. 1 is a flow chart of a tab configuration method according to an embodiment of the invention;
FIG. 2 is a flow diagram of tab loading according to one embodiment of the invention;
FIG. 3 is a timing diagram illustrating a method for configuring tabs according to an embodiment of the invention;
FIG. 4 is a block diagram of a tab configuration system according to an embodiment of the invention;
FIG. 5 is a schematic diagram of a tab configuration device according to an embodiment of the invention;
fig. 6 is a schematic diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
In order to solve the technical problem in the prior art, embodiments of the present invention provide a tab configuration method and system, where a tab is loaded and display logic is directly obtained from a server according to characteristics of a plug-in framework, and a tab enumeration value does not need to be pre-embedded at a client, so that development is faster and more convenient.
As shown in fig. 1, in an embodiment of the present invention, the tab configuration method includes the following steps:
s100: the client side obtains tab configuration information;
s200: the client loads a tab plug-in according to the tab configuration information;
s300: the client requests to acquire a tab display strategy from the server;
s400: and the client displays the corresponding tab in the client page according to the tab display strategy. Here, the client page may be a client top page or another page that is not a top page. Therefore, the tab configuration method loads the tab plug-in through steps S100 and S200, then directly obtains the tab display policy from the server through step S300, and finally displays the loaded tab on the client page according to the tab display policy in step S400. The method has the advantages that the enumeration value of the tab is not required to be pre-embedded at the client, the designated tab is dynamically loaded, displayed and jumped according to the characteristics of the plug-in framework, the business side can conveniently adjust the page tab at any time, the workload of integrating a new tab to a page by developers is reduced, and the cost of accessing the tab to the page is reduced.
In this embodiment, in step S100, the client obtains the tab configuration information, including that the client reads the locally cached tab configuration information. The tab configuration information includes an addressing path of the tab, specifically, the addressing path includes a host or tab plug-in name and a calling method name provided outside the tab pair. After a user clicks one tab in the client, the user can jump to the corresponding tab page according to the addressing path and the calling method name, and the corresponding tab page is displayed.
In step S100, when the client page is a home page, the client acquires the tab configuration information and loads a tab plug-in when starting, and when the client page is a non-home page, the client reads the tab configuration information and loads a tab plug-in when starting, or when jumping to the client page, the client reads the tab configuration information and loads a tab plug-in.
In this embodiment, the tab configuration method further includes the steps of:
when the server side obtains the newly developed tab, the server side issues new tab configuration information to the client side, and the client side caches the new tab configuration information in the local, so that a new tab plug-in can be automatically loaded when the client side is started next time. The server side can issue the tab configuration information each time the client side is started, or the client side operates for a certain time in the background, and the time for issuing the tab configuration information by the specific server side can be set according to needs.
As shown in fig. 2, in this embodiment, the step S100: the method for acquiring the tab configuration information by the client comprises the following steps:
s110: the client judges whether cached tab configuration information exists locally;
if so, continue to step S120: the client reads the local cached tab configuration information, and then continues to step S140;
if not, continue to step S130: the client reads locally stored default configuration information as tab configuration information, and then continues to step S200;
s140: the client side judges whether the tab configuration information is read successfully;
if successful, step S200 is continued, and if failed, step S130 is continued, i.e. the locally stored default configuration information is read as the tab configuration information.
The step S200: the client loads the tab plug-in according to the tab configuration information, and the method comprises the following steps:
s210: the client loads a tab plug-in according to the tab configuration information;
s220: the client side judges whether the tab plug-in is loaded successfully or not;
if so, continuing to step S300, otherwise continuing to step S210 until the loading of the option card plug-in unit is completed.
In this embodiment, the presentation policy of each tab includes whether each tab is presented or not and the presentation order of each tab. The display policy of each tab may be specifically set by the service end corresponding to the tab, and the service end may be set according to a service requirement, a grayscale policy requirement, and the like.
As shown in fig. 3, in this embodiment, the step S300: the method for requesting the tab display strategy from the server by the client comprises the following steps:
s310: the client sends a strategy acquisition request to the server;
s320: the server calls the service end interface corresponding to each option card to acquire the display strategy of each option card for the user sending the request;
therefore, the specific tab display strategy is set by each corresponding service end, and the service end can freely select and set whether to display some users, the display sequence and the gray strategy of some users and the like. For the client, the server side acquires the display strategies of the tabs in a unified manner, and the client side does not need to acquire the strategies from the service side one by one;
s330: and the server integrates the display strategies of all the tabs into a tab display strategy and sends the tab display strategy to the client. After receiving the display strategy of each tab returned by the service end, the service end determines whether each tab is displayed or not, the displayed tabs are sequenced, the integrated display strategy is sent to the client, and the client can directly determine the tabs to be displayed and the display sequence after receiving the tab display strategy.
Therefore, the embodiment unifies the request, the receiving, the integration and the returning of the tab display strategy at the server, and for the client, only the tab display strategy needs to be requested and acquired from the server, so that the use is more convenient and the response speed is higher. Moreover, for developers, the display strategy of each tab can be adjusted at any time at the service end without embedding tab enumeration values locally at the client, so that the development efficiency is improved, and the development cost is reduced.
As shown in fig. 4, an embodiment of the present invention further provides a tab configuration system, which is applied to the tab configuration method, where the system includes a client, and the client M100 includes:
a configuration obtaining module M110, configured to obtain tab configuration information; when the client page is a home page, the client acquires the tab configuration information and loads the tab plug-in unit through the configuration acquisition module M110 when starting, and when the client page is a non-home page, the client may read the tab configuration information and load the tab plug-in unit through the configuration acquisition module M110 when starting, or when jumping to the client page, the configuration acquisition module M110 reads the tab configuration information and loads the tab plug-in unit.
The tab loading module M120 is configured to load a tab plug-in according to the tab configuration information; the tab configuration information may include an addressing path of the tab, specifically, the addressing path includes a host or tab plug-in name and a calling method name provided outside the tab pair;
a policy obtaining module M130, configured to request to obtain a tab display policy from the server M200; in this embodiment, the presentation policy of each tab may include whether each tab is presented or not and the presentation order of each tab;
the tab display module M140 is configured to display a corresponding tab in the client page according to the tab display policy, that is, display the corresponding tab in the client page according to whether each tab is displayed and the order of the displayed tabs.
Therefore, the tab configuration system of the present invention loads the tab plug-in through the configuration obtaining module M110 and the tab loading module M120, then directly obtains the tab display policy from the server through step S300, and finally displays the loaded tab on the client page according to the tab display policy in step S400. The method has the advantages that the enumeration value of the tab is not required to be pre-embedded at the client, the designated tab is dynamically loaded, displayed and jumped according to the characteristics of the plug-in framework, the business side can conveniently adjust the page tab at any time, the workload of integrating a new tab to a page by developers is reduced, and the cost of accessing the tab to the page is reduced.
In this embodiment, the functions of the various modules in the tab configuration system may be implemented by the specific implementation manners of the various steps in the tab configuration method, for example, the function of the configuration obtaining module M110 may be implemented by the specific implementation manner of step S100 (for example, by the flows of steps S110 to S140), the function of the tab loading module M120 may be implemented by the specific implementation manner of step S200 (for example, by the flows of steps S210 and S220), the function of the policy obtaining module M130 may be implemented by the specific implementation manner of step S300 (for example, by the flows of steps S310 to S330), and the function of the tab displaying module M140 may be implemented by the specific implementation manner of step S400.
In this embodiment, the tab configuration system further includes a server M200, where the server M200 is configured to, after receiving a policy obtaining request sent by the client M100, invoke a service end M300 interface corresponding to each tab, obtain a display policy of each tab for a user sending the request, and after receiving a display policy of each tab returned by the service end, determine whether each tab is displayed, sort the displayed tabs, then send the integrated display policy to the client M100, and after the client M100 receives the tab display policy, the tab display module M140 may directly determine the tabs to be displayed and the display order.
Therefore, the embodiment unifies the request, the receiving, the integration and the returning of the tab display strategy at the server, and for the client, only the tab display strategy needs to be requested and acquired from the server, so that the use is more convenient and the response speed is higher. Moreover, for developers, the display strategy of each tab can be adjusted at any time at the service end without embedding tab enumeration values locally at the client, so that the development efficiency is improved, and the development cost is reduced.
In this embodiment, the client further includes a configuration caching module M150, configured to, when receiving the configuration information of a new tab from the server M200, cache the configuration information of the new tab locally, so that a new tab plug-in may be automatically loaded when the client M100 is started next time. The issuing of the tab configuration information by the server M200 may be performed each time the client M100 is started, or performed after the client M100 runs in the background for a certain time, and the time for the server M200 to issue the tab configuration information may be set as required.
The embodiment of the invention also provides the tab configuration equipment, which comprises a processor; a memory in which there are executable instructions of the processor; wherein the processor is configured to perform the steps of the tab configuration method via execution of the executable instructions.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 600 according to this embodiment of the invention is described below with reference to fig. 5. The electronic device 600 shown in fig. 5 is only an example and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 5, the electronic device 600 is embodied in the form of a general purpose computing device. The combination of the electronic device 600 may include, but is not limited to: at least one processing unit 610, at least one memory unit 620, a bus 630 connecting different system combinations (including the memory unit 620 and the processing unit 610), a display unit 640, and the like.
Wherein the storage unit has program code, which can be executed by the processing unit 610, so that the processing unit 610 performs the steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of the present specification. For example, the processing unit 610 may perform the steps as shown in fig. 1.
The storage unit 620 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)6201 and/or a cache memory unit 6202, and may further include a read-only memory unit (ROM) 6203.
The memory unit 620 may also include a program/utility 6204 having a set (at least one) of program modules 6205, such program modules 6205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 700 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 660. The network adapter 660 may communicate with other modules of the electronic device 600 via the bus 630. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
An embodiment of the present invention further provides a computer-readable storage medium for storing a program, where the program is executed to implement the steps of the tab configuration method. In some possible embodiments, aspects of the present invention may also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of this specification, when the program product is run on the terminal device.
Referring to fig. 6, a program product 800 for implementing the above method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited in this regard and, in this document, a 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.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, compared with the prior art, the tab configuration method, system, device and storage medium provided by the present invention have the following advantages:
the method and the device solve the technical problems in the prior art, do not need to embed the tab enumeration value in the client side, dynamically load the designated tab, display and jump according to the characteristics of the plug-in framework, facilitate the business side to adjust the page tab at any time, reduce the workload of integrating a new tab to the page by developers and reduce the cost of accessing the tab to the page.
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (9)

1. A method for configuring a tab, comprising the steps of:
the method comprises the steps that a client side obtains tab configuration information, wherein the tab configuration information comprises an addressing path of a tab;
the client loads a tab plug-in according to the tab configuration information;
the client requests to acquire a tab display strategy from the server, wherein the display strategy of each tab comprises whether each tab is displayed or not and the display sequence of each tab;
the client displays the corresponding tabs in a client page according to the tab display strategy;
the method for the client to request to acquire the tab display strategy from the server comprises the following steps:
the client sends a strategy acquisition request to the server;
the server calls the service end interface corresponding to each option card to acquire the display strategy of each option card for the user sending the request;
and the server integrates the display strategies of all the tabs into a tab display strategy and sends the tab display strategy to the client.
2. The tab configuration method according to claim 1, wherein the client obtaining tab configuration information comprises the client reading locally cached tab configuration information.
3. The tab configuration method according to claim 1, further comprising the steps of:
and the server sends new tab configuration information to the client, and the client caches the new tab configuration information locally.
4. The tab configuration method according to claim 1, wherein the client obtains tab configuration information, and comprises the following steps:
the client judges whether cached tab configuration information exists locally;
if yes, the client reads the local cached tab configuration information;
otherwise, the client reads the locally stored default configuration information as the tab configuration information.
5. A tab configuration system applied to the tab configuration method of any one of claims 1 to 4, the system comprising a client, the client comprising:
the configuration acquisition module is used for acquiring tab configuration information;
the tab loading module is used for loading tab plug-ins according to the tab configuration information;
the strategy acquisition module is used for requesting to acquire the tab display strategy from the server;
and the tab display module is used for displaying the corresponding tab in the client page according to the tab display strategy.
6. The tab configuration system of claim 5, wherein the client further comprises a configuration caching module, configured to cache the configuration information of the new tab locally when the configuration information of the new tab is received from the server.
7. The tab configuration system according to claim 5, further comprising a server, wherein the server is configured to, after receiving the policy obtaining request sent by the client, invoke a service-side interface corresponding to each tab, obtain a display policy of each tab for a user sending the request, integrate the display policies of each tab into a tab display policy, and send the tab display policy to the client.
8. A tab configuration device, comprising:
a processor;
a memory in which there are executable instructions of the processor;
wherein the processor is configured to perform the steps of the tab configuration method of any of claims 1 to 5 via execution of the executable instructions.
9. A computer-readable storage medium storing a program, wherein the program is executed to implement the steps of the tab configuration method according to any one of claims 1 to 5.
CN202010022271.2A 2020-01-09 2020-01-09 Tab configuration method, system, device and storage medium Active CN111258477B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010022271.2A CN111258477B (en) 2020-01-09 2020-01-09 Tab configuration method, system, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010022271.2A CN111258477B (en) 2020-01-09 2020-01-09 Tab configuration method, system, device and storage medium

Publications (2)

Publication Number Publication Date
CN111258477A CN111258477A (en) 2020-06-09
CN111258477B true CN111258477B (en) 2021-04-30

Family

ID=70948602

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010022271.2A Active CN111258477B (en) 2020-01-09 2020-01-09 Tab configuration method, system, device and storage medium

Country Status (1)

Country Link
CN (1) CN111258477B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905424A (en) * 2021-03-29 2021-06-04 苏州科达科技股份有限公司 Monitoring software customization generation method, system, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101561748A (en) * 2009-05-21 2009-10-21 阿里巴巴集团控股有限公司 Display method and Display device of the tag detail in IM software
CN108469970A (en) * 2017-02-17 2018-08-31 阿里巴巴集团控股有限公司 page tab information processing method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8260770B2 (en) * 2007-09-21 2012-09-04 Universities Space Research Association Systems and methods for an extensible business application framework
US9804736B2 (en) * 2012-09-18 2017-10-31 Marvell World Trade Ltd. Modifiable contextual help content provided in-line within an application
CN103092917B (en) * 2012-12-20 2016-03-30 山东舜德数据管理软件工程有限公司 A kind of customized label realizes the querying method of browser page business dictionary

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101561748A (en) * 2009-05-21 2009-10-21 阿里巴巴集团控股有限公司 Display method and Display device of the tag detail in IM software
CN108469970A (en) * 2017-02-17 2018-08-31 阿里巴巴集团控股有限公司 page tab information processing method and device

Also Published As

Publication number Publication date
CN111258477A (en) 2020-06-09

Similar Documents

Publication Publication Date Title
US11868785B2 (en) Application program page processing method and device
JP5936157B2 (en) Systems, methods, and computer programs for hidden automated data mirroring for native interfaces in distributed virtual machines (hidden automated data mirroring for native interfaces in distributed virtual machines )
US10963267B2 (en) Bootstrapping profile-guided compilation and verification
CN110825479A (en) Page processing method and device, terminal equipment, server and storage medium
US20140208326A1 (en) File presenting method and apparatus for a smart terminal
CN109634609B (en) Dynamic popup display method, system, equipment and storage medium
CN111324474B (en) Celery task management method, system, equipment and storage medium
US8191041B2 (en) Javascript pre-processing framework
KR20060063642A (en) Enabling inter-subsystem resource sharing
US20140280693A1 (en) Font delivery service
CN111258477B (en) Tab configuration method, system, device and storage medium
US9185513B1 (en) Method and system for compilation with profiling feedback from client
CN111506904B (en) Method and device for online bug repair
CN111158777B (en) Component calling method, device and computer readable storage medium
CN116561013A (en) Testing method and device based on target service framework, electronic equipment and medium
CN111078367A (en) Request processing method and device, electronic equipment and storage medium
CN111124627A (en) Method, device, terminal and storage medium for determining application program caller
CN114490266A (en) Data acquisition method, device, equipment and storage medium
CN112988192A (en) Version updating method and device, electronic equipment and storage medium
CN110647331A (en) Development tool acquisition method and device, storage medium and electronic equipment
CN111046430B (en) Data processing method and device, storage medium and electronic equipment
CN111885152B (en) Promotion information processing method, electronic device and computer-readable storage medium
CN112637280B (en) Data transmission method, device, electronic equipment and storage medium
US11423148B2 (en) Preventing discovery of unique identifiers in firmware
CN113709710B (en) Interface management method and device

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
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20200609

Assignee: Nanjing Manyun Cold Chain Technology Co.,Ltd.

Assignor: JIANGSU MANYUN SOFTWARE TECHNOLOGY Co.,Ltd.

Contract record no.: X2023980038397

Denomination of invention: Tab configuration methods, systems, devices, and storage media

Granted publication date: 20210430

License type: Common License

Record date: 20230724

EE01 Entry into force of recordation of patent licensing contract