CN113010224B - Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium - Google Patents

Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium Download PDF

Info

Publication number
CN113010224B
CN113010224B CN202110234704.5A CN202110234704A CN113010224B CN 113010224 B CN113010224 B CN 113010224B CN 202110234704 A CN202110234704 A CN 202110234704A CN 113010224 B CN113010224 B CN 113010224B
Authority
CN
China
Prior art keywords
application
loaded
address
service
loading
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
CN202110234704.5A
Other languages
Chinese (zh)
Other versions
CN113010224A (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.)
China Southern Power Grid Digital Platform Technology Guangdong Co ltd
Original Assignee
China Southern Power Grid Digital Platform Technology Guangdong 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 China Southern Power Grid Digital Platform Technology Guangdong Co ltd filed Critical China Southern Power Grid Digital Platform Technology Guangdong Co ltd
Priority to CN202110234704.5A priority Critical patent/CN113010224B/en
Publication of CN113010224A publication Critical patent/CN113010224A/en
Application granted granted Critical
Publication of CN113010224B publication Critical patent/CN113010224B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/51Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems at application loading time, e.g. accepting, rejecting, starting or inhibiting executable software based on integrity or source reliability
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application relates to a front-end micro-servitization method, a front-end micro-servitization device, computer equipment and a storage medium. The method comprises the following steps: receiving an application access request, wherein the application access request carries a routing address; inquiring a preset route mapping table according to the route address, determining an application to be loaded, and loading the application to be loaded; acquiring user login information corresponding to an application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights; updating the routing address in response to an access operation corresponding to the accessible service application information; and inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application. By adopting the method, the performance of the business project system can be improved.

