CN114491371B - Front-end multi-system jump method and system of web system - Google Patents

Front-end multi-system jump method and system of web system Download PDF

Info

Publication number
CN114491371B
CN114491371B CN202210102705.9A CN202210102705A CN114491371B CN 114491371 B CN114491371 B CN 114491371B CN 202210102705 A CN202210102705 A CN 202210102705A CN 114491371 B CN114491371 B CN 114491371B
Authority
CN
China
Prior art keywords
subsystem
path
module
name
webpage
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
CN202210102705.9A
Other languages
Chinese (zh)
Other versions
CN114491371A (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.)
Foshan Zhongtaolian Supply Chain Service Co Ltd
Tibet Zhongtaolian Supply Chain Service Co Ltd
Original Assignee
Foshan Zhongtaolian Supply Chain Service Co Ltd
Tibet Zhongtaolian Supply Chain Service 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 Foshan Zhongtaolian Supply Chain Service Co Ltd, Tibet Zhongtaolian Supply Chain Service Co Ltd filed Critical Foshan Zhongtaolian Supply Chain Service Co Ltd
Priority to CN202210102705.9A priority Critical patent/CN114491371B/en
Publication of CN114491371A publication Critical patent/CN114491371A/en
Application granted granted Critical
Publication of CN114491371B publication Critical patent/CN114491371B/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
    • 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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • 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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented

Abstract

A front-end multi-system jump method of a web system comprises the following steps: creating an object A, searching a data value of a subsystem stored with an environment variable from a system starting environment by the object A, and setting a first keyword of the subsystem; creating a subsystem B1, and searching the detailed configuration of all the subsystem objects at the front end, wherein the detailed configuration comprises a subsystem name description, a subsystem path, a subsystem name and a subsystem configuration domain name; binding a second keyword for the subsystem name, and storing and collecting the data of the subsystem B1 in a collection B; creating an object C, wherein the object C traverses the set B, and acquires all data of the subsystem B1 by taking the second keyword as a search condition; and (3) creating a public method D, specifically, importing system parameters, retrieving the object C according to the system parameters, obtaining the subsystem B1, splicing the field parameters of the subsystem B1 to obtain a full-path webpage path address, simplifying the jump setting step after the new front end is inserted, and accelerating the deployment speed.

Description

Front-end multi-system skip method and system for web system
Technical Field
The invention relates to the technical field of front ends of web systems, in particular to a front-end multi-system jump method and a front-end multi-system jump system of a web system.
Background
At present, in order to adapt to the development of a large environment, a web system of an enterprise is developed by adopting a micro-service and micro-front-end technical architecture. For an enterprise, a web system comprises a plurality of front end sub-systems, and each front end sub-system is independently developed, tested and deployed. Each subsystem is independent but related, and the subsystems all need to realize jump among the systems by using hyperlinks. For example: the user order management is a subsystem, the financial center of the user is another subsystem, the user needs to jump to the financial center to pay after placing the order, and the subsystem needs to seamlessly connect the processes through jumping technologies such as hyperlink and the like. Each time the hyperlink is skipped, the domain name, address and parameters of the external subsystem are fixedly written in the code. When each subsystem has more functions, the jumping hyperlinks can also be more.
When a front-end subsystem needs to be newly added, a new different sub-domain name or a new domain name also needs to be bound by the newly added front-end system. The development engineer needs to modify and deploy the hyperlinks of all the associated systems required by the newly added front-end system again, and the workload and the unknown risk are greatly increased during operation.
Disclosure of Invention
In view of the above defects, the present invention aims to provide a method and a system for front-end multi-system jump of a web system, which are used to simplify the jump setting step after a new front end is inserted, and accelerate the deployment speed.
In order to achieve the purpose, the invention adopts the following technical scheme: a front-end multi-system jump method of a web system comprises the following steps:
creating an object A, searching a data value of a subsystem stored with an environment variable from a system starting environment by the object A, and setting a first keyword of the subsystem;
creating a subsystem B1, and searching the detailed configuration of all the subsystem objects at the front end, wherein the detailed configuration comprises a subsystem name description, a subsystem path, a subsystem name and a subsystem configuration domain name; the subsystem name is bound with a second keyword, and the data of the subsystem B1 is stored and collected in a collection B;
creating an object C, wherein the object C traverses the set B, and takes a second keyword as a search condition to obtain all data of the subsystem B1;
creating a public method D, wherein the public method D is specifically an incoming system parameter, retrieving an object C according to the system parameter, acquiring a subsystem B1, splicing field parameters of the subsystem B1 to acquire a full-path web page path address, and returning the full-path web page path address in a character form by using the address, wherein the system parameter comprises a subsystem name and a subsystem web page absolute path;
and after a new front end is produced, in the vue system, calling the public method D according to the subsystem name of the page needing to be jumped, and binding the acquired full-path webpage path address with the jump of the new front end.
Preferably, the method further comprises the following steps:
and creating a public method E, specifically, importing system parameters, calling the public method D according to the system parameters, acquiring a full-path webpage path address, and jumping to the address of the subsystem by using a javascript webpage jump code according to the full-path webpage path address.
Preferably, if the data value of the sub-system is not searched in the environment variable, the domain name data is obtained from the code, and the first keyword is set for the domain name data.
Preferably, the step of valuing the domain name configured by the subsystem comprises the following steps:
and acquiring a data value of the subsystem of the object A through the first keyword, and storing the data value in a field of a subsystem configuration domain name of the corresponding B1.
Preferably, the set B thereof is created in a common dictionary.
A front-end multi-system skip system of a web system uses the front-end multi-system skip method of the web system, and comprises a first module, a second module, a third module, a fourth module and a fifth module;
the first module is used for creating an object A, the object A searches a data value of a subsystem stored by an environment variable from a system starting environment and sets a first keyword of the subsystem;
the second module is used for creating a subsystem B1 and searching the detailed configuration of all the subsystem objects at the front end, wherein the detailed configuration comprises subsystem name description, subsystem paths, subsystem names and subsystem configuration domain names; the subsystem name is bound with a second keyword, and the data of the subsystem B1 is stored and collected in a collection B;
the third module is used for creating an object C, and the object C carries out traversal on the set B and takes the second keyword as a search condition to acquire all data of the subsystem B1;
the fourth module is used for creating a public method D, the public method D is specifically an incoming system parameter, an object C is retrieved according to the system parameter, a subsystem B1 is obtained, field parameters of the subsystem B1 are spliced to obtain a full-path webpage path address, the full-path webpage path address is returned in a character form by the address, and the system parameter comprises a subsystem name and a subsystem webpage absolute path;
the fifth module is used for calling the public method D according to the subsystem name of the page needing to be jumped in the vue system, and binding the acquired full-path webpage path address with the jump of the new front end.
Preferably, the device further comprises a sixth module;
the sixth module is used for creating a public method E, specifically, the public method E is a system parameter, a public method D is called according to the system parameter, a full-path webpage path address is obtained, and a javascript webpage jump code is used for jumping to an address of a subsystem according to the full-path webpage path address.
Preferably, the first module further comprises a selection module;
the selection module is used for acquiring the domain name data from the code when the data value of the subsystem is not searched in the environment variable, and setting a first keyword for the domain name data.
Preferably, the second module further comprises a value module;
the value-taking module is used for obtaining the data value of the subsystem of the object A through the first keyword and storing the data value in the field of the subsystem configuration domain name of the corresponding B1.
One of the above technical solutions has the following advantages or beneficial effects: the method simplifies the jump setting step after the new front end is inserted, and only the name of the subsystem to be jumped needs to be bound on the jump key of the new front end. In addition, the information of the new front end can be obtained through the object A, and other subsystems can jump to the new front end only by calling the public method D. And the quick setting of front-end multi-system jump is realized.
Drawings
FIG. 1 is a flow chart of one embodiment of the method of the present invention.
Figure 2 is a schematic block diagram of one embodiment of the system of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "length", "width", "thickness", "upper", "lower", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", "axial", "radial", "circumferential", and the like, indicate orientations and positional relationships based on those shown in the drawings, and are used merely for convenience of description and for simplicity of description, and do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be considered as limiting the present invention.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless otherwise specified.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
As shown in fig. 1-2, a front-end multi-system jump method for a web system includes the following steps:
creating an object A, wherein the object A searches a data value of a subsystem stored with an environment variable from a system starting environment and sets a first keyword of the subsystem;
creating a subsystem B1, and searching the detailed configuration of all the subsystem objects at the front end, wherein the detailed configuration comprises a subsystem name description, a subsystem path, a subsystem name and a subsystem configuration domain name; the subsystem name is bound with a second keyword, and the data of the subsystem B1 is stored and collected in a collection B;
creating an object C, wherein the object C traverses the set B, and takes a second keyword as a search condition to obtain all data of the subsystem B1;
creating a public method D, specifically, importing system parameters, retrieving an object C according to the system parameters, obtaining a subsystem B1, splicing field parameters of the subsystem B1 to obtain a full-path webpage path address, and returning the full-path webpage path address in a character form by the address, wherein the system parameters comprise a subsystem name and a subsystem webpage absolute path;
and after a new front end is produced, in the vue system, calling the public method D according to the subsystem name of the page needing to be jumped, and binding the acquired full-path webpage path address with the jump of the new front end.
When a front-end subsystem needs to be newly added, the newly added front-end system also needs to bind a new different sub-domain name or a new domain name. The development engineer needs to modify and deploy the hyperlinks of all the associated systems required by the newly added front-end system again, and the workload and the unknown risk are greatly increased during operation. Therefore, in the method of the application, after a new front-end subsystem is produced, the new front end is set in the vue system, and only the subsystem name of the subsystem to be jumped needs to be bound in the jump key of the new front end, so that the new front end can realize the jump without modifying the links of other subsystems. The common method D is called after the subsystem name of the subsystem needing to be jumped is bound in the jump key of the current subsystem, the common method D searches all data of the corresponding subsystem B1 in the object C according to the transmitted subsystem name and the absolute path of the subsystem webpage as a search condition, and splices the retrieved data of the subsystem B1 to form a full-path webpage path address corresponding to the corresponding subsystem name. In one embodiment, the subsystem B1 field parameters are concatenated in the following manner $ { subsystem Domain of B1 } $ { subsystem Path of B1 } $ { subsystem Web Page Absolute Path url }. Meanwhile, in order to prevent a plurality of identical subsystem names from existing, the subsystem names are bound by a second keyword in the subsystem B1, and the second keyword is a unique character string and corresponds to the subsystem names one by one. Therefore, when the public method D is called to input the subsystem name, a second keyword can be attached, the page jump success rate is increased, and the new front-stage subsystem can accurately jump to the required page. The object A searches the data value of the subsystem where the environment variable exists from the system starting environment, and the data value of the subsystem where the environment variable exists can be searched through the first keyword when in use. When the new front end is set up to vue, object a may obtain information for the new front end. May be used for calls to other subsystems.
According to the technical scheme, the jump setting step after the new front end is inserted is simplified, and the name of the subsystem to be jumped is bound to the jump key of the new front end. In addition, the information of the new front end can be obtained through the object A, and other subsystems can jump to the new front end only by calling the public method D. And the quick setting of front-end multi-system jump is realized.
Preferably, the method further comprises the following steps:
and creating a public method E, specifically, importing system parameters, calling a public method D according to the system parameters, acquiring a full-path webpage path address, and jumping to the address of the subsystem by using a javascript webpage jump code according to the full-path webpage path address.
Has the advantages that: when an external system or a certain link needs to directly log in a certain front-end subsystem, a public method E can be called to acquire a full-path webpage path address of a response subsystem, and then the full-path webpage path address is input into the jump code to realize direct jump of the external system or other front-end subsystems.
Preferably, if the data value of the sub-system is not searched in the environment variable, the domain name data is obtained from the code, and the first keyword is set for the domain name data.
In an actual situation, there may be a case where the environment variable does not find the data value of the subsystem, and the sub-system configuration domain name may correspond to the domain name data in the environment variable, so when the above-mentioned case occurs, the domain name data may be obtained from the overall code, and a first keyword is set for the domain name data, and the subsystem B1 performs a search by using the first keyword. And the page jump speed is improved.
Preferably, the step of valuing the domain name configured by the subsystem comprises the following steps:
and acquiring the data value of the subsystem of the object A through the first key, and storing the data value under the field of the subsystem configuration domain name of the corresponding B1.
Preferably, the set B thereof is created in a common dictionary.
The most important purpose of the common dictionary is to provide human inquiry for explaining the unknown entries, and in the structured analysis, the common dictionary is used for defining and explaining each component on the data flow graph. In other words, the literal set of definitions and interpretations of all components on a dataflow graph is a common dictionary, and the set of closely consistent definitions established in the common dictionary is very helpful to improve the communication between analysts and users.
A front-end multi-system skip system of a web system uses the front-end multi-system skip method of the web system, and comprises a first module, a second module, a third module, a fourth module and a fifth module;
the first module is used for creating an object A, the object A searches a data value of a subsystem stored by an environment variable from a system starting environment and sets a first keyword of the subsystem;
the second module is used for creating a subsystem B1 and searching detailed configuration of all subsystem objects at the front end, wherein the detailed configuration comprises subsystem name description, subsystem path, subsystem name and subsystem configuration domain name; the subsystem name is bound with a second keyword, and the data of the subsystem B1 is stored and collected in a collection B;
the third module is used for creating an object C, and the object C carries out traversal on the set B and takes the second keyword as a search condition to acquire all data of the subsystem B1;
the fourth module is used for creating a public method D, the public method D is specifically an incoming system parameter, an object C is retrieved according to the system parameter, a subsystem B1 is obtained, field parameters of the subsystem B1 are spliced to obtain a full-path webpage path address, the full-path webpage path address is returned in a character form by the address, and the system parameter comprises a subsystem name and a subsystem webpage absolute path;
the fifth module is used for calling the public method D according to the subsystem name of the page needing to be jumped in the vue system, and binding the acquired full-path webpage path address with the jump of the new front end.
Preferably, the device further comprises a sixth module;
the sixth module is used for creating a public method E, specifically, the public method E is a system parameter, a public method D is called according to the system parameter, a full-path webpage path address is obtained, and a javascript webpage jump code is used for jumping to an address of a subsystem according to the full-path webpage path address.
Preferably, the first module further comprises a selection module;
the selection module is used for acquiring the domain name data from the code when the data value of the subsystem is not searched in the environment variable, and setting a first keyword for the domain name data.
Preferably, the second module further comprises a value module;
the value-taking module is used for acquiring the data value of the subsystem of the object A through the first keyword and storing the data value in the field of the subsystem configuration domain name of the corresponding B1.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an illustrative embodiment," "an example," "a specific example," or "some examples" or the like mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the invention have been shown and described, it will be understood by those of ordinary skill in the art that: various changes, modifications, substitutions and alterations can be made to the embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.

Claims (7)

1. A front-end multi-system jump method of a web system is characterized by comprising the following steps:
creating an object A, searching a data value of a subsystem stored with an environment variable from a system starting environment by the object A, and setting a first keyword of the data value of the subsystem;
creating a subsystem B1, and searching the detailed configuration of all the subsystem objects at the front end, wherein the detailed configuration comprises a subsystem name description, a subsystem path, a subsystem name and a subsystem configuration domain name; the subsystem name is bound with a second keyword, and the data of the subsystem B1 is stored and collected in a collection B;
creating an object C, wherein the object C traverses the set B, and acquires all data of the subsystem B1 by taking a second keyword as a search condition;
creating a public method D, specifically, importing system parameters, retrieving an object C according to the system parameters, obtaining a subsystem B1, splicing field parameters of the subsystem B1 to obtain a full-path webpage path address, and returning the full-path webpage path address in a character form by the address, wherein the system parameters comprise a subsystem name and a subsystem webpage absolute path;
after a new front end is produced, in an vue system, calling the public method D according to the subsystem name of the page needing to be jumped, and binding the acquired full-path webpage path address with the jump of the new front end;
further comprising the steps of:
and creating a public method E, specifically, importing system parameters, calling a public method D according to the system parameters, acquiring a full-path webpage path address, and jumping to the address of the subsystem by using a javascript webpage jump code according to the full-path webpage path address.
2. The method as claimed in claim 1, wherein if the data value of the subsystem is not searched in the environment variable, the domain name data is obtained from the code and the first keyword is set for the domain name data.
3. The method for multi-system skip at the front end of the web system according to claim 1, wherein the step of valuing the domain name configured by the subsystem comprises the following steps:
and acquiring the data value of the subsystem of the object A through the first key, and storing the data value under the field of the subsystem configuration domain name of the corresponding B1.
4. The method of claim 1, wherein the set B is created in a common dictionary.
5. A front-end multi-system skip system of a web system, which uses the front-end multi-system skip method of the web system as claimed in any one of claims 1 to 4, and is characterized by comprising a first module, a second module, a third module, a fourth module and a fifth module;
the first module is used for creating an object A, the object A searches a data value of a subsystem stored by an environment variable from a system starting environment and sets a first keyword of the subsystem;
the second module is used for creating a subsystem B1 and searching detailed configuration of all subsystem objects at the front end, wherein the detailed configuration comprises subsystem name description, subsystem path, subsystem name and subsystem configuration domain name; the subsystem name is bound with a second keyword, and the data of the subsystem B1 is stored and collected in a collection B;
the third module is used for creating an object C, and the object C carries out traversal on the set B and takes the second keyword as a search condition to acquire all data of the subsystem B1;
the fourth module is used for creating a public method D, the public method D is specifically an incoming system parameter, an object C is retrieved according to the system parameter, a subsystem B1 is obtained, field parameters of the subsystem B1 are spliced to obtain a full-path webpage path address, the full-path webpage path address is returned in a character form by the address, and the system parameter comprises a subsystem name and a subsystem webpage absolute path;
the fifth module is used for calling the public method D according to the subsystem name of the page needing to be jumped in the vue system, and binding the acquired full-path webpage path address with the jump of the new front end;
the device also comprises a sixth module;
the sixth module is used for creating a public method E, specifically, the public method E is a system parameter, a public method D is called according to the system parameter, a full-path webpage path address is obtained, and a javascript webpage jump code is used for jumping to an address of a subsystem according to the full-path webpage path address.
6. The system of claim 5, wherein the first module further comprises a selection module;
the selection module is used for acquiring the domain name data from the code when the data value of the subsystem is not searched in the environment variable, and setting a first keyword for the domain name data.
7. The multi-system skip system at the front end of the web system as claimed in claim 5, wherein the second module further comprises a value module;
the value-taking module is used for acquiring the data value of the subsystem of the object A through the first keyword and storing the data value in the field of the subsystem configuration domain name of the corresponding B1.
CN202210102705.9A 2022-01-27 2022-01-27 Front-end multi-system jump method and system of web system Active CN114491371B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210102705.9A CN114491371B (en) 2022-01-27 2022-01-27 Front-end multi-system jump method and system of web system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210102705.9A CN114491371B (en) 2022-01-27 2022-01-27 Front-end multi-system jump method and system of web system

Publications (2)

Publication Number Publication Date
CN114491371A CN114491371A (en) 2022-05-13
CN114491371B true CN114491371B (en) 2022-09-16

Family

ID=81475821

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210102705.9A Active CN114491371B (en) 2022-01-27 2022-01-27 Front-end multi-system jump method and system of web system

Country Status (1)

Country Link
CN (1) CN114491371B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115190107B (en) * 2022-07-07 2023-04-18 四川川大智胜系统集成有限公司 Multi-subsystem management method based on extensive domain name, management terminal and readable storage medium
CN116610242A (en) * 2023-05-05 2023-08-18 广州市玄武无线科技股份有限公司 Service subsystem integration method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105989002A (en) * 2015-01-27 2016-10-05 阿里巴巴集团控股有限公司 Webpage data query method and device, and method and device for establishing webpage jump path database
CN106168884A (en) * 2011-08-26 2016-11-30 威睿公司 Access the computer system of object storage system
CN106815248A (en) * 2015-11-30 2017-06-09 北京国双科技有限公司 Web analytics method and device
CN110688120A (en) * 2018-07-06 2020-01-14 武汉斗鱼网络科技有限公司 Method for jumping to designated module and electronic equipment
WO2020147396A1 (en) * 2019-01-17 2020-07-23 平安科技(深圳)有限公司 Method for dynamically configuring service domain name, device, apparatus, and storage medium
CN113296856A (en) * 2020-07-13 2021-08-24 阿里巴巴集团控股有限公司 Page jump and route configuration method, equipment, system and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102055817B (en) * 2010-12-30 2014-07-30 中国人民解放军信息工程大学 Method for gathering homologous address beam and homologous gathering network route system
CN111475750B (en) * 2020-03-04 2021-05-28 百度在线网络技术(北京)有限公司 Page preloading control method, device, system, equipment and storage medium
CN111611507A (en) * 2020-05-27 2020-09-01 掌阅科技股份有限公司 Modularization-based in-application page jump method and computing device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106168884A (en) * 2011-08-26 2016-11-30 威睿公司 Access the computer system of object storage system
CN105989002A (en) * 2015-01-27 2016-10-05 阿里巴巴集团控股有限公司 Webpage data query method and device, and method and device for establishing webpage jump path database
CN106815248A (en) * 2015-11-30 2017-06-09 北京国双科技有限公司 Web analytics method and device
CN110688120A (en) * 2018-07-06 2020-01-14 武汉斗鱼网络科技有限公司 Method for jumping to designated module and electronic equipment
WO2020147396A1 (en) * 2019-01-17 2020-07-23 平安科技(深圳)有限公司 Method for dynamically configuring service domain name, device, apparatus, and storage medium
CN113296856A (en) * 2020-07-13 2021-08-24 阿里巴巴集团控股有限公司 Page jump and route configuration method, equipment, system and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Web Service Interaction Modeling and Verification Using Recursive Composition Algebra;Gopal N. Rai等;《 IEEE Transactions on Services Computing》;20180104;第14卷(第01期);300-314 *
基于Node.js的Web前端框架的研究与实现;温馨;《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》;20180415(第04期);I138-421 *
基于Web的命令行的研究与实现;王健;《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》;20150415(第04期);I138-205 *

Also Published As

Publication number Publication date
CN114491371A (en) 2022-05-13

Similar Documents

Publication Publication Date Title
CN114491371B (en) Front-end multi-system jump method and system of web system
US9280607B2 (en) Method and a device for frequency counting
CN101329687B (en) Method for positioning news web page
CN1526104B (en) Parsing structured data
CN101727490A (en) Method for realizing page insertion in WEB application and WEB server
CN105320740A (en) WeChat article and official account acquisition method and acquisition system
CN101984429A (en) Method and device for acquiring destination page, search engine and browser
US20110208715A1 (en) Automatically mining intents of a group of queries
CN102054028A (en) Web crawler system with page-rendering function and implementation method thereof
CN112148678B (en) File access method, system, device and medium
CN101309178B (en) Parsing method and apparatus for automatic exchanging optical network systematic log information
CN102819384B (en) A kind of input field place carries out the method and apparatus of pointing out display
CN103488560B (en) Test object processing method and test object processing device for webpage test
CN104679500A (en) Automatic generation realizing method and device for entity classes
CN110019067A (en) A kind of log analysis method and system
US20120150857A1 (en) Bookmark extracting apparatus, method and computer program
CN101008946A (en) Search method of Chinese mobile communication information and device thereof
CN108900547A (en) Return operated control method and device
CN106776937B (en) Method and device for determining inner-link keywords
CN102937977A (en) Search server and search method
CN112434250B (en) CMS (content management system) identification feature rule extraction method based on online website
CN104704495B (en) The method and device of a kind of information search
CN105224465A (en) Webpage adjustment method and device
CN105808623A (en) Search-based page access event association method and device
CN105653367A (en) Method and device for traversing timer

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