CN111124565B - Data loading method and device - Google Patents
Data loading method and device Download PDFInfo
- Publication number
- CN111124565B CN111124565B CN201911199235.7A CN201911199235A CN111124565B CN 111124565 B CN111124565 B CN 111124565B CN 201911199235 A CN201911199235 A CN 201911199235A CN 111124565 B CN111124565 B CN 111124565B
- Authority
- CN
- China
- Prior art keywords
- page
- token
- target system
- displayed
- target
- 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
Links
- 238000011068 loading method Methods 0.000 title claims abstract description 48
- 238000000034 method Methods 0.000 claims abstract description 22
- 230000006870 function Effects 0.000 description 10
- 238000005516 engineering process Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000010354 integration Effects 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 238000012550 audit Methods 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The invention provides a data loading method and a data loading device, wherein the method comprises the following steps: presetting a container; receiving page data of a page to be displayed of a target system sent by the target system; generating an effective address of the page to be displayed according to the page data; and loading the page to be displayed in the container according to the effective address. The invention provides a data loading method and device, which can reduce the workload.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data loading method and apparatus.
Background
In some businesses, it is often desirable to integrate the functionality of one system into another system, such as: the functionality of system a is integrated into system B. In this case, the prior art is mainly realized by redevelopment of the functions of the system a in the system B, and the workload is large.
Disclosure of Invention
The embodiment of the invention provides a data loading method and device, which can reduce the workload.
In a first aspect, an embodiment of the present invention provides a data loading method, including:
presetting a container;
receiving page data of a page to be displayed of a target system sent by the target system;
generating an effective address of the page to be displayed according to the page data;
and loading the page to be displayed in the container according to the effective address.
Alternatively, the process may be carried out in a single-stage,
the receiving the page data of the page to be displayed of the target system sent by the target system comprises the following steps:
receiving index data and URL (Uniform Resource Locator ) addresses of the pages to be displayed sent by the target system;
the generating the effective address of the page to be displayed according to the page data comprises the following steps:
and generating the effective address of the page to be displayed according to the index data and the URL address.
Alternatively, the process may be carried out in a single-stage,
the method further comprises the steps of: presetting a jump page;
and loading the page to be displayed in the container according to the effective address, wherein the loading comprises the following steps:
loading the jump page in the container;
the jump page is redirected to the effective address.
Alternatively, the process may be carried out in a single-stage,
the method further comprises the steps of:
providing a target token to the target system when a token request of the target system is received, and saving the target token and the generation time of the target token;
before receiving the page data of the page to be displayed of the target system sent by the target system, the method further comprises the following steps:
a1: judging whether the target system sends a token to be verified or not, if so, executing A2, otherwise, ending the current flow;
a2: judging whether the token to be verified is the same as the target token, if so, executing A3, otherwise, ending the current flow;
a3: and judging whether the time interval between the generation time of the target token and the current time exceeds a preset duration, if so, ending the current flow, otherwise, executing the page data of the page to be displayed of the target system sent by the target system.
Alternatively, the process may be carried out in a single-stage,
the index data includes: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
In a second aspect, an embodiment of the present invention provides a data loading apparatus, including:
the receiving unit is used for receiving page data of a page to be displayed of the target system sent by the target system;
the address generation unit is used for generating an effective address of the page to be displayed according to the page data;
and the loading unit is used for loading the page to be displayed in a preset container according to the effective address.
Alternatively, the process may be carried out in a single-stage,
the receiving unit is used for receiving index data and URL addresses of the pages to be displayed, which are sent by the target system;
and the address generating unit is used for generating the effective address of the page to be displayed according to the index data and the URL address.
Alternatively, the process may be carried out in a single-stage,
the loading unit is used for loading a preset jump page in the container and redirecting the jump page to the effective address.
Alternatively, the process may be carried out in a single-stage,
the apparatus further comprises:
a token providing unit configured to provide a target token to the target system when a token request of the target system is received, and save the target token and a generation time of the target token;
further comprises:
an authentication unit for performing:
a1: judging whether the target system sends a token to be verified or not, if so, executing A2, otherwise, ending the current flow;
a2: judging whether the token to be verified is the same as the target token, if so, executing A3, otherwise, ending the current flow;
a3: and judging whether the time interval between the generation time of the target token and the current time exceeds a preset duration, if so, ending the current flow, otherwise, executing the page data of the page to be displayed of the target system sent by the target system.
Alternatively, the process may be carried out in a single-stage,
the index data includes: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
In the embodiment of the invention, the container is preset, the effective address of the page to be displayed can be generated through the page data of the page to be displayed sent by the target system, and the page to be displayed can be loaded in the container based on the effective address, that is, the related functions of the target system are not required to be re-developed, and the page to be displayed of the target system can be opened only by acquiring the page data of the page to be displayed, so that the workload is greatly reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a data loading method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another method for loading data according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a data loading device according to an embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments, and all other embodiments obtained by those skilled in the art without making any inventive effort based on the embodiments of the present invention are within the scope of protection of the present invention.
As shown in fig. 1, an embodiment of the present invention provides a data loading method, including:
step 101: presetting a container;
step 102: receiving page data of a page to be displayed of a target system sent by the target system;
step 103: generating an effective address of the page to be displayed according to the page data;
step 104: and loading the page to be displayed in the container according to the effective address.
In the embodiment of the invention, the container is preset, the effective address of the page to be displayed can be generated through the page data of the page to be displayed sent by the target system, and the page to be displayed can be loaded in the container based on the effective address, that is, the related functions of the target system are not required to be re-developed, and the page to be displayed of the target system can be opened only by acquiring the page data of the page to be displayed, so that the workload is greatly reduced.
In the embodiment of the invention, the target system can be any system, that is, the scheme is not only aimed at a specific target system, but also applicable to a plurality of systems, is a general framework, and can quickly integrate any system without developing aiming at different target systems.
The container is equivalent to a browser, a page to be displayed can be directly loaded in the container, a new browser is not required to be opened for loading the page to be displayed, the container is different from the prior art, the mainstream integration mode is that a new browser process is directly opened by using a single sign-on technology, and a new system is opened for the user. The processing mode of the embodiment of the invention gives the customer the feeling of operating in the current system, and the integration is not felt by the user, so that the system is simpler to the greatest extent and the operation is more friendly.
In an embodiment of the present invention, the receiving, sent by the target system, page data of a page to be displayed of the target system includes:
receiving index data and URL addresses of the pages to be displayed, which are sent by the target system;
the generating the effective address of the page to be displayed according to the page data comprises the following steps:
and generating the effective address of the page to be displayed according to the index data and the URL address.
In the embodiment of the invention, the index data is the main information of the page to be displayed, and based on the main information and the URL address, an effective address, namely the real address of the page to be displayed, can be generated. The main information of different pages to be presented is different. For example: the page to be displayed is a page displaying the document, and then the index data of the page to be displayed may include: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
When the target system sends page data of the page to be displayed, the target system can transmit related data according to a format specified by XML (Extensible Markup Language ), and the following format specification is XML:
specifically, page data transmitted from the target system may be received through a WSDL (Web service description language, web Services Description Language) service that receives XML standardized data.
In one embodiment of the present invention, the method further comprises:
providing a target token to the target system when a token request of the target system is received, and saving the target token and the generation time of the target token;
before receiving the page data of the page to be displayed of the target system sent by the target system, the method further comprises the following steps:
a1: judging whether the target system sends a token to be verified or not, if so, executing A2, otherwise, ending the current flow;
a2: judging whether the token to be verified is the same as the target token, if so, executing A3, otherwise, ending the current flow;
a3: and judging whether the time interval between the generation time of the target token and the current time exceeds a preset duration, if so, ending the current flow, otherwise, executing the page data of the page to be displayed of the target system sent by the target system.
In the embodiment of the invention, in order to ensure the security of data transmission, a token is used for verification before page data are transmitted. The target system may acquire the target token in advance, and specifically, the target system may pass the token through the token service, which may also be a WSDL service. For example, the address of the token service is: http:// GSIP address/cwbase/service/taskinterface.
After the target system successfully acquires the target token, the token service automatically saves the target token into a database and records the generation time of the target token. Thereafter, when the target system needs to transmit data, the target token needs to be passed. The preset duration may be set to be 24 hours, if the time for receiving the target token exceeds 24 hours from the generation time of the target token, it is determined that the target token has failed, a token invalid identifier may be returned to the target system, and the target system may reacquire the token after receiving the token invalid identifier.
When the target token is generated, the target token can be generated according to the user name and the password of the target system, then the target token is encrypted through the MD5, the stored target token is encrypted, and the token sent by the target system is encrypted, so that the occurrence of hotlinking can be prevented, and the safety of data transmission is ensured.
Specifically, the verification of the target token may be achieved by the following code:
in one embodiment of the present invention, the method further comprises: presetting a jump page;
and loading the page to be displayed in the container according to the effective address, wherein the loading comprises the following steps:
loading the jump page in the container;
the jump page is redirected to the effective address.
In the embodiment of the invention, the jump page is loaded in the container, and then the jump page is redirected to the effective address, so that the page to be displayed can be loaded in the container.
The following describes in detail a data loading method according to an embodiment of the present invention with a specific example, as shown in fig. 2, specifically including the following steps:
step 201: the container and the jump page are preset.
In particular, the container corresponds to a browser, in which any page can be loaded.
The skip page is a blank page, and when the page to be displayed needs to be opened, the skip page can be skipped to the page to be displayed from the blank page.
Step 202: when a token request of the target system is received, the target system is provided with the target token, and the generation time of the target token and the target token is saved.
Step 203: whether the target system sends a token to be verified or not is judged, if yes, step 204 is executed, and if not, the current flow is ended.
Specifically, if the system requesting to display the page to be displayed does not have a token, the target system is not safe and is not allowed to perform subsequent operations.
Step 204: and judging whether the token to be verified is the same as the target token, if so, executing step 205, otherwise, ending the current flow.
Specifically, if the target system has a token, it is also checked whether the token to be verified provided by the target system is not the token issued by the present system, and if not, the target system provides a token that the token is false, and the target system is not allowed to perform subsequent operations.
Step 205: whether the time interval between the generation time of the target token and the current time exceeds the preset duration is judged, if yes, the current flow is ended, and otherwise, the step 206 is executed.
Specifically, if the token provided by the target system is a token issued by the system, whether the token has been invalid is verified, and if so, a new token can be acquired by inputting a user name and a password into the target system. Of course, if the user name and password entered by the target system are incorrect, the target system will not provide the token.
Step 206: and receiving index data and URL addresses of pages to be displayed of the target system sent by the target system.
Specifically, if the page to be presented is a document presentation page, the index data may be: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
The index data, in particular, which data can be preset as needed. In general, index data is some key information of the page to be presented.
Step 207: and generating an effective address of the page to be displayed according to the index data and the URL address.
Specifically, the page to be displayed cannot be directly jumped to only through the URL address of the page to be displayed, and only the effective address can be jumped to the page to be displayed. The effective address may not be a web address, may be an address within a local area network, or may be an address on the same device.
Step 208: the jump page is loaded in the container.
Specifically, a blank jump page is loaded in a container.
Step 209: and redirecting the jump page to the effective address to realize loading the page to be displayed in the container.
Specifically, the loading of the page to be displayed can be realized through a redirection mode.
As shown in fig. 3, an embodiment of the present invention provides a data loading device, including:
a receiving unit 301, configured to receive page data of a page to be displayed of a target system sent by the target system;
an address generating unit 302, configured to generate an effective address of the page to be displayed according to the page data;
and the loading unit 303 is configured to load the page to be displayed in a preset container according to the effective address.
In an embodiment of the present invention, the receiving unit is configured to receive index data and URL addresses of the pages to be displayed sent by the target system;
and the address generating unit is used for generating the effective address of the page to be displayed according to the index data and the URL address.
In an embodiment of the present invention, the loading unit is configured to load a preset jump page in the container, and redirect the jump page to the effective address.
In one embodiment of the present invention, the apparatus further comprises:
a token providing unit configured to provide a target token to the target system when a token request of the target system is received, and save the target token and a generation time of the target token;
further comprises:
an authentication unit for performing:
a1: judging whether the target system sends a token to be verified or not, if so, executing A2, otherwise, ending the current flow;
a2: judging whether the token to be verified is the same as the target token, if so, executing A3, otherwise, ending the current flow;
a3: and judging whether the time interval between the generation time of the target token and the current time exceeds a preset duration, if so, ending the current flow, otherwise, executing the page data of the page to be displayed of the target system sent by the target system.
In an embodiment of the present invention, the index data includes: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
In an embodiment of the present invention, the receiving unit may include a data index list function. The data index list function can display page data of a page to be displayed and can open index data. The data index list function is developed for web technology, and is mainly used for a GSP development platform, and the used foreground language mainly comprises HTML5, javascript and the like.
In the embodiment of the invention, the data loading device can provide a frame card page, and the frame card page is a preset container. A wide variety of pages can be placed within the container. The page data may be transferred to the jumplist page through the container. And after the jump page encapsulates the index data and the URL address, generating an effective address, and calling an open method to directly open the page to be displayed in the container.
In the embodiment of the invention, the page of the data loading device can be realized by the following codes:
<iframe id="showbilliframe"width="100%"scrolling="auto"
frameborder="0"
src="/cwbase/web/jzgx/xcyw/722ecbb9-bbfc-4e6c-8ca3-dfc3dda6dce7/Index.htmlisruntime=1&;firstLatitude=994054E7-BECA-4BDC-B16C-07641316BD15&;secondLatitude=JH&;product=FSSC&;operation=VIEW&;gnid=FSJH&;nm=f0c2c3e5-0ca2-ef81-32e7-4b26bc553f32"
class="approvalIframe"style="height:100%;"></iframe>
src in Iframe is the frame page
The jump from the jump page to the page to be presented can be realized by the following codes:
the receiving unit may implement the reception of the page data by:
it will be appreciated that the structure illustrated in the embodiments of the present invention does not constitute a specific limitation on the data loading device. In other embodiments of the invention, the data loading device may include more or fewer components than shown, or certain components may be combined, or certain components may be split, or different arrangements of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
The content of information interaction and execution process between the units in the device is based on the same conception as the embodiment of the method of the present invention, and specific content can be referred to the description in the embodiment of the method of the present invention, which is not repeated here.
The present invention also provides a computer readable medium storing instructions for causing a computer to perform a data loading method as described herein. Specifically, a system or apparatus provided with a storage medium on which a software program code realizing the functions of any of the above embodiments is stored, and a computer (or CPU or MPU) of the system or apparatus may be caused to read out and execute the program code stored in the storage medium.
In this case, the program code itself read from the storage medium may realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code form part of the present invention.
Examples of the storage medium for providing the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer by a communication network.
Further, it should be apparent that the functions of any of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform part or all of the actual operations based on the instructions of the program code.
Further, it is understood that the program code read out by the storage medium is written into a memory provided in an expansion board inserted into a computer or into a memory provided in an expansion unit connected to the computer, and then a CPU or the like mounted on the expansion board or the expansion unit is caused to perform part and all of actual operations based on instructions of the program code, thereby realizing the functions of any of the above embodiments.
It should be noted that not all the steps and modules in the above flowcharts and the system configuration diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution sequence of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by multiple physical entities, or may be implemented jointly by some components in multiple independent devices.
In the above embodiments, the hardware unit may be mechanically or electrically implemented. For example, a hardware unit may include permanently dedicated circuitry or logic (e.g., a dedicated processor, FPGA, or ASIC) to perform the corresponding operations. The hardware unit may also include programmable logic or circuitry (e.g., a general-purpose processor or other programmable processor) that may be temporarily configured by software to perform the corresponding operations. The particular implementation (mechanical, or dedicated permanent, or temporarily set) may be determined based on cost and time considerations.
While the invention has been illustrated and described in detail in the drawings and in the preferred embodiments, the invention is not limited to the disclosed embodiments, and it will be appreciated by those skilled in the art that the code audits of the various embodiments described above may be combined to produce further embodiments of the invention, which are also within the scope of the invention.
Claims (2)
1. A data loading method, characterized in that a container is preset, comprising:
receiving page data of a page to be displayed of a target system sent by the target system;
generating an effective address of the page to be displayed according to the page data;
loading the page to be displayed in the container according to the effective address;
the receiving the page data of the page to be displayed of the target system sent by the target system comprises the following steps:
receiving index data and Uniform Resource Locator (URL) addresses of the pages to be displayed sent by the target system;
the generating the effective address of the page to be displayed according to the page data comprises the following steps:
generating the effective address of the page to be displayed according to the index data and the URL address;
further comprises: presetting a jump page;
and loading the page to be displayed in the container according to the effective address, wherein the loading comprises the following steps:
loading the jump page in the container;
redirecting the jump page to the effective address;
further comprises:
providing a target token to the target system when a token request of the target system is received, and saving the target token and the generation time of the target token;
before receiving the page data of the page to be displayed of the target system sent by the target system, the method further comprises the following steps:
a1: judging whether the target system sends a token to be verified or not, if so, executing A2, otherwise, ending the current flow;
a2: judging whether the token to be verified is the same as the target token, if so, executing A3, otherwise, ending the current flow;
a3: judging whether the time interval between the generation time of the target token and the current time exceeds a preset duration, if so, ending the current flow, otherwise, executing the page data of the page to be displayed of the target system sent by the target system;
the index data includes: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
2. A data loading device, comprising:
the receiving unit is used for receiving page data of a page to be displayed of the target system sent by the target system;
the address generation unit is used for generating an effective address of the page to be displayed according to the page data;
the loading unit is used for loading the page to be displayed in a preset container according to the effective address;
the receiving unit is used for receiving index data and Uniform Resource Locator (URL) addresses of the pages to be displayed, which are sent by the target system;
the address generation unit is used for generating the effective address of the page to be displayed according to the index data and the URL address;
the loading unit is used for loading a preset jump page in the container and redirecting the jump page to the effective address;
further comprises:
a token providing unit configured to provide a target token to the target system when a token request of the target system is received, and save the target token and a generation time of the target token;
further comprises:
an authentication unit for performing:
a1: judging whether the target system sends a token to be verified or not, if so, executing A2, otherwise, ending the current flow;
a2: judging whether the token to be verified is the same as the target token, if so, executing A3, otherwise, ending the current flow;
a3: judging whether the time interval between the generation time of the target token and the current time exceeds a preset duration, if so, ending the current flow, otherwise, executing the page data of the page to be displayed of the target system sent by the target system;
the index data includes: the bill type, the bill number, the single person, the bill making date, the bill amount, the bill of the bill and the department of the bill.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911199235.7A CN111124565B (en) | 2019-11-29 | 2019-11-29 | Data loading method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911199235.7A CN111124565B (en) | 2019-11-29 | 2019-11-29 | Data loading method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111124565A CN111124565A (en) | 2020-05-08 |
CN111124565B true CN111124565B (en) | 2024-01-19 |
Family
ID=70497098
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911199235.7A Active CN111124565B (en) | 2019-11-29 | 2019-11-29 | Data loading method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111124565B (en) |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0903675A1 (en) * | 1997-09-18 | 1999-03-24 | Hewlett-Packard Company | Method and apparatus for providing increased content from a resource constrained device |
CN103634301A (en) * | 2013-11-14 | 2014-03-12 | 新浪网技术(中国)有限公司 | Client side and method for accessing private data stored in server by user |
CN107038194A (en) * | 2016-11-17 | 2017-08-11 | 阿里巴巴集团控股有限公司 | A kind of method for page jump and device |
CN107480148A (en) * | 2016-06-07 | 2017-12-15 | 广州市动景计算机科技有限公司 | The method and device and user terminal that control webpage redirects |
CN108769832A (en) * | 2018-03-16 | 2018-11-06 | 青岛海信宽带多媒体技术有限公司 | A kind of Webpage display process, device and set-top box |
CN109426535A (en) * | 2017-08-24 | 2019-03-05 | 武汉斗鱼网络科技有限公司 | A kind of method jumping to page designated position, storage medium, equipment and system |
CN110442286A (en) * | 2019-07-29 | 2019-11-12 | 北京奇艺世纪科技有限公司 | A kind of page display method, device and electronic equipment |
-
2019
- 2019-11-29 CN CN201911199235.7A patent/CN111124565B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0903675A1 (en) * | 1997-09-18 | 1999-03-24 | Hewlett-Packard Company | Method and apparatus for providing increased content from a resource constrained device |
CN103634301A (en) * | 2013-11-14 | 2014-03-12 | 新浪网技术(中国)有限公司 | Client side and method for accessing private data stored in server by user |
CN107480148A (en) * | 2016-06-07 | 2017-12-15 | 广州市动景计算机科技有限公司 | The method and device and user terminal that control webpage redirects |
CN107038194A (en) * | 2016-11-17 | 2017-08-11 | 阿里巴巴集团控股有限公司 | A kind of method for page jump and device |
CN109426535A (en) * | 2017-08-24 | 2019-03-05 | 武汉斗鱼网络科技有限公司 | A kind of method jumping to page designated position, storage medium, equipment and system |
CN108769832A (en) * | 2018-03-16 | 2018-11-06 | 青岛海信宽带多媒体技术有限公司 | A kind of Webpage display process, device and set-top box |
CN110442286A (en) * | 2019-07-29 | 2019-11-12 | 北京奇艺世纪科技有限公司 | A kind of page display method, device and electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN111124565A (en) | 2020-05-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104461491B (en) | The operation method and system of a kind of Hybrid components | |
CN112333198B (en) | Secure cross-domain login method, system and server | |
US8819116B1 (en) | Providing services using a device capabilities service | |
CN109462601B (en) | Multi-platform access method and device based on eSIM | |
US9497260B2 (en) | Communication between two web applications | |
CN113627145A (en) | Method, device, equipment and medium for generating file of parameterized configuration | |
CN106878244B (en) | Authenticity certification information providing method and device | |
CN112214714A (en) | Request processing method, device and equipment based on configuration file and storage medium | |
CN107203576A (en) | Information synchronization method and device | |
US20150324598A1 (en) | Method and System for Managing Uniquely Identifiable Bookmarklets | |
CN112818270A (en) | Data cross-domain transfer method and device and computer equipment | |
CN108881320B (en) | Authentication processing method for user login, server and client | |
CN112861033B (en) | Method and device for executing service | |
US20220405357A1 (en) | Method, system and computer program for registering a user with a third-party service | |
CN110889106A (en) | Configuration method, device, system and computer readable storage medium | |
CN111124565B (en) | Data loading method and device | |
JP4878193B2 (en) | Determination program, determination method, and determination apparatus | |
CN111901180A (en) | Multi-tenant terminal generation method, device, equipment and storage medium of education system | |
CN112131085A (en) | Method, system and device for recording and playing back Internet business process | |
CN113742702B (en) | Method, system, equipment and storage medium for secure access based on enterprise WeChat | |
CN112732676B (en) | Block chain-based data migration method, device, equipment and storage medium | |
CN114510266A (en) | Method and system for releasing light application at one end and automatically adapting to use of multiple terminals | |
CN110889698B (en) | Command processing method, electronic equipment and storage medium | |
CN107547518B (en) | Method and device for hiding front-end password | |
CN112968866B (en) | Method, device and system for binding user account information and user identity information |
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 |