CN112131509A - Multi-entry page multiplexing method and device, computer equipment and readable storage medium - Google Patents

Multi-entry page multiplexing method and device, computer equipment and readable storage medium Download PDF

Info

Publication number
CN112131509A
CN112131509A CN202011048217.1A CN202011048217A CN112131509A CN 112131509 A CN112131509 A CN 112131509A CN 202011048217 A CN202011048217 A CN 202011048217A CN 112131509 A CN112131509 A CN 112131509A
Authority
CN
China
Prior art keywords
platform
page
online
online financial
multiplexing
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.)
Granted
Application number
CN202011048217.1A
Other languages
Chinese (zh)
Other versions
CN112131509B (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202011048217.1A priority Critical patent/CN112131509B/en
Publication of CN112131509A publication Critical patent/CN112131509A/en
Application granted granted Critical
Publication of CN112131509B publication Critical patent/CN112131509B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The embodiment of the invention provides a multi-entry page multiplexing method, a multi-entry page multiplexing device, computer equipment and a readable storage medium, wherein the method comprises the following steps: in the process of logging in the online financial platform, receiving an operator authority code returned by the online banking platform, and filtering to obtain the operator authority code of the online financial platform; storing the operator authority code and login entry information of the online financial platform into a shared memory; after logging in the online financial platform, judging whether the online financial platform logs in or not according to login entry information stored in the shared memory, if so, linking to a route of a preset multiplexing page of the online bank platform, and skipping to the preset multiplexing page; and rendering the menu on the preset multiplexing page according to a preset menu structure of the online financial platform and an operator authority code of the online financial platform stored in the shared memory. The scheme realizes the multiplexing of the pages, and is beneficial to reducing the development workload, reducing the consumption of hardware equipment deployment and reducing the maintenance workload.

Description

Multi-entry page multiplexing method and device, computer equipment and readable storage medium
Technical Field
The present invention relates to the field of technologies, and in particular, to a method and an apparatus for multiplexing multiple entry pages, a computer device, and a readable storage medium.
Background
The supply chain financial service platform (namely the on-line financial platform specially providing supply chain services) and the supply chain module in the transaction bank (namely the on-line banking platform providing various enterprise services) have a large number of page styles and functions consistent, the repeated development workload is large, the consumption of hardware deployment equipment is large, and the workload of related function maintenance tasks in the later period is large.
The existing operation method is to copy the reusable component in a project of newly building a set of supply chain financial service platform, but still needs to perform deployment and later-stage related function maintenance on the supply chain financial service platform, and also has the defects of high consumption of hardware deployment equipment and high workload of later-stage related function maintenance tasks.
Disclosure of Invention
The embodiment of the invention provides a multi-entry page multiplexing method, which aims to solve the technical problems of high consumption of hardware deployment equipment and high workload of related function maintenance tasks in the later period in the prior art. The method comprises the following steps:
in the process of logging in an online financial platform, receiving an operator authority code returned by the online banking platform, wherein the online banking platform provides enterprise service for a plurality of online financial platforms;
filtering the received operator authority codes to obtain the operator authority codes of the online financial platform;
storing the operator authority code of the online financial platform and the login entry information of the online financial platform into a shared memory;
after logging in the online financial platform, judging whether the online financial platform logs in or not according to login entry information stored in the shared memory, if so, linking to a route of a preset multiplexing page of the online banking platform, and jumping to the preset multiplexing page;
and rendering a menu on the preset multiplexing page according to a preset menu structure of the online financial platform and the operator authority code of the online financial platform stored in the shared memory.
The embodiment of the invention also provides a multi-entry page multiplexing device, which is used for solving the technical problems of high consumption of hardware deployment equipment and high workload of related function maintenance tasks in the later period in the prior art. The device includes:
the system comprises an authority code receiving module, a network management module and a management module, wherein the authority code receiving module is used for receiving an operator authority code returned by an online banking platform in the process of logging in the online banking platform, and the online banking platform provides enterprise service for a plurality of online banking platforms;
the filtering module is used for filtering the received operator authority codes to obtain the operator authority codes of the online financial platform;
the information storage module is used for storing the operator authority code of the online financial platform and the login entry information of the online financial platform into the shared memory;
the page multiplexing module is used for judging whether the online financial platform is logged in or not according to login entry information stored in the shared memory after logging in the online financial platform, if so, the page multiplexing module is linked to a route of a preset multiplexing page of the online banking platform and jumps to the preset multiplexing page;
and the rendering module is used for rendering the menu on the preset multiplexing page according to a preset menu structure of the online financial platform and the operator authority code of the online financial platform stored in the shared memory.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the random multi-entry page multiplexing method when executing the computer program so as to solve the technical problems of high consumption of hardware equipment deployment and high workload of related function maintenance tasks in the later period in the prior art.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing any multi-entry page multiplexing method is stored in the computer-readable storage medium, so as to solve the technical problems in the prior art that hardware deployment equipment is high in consumption and a workload of a later-stage related function maintenance task is high.
In the embodiment of the invention, the method comprises the steps of receiving the operator authority code returned by the online banking platform in the process of logging in the online financial platform, filtering the received operator authority code to obtain the operator authority code of the online financial platform, further storing the operator authority code of the online financial platform and login entry information of the online financial platform into a shared memory, judging whether the online financial platform logs in or not according to the login entry information stored in the shared memory after logging in the online financial platform, if so, linking to a route of a preset multiplexing page of the online banking platform, realizing that the online financial platform jumps to the preset multiplexing page of the online banking platform, achieving the purpose of multiplexing the preset multiplexing page of the online banking platform on the online financial platform, and compared with the prior art, avoiding repeated development of the preset multiplexing page for the online financial platform and the online banking platform, development is carried out once, which is beneficial to reducing the development workload; the preset multiplexing page can be deployed on one side of the online banking platform, so that the repeated deployment of the preset multiplexing page on two sides or multiple sides is avoided, and the consumption of hardware equipment deployment is reduced; in addition, the preset multiplexing page is deployed on the online banking platform side, and the related functions on the online banking platform side can be maintained in the later period, so that the workload of maintenance tasks is reduced.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention. In the drawings:
fig. 1 is a flowchart of a multi-entry page multiplexing method according to an embodiment of the present invention;
fig. 2 is a flowchart for implementing the multi-entry page multiplexing method according to an embodiment of the present invention;
FIG. 3 is a block diagram of a computer device according to an embodiment of the present invention;
fig. 4 is a block diagram of a multi-entry page multiplexing apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the following embodiments and accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In an embodiment of the present invention, a method for multiplexing multiple entry pages is provided, as shown in fig. 1, the method includes:
step 102: in the process of logging in an online financial platform, receiving an operator authority code returned by the online banking platform, wherein the online banking platform provides enterprise service for a plurality of online financial platforms;
step 104: filtering the received operator authority codes to obtain the operator authority codes of the online financial platform;
step 106: storing the operator authority code of the online financial platform and the login entry information of the online financial platform into a shared memory;
step 108: after logging in the online financial platform, judging whether the online financial platform logs in or not according to login entry information stored in the shared memory, if so, linking to a route of a preset multiplexing page of the online banking platform, and jumping to the preset multiplexing page;
step 110: and rendering a menu on the preset multiplexing page according to a preset menu structure of the online financial platform and the operator authority code of the online financial platform stored in the shared memory.
It can be known from the flow shown in fig. 1 that, in the embodiment of the present invention, it is proposed that in the process of logging in the online financial platform, the operator authority code returned by the online banking platform is received, and the operator authority code of the online financial platform is obtained by filtering from the received operator authority code, and then the operator authority code of the online financial platform and the login entry information of the online financial platform are stored in the shared memory, after logging in the online financial platform, it can be determined whether the online financial platform is logged in according to the login entry information stored in the shared memory, if yes, the route of the preset multiplexing page linked to the online banking platform is linked, so as to realize that the online financial platform jumps to the preset multiplexing page of the online banking platform, thereby achieving the purpose of multiplexing the preset multiplexing page of the online banking platform on the online financial platform, compared with the prior art, the preset multiplexing page can be avoided from being repeatedly developed for the online financial platform and the online banking platform, development is carried out once, which is beneficial to reducing the development workload; the preset multiplexing page can be deployed on one side of the online banking platform, so that the repeated deployment of the preset multiplexing page on two sides or multiple sides is avoided, and the consumption of hardware equipment deployment is reduced; in addition, the preset multiplexing page is deployed on the online banking platform side, and the related functions on the online banking platform side can be maintained in the later period, so that the workload of maintenance tasks is reduced.
In specific implementation, the online banking platform provides enterprise service for the plurality of online financial platforms, and after the operator permission codes returned by the online banking platform can be received in the login process of each online financial platform, the operator permission codes of the logged online financial platforms and login entry information of the online financial platforms are stored in the shared memory, and particularly, the plurality of online financial platforms can access the shared memory to store the operator permission codes and the login entry information.
In particular implementation, the shared memory may be Vuex. Vue, the transmission of values among multiple nested components is very complicated, and the transmission of values among sibling components is rather ineffective. Vuex is a state management mode specially developed for Vue application programs, all component states of the application are managed by centralized storage, and the states are guaranteed to change in a predictable mode by corresponding rules, so that Vuex can realize multi-component shared states, and multiple pages can conveniently acquire information stored in Vuex.
In a specific implementation, the login entry information may be any information that can distinguish a login entry, for example, may be a login entry identifier.
In specific implementation, after logging in the online financial platform, whether the online financial platform logs in can be judged according to the login entry information stored in the shared memory, if so, the route of the preset multiplexing page linked to the online bank platform is jumped to the preset multiplexing page, and the online financial platform multiplexes the preset multiplexing page of the online bank platform; if not, directly skipping the corresponding page of the online banking platform according to the prior art.
In specific implementation, after jumping to the preset multiplexing page, in order to implement application of the preset multiplexing page, in this embodiment, a menu structure of the online financial platform is configured in advance, and then a menu is rendered on the preset multiplexing page according to the menu structure of the online financial platform configured in advance and an operator permission code of the online financial platform stored in the shared memory.
In specific implementation, an operator of the online banking platform has limitations on each transaction, and only an operator with related authority can see a corresponding function page and execute corresponding operation.
In specific implementation, the preset multiplexing page can be a reusable page on an online banking platform and a page on an online financial platform, which have the same style, function and the like. Specifically, after the online financial platform is logged in advance through the routing, the skipped home page is the preset multiplexing page of the online banking platform, and the online financial platform is logged in and skipped to the preset multiplexing page or pages of the online banking platform for page multiplexing, so that multiplexing of the pages and functions of the preset multiplexing page is realized.
In this embodiment, after jumping to the preset multiplexing page, it is determined whether the login is an online financial platform login according to login entry information stored in the shared memory, if so, a difference between the online banking platform and the online financial platform exists in the preset multiplexing page (for example, a difference exists between certain details and details in the preset multiplexing page when the online banking platform and the online financial platform are used), and the initialization is performed according to a page requirement of the online financial platform.
Specifically, after the user jumps to the preset multiplexing page, initialization processing is performed on the preset multiplexing page where the difference exists between the online banking platform and the online financial platform, for example, initialization processing is performed on the places where the difference exists, such as the surface scraps, and the like, so that the processed page is more suitable and meets the page requirements of the online financial platform.
The following describes a process for implementing the multi-entry page multiplexing method by taking a supply chain financial service platform multiplexing pages of an online banking platform as an example, as shown in fig. 2, the process includes the following steps:
s1: when the supply chain financial service platform logs in, storing a login entry identifier of the supply chain financial service platform and an operator authority code of the supply chain financial service platform obtained after filtering into Vuex;
s2: after the supply chain financial service platform logs in, whether the supply chain financial service platform logs in is judged through a login entry identifier stored by Vuex, if yes, a route of a preset multiplexing page linked to the online bank platform is jumped to the preset multiplexing page;
s3: rendering a menu on a preset multiplexing page according to a preset menu structure of a supply chain financial service platform and an operator authority code of the supply chain financial service platform stored in Vuex;
s4: and when the multiplexed page is jumped to, judging whether the financial service platform is logged in for the supply chain according to the login entry identification stored in the Vuex, if so, performing corresponding initialization according to the page requirement of the online financial platform at the position where the difference exists between the online banking platform and the supply chain financial service platform in the preset multiplexed page.
In this embodiment, a computer device is provided, as shown in fig. 3, and includes a memory 302, a processor 304, and a computer program stored on the memory and executable on the processor, and the processor implements any of the multi-entry page multiplexing methods described above when executing the computer program.
In particular, the computer device may be a computer terminal, a server or a similar computing device.
In the present embodiment, there is provided a computer-readable storage medium storing a computer program for executing the multi-entry page multiplexing method as described above.
In particular, computer-readable storage media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer-readable storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable storage medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
Based on the same inventive concept, the embodiment of the present invention further provides a multi-entry page multiplexing apparatus, as described in the following embodiments. Because the principle of the multi-entry page multiplexing device for solving the problem is similar to that of the multi-entry page multiplexing method, the implementation of the multi-entry page multiplexing device can refer to the implementation of the multi-entry page multiplexing method, and repeated parts are not described again. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 4 is a block diagram of a multi-entry page multiplexing apparatus according to an embodiment of the present invention, and as shown in fig. 4, the apparatus includes:
an authority code receiving module 402, configured to receive an operator authority code returned by an online banking platform in a process of logging in an online financial platform, where the online banking platform provides enterprise services for a plurality of online financial platforms;
the filtering module 404 is configured to filter the received operator permission code to obtain an operator permission code of the online financial platform;
the information storage module 406 is used for storing the operator authority code of the online financial platform and the login entry information of the online financial platform into a shared memory;
the page multiplexing module 408 is configured to determine whether the online financial platform is logged in according to login entry information stored in the shared memory after logging in the online financial platform, and if so, link to a route of a preset multiplexing page of the online banking platform, and jump to the preset multiplexing page;
and a rendering module 410, configured to render a menu for the preset multiplexing page according to a pre-configured menu structure of the online financial platform and the operator permission code of the online financial platform stored in the shared memory.
In one embodiment, further comprising:
and the page processing module is used for judging whether the online financial platform logs in or not according to the login entry information stored in the shared memory, and if so, initializing the preset multiplexing page according to the page requirement of the online financial platform at the position where the difference exists between the online banking platform and the online financial platform.
In one embodiment, the online financial platform is a supply chain financial services platform.
In one embodiment, the shared memory is Vuex.
The embodiment of the invention realizes the following technical effects: the method comprises the steps of receiving an operator authority code returned by an online banking platform in the process of logging in the online financial platform, filtering the received operator authority code to obtain an operator authority code of the online financial platform, storing the operator authority code of the online financial platform and login entry information of the online financial platform into a shared memory, judging whether the online financial platform logs in or not according to the login entry information stored in the shared memory after logging in the online financial platform, if so, linking to a route of a preset multiplexing page of the online banking platform, realizing that the online financial platform jumps to the preset multiplexing page of the online banking platform, achieving the purpose of multiplexing the preset multiplexing page of the online banking platform on the online financial platform, and compared with the prior art, avoiding repeated development of the preset multiplexing page for the online financial platform and the online banking platform, development is carried out once, which is beneficial to reducing the development workload; the preset multiplexing page can be deployed on one side of the online banking platform, so that the repeated deployment of the preset multiplexing page on two sides or multiple sides is avoided, and the consumption of hardware equipment deployment is reduced; in addition, the preset multiplexing page is deployed on the online banking platform side, and the related functions on the online banking platform side can be maintained in the later period, so that the workload of maintenance tasks is reduced.
It will be apparent to those skilled in the art that the modules or steps of the embodiments of the invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, embodiments of the invention are not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes may be made to the embodiment of the present invention by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A multi-entry page multiplexing method is characterized by comprising the following steps:
in the process of logging in an online financial platform, receiving an operator authority code returned by the online banking platform, wherein the online banking platform provides enterprise service for a plurality of online financial platforms;
filtering the received operator authority codes to obtain the operator authority codes of the online financial platform;
storing the operator authority code of the online financial platform and the login entry information of the online financial platform into a shared memory;
after logging in the online financial platform, judging whether the online financial platform logs in or not according to login entry information stored in the shared memory, if so, linking to a route of a preset multiplexing page of the online banking platform, and jumping to the preset multiplexing page;
and rendering a menu on the preset multiplexing page according to a preset menu structure of the online financial platform and the operator authority code of the online financial platform stored in the shared memory.
2. The multi-entry page reuse method according to claim 1, further comprising:
and judging whether the online financial platform is logged in or not according to the login entry information stored in the shared memory, if so, initializing the preset multiplexing page according to the page requirement of the online financial platform at the position where the online banking platform and the online financial platform are different.
3. The method for reusing multiple entry pages as recited in claim 1, wherein said online financial platform is a supply chain financial services platform.
4. The multi-entry page multiplexing method according to any one of claims 1 to 3, wherein the shared memory is Vuex.
5. A multi-entry page multiplexing device, comprising:
the system comprises an authority code receiving module, a network management module and a management module, wherein the authority code receiving module is used for receiving an operator authority code returned by an online banking platform in the process of logging in the online banking platform, and the online banking platform provides enterprise service for a plurality of online banking platforms;
the filtering module is used for filtering the received operator authority codes to obtain the operator authority codes of the online financial platform;
the information storage module is used for storing the operator authority code of the online financial platform and the login entry information of the online financial platform into the shared memory;
the page multiplexing module is used for judging whether the online financial platform is logged in or not according to login entry information stored in the shared memory after logging in the online financial platform, if so, the page multiplexing module is linked to a route of a preset multiplexing page of the online banking platform and jumps to the preset multiplexing page;
and the rendering module is used for rendering the menu on the preset multiplexing page according to a preset menu structure of the online financial platform and the operator authority code of the online financial platform stored in the shared memory.
6. The multi-entry page multiplexing device of claim 5, further comprising:
and the page processing module is used for judging whether the online financial platform logs in or not according to the login entry information stored in the shared memory, and if so, initializing the preset multiplexing page according to the page requirement of the online financial platform at the position where the difference exists between the online banking platform and the online financial platform.
7. The multi-portal page reuse apparatus according to claim 5, wherein said online financial platform is a supply chain financial services platform.
8. The multi-entry page multiplexing device of any one of claims 5 to 7, wherein the shared memory is Vuex.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the multi-entry page multiplexing method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium storing a computer program for executing the multi-entry page multiplexing method according to any one of claims 1 to 4.
CN202011048217.1A 2020-09-29 2020-09-29 Multi-entry page multiplexing method, device, computer equipment and readable storage medium Active CN112131509B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011048217.1A CN112131509B (en) 2020-09-29 2020-09-29 Multi-entry page multiplexing method, device, computer equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011048217.1A CN112131509B (en) 2020-09-29 2020-09-29 Multi-entry page multiplexing method, device, computer equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112131509A true CN112131509A (en) 2020-12-25
CN112131509B CN112131509B (en) 2023-09-19

Family

ID=73844626

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011048217.1A Active CN112131509B (en) 2020-09-29 2020-09-29 Multi-entry page multiplexing method, device, computer equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112131509B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180047215A (en) * 2016-10-31 2018-05-10 주식회사 우리은행 Finance service providing method using simple login and server performing the same
CN108243183A (en) * 2017-12-20 2018-07-03 北京车和家信息技术有限公司 Integrated control method, system and the computer equipment of gate system
CN110780868A (en) * 2019-10-10 2020-02-11 北大方正集团有限公司 Website development method, device, equipment and storage medium based on componentized template
CN111523070A (en) * 2020-06-23 2020-08-11 天元大数据信用管理有限公司 Method for realizing front-end page of financial service platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180047215A (en) * 2016-10-31 2018-05-10 주식회사 우리은행 Finance service providing method using simple login and server performing the same
CN108243183A (en) * 2017-12-20 2018-07-03 北京车和家信息技术有限公司 Integrated control method, system and the computer equipment of gate system
CN110780868A (en) * 2019-10-10 2020-02-11 北大方正集团有限公司 Website development method, device, equipment and storage medium based on componentized template
CN111523070A (en) * 2020-06-23 2020-08-11 天元大数据信用管理有限公司 Method for realizing front-end page of financial service platform

Also Published As

Publication number Publication date
CN112131509B (en) 2023-09-19

Similar Documents

Publication Publication Date Title
US20200159622A1 (en) Rule based failure addressing
CN113938321B (en) Extensible operation and maintenance management system, method, electronic equipment and readable storage medium
CN110245031B (en) AI service opening middle platform and method
CN111897623B (en) Cluster management method, device, equipment and storage medium
US20170161092A1 (en) Iterative anti-collocation of network resources using prioritized graph coloring
CN113778445A (en) Cross-platform component generation method and device, electronic equipment and storage medium
CN109614159B (en) Method and device for distributing and importing planning tasks
CN106878365B (en) data synchronization method and device
US20210352332A1 (en) Semi-decoupled partitioning for video coding
CN110825391B (en) Service management method, device, electronic equipment and storage medium
CN112131509B (en) Multi-entry page multiplexing method, device, computer equipment and readable storage medium
CN111639998A (en) Method, device and medium for guaranteeing user deposit rights and interests based on block chain
CN109828916B (en) Method and system for solving memory leakage
CN114491662B (en) Block chain-based data asset auditing method, system and equipment
CN106357704A (en) Method and device for invoking service on basis of development environments
CN111435495A (en) Service processing method, device and equipment
CN116263818A (en) Authorization of service requests in a multi-cluster system
US11265536B2 (en) Method to extend the range of rice parameter for residual coding in transform skip mode
CN109429100A (en) A kind of storage method of page path, apparatus and system
CN106909832A (en) The installation method and device of a kind of application program
CN112596882A (en) Method, device and system for scheduling delayed tasks
CN106844056B (en) Hadoop big data platform multi-tenant job management method and system
CN112748947A (en) System configuration method and device, storage medium and electronic equipment
CN112118294B (en) Request processing method, device and medium based on server cluster
CN116800465A (en) Filtering sensitive data in cloud native application logs

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