Description

Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a front end micro-serviceization method, apparatus, computer device, and storage medium.
Background
With the continuous development of enterprises, the service demands of the enterprises are continuously increased, the service system is more and more complex, and a front-end micro-service technology based on a micro-service principle is presented. Micro-service is a small service composed of a single application program, has own journey and light weight processing, is deployed in a fully automatic mode, and communicates with other service using interfaces.
In the conventional technology, a micro-service principle is often utilized to convert single-page front-end application from single-body application into a plurality of small-sized front-end integrated business project systems, so as to integrate the business systems.
However, in the conventional technology, all application resources are re-requested each time the service item system is loaded, so that a large amount of application data occupies limited hardware resources and network resources of the service item, and the performance of the service item system is low.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a front-end microservizing method, apparatus, computer device, and storage medium that can improve performance of a business project system.
A front-end microservice method, the method comprising:
receiving an application access request, wherein the application access request carries a routing address;
inquiring a preset route mapping table according to the route address, determining an application to be loaded, and loading the application to be loaded;
acquiring user login information corresponding to an application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights;
updating the routing address in response to an access operation corresponding to the accessible service application information;
And inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application.
In one embodiment, according to a routing address, a preset routing mapping table is queried to determine an application to be loaded, and loading the application to be loaded includes:
inquiring a preset route mapping table according to the route address, and determining an application identifier to be loaded and an application address to be loaded of the application to be loaded;
inquiring a preset browser cache according to an application address to be loaded when the application to be loaded is determined not to be loaded according to the application identifier to be loaded;
when application data to be loaded corresponding to the application to be loaded exists in the browser cache, loading the application to be loaded according to the application data to be loaded;
and when the browser cache does not contain the application data to be loaded corresponding to the application to be loaded, loading the application to be loaded according to the application address to be loaded.
In one embodiment, loading the application to be loaded according to the application address to be loaded includes:
sending an application data acquisition request to be loaded according to the application address to be loaded;
and loading the application to be loaded according to the received application data to be loaded.
In one embodiment, determining service access rights according to user login information, pushing accessible service application information corresponding to the service access rights includes:
Determining service access rights according to user login information;
comparing preset service application route information according to service access authority, and determining accessible service application information corresponding to the service access authority;
pushing accessible business application information.
In one embodiment, querying the routing mapping table according to the updated routing address, determining the target service application, and loading the target service application includes:
inquiring a routing mapping table according to the updated routing address, and determining a service application identifier and a service application address of the target service application;
when the target service application is determined not to be loaded according to the service application identifier, inquiring a preset browser cache according to the service application address;
when target business application data corresponding to the target business application exists in the browser cache, loading the target business application according to the target business application data;
and when the target business application data corresponding to the target business application does not exist in the browser cache, loading the target business application according to the business application address.
In one embodiment, loading the target business application according to the business application address includes:
sending a target service application data acquisition request according to the service application address;
And loading the target business application according to the received target business application data.
In one embodiment, loading the target business application based on the received target business application data includes:
acquiring application configuration parameters according to environmental variables in the received target service application data;
and loading the target business application according to the application configuration parameters.
A front-end microservice device, the device comprising:
the receiving module is used for receiving an application access request, wherein the application access request carries a routing address;
the first loading module is used for inquiring a preset route mapping table according to the route address, determining an application to be loaded and loading the application to be loaded;
the permission verification module is used for acquiring user login information corresponding to the application to be loaded, determining service access permission according to the user login information, and pushing accessible service application information corresponding to the service access permission;
the updating module is used for responding to the access operation corresponding to the accessible business application information and updating the routing address;
and the second loading module is used for inquiring the routing mapping table according to the updated routing address, determining the target service application and loading the target service application.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
Receiving an application access request, wherein the application access request carries a routing address;
inquiring a preset route mapping table according to the route address, determining an application to be loaded, and loading the application to be loaded;
acquiring user login information corresponding to an application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights;
updating the routing address in response to an access operation corresponding to the accessible service application information;
and inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
receiving an application access request, wherein the application access request carries a routing address;
inquiring a preset route mapping table according to the route address, determining an application to be loaded, and loading the application to be loaded;
acquiring user login information corresponding to an application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights;
updating the routing address in response to an access operation corresponding to the accessible service application information;
And inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application.
According to the front-end micro-servitization method, the device, the computer equipment and the storage medium, the application to be loaded is determined by receiving the application access request and inquiring the preset route mapping table according to the route address in the application access request, the application to be loaded is loaded, loading and displaying of the application to be loaded can be achieved, further, the service access authority can be determined through the received user login information corresponding to the application to be loaded, the accessible service application information corresponding to the service access authority is pushed, the access operation corresponding to the accessible service application information is responded, the update of the route address is achieved, and therefore the target service application can be determined and loaded according to the updated route address inquiry route mapping table. In the whole process, on the basis of receiving user login information corresponding to an application to be loaded, corresponding accessible service application information is displayed, and then loading of target service application is achieved according to access operation instead of loading all application resources, so that service project system performance can be improved.
Drawings
FIG. 1 is a flow chart of a front-end micro-server method in one embodiment;
FIG. 2 is a flow chart of a front-end micro-server method according to another embodiment;
FIG. 3 is a schematic diagram of a front-end micro-server method in one embodiment;
FIG. 4 is a block diagram of the front-end micro-server in one embodiment;
fig. 5 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
In one embodiment, as shown in fig. 1, a front-end microservizing method is provided, where this embodiment is applied to a terminal to illustrate the method, and it is understood that the method may also be applied to a server, and may also be applied to a system including a terminal and a server, and implemented through interaction between the terminal and the server. In this embodiment, the method includes the steps of:
step 102, receiving an application access request, wherein the application access request carries a routing address.
The application access request refers to a request which is input by a user and used for accessing the corresponding application, and the application access request carries a routing address which corresponds to the application which the user wants to access.
Specifically, the user inputs an application access request carrying a routing address in an input page displayed by the terminal, so that the terminal receives the application access request, and loads the application according to the routing address carried in the application access request.
Step 104, inquiring a preset route mapping table according to the route address, determining the application to be loaded, and loading the application to be loaded.
The preset routing mapping table refers to a preset data table representing the mapping relation between the routing address and the application address. For example, the mapping relationship between the routing address and the application address in the routing mapping table may be specifically a routing address-application identifier-application address. The application to be loaded refers to an application to be loaded, and is determined by a routing address input by a user. For example, the application to be loaded may be a public sub-application, a menu sub-application, or the like. The common sub-application refers to a sub-application that manages all common objects in the common component and the front-end application system. The menu application is a sub-application which is extracted based on the design of a front-end application system and consists of components such as login, registration, menu, public head bottom and the like, and is used for managing authority control in the system.
Specifically, the terminal queries a preset routing mapping table according to the routing address, determines an application identifier and an application address to be loaded of the application to be loaded, and loads the application to be loaded according to the application identifier and the application address to be loaded.
For example, when the front-end micro-server is built based on a single-spa framework, the terminal introduces a system.js (loading tool) and an amd.js (Asynchronous Module Definition, asynchronous module loading mechanism) to realize loading of the sub-application belonging to the AMD type module, namely, the terminal can dynamically mount and unload a specific sub-application by modularly matching the sub-application code with the dynamic application of the system.js, where the specific sub-application can be an application to be loaded determined by an application access request input by a user. It should be noted that the sub-applications in this application support mainstream front end frameworks such as VUE, angular and React. For example, the service development can be completed through single-spa-angle adaptation based on Angular, and resources such as JavaScript, font (fonts), image (images) and the like of the sub-application are formed into a single JavaScript module (i.e. AMD type module) by using a weback (module wrapper) for loading by a main application (i.e. terminal). For another example, service development can be completed through single-spa-VUE adaptation based on VUE, and JavaScript, font, image and other resources of the sub-application can be formed into a single JavaScript module by using weback for loading by the main application. For another example, service development can be completed through single-spa-reaction adaptation based on reaction, and resources such as JavaScript, font, image of the sub-application are formed into a single JavaScript module by using weback for loading by the main application.
Further, in this embodiment, a routing mapping table needs to be preset, for example, when the front end microservice is built based on a single-spa frame, the setting mode of the routing mapping table may be: setting an application identifier for the release addresses of all sub-application modules, creating an object in json (JavaScript Object Notation, JS object numbered) format according to the application identifier, analyzing the object in json format by using system. JS through asynchronous request loading, simultaneously introducing single-spa-layout, inquiring the DOM (Document Object Model ) structure below the single-spa-layout and analyzing the structure into a route, generating a corresponding route rule, mapping the json object analyzed by the system with the route rule one by one, thereby creating a mapping relation between the application identifier and the route address of the sub-application, and obtaining a route mapping table according to the mapping relation and the application address of the sub-application.
And 106, acquiring user login information corresponding to the application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights.
The user login information refers to account information input by a user in a menu sub-application in an application to be loaded, after the application to be loaded is loaded, the terminal displays the application to be loaded, the user can input the account information in the loaded menu sub-application, and the user login information is used for authenticating the identity of the user so as to determine the corresponding service access authority. The service access right refers to the right to access the service application, i.e. whether the service application is authorized to be accessed. The service application refers to micro front terminal application which supports the implementation of main stream front end frames such as VUE, angular and React, and the service application corresponds to the service function and can realize the specific service function. The accessible service application information refers to information of a service application that a user can access.
Specifically, after the application to be loaded is loaded, the terminal displays the application to be loaded so as to prompt a user to input corresponding user login information, acquire the user login information corresponding to the application to be loaded, determine a user grade according to the user lamp information, determine service access permission according to the user grade, and push accessible service application information corresponding to the service access permission. The method for determining the service access authority according to the user grade may be: and requesting a service authority list from the authority management server according to the user level, determining service access authority according to the service authority list fed back by the authority management server, wherein only the service in the service authority list can be accessed, and the service authority list can be preset and stored in the authority management server and can be updated according to the requirement.
Step 108, updating the routing address in response to the access operation corresponding to the accessible service application information.
The access operation refers to an operation of accessing the accessible service application by a user. For example, the access operation may specifically be clicking on the displayed accessible business application information by the user via the input device.
Specifically, after the accessible service application information corresponding to the service access authority is pushed, the user performs access operation according to the need, and the terminal responds to the access operation corresponding to the accessible service application information, so that the target service application which the user wants to access can be determined, and the current routing address can be updated, so that the loading of the target service application which the user wants to access can be realized through the updated routing address. The update mode of the routing address may be automatic update, that is, after the user performs the access operation, the access operation is responded by updating the routing address.
And 110, inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application.
Specifically, after updating the routing address, the terminal queries the routing mapping table according to the updated routing address to determine the service application identifier and the service application address of the target service application, and loads the target service application according to the service application identifier and the service application address.
According to the front-end micro-servitization method, the application to be loaded is determined by receiving the application access request and inquiring the preset route mapping table according to the route address in the application access request, the application to be loaded is loaded, loading and displaying of the application to be loaded can be achieved, further, the service access authority can be determined through the received user login information corresponding to the application to be loaded, the accessible service application information corresponding to the service access authority is pushed, the access operation corresponding to the accessible service application information is responded, the update of the route address is achieved, and therefore the route mapping table can be inquired according to the updated route address, the target service application is determined, and the target service application is loaded. In the whole process, on the basis of receiving user login information corresponding to an application to be loaded, corresponding accessible service application information is displayed, and then loading of target service application is achieved according to access operation instead of loading all application resources, so that service project system performance can be improved.
In one embodiment, according to a routing address, a preset routing mapping table is queried to determine an application to be loaded, and loading the application to be loaded includes:
inquiring a preset route mapping table according to the route address, and determining an application identifier to be loaded and an application address to be loaded of the application to be loaded;
inquiring a preset browser cache according to an application address to be loaded when the application to be loaded is determined not to be loaded according to the application identifier to be loaded;
when application data to be loaded corresponding to the application to be loaded exists in the browser cache, loading the application to be loaded according to the application data to be loaded;
and when the browser cache does not contain the application data to be loaded corresponding to the application to be loaded, loading the application to be loaded according to the application address to be loaded.
The preset browser cache refers to a cache in which application data is cached.
Specifically, the terminal queries a preset route mapping table according to the route address, so as to determine an application identifier and an application address of the application to be loaded, and further determine whether the application to be loaded is loaded according to the application identifier to be loaded, if the corresponding application identifier to be loaded exists in the memory, the terminal indicates that the application to be loaded is loaded, loading is not needed again, and if the corresponding application identifier to be loaded does not exist in the memory, the terminal further queries a preset browser cache according to the application address to be loaded, so as to determine whether application data corresponding to the application to be loaded exists in the browser cache.
Specifically, when application data to be loaded corresponding to an application to be loaded exists in the browser cache, the terminal can directly load the application data to be loaded into the memory so as to realize loading of the application to be loaded. When the browser cache does not contain application data to be loaded corresponding to the application to be loaded, the terminal needs to request the application data to be loaded according to the application address to be loaded so as to load the application to be loaded.
In this embodiment, by determining the application identifier and the application address to be loaded of the application to be loaded, loading of the application to be loaded can be achieved according to the application identifier and the application address to be loaded.
In one embodiment, loading the application to be loaded according to the application address to be loaded includes:
sending an application data acquisition request to be loaded according to the application address to be loaded;
and loading the application to be loaded according to the received application data to be loaded.
Specifically, when the application data to be loaded corresponding to the application to be loaded does not exist in the browser cache, the terminal sends an application data acquisition request to be loaded according to the application address to be loaded, so that a server corresponding to the application address to be loaded is prompted to feed back the application data to be loaded, after the application data to be loaded is received, loading of the application to be loaded is achieved according to the received application data to be loaded, and meanwhile, the terminal also caches the received application data to be loaded into the browser, so that the application data to be loaded can be acquired from the browser cache directly next time. For example, the manner of requesting the application data to be loaded may be: an Ajax (Asynchronous Javascript And XML, asynchronous JavaScript and XML (extensible markup language)) request is sent to the application address to be loaded requesting the application data to be loaded.
In this embodiment, by sending an application data acquisition request to be loaded according to the application address to be loaded, and loading the application to be loaded according to the received application data to be loaded, loading of the application to be loaded can be achieved.
In one embodiment, determining service access rights according to user login information, pushing accessible service application information corresponding to the service access rights includes:
determining service access rights according to user login information;
comparing preset service application route information according to service access authority, and determining accessible service application information corresponding to the service access authority;
pushing accessible business application information.
The preset service application routing information refers to routing information of each service function that can be realized by the preset service application, and according to the service access authority, a user may only access part of the service functions in the service application, so that comparison is needed to determine accessible service application information. For example, when the service access authority includes the a function and the b function of the a application and the preset service application routing information is the routing information of the a function, the b function and the c function of the a application, the accessible service application information can be determined to be the a function and the b function through comparison.
Specifically, the terminal can determine the service access authority according to the user login information, after determining the service access authority, can determine the accessible service application information corresponding to the service access authority by comparing the service access authority with preset service application route information, and push the accessible service application information, so that the user can perform access operation according to the displayed accessible service application information, and when detecting the access operation, respond to the access operation, update the route address, and realize loading of the target service application by the updated route address. When the accessible service application information is pushed, if it is determined that the user has only a part of access rights for a certain service application according to the service access rights, only the service application information corresponding to the part of access rights is rendered when the accessible service application information is pushed.
In this embodiment, the service access authority is determined according to the user login information, the preset service application routing information is compared according to the service access authority, the accessible service application information corresponding to the service access authority is determined, and the accessible service application information is pushed, so that the determination and display of the accessible service application information can be realized.
In one embodiment, querying the routing mapping table according to the updated routing address, determining the target service application, and loading the target service application includes:
inquiring a routing mapping table according to the updated routing address, and determining a service application identifier and a service application address of the target service application;
when the target service application is determined not to be loaded according to the service application identifier, inquiring a preset browser cache according to the service application address;
when target business application data corresponding to the target business application exists in the browser cache, loading the target business application according to the target business application data;
and when the target business application data corresponding to the target business application does not exist in the browser cache, loading the target business application according to the business application address.
Specifically, the terminal queries the routing mapping table according to the updated routing address, so as to determine the service application identifier and the service application address of the target service application, and further, query the memory according to the service application identifier to determine whether the target service application is loaded, if the corresponding service application identifier exists in the memory, the terminal indicates that the target service application is loaded, and does not need to load again, and if the corresponding service application identifier does not exist in the memory, the terminal further queries a preset browser cache according to the service application address to determine whether the target service application data corresponding to the target service application exists in the browser cache.
Specifically, when target service application data corresponding to the target service application exists in the browser cache, the terminal can directly load the target service application data into the memory so as to load the target service application. When target service application data corresponding to the target service application does not exist in the browser cache, the terminal needs to request the target service application data according to the service application address so as to load the target service application.
In this embodiment, by determining the service application identifier and the service application address of the target service application, loading of the target service application can be implemented according to the service application identifier and the service application address.
In one embodiment, loading the target business application according to the business application address includes:
sending a target service application data acquisition request according to the service application address;
and loading the target business application according to the received target business application data.
Specifically, when target service application data corresponding to the target service application does not exist in the browser cache, the terminal sends a target service application data acquisition request to the service application address to prompt a server corresponding to the service application address to feed back the target service application data, after the target service application data is received, loading of the target service application is achieved according to the received target service application data, and meanwhile, the terminal caches the received target service application data in the browser so that the target service application data can be acquired from the browser cache directly next time. For example, the manner of requesting the target business application data may be: and sending the Ajax request to the service application address request target service application data.
In this embodiment, by sending a target service application data acquisition request according to the service application address, loading the target service application according to the received target service application data, loading the target service application can be achieved.
In one embodiment, loading the target business application based on the received target business application data includes:
acquiring application configuration parameters according to environmental variables in the received target service application data;
and loading the target business application according to the application configuration parameters.
The environment variable refers to a parameter used for specifying the running environment of the target service application, and comprises information to be used by the target service application. For example, the information to be used by the target service application may specifically refer to application resource files that may be shared, such as a large picture, a font file, and the like. For example, in this embodiment, the environment variable may specifically be a terminal access address.
Specifically, the application resource files are uniformly stored in the terminal, and the terminal access address is set as an environment variable of the target service application, so that the required application configuration parameters can be obtained from the terminal when the target service application is loaded, and the target service application is loaded according to the application configuration parameters.
In this embodiment, by acquiring the application configuration parameters according to the environment variables in the received target service application data and loading the target service application according to the application configuration parameters, the configuration parameters of the service target application can be transferred, and then the target service application can be loaded.
In one embodiment, as shown in fig. 2, the front-end micro-serviceization method of the present application is illustrated by a front-end micro-service flowchart, where when the front-end micro-serviceization method is applied in this embodiment, the following applications are mainly involved: the main program is set in the terminal and is a micro-service core application, and the main program is used for dynamically loading and unloading other sub-applications; the second is business sub-application, which is the sub-application supporting the main stream front end frame such as VUE, angular and React, and realizing business function; thirdly, a public sub-application is a sub-application for managing public components and public objects in the whole application group; and the menu sub-application is composed of components such as login, registration, menu and public head bottom and the like which are extracted based on front-end design, and is used for managing authority control. For example, an architecture diagram of an enterprise-level application system made up of several of the applications described above may be as shown in FIG. 3. The application of the front-end micro-serviceization method is as follows:
1) Creating and configuring a main application: firstly, constructing a main application based on a single-spa framework, introducing a system. Js and an AMD. Js to realize loading of sub-applications belonging to an AMD type module, setting an alias (namely an application identifier) for the release addresses (namely application addresses) of all sub-application modules to create an object in json format, analyzing the main application by using the system. Js through asynchronous request loading, simultaneously introducing a single-spa-layout, inquiring a DOM structure below the single-spa-layout and analyzing the DOM structure into a route and generating a corresponding route rule, mapping the json object analyzed by the system with the route rule one by one, and when a user inputs a route address needing to be accessed, comparing the route address input by the user with the route analyzed by the DOM structure below the single-spa-layout by the main application to find the sub-application needing to be loaded (namely the application to be loaded).
2) The main application loads the common sub-application: after the main application is accessed by a user, the main user analyzes aliases (namely application identifiers) of all sub-applications based on the system. Js to find out the request address (namely application address) of the public sub-application, when the public sub-application is determined not to be loaded, the cache in the browser is queried based on the request address of the public sub-application, if the cache exists in the public sub-application module, the local public sub-application module is directly loaded, if the public sub-application module does not exist locally, an Ajax request is initiated through the request address of the public sub-application analyzed by the system. Js, the public sub-application module is requested and cached in the browser, and the public sub-application module requested is analyzed and loaded into a memory.
3) The main application loads the menu sub-application: the method comprises the steps that a main application is matched with a "/" route in the route, a service address (namely an application address) of a menu sub-application is found based on a route mapping table of the main application, when the fact that the menu sub-application is not loaded is determined, a cache of the service address of the menu sub-application is queried in a browser, if the local cache exists a menu sub-application module, the local menu sub-application module is directly loaded, if the local cache does not exist the menu sub-application module, an Ajax request is initiated through the service address of the menu sub-application, the menu sub-application module is loaded into a current memory and cached in the browser, scripts in the menu sub-application module are analyzed, a login page is rendered by the browser, a user permission list (namely service access permission) is requested according to a login user (namely user login information), and menu items (namely service application information) which can be accessed by the user, the head and the bottom of the system are displayed according to the requested permission list.
4) The main application loads the business sub-application of the Angular or VUE, act architecture: the main application is matched with "/mf-vue" or other routes in the routes, finds the corresponding business sub-application according to the route mapping table, when the business sub-application is determined not to be loaded, searches the buffer memory of the corresponding service address (namely the application address) of the business sub-application in the browser, if the local buffer memory exists in the business sub-application module, directly loads the local business sub-application module, if the local buffer memory does not exist, initiates an Ajax request through the service address of the business sub-application, loads the business sub-application module into the current memory and buffers in the browser, analyzes the script in the menu sub-application module, and renders the business sub-application by the browser and in the main body position of the system.
It should be understood that, although the steps in the flowcharts related to the above embodiments are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least a part of the steps in the flowcharts related to the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages performed is not necessarily sequential, but may be performed alternately or alternately with at least a part of the steps or stages in other steps or other steps.
In one embodiment, as shown in fig. 4, there is provided a front-end micro-servitization apparatus comprising: a receiving module 402, a first loading module 404, a rights verification module 406, an updating module 408, and a second loading module 410, wherein:
a receiving module 402, configured to receive an application access request, where the application access request carries a routing address;
The first loading module 404 is configured to query a preset routing mapping table according to the routing address, determine an application to be loaded, and load the application to be loaded;
the permission verification module 406 is configured to obtain user login information corresponding to an application to be loaded, determine a service access permission according to the user login information, and push accessible service application information corresponding to the service access permission;
an updating module 408, configured to update the routing address in response to an access operation corresponding to the accessible service application information;
and the second loading module 410 is configured to query the routing mapping table according to the updated routing address, determine the target service application, and load the target service application.
According to the front-end micro-servitization device, the application to be loaded is determined by receiving the application access request and inquiring the preset route mapping table according to the route address in the application access request, the application to be loaded is loaded, loading and displaying of the application to be loaded can be achieved, further, the service access authority can be determined through the received user login information corresponding to the application to be loaded, the accessible service application information corresponding to the service access authority is pushed, the access operation corresponding to the accessible service application information is responded, the update of the route address is achieved, and therefore the route mapping table can be inquired according to the updated route address, the target service application is determined, and the target service application is loaded. In the whole process, on the basis of receiving user login information corresponding to an application to be loaded, corresponding accessible service application information is displayed, and then loading of target service application is achieved according to access operation instead of loading all application resources, so that service project system performance can be improved.
In one embodiment, the first loading module is further configured to query a preset routing mapping table according to the routing address, determine an application identifier and an application address to be loaded of the application to be loaded, query a preset browser cache according to the application address to be loaded when the application to be loaded is determined not to be loaded according to the application identifier to be loaded, load the application to be loaded according to the application data to be loaded when the application data to be loaded corresponding to the application to be loaded exists in the browser cache, and load the application to be loaded according to the application address to be loaded when the application data to be loaded corresponding to the application to be loaded does not exist in the browser cache.
In one embodiment, the first loading module is further configured to send an application data acquisition request to be loaded according to the application address to be loaded, and load the application to be loaded according to the received application data to be loaded.
In one embodiment, the permission verification module is further configured to determine a service access permission according to the user login information, compare preset service application routing information according to the service access permission, determine accessible service application information corresponding to the service access permission, and push the accessible service application information.
In one embodiment, the second loading module is further configured to query the routing mapping table according to the updated routing address, determine a service application identifier and a service application address of the target service application, query a preset browser cache according to the service application address when the target service application is determined not to be loaded according to the service application identifier, load the target service application according to the target service application data when target service application data corresponding to the target service application exists in the browser cache, and load the target service application according to the service application address when target service application data corresponding to the target service application does not exist in the browser cache.
In one embodiment, the second loading module is further configured to send a target service application data acquisition request according to the service application address, and load the target service application according to the received target service application data.
In one embodiment, the front-end micro-server further includes a parameter acquisition module, where the parameter acquisition module is configured to acquire an application configuration parameter according to an environmental variable in the received target service application data, and load the target service application according to the application configuration parameter.
For specific limitations of the front-end micro-servitization device, reference may be made to the above limitation of the front-end micro-servitization method, and no further description is given here. The modules in the front-end micro-servicer may be implemented in whole or in part by software, hardware, or a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a terminal, and the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless mode can be realized through WIFI, an operator network, NFC (near field communication) or other technologies. The computer program is executed by a processor to implement a front-end microservizing method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the structure shown in fig. 5 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory having stored therein a computer program, the processor when executing the computer program performing the steps of:
receiving an application access request, wherein the application access request carries a routing address;
inquiring a preset route mapping table according to the route address, determining an application to be loaded, and loading the application to be loaded;
acquiring user login information corresponding to an application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights;
updating the routing address in response to an access operation corresponding to the accessible service application information;
and inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application.
In one embodiment, the processor when executing the computer program further performs the steps of: inquiring a preset route mapping table according to the route address, determining an application to be loaded identifier and an application address of the application to be loaded, inquiring a preset browser buffer according to the application address to be loaded when the application to be loaded is determined not to be loaded according to the application identifier to be loaded, loading the application to be loaded according to the application data to be loaded when the application data to be loaded corresponding to the application to be loaded exists in the browser buffer, and loading the application to be loaded according to the application address to be loaded when the application data to be loaded corresponding to the application to be loaded does not exist in the browser buffer.
In one embodiment, the processor when executing the computer program further performs the steps of: and sending an application data acquisition request to be loaded according to the application address to be loaded, and loading the application to be loaded according to the received application data to be loaded.
In one embodiment, the processor when executing the computer program further performs the steps of: determining service access rights according to the user login information, comparing preset service application routing information according to the service access rights, determining accessible service application information corresponding to the service access rights, and pushing the accessible service application information.
In one embodiment, the processor when executing the computer program further performs the steps of: and inquiring a routing mapping table according to the updated routing address, determining a service application identifier and a service application address of the target service application, inquiring a preset browser cache according to the service application address when the target service application is determined not to be loaded according to the service application identifier, loading the target service application according to the target service application data when target service application data corresponding to the target service application exists in the browser cache, and loading the target service application according to the service application address when the target service application data corresponding to the target service application does not exist in the browser cache.
In one embodiment, the processor when executing the computer program further performs the steps of: and sending a target service application data acquisition request according to the service application address, and loading the target service application according to the received target service application data.
In one embodiment, the processor when executing the computer program further performs the steps of: and acquiring application configuration parameters according to environmental variables in the received target service application data, and loading the target service application according to the application configuration parameters.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
receiving an application access request, wherein the application access request carries a routing address;
inquiring a preset route mapping table according to the route address, determining an application to be loaded, and loading the application to be loaded;
acquiring user login information corresponding to an application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights;
updating the routing address in response to an access operation corresponding to the accessible service application information;
and inquiring a route mapping table according to the updated route address, determining a target service application, and loading the target service application.
In one embodiment, the computer program when executed by the processor further performs the steps of: inquiring a preset route mapping table according to the route address, determining an application to be loaded identifier and an application address of the application to be loaded, inquiring a preset browser buffer according to the application address to be loaded when the application to be loaded is determined not to be loaded according to the application identifier to be loaded, loading the application to be loaded according to the application data to be loaded when the application data to be loaded corresponding to the application to be loaded exists in the browser buffer, and loading the application to be loaded according to the application address to be loaded when the application data to be loaded corresponding to the application to be loaded does not exist in the browser buffer.
In one embodiment, the computer program when executed by the processor further performs the steps of: and sending an application data acquisition request to be loaded according to the application address to be loaded, and loading the application to be loaded according to the received application data to be loaded.
In one embodiment, the computer program when executed by the processor further performs the steps of: determining service access rights according to the user login information, comparing preset service application routing information according to the service access rights, determining accessible service application information corresponding to the service access rights, and pushing the accessible service application information.
In one embodiment, the computer program when executed by the processor further performs the steps of: and inquiring a routing mapping table according to the updated routing address, determining a service application identifier and a service application address of the target service application, inquiring a preset browser cache according to the service application address when the target service application is determined not to be loaded according to the service application identifier, loading the target service application according to the target service application data when target service application data corresponding to the target service application exists in the browser cache, and loading the target service application according to the service application address when the target service application data corresponding to the target service application does not exist in the browser cache.
In one embodiment, the computer program when executed by the processor further performs the steps of: and sending a target service application data acquisition request according to the service application address, and loading the target service application according to the received target service application data.
In one embodiment, the computer program when executed by the processor further performs the steps of: and acquiring application configuration parameters according to environmental variables in the received target service application data, and loading the target service application according to the application configuration parameters.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, or the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), and the like.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (10)

1. A front-end microservizing method, the method comprising:
receiving an application access request, wherein the application access request carries a routing address;
inquiring a preset route mapping table according to the route address, and determining an application identifier to be loaded and an application address to be loaded of the application to be loaded;
inquiring a preset browser cache according to the address of the application to be loaded when the application to be loaded is determined not to be loaded according to the application identifier to be loaded;
When the browser cache contains application data to be loaded corresponding to the application to be loaded, loading the application to be loaded according to the application data to be loaded;
when the browser cache does not contain application data to be loaded corresponding to the application to be loaded, loading the application to be loaded according to the application address to be loaded;
acquiring user login information corresponding to the application to be loaded, determining service access rights according to the user login information, and pushing accessible service application information corresponding to the service access rights;
updating a routing address in response to an access operation corresponding to the accessible service application information;
and inquiring the routing mapping table according to the updated routing address, determining a target service application, and loading the target service application.
2. The method of claim 1, wherein loading the application to be loaded according to the application address to be loaded comprises:
sending an application data acquisition request to be loaded according to the application address to be loaded;
and loading the application to be loaded according to the received application data to be loaded.
3. The method of claim 1, wherein determining a service access right according to the user login information, displaying accessible service application information corresponding to the service access right, comprises:
Determining service access rights according to user login information;
comparing preset service application route information according to the service access authority, and determining accessible service application information corresponding to the service access authority;
pushing the accessible business application information.
4. The method of claim 1, wherein the querying the routing mapping table according to the updated routing address, determining a target service application, and loading the target service application comprises:
inquiring the route mapping table according to the updated route address, and determining a service application identifier and a service application address of the target service application;
when the target service application is determined not to be loaded according to the service application identifier, inquiring a preset browser cache according to the service application address;
when target business application data corresponding to the target business application exists in the browser cache, loading the target business application according to the target business application data;
and when the target business application data corresponding to the target business application does not exist in the browser cache, loading the target business application according to the business application address.
5. The method of claim 4, wherein said loading said target business application according to said business application address comprises:
sending a target service application data acquisition request according to the service application address;
and loading the target business application according to the received target business application data.
6. The method of claim 5, wherein loading the target business application based on the received target business application data comprises:
acquiring application configuration parameters according to environmental variables in the received target service application data;
and loading the target business application according to the application configuration parameters.
7. A front-end microservice device, the device comprising:
the receiving module is used for receiving an application access request, wherein the application access request carries a routing address;
the first loading module is used for inquiring a preset routing mapping table according to the routing address, determining an application identification to be loaded and an application address to be loaded of an application to be loaded, inquiring a preset browser cache according to the application address to be loaded when the application to be loaded is determined not to be loaded according to the application identification to be loaded, loading the application to be loaded according to the application data to be loaded when the application data to be loaded corresponding to the application to be loaded exists in the browser cache, and loading the application to be loaded according to the application address to be loaded when the application data to be loaded corresponding to the application to be loaded does not exist in the browser cache;
The permission verification module is used for acquiring user login information corresponding to the application to be loaded, determining service access permission according to the user login information, and pushing accessible service application information corresponding to the service access permission;
the updating module is used for responding to the access operation corresponding to the accessible business application information and updating the routing address;
and the second loading module is used for inquiring the routing mapping table according to the updated routing address, determining a target service application and loading the target service application.
8. The apparatus of claim 7, wherein the first loading module is further configured to send an application data acquisition request to be loaded according to the application address to be loaded, and load the application to be loaded according to the received application data to be loaded.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 6 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 6.
CN202110234704.5A 2021-03-03 2021-03-03 Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium Active CN113010224B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110234704.5A CN113010224B (en) 2021-03-03 2021-03-03 Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110234704.5A CN113010224B (en) 2021-03-03 2021-03-03 Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113010224A CN113010224A (en) 2021-06-22
CN113010224B true CN113010224B (en) 2024-01-30

Family

ID=76403670

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110234704.5A Active CN113010224B (en) 2021-03-03 2021-03-03 Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113010224B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113688343B (en) * 2021-07-23 2023-11-03 济南浪潮数据技术有限公司 Page authority control method, device, equipment and readable storage medium
CN113872938A (en) * 2021-08-29 2021-12-31 济南浪潮数据技术有限公司 Protection method, device, equipment and readable medium for Web access security
CN114584628B (en) * 2022-01-25 2024-03-26 北京达佳互联信息技术有限公司 Request processing method, device, server and storage medium
CN114816564A (en) * 2022-04-01 2022-07-29 维沃移动通信有限公司 Application loading method and device and electronic equipment

Citations (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102647463A (en) * 2012-03-30 2012-08-22 华为终端有限公司 Website navigation generation method, wireless routing terminal and system
CN103631596A (en) * 2013-12-05 2014-03-12 用友软件股份有限公司 Configuration device and configuration method of business object data entry and updating rule
CN103716326A (en) * 2013-12-31 2014-04-09 华为技术有限公司 Resource access method and URG
EP2778972A1 (en) * 2013-03-14 2014-09-17 Palantir Technologies, Inc. Shared cache used to provide zero copy memory mapped database
CN104836715A (en) * 2014-02-08 2015-08-12 国际商业机器公司 Method and apparatus of sharing data among a plurality of applications operating on mobile device
CN106790082A (en) * 2016-12-22 2017-05-31 北京启明星辰信息安全技术有限公司 A kind of cloud application access control method and system
CN106789561A (en) * 2016-12-02 2017-05-31 广东工业大学 Terminals physical address binding method and system based on Intranet service platform
CN107809383A (en) * 2016-09-08 2018-03-16 腾讯科技(深圳)有限公司 A kind of map paths method and device based on MVC
CN108055312A (en) * 2017-12-07 2018-05-18 畅捷通信息技术股份有限公司 Method for routing and its device and computer installation and its readable storage medium storing program for executing
CN108418797A (en) * 2018-01-31 2018-08-17 金蝶蝶金云计算有限公司 Web access method, device, computer equipment and storage medium
CN108600817A (en) * 2018-03-15 2018-09-28 聚好看科技股份有限公司 Smart television and convenient in browse displays equipment apply installation progress method
CN108632364A (en) * 2018-04-13 2018-10-09 聚好看科技股份有限公司 request processing method and device
CN109246683A (en) * 2017-06-02 2019-01-18 中兴通讯股份有限公司 A kind of method for network access and message processing apparatus
CN109428839A (en) * 2017-08-31 2019-03-05 华为技术有限公司 A kind of CDN dispatching method, equipment and system
CN109462601A (en) * 2018-12-13 2019-03-12 中国联合网络通信集团有限公司 Multi-platform access method and device based on eSIM
CN109474665A (en) * 2018-09-30 2019-03-15 咪咕文化科技有限公司 A kind of information processing method, device and computer storage medium
CN109597854A (en) * 2018-10-31 2019-04-09 深圳壹账通智能科技有限公司 A kind of method for routing of service request, device, computer equipment and computer storage medium
CN109933349A (en) * 2019-01-28 2019-06-25 优信拍(北京)信息科技有限公司 A kind of method to be timely updated based on vue spa, system and equipment
CN110109649A (en) * 2018-02-01 2019-08-09 中国电信股份有限公司 For container control method, device and the containment system of Web service
CN110162720A (en) * 2019-04-16 2019-08-23 平安科技(深圳)有限公司 Webpage loading method, device, computer equipment and storage medium
CN110191063A (en) * 2019-06-13 2019-08-30 北京百度网讯科技有限公司 Processing method, device, equipment and the storage medium of service request
CN110213316A (en) * 2018-06-01 2019-09-06 腾讯科技(深圳)有限公司 Method for routing and device
CN110337024A (en) * 2019-07-05 2019-10-15 聚好看科技股份有限公司 The information processing method of Resource Exchange is realized on smart television and user interface
CN110362341A (en) * 2019-07-24 2019-10-22 上海钧正网络科技有限公司 Business management method, device, equipment and storage medium based on micro services framework
CN110489192A (en) * 2019-08-13 2019-11-22 腾讯科技(深圳)有限公司 Remote communication method and device, electronic equipment
CN110557445A (en) * 2019-08-22 2019-12-10 上海艾融软件股份有限公司 Access request routing method and device, storage medium and electronic equipment
CN110569467A (en) * 2019-08-27 2019-12-13 上海易点时空网络有限公司 offline access method and device for client application program
CN110636149A (en) * 2019-10-17 2019-12-31 深圳市网心科技有限公司 Remote access method, device, router and storage medium
CN110677348A (en) * 2019-09-17 2020-01-10 阿里巴巴集团控股有限公司 Data distribution method, access method and respective devices based on cache cluster routing
CN110727499A (en) * 2019-09-18 2020-01-24 平安科技(深圳)有限公司 Resource data acquisition method and device, computer equipment and storage medium
CN110764838A (en) * 2019-09-19 2020-02-07 北京三快在线科技有限公司 Service model loading method and system, electronic equipment and storage medium
CN111031111A (en) * 2019-11-29 2020-04-17 苏宁云计算有限公司 Page static resource access method, device and system
CN111031148A (en) * 2019-12-11 2020-04-17 中天通信技术有限公司 Address resolution method and device, electronic equipment and storage medium
CN111061692A (en) * 2018-10-16 2020-04-24 阿里巴巴集团控股有限公司 Data access method, device, system and storage medium
CN111090823A (en) * 2019-12-23 2020-05-01 广州市百果园信息技术有限公司 Integration platform of page application and application access method, device and equipment
EP3647969A1 (en) * 2018-10-31 2020-05-06 Siemens Aktiengesellschaft Method and system for automated exchange of data
CN111143729A (en) * 2019-12-11 2020-05-12 中国平安财产保险股份有限公司 Optimization method, device, equipment and storage medium based on single-page application
CN111314499A (en) * 2020-02-17 2020-06-19 深信服科技股份有限公司 Domain name proxy method, device, equipment and readable storage medium
CN111405019A (en) * 2020-03-10 2020-07-10 腾讯科技(深圳)有限公司 Data processing method, data processing device, computer equipment and storage medium
CN111428163A (en) * 2020-03-20 2020-07-17 吉林亿联银行股份有限公司 Page access method and device
CN111475757A (en) * 2020-03-03 2020-07-31 百度在线网络技术(北京)有限公司 Page updating method and device
CN111741016A (en) * 2020-07-23 2020-10-02 南京梦饷网络科技有限公司 Method, computing device, and computer storage medium for managing application interfaces
CN111880859A (en) * 2020-07-24 2020-11-03 随身云(南京)信息技术有限公司 Plug-in for automatically generating routing file and method thereof
CN111901192A (en) * 2020-07-15 2020-11-06 腾讯科技(深圳)有限公司 Statistical method and device for page access data

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006044820A2 (en) * 2004-10-14 2006-04-27 Aventail Corporation Rule-based routing to resources through a network
CA2954037A1 (en) * 2016-01-21 2017-07-21 Wal-Mart Stores, Inc. Codeless information service for abstract retrieval of disparate data
US10499186B2 (en) * 2017-06-02 2019-12-03 Apple Inc. User interface for providing offline access to maps
US20190164634A1 (en) * 2017-11-30 2019-05-30 International Business Machines Corporation Data notification system for health data
US10515557B2 (en) * 2017-12-20 2019-12-24 Wing Aviation Llc Mitigating noise exposure to unmanned aerial vehicles
US11367093B2 (en) * 2018-04-24 2022-06-21 Indigo Ag, Inc. Satellite-based agricultural modeling
US20190325466A1 (en) * 2018-04-24 2019-10-24 Indigo Ag, Inc. Satellite-based agricultural modeling
US10791004B2 (en) * 2018-10-29 2020-09-29 Cisco Technology, Inc. Methods and apparatus for use in network overlay fabrics to facilitate external network connectivity including access to extranet shared services

Patent Citations (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102647463A (en) * 2012-03-30 2012-08-22 华为终端有限公司 Website navigation generation method, wireless routing terminal and system
EP2778972A1 (en) * 2013-03-14 2014-09-17 Palantir Technologies, Inc. Shared cache used to provide zero copy memory mapped database
CN103631596A (en) * 2013-12-05 2014-03-12 用友软件股份有限公司 Configuration device and configuration method of business object data entry and updating rule
CN103716326A (en) * 2013-12-31 2014-04-09 华为技术有限公司 Resource access method and URG
CN104836715A (en) * 2014-02-08 2015-08-12 国际商业机器公司 Method and apparatus of sharing data among a plurality of applications operating on mobile device
CN107809383A (en) * 2016-09-08 2018-03-16 腾讯科技(深圳)有限公司 A kind of map paths method and device based on MVC
CN106789561A (en) * 2016-12-02 2017-05-31 广东工业大学 Terminals physical address binding method and system based on Intranet service platform
CN106790082A (en) * 2016-12-22 2017-05-31 北京启明星辰信息安全技术有限公司 A kind of cloud application access control method and system
CN109246683A (en) * 2017-06-02 2019-01-18 中兴通讯股份有限公司 A kind of method for network access and message processing apparatus
CN109428839A (en) * 2017-08-31 2019-03-05 华为技术有限公司 A kind of CDN dispatching method, equipment and system
CN108055312A (en) * 2017-12-07 2018-05-18 畅捷通信息技术股份有限公司 Method for routing and its device and computer installation and its readable storage medium storing program for executing
CN108418797A (en) * 2018-01-31 2018-08-17 金蝶蝶金云计算有限公司 Web access method, device, computer equipment and storage medium
CN110109649A (en) * 2018-02-01 2019-08-09 中国电信股份有限公司 For container control method, device and the containment system of Web service
CN108600817A (en) * 2018-03-15 2018-09-28 聚好看科技股份有限公司 Smart television and convenient in browse displays equipment apply installation progress method
CN108632364A (en) * 2018-04-13 2018-10-09 聚好看科技股份有限公司 request processing method and device
CN110213316A (en) * 2018-06-01 2019-09-06 腾讯科技(深圳)有限公司 Method for routing and device
CN109474665A (en) * 2018-09-30 2019-03-15 咪咕文化科技有限公司 A kind of information processing method, device and computer storage medium
CN111061692A (en) * 2018-10-16 2020-04-24 阿里巴巴集团控股有限公司 Data access method, device, system and storage medium
EP3647969A1 (en) * 2018-10-31 2020-05-06 Siemens Aktiengesellschaft Method and system for automated exchange of data
CN109597854A (en) * 2018-10-31 2019-04-09 深圳壹账通智能科技有限公司 A kind of method for routing of service request, device, computer equipment and computer storage medium
CN109462601A (en) * 2018-12-13 2019-03-12 中国联合网络通信集团有限公司 Multi-platform access method and device based on eSIM
CN109933349A (en) * 2019-01-28 2019-06-25 优信拍(北京)信息科技有限公司 A kind of method to be timely updated based on vue spa, system and equipment
CN110162720A (en) * 2019-04-16 2019-08-23 平安科技(深圳)有限公司 Webpage loading method, device, computer equipment and storage medium
CN110191063A (en) * 2019-06-13 2019-08-30 北京百度网讯科技有限公司 Processing method, device, equipment and the storage medium of service request
CN110337024A (en) * 2019-07-05 2019-10-15 聚好看科技股份有限公司 The information processing method of Resource Exchange is realized on smart television and user interface
CN110362341A (en) * 2019-07-24 2019-10-22 上海钧正网络科技有限公司 Business management method, device, equipment and storage medium based on micro services framework
CN110489192A (en) * 2019-08-13 2019-11-22 腾讯科技(深圳)有限公司 Remote communication method and device, electronic equipment
CN110557445A (en) * 2019-08-22 2019-12-10 上海艾融软件股份有限公司 Access request routing method and device, storage medium and electronic equipment
CN110569467A (en) * 2019-08-27 2019-12-13 上海易点时空网络有限公司 offline access method and device for client application program
CN110677348A (en) * 2019-09-17 2020-01-10 阿里巴巴集团控股有限公司 Data distribution method, access method and respective devices based on cache cluster routing
CN110727499A (en) * 2019-09-18 2020-01-24 平安科技(深圳)有限公司 Resource data acquisition method and device, computer equipment and storage medium
CN110764838A (en) * 2019-09-19 2020-02-07 北京三快在线科技有限公司 Service model loading method and system, electronic equipment and storage medium
CN110636149A (en) * 2019-10-17 2019-12-31 深圳市网心科技有限公司 Remote access method, device, router and storage medium
CN111031111A (en) * 2019-11-29 2020-04-17 苏宁云计算有限公司 Page static resource access method, device and system
CN111031148A (en) * 2019-12-11 2020-04-17 中天通信技术有限公司 Address resolution method and device, electronic equipment and storage medium
CN111143729A (en) * 2019-12-11 2020-05-12 中国平安财产保险股份有限公司 Optimization method, device, equipment and storage medium based on single-page application
CN111090823A (en) * 2019-12-23 2020-05-01 广州市百果园信息技术有限公司 Integration platform of page application and application access method, device and equipment
CN111314499A (en) * 2020-02-17 2020-06-19 深信服科技股份有限公司 Domain name proxy method, device, equipment and readable storage medium
CN111475757A (en) * 2020-03-03 2020-07-31 百度在线网络技术(北京)有限公司 Page updating method and device
CN111405019A (en) * 2020-03-10 2020-07-10 腾讯科技(深圳)有限公司 Data processing method, data processing device, computer equipment and storage medium
CN111428163A (en) * 2020-03-20 2020-07-17 吉林亿联银行股份有限公司 Page access method and device
CN111901192A (en) * 2020-07-15 2020-11-06 腾讯科技(深圳)有限公司 Statistical method and device for page access data
CN111741016A (en) * 2020-07-23 2020-10-02 南京梦饷网络科技有限公司 Method, computing device, and computer storage medium for managing application interfaces
CN111880859A (en) * 2020-07-24 2020-11-03 随身云(南京)信息技术有限公司 Plug-in for automatically generating routing file and method thereof

Also Published As

Publication number Publication date
CN113010224A (en) 2021-06-22

Similar Documents

Publication Publication Date Title
CN113010224B (en) Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium
CN111191221B (en) Configuration method and device of authority resources and computer readable storage medium
US8867076B2 (en) Installing printer applications on a printer using messages
CN112860479A (en) Data storage method and cloud data center
CN110990736A (en) Page loading method and device, terminal equipment and storage medium
US9947067B2 (en) Radiation image inspection system and method based on B/S architecture
US20190108163A1 (en) Database expansion system, equipment, and method of expanding database
CN111414379A (en) Serial number generation method, device, equipment and computer readable storage medium
CN111586097A (en) Network request processing method, computing device and storage medium
CN110941779A (en) Page loading method and device, storage medium and electronic equipment
CN114385164A (en) Page generation and rendering method and device, electronic equipment and storage medium
CN113472901B (en) Load balancing method, device, equipment, storage medium and program product
CN111901383B (en) Data request processing method, device, computer equipment and storage medium
CN108255898B (en) Page display method and device
CN112596820A (en) Resource loading method, device, equipment and storage medium
US10061686B2 (en) Method, electronic apparatus, system, and storage medium for automated testing of application user interface
US10291743B2 (en) Configuring service endpoints in native client applications
CN111367500A (en) Data processing method and device
CN111126604B (en) Model training method, device, server and storage medium
CN112783548B (en) Access method and device of network system
US8655910B1 (en) Methods and systems for coupling client-side and server-side persistence frameworks
CN112433778A (en) Mobile equipment page display method and device, electronic equipment and storage medium
CN112182083A (en) File generation method, device, equipment and storage medium
CN111078736A (en) Data aggregation processing method and device, terminal and storage medium
CN112015406A (en) Data processing method, page access method, device, terminal and server

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230901

Address after: 518000 building 501, 502, 601, 602, building D, wisdom Plaza, Qiaoxiang Road, Gaofa community, Shahe street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: China Southern Power Grid Digital Platform Technology (Guangdong) Co.,Ltd.

Address before: Room 86, room 406, No.1, Yichuang street, Zhongxin Guangzhou Knowledge City, Huangpu District, Guangzhou City, Guangdong Province

Applicant before: Southern Power Grid Digital Grid Research Institute Co.,Ltd.

GR01 Patent grant
GR01 Patent grant