CN111857855B - Webpage loading method and device and intelligent equipment - Google Patents

Webpage loading method and device and intelligent equipment Download PDF

Info

Publication number
CN111857855B
CN111857855B CN201910258588.3A CN201910258588A CN111857855B CN 111857855 B CN111857855 B CN 111857855B CN 201910258588 A CN201910258588 A CN 201910258588A CN 111857855 B CN111857855 B CN 111857855B
Authority
CN
China
Prior art keywords
page
switching
pages
target
home
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
CN201910258588.3A
Other languages
Chinese (zh)
Other versions
CN111857855A (en
Inventor
王桂斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Sushang Bank Co ltd
Original Assignee
Nanjing Xingyun Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Xingyun Digital Technology Co Ltd filed Critical Nanjing Xingyun Digital Technology Co Ltd
Priority to CN201910258588.3A priority Critical patent/CN111857855B/en
Priority to PCT/CN2019/109120 priority patent/WO2020199544A1/en
Priority to CA3176866A priority patent/CA3176866A1/en
Publication of CN111857855A publication Critical patent/CN111857855A/en
Application granted granted Critical
Publication of CN111857855B publication Critical patent/CN111857855B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a webpage loading method and device and intelligent equipment, relates to the technical field of mobile application, and can realize that the user experience of mixed-mode mobile application in the aspect of page display is closer to that of originally developed application. The method comprises the following steps: pre-downloading structure codes of a plurality of pages to be displayed, and writing the structure codes into the same HTML file by taking the pages as units; calling a style attribute control to horizontally arrange or vertically arrange a plurality of page structures according to the identification sequence; automatically accessing the associated webpage address through the web control to load the dynamic data of the home page; detecting a page switching instruction of a user and switching a target page structure to the nearest position of a home page; gradually switching in the target page to be displayed and gradually switching out the first page to be hidden by simulating the native switching animation when the switching condition is met; and performing request rendering of dynamic data through the web control and displaying a complete page view until the target page structure is completely cut in.

Description

Webpage loading method and device and intelligent equipment
Technical Field
The invention relates to the technical field of mobile application, in particular to a webpage loading method and device and intelligent equipment.
Background
The Hybrid-mode mobile application (Hybrid App) is an App between a Web-App and a Native-App, the Hybrid App is developed and manufactured by using a program language and a webpage language together, the program language (Native) is a fundamental stone of client application, a corresponding development language needs to be selected according to an operating system carried by a terminal during application development, for example, an Android operating system needs to be developed by using a java language, an iOS operating system needs to be developed by using an Objective-C language, client application compiled by program language development needs to be installed on the terminal for running, server application compiled by the webpage language (Html) is deployed at a server or packaged in the client application, the operating system of the terminal does not need to be distinguished, the Hybrid App has a cross-platform characteristic, and the client application loads webpage resources developed by the webpage language through a Web control during use to display a webpage. Therefore, the mixed-mode mobile application has the advantages of good user interaction experience of Native App and cross-platform development of WebApp.
In the mixed-mode mobile application, the display of a webpage by a client application comprises two parts, namely a page structure part and a dynamic data part, generally speaking, when the webpage is displayed, the client application loads a webpage address corresponding to a page structure through a Web control, acquires dynamic data through a data request after the loading is finished, and finishes the complete display of the webpage according to the returned dynamic data; when a user triggers the page switching operation, a webpage address corresponding to the next page is loaded in a mode of the current Web control or a newly-built Web control, the request rendering of dynamic data is carried out in sequence, and a complete page view is displayed.
In practical application, the mixed-mode mobile application has the following problems when loading a display page: because the loading of the Web page address and the rendering of the page resource by the Web control need to take a period of time, the page is in a no-content state at this stage, and is particularly more obvious when the page is switched, and is usually displayed in a white screen waiting state.
Disclosure of Invention
The invention aims to provide a webpage loading method, a webpage loading device and intelligent equipment, which can realize that the user experience of mixed-mode mobile application in the aspect of webpage display is closer to that of originally developed application.
In order to achieve the above object, an aspect of the present invention provides a web page loading method, including:
step S1, pre-downloading the structure codes of a plurality of pages to be displayed, and writing the structure codes into the same HTML file by taking the pages as units;
step S2, associating the web page addresses of each page structure, and simultaneously respectively identifying the page structures;
step S3, calling style attribute control to arrange multiple page structures horizontally or vertically according to the identification sequence;
step S4, automatically accessing the related webpage address through the web control to load the dynamic data of the home page, so that the home page is displayed and the rest page structures are hidden;
step S5, detecting the page switching instruction of the user to obtain the mark of the target page structure, and switching the target page structure to the nearest position of the home page based on the mark;
step S6, gradually switching in and appearing the target page through simulating a native switching animation when the switching condition is met, and gradually switching out and hiding the home page;
and step S7, until the target page structure is completely cut in, the web control accesses the associated webpage address to sequentially perform dynamic data request rendering and display a complete page view.
Preferably, the method further comprises the following steps:
and step S8, defining the view of the target page as a home page after the view of the target page is completely displayed, and returning to execute the step S5.
Specifically, the page switching instruction includes a next page switching instruction and a previous page return instruction.
Preferably, the method for detecting a page switching instruction of a user to obtain an identifier of a target page structure and switching the target page structure to a position closest to a home page based on the identifier includes:
when a next page switching instruction/a previous page returning instruction is detected, the identifier of the target page structure is automatically locked, and meanwhile, the related page is extracted and stored beside the adjacent position of the first page based on the identifier structure so as to update and adjust the arrangement of each page structure;
the adjacent position of the home page refers to a position horizontally connected with the home page or a lower position nearest to the home page.
Preferably, the method for pre-downloading the structure codes of the plurality of pages to be displayed comprises the following steps:
and downloading the structure codes of all the pages to be displayed at one time based on the current access.
Compared with the prior art, the webpage loading method provided by the invention has the following beneficial effects:
in the webpage loading method provided by the invention, by pre-downloading the structure codes of a plurality of pages to be displayed, storing the downloaded structure codes in the same HTML file by taking the pages as units, associating the webpage addresses with the corresponding webpage structures and then making a distinguishing identifier for each page structure, a style attribute control can arrange the page structures in sequence according to the distinguishing identifiers, a user needs to set a home page into an automatic loading rendering mode in order to ensure better use experience when starting mobile application, and then executes page switching operation by detecting a page switching instruction, wherein the specific process is that a target page structure is switched to the nearest position of the home page, so as to simulate a primary switching animation to gradually switch in the target page structure and simultaneously gradually switch out and hide the home page, and performing dynamic data request rendering in sequence until the target page structure is completely switched into the webpage address for calling the web control to access the correlation and displaying a complete page view.
Therefore, compared with the technical scheme that the number of the pages and the number of the HTML files are in one-to-one correspondence in the prior art, the method and the device can obviously reduce the frequency of calling the web control to load the pages, and can obtain the complete arrangement page structure of all the pages to be displayed only by once loading when the functional module enters, so that the waiting time of page switching is effectively reduced, and finally, the user experience of the mixed mode mobile application in the aspect of page display is closer to the originally developed application.
Another aspect of the present invention provides a web page loading apparatus, which is applied to the web page loading method in the foregoing technical solution, and the apparatus includes:
the loading unit is used for pre-downloading the structure codes of a plurality of pages to be displayed and writing the same HTML file by taking the pages as units;
the page identification unit is used for associating the webpage addresses of all the page structures and simultaneously respectively identifying the page structures;
the control unit is used for calling the style attribute control to horizontally arrange or vertically arrange the plurality of pages according to the identification sequence;
the home page display unit is used for automatically accessing the associated webpage address through the web control to load the dynamic data of the home page, so that the home page is displayed and the rest page structures are hidden;
the switching processing unit is used for detecting a page switching instruction of a user to acquire an identifier of a target page structure and switching the target page structure to the nearest position of a home page based on the identifier;
the animation unit is used for gradually switching in and showing the structure of the target page by simulating the native switching animation when the switching condition is met, and simultaneously gradually switching out and hiding the page of the first page;
and the switching unit is used for accessing the associated webpage addresses through the web control to sequentially perform dynamic data request rendering and display a complete page view until the target page structure is completely switched in.
Preferably, the method further comprises the following steps:
and the circulating unit is used for defining the target page as a home page after the view of the target page is completely displayed, and re-responding to the switching processing unit.
Preferably, the switching processing unit is specifically configured to automatically lock the identifier of the target page when a next page switching instruction/a previous page returning instruction is detected, and extract, based on the identifier structure, the associated page to be stored beside the adjacent position of the top page, so as to update and adjust the arrangement of each page structure;
the adjacent position of the home page refers to a position horizontally connected with the home page or a lower position nearest to the home page.
Preferably, the switching unit is specifically configured to download the structure codes of all the pages to be displayed at one time based on the current access, and write the structure codes into the same HTML file with the page as a unit.
Compared with the prior art, the beneficial effects of the webpage loading device provided by the invention are the same as those of the webpage loading method provided by the technical scheme, and the detailed description is omitted here.
The third aspect of the present invention provides an intelligent device, which includes the web page loading apparatus according to the above technical solution.
Compared with the prior art, the beneficial effects of the intelligent device provided by the invention are the same as those of the webpage loading device provided by the technical scheme, and are not repeated herein.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a schematic flow chart illustrating a web page loading method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a horizontal arrangement of page structures according to one embodiment of the present invention;
FIG. 3 is a diagram illustrating a structure of a target page being switched to a position closest to a home page according to a first embodiment of the present invention;
FIG. 4 is a schematic diagram illustrating a process of cutting a target page structure into a home page according to a first embodiment of the present invention;
FIG. 5 is a diagram illustrating a target page structure being completely cut into the display according to an embodiment of the present invention;
fig. 6 is a block diagram of a web page loading apparatus according to a second embodiment of the present invention.
Reference numerals:
1-loading unit, 2-page identification unit;
3-control unit, 4-home page display unit;
5-switching processing unit, 6-animation unit;
7-switching unit, 8-circulating unit.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, the present embodiment provides a method for loading a web page, including:
step S1, pre-downloading the structure codes of a plurality of pages to be displayed, for example, downloading the structure codes of all the pages to be displayed at one time based on the current access, and writing the structure codes into the same HTML file by taking the pages as units; step S2, associating the web page addresses of each page structure, and simultaneously respectively making distinguishing marks on the page structures; step S3, calling the style attribute control to horizontally arrange or vertically arrange a plurality of page structures according to the identification sequence; step S4, automatically accessing the related webpage address through the web control to load the dynamic data of the home page, so that the home page is displayed and the rest page structures are hidden; step S5, detecting the page switching instruction of the user to obtain the mark of the target page structure, and switching the target page structure to the nearest position of the home page based on the mark; step S6, gradually switching in and revealing the target page structure through simulating a native switching animation when the switching condition is met, and simultaneously gradually switching out and hiding the home page; and step S7, until the target page structure is completely cut in, the web control accesses the associated webpage address to sequentially perform dynamic data request rendering and display a complete page view.
In the method for loading a web page provided by this embodiment, by pre-downloading the structure codes of a plurality of pages to be displayed, storing the downloaded structure codes in the same HTML file together with the pages as units, associating the web page addresses with the corresponding web page structures, and then identifying the respective page structures, the style attribute control can arrange the plurality of page structures in order according to the identification, the user needs to set the home page in an automatic loading rendering mode when starting the mobile application to ensure better experience, and then execute the page switching operation by detecting the page switching instruction, the specific process is to switch the target page structure to the nearest position of the home page, so as to simulate the native switching animation to gradually cut in the target page structure and gradually cut out and hide the home page when the switching condition is satisfied, and performing dynamic data request rendering in sequence until the target page structure is completely switched into the webpage address for calling the web control to access the correlation and displaying a complete page view.
Therefore, compared with the technical scheme that the number of the pages and the number of the HTML files are in one-to-one correspondence in the prior art, the method and the device for displaying the mixed-mode mobile application can obviously reduce the number of times for calling the web control to load the pages, and can obtain the complete arrangement page structure of all the pages to be displayed only by once loading when the web control enters the functional module, so that the waiting time for page switching is effectively reduced, and finally, the user experience of the mixed-mode mobile application in the aspect of page display is closer to that of the originally developed application.
Preferably, the above embodiment further comprises:
and step S8, defining the view of the target page as a home page after the view of the target page is completely displayed, and returning to execute the step S5. After the target page is completely loaded and displayed, the steps S5 to S7 can be repeatedly executed through the above loop setting, so that a plurality of pre-downloaded page structures can be repeatedly called, and the page switching requirement of the user is met.
Illustratively, the page switch instruction includes a next page switch instruction and a previous page return instruction.
Specifically, the method for detecting the page switching instruction of the user to obtain the identifier of the target page structure and switching the target page structure to the nearest position of the top page based on the identifier in the above embodiment includes:
when a next page switching instruction/a previous page returning instruction is detected, the identifier of the target page structure is automatically locked, and meanwhile, the related page is extracted and stored beside the adjacent position of the first page based on the identifier structure so as to update and adjust the arrangement of each page structure; the adjacent position of the home page refers to a position horizontally connected with the home page or a position below the home page which is most adjacent. By adjusting the page arrangement nearby, the waiting time of the process of switching from the first page to the target page can be reduced, the switching process of the pages is smoother, and the user experience is improved.
In specific implementation, referring to fig. 2-5, when a user opens a mobile application, structure codes of 3 pages to be displayed are downloaded at one time, and the pages are written into the same HTML file in units of pages and identified as page1, page2, and page3, and then style attribute controls are invoked to horizontally arrange or vertically arrange the 3 page structures, so as to facilitate understanding, the page1 is in a top page position, the Web control loads a webpage for the first time to enable the page1 to be in a displayed state, and the rest of the page2 and the page3 are in a hidden state, as shown in fig. 2, when a page switching instruction of the user is detected, such as a switching instruction from the page1 to the page3, the arrangement structure of the page is adjusted by invoking the style attribute controls, so that the page3 is switched to a position adjacent to the page1, as shown in fig. 3, and when a switching condition is satisfied, animation 3 is simulated to gradually switched into the displayed state, and gradually cutting out and hiding the page1, as shown in fig. 4, until the cut-in animation is completed when the page3 is completely loaded, at this time, hiding the page1, reducing the stacking arrangement of the page structure, sequentially performing request rendering of dynamic data, and displaying a complete page view, as shown in fig. 5.
Example two
Referring to fig. 1 and fig. 6, the present embodiment provides a web page loading apparatus, including:
the system comprises a loading unit 1, a display unit and a display unit, wherein the loading unit 1 is used for pre-downloading structure codes of a plurality of pages to be displayed and writing the same HTML file by taking the pages as units;
the page identification unit 2 is used for associating the webpage addresses of the page structures and respectively identifying the page structures;
the control unit 3 is used for calling the style attribute control to horizontally arrange or vertically arrange the plurality of pages according to the identification sequence;
the home page display unit 4 is used for automatically accessing the associated webpage address through the web control to load the dynamic data of the home page, so that the home page is displayed and the rest page structures are hidden;
the switching processing unit 5 is configured to detect a page switching instruction of a user to obtain an identifier of a target page structure, and switch the target page structure to a position closest to a home page based on the identifier;
the animation unit 6 is used for gradually switching in and showing the structure of the target page by simulating a native switching animation when the switching condition is met, and gradually switching out and hiding the page of the first page;
and the switching unit 7 is used for sequentially performing dynamic data request rendering and displaying a complete page view by accessing the associated webpage address through the web control until the target page structure is completely switched in.
Preferably, the method further comprises the following steps:
and the circulating unit 8 is used for defining the target page as a home page after the view of the target page is completely displayed, and responding to the switching processing unit again.
Preferably, the switching processing unit 5 is specifically configured to automatically lock the identifier of the target page when a next page switching instruction/a previous page returning instruction is detected, and extract the associated page based on the identifier structure and store the associated page next to the adjacent position of the top page, so as to update and adjust the arrangement of each page structure;
the adjacent position of the home page refers to a position horizontally connected with the home page or a position below the home page which is most adjacent.
Specifically, the switching unit 7 is specifically configured to download the structure codes of all the pages to be displayed at one time based on the current access, and write the structure codes into the same HTML file by taking the page as a unit.
Compared with the prior art, the beneficial effects of the webpage loading device provided by the embodiment of the invention are the same as those of the webpage loading method provided by the first embodiment, and are not repeated herein.
EXAMPLE III
The embodiment provides an intelligent device, which comprises the webpage loading device in the embodiment.
Compared with the prior art, the beneficial effects of the intelligent device provided by the embodiment of the invention are the same as those of the webpage loading device provided by the first embodiment, and are not described herein again.
It will be understood by those skilled in the art that all or part of the steps in the method for implementing the invention may be implemented by hardware instructions related to a program, the program may be stored in a computer-readable storage medium, and when executed, the program includes the steps of the method of the embodiment, and the storage medium may be: ROM/RAM, magnetic disks, optical disks, memory cards, and the like.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (7)

1. A webpage loading method is characterized by comprising the following steps:
step S1, pre-downloading the structure codes of a plurality of pages to be displayed, and writing the structure codes into the same HTML file by taking the pages as units;
step S2, associating the web page addresses of each page structure, and simultaneously respectively identifying the page structures;
step S3, calling style attribute control to arrange multiple page structures horizontally or vertically according to the identification sequence;
step S4, automatically accessing the related webpage address through the web control to load the dynamic data of the home page, so that the home page is displayed and the rest page structures are hidden;
step S5, detecting the page switching instruction of the user to obtain the mark of the target page structure, and switching the target page structure to the nearest position of the home page based on the mark;
step S6, gradually switching in and revealing the target page structure through simulating a native switching animation when the switching condition is met, and simultaneously gradually switching out and hiding the home page;
step S7, until the target page structure is completely cut in, the web control accesses the associated webpage address to sequentially perform dynamic data request rendering and display a complete page view;
the method for detecting the page switching instruction of the user to obtain the identifier of the target page structure and switching the target page structure to the nearest position of the home page based on the identifier comprises the following steps:
when a next page switching instruction/a previous page returning instruction is detected, the identifier of the target page structure is automatically locked, and meanwhile, the related page is extracted and stored beside the adjacent position of the first page based on the identifier structure so as to update and adjust the arrangement of each page structure;
the adjacent position of the home page refers to a position horizontally connected with the home page or a lower position nearest to the home page.
2. The method of claim 1, further comprising:
and step S8, defining the view of the target page as a home page after the view of the target page is completely displayed, and returning to execute the step S5.
3. The method of claim 1, wherein the method of pre-downloading the structure codes of the plurality of pages to be displayed comprises:
and downloading the structure codes of all the pages to be displayed at one time based on the current access.
4. A web page loading apparatus, comprising:
the loading unit is used for pre-downloading the structure codes of a plurality of pages to be displayed and writing the same HTML file by taking the pages as units;
the page identification unit is used for associating the webpage addresses of all the page structures and simultaneously respectively identifying the page structures;
the control unit is used for calling the style attribute control to horizontally arrange or vertically arrange the plurality of pages according to the identification sequence;
the home page display unit is used for automatically accessing the associated webpage address through the web control to load the dynamic data of the home page, so that the home page is displayed and the rest page structures are hidden;
the switching processing unit is used for detecting a page switching instruction of a user to acquire an identifier of a target page structure and switching the target page structure to the nearest position of a home page based on the identifier;
the animation unit is used for gradually switching in and showing the structure of the target page by simulating the native switching animation when the switching condition is met, and simultaneously gradually switching out and hiding the page of the first page;
the switching unit is used for accessing the associated webpage addresses through the web control to sequentially perform dynamic data request rendering and display a complete page view until the target page structure is completely switched in;
the switching processing unit is specifically used for automatically locking the identifier of the target page when a next page switching instruction/a previous page returning instruction is detected, and extracting the related page based on the identifier structure to store beside the adjacent position of the first page so as to update and adjust the arrangement of each page structure;
the adjacent position of the home page refers to a position horizontally connected with the home page or a lower position nearest to the home page.
5. The apparatus of claim 4, further comprising:
and the circulating unit is used for defining the target page as a home page after the view of the target page is completely displayed, and re-responding to the switching processing unit.
6. The apparatus according to claim 5, wherein the switching unit is specifically configured to download the structure codes of all the pages to be displayed at one time based on the current access, and write the structure codes into the same HTML file in units of pages.
7. An intelligent device, characterized by comprising the web page loading apparatus of any one of claims 4 to 6.
CN201910258588.3A 2019-04-01 2019-04-01 Webpage loading method and device and intelligent equipment Active CN111857855B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201910258588.3A CN111857855B (en) 2019-04-01 2019-04-01 Webpage loading method and device and intelligent equipment
PCT/CN2019/109120 WO2020199544A1 (en) 2019-04-01 2019-09-29 Webpage loading method and apparatus, and intelligent device
CA3176866A CA3176866A1 (en) 2019-04-01 2019-09-29 Webpage loading method, apparatus, and smart device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910258588.3A CN111857855B (en) 2019-04-01 2019-04-01 Webpage loading method and device and intelligent equipment

Publications (2)

Publication Number Publication Date
CN111857855A CN111857855A (en) 2020-10-30
CN111857855B true CN111857855B (en) 2021-10-29

Family

ID=72664847

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910258588.3A Active CN111857855B (en) 2019-04-01 2019-04-01 Webpage loading method and device and intelligent equipment

Country Status (3)

Country Link
CN (1) CN111857855B (en)
CA (1) CA3176866A1 (en)
WO (1) WO2020199544A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667939A (en) * 2021-01-04 2021-04-16 天津中新智冠信息技术有限公司 Webpage refreshing method and device, electronic equipment and storage medium
CN112989249B (en) * 2021-02-19 2024-08-13 北京皮尔布莱尼软件有限公司 Page display method, computing device and storage medium
CN113360121B (en) * 2021-07-09 2022-06-03 帆软软件有限公司 Visual design method for paging display and inter-page animation
US11663285B2 (en) 2021-09-06 2023-05-30 Microsoft Technology Licensing, Llc Webpage management in native application
CN114138372B (en) * 2021-12-06 2024-06-14 中国工商银行股份有限公司 Front-end component loading method and device
CN114610305B (en) * 2022-03-11 2023-11-10 数坤科技(宁波)有限公司 Invisible webpage resource development method and device, electronic equipment and medium
CN115640477B (en) * 2022-08-26 2024-05-21 百度在线网络技术(北京)有限公司 Content recommendation method, device, equipment, medium and product of application program home page

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102073686A (en) * 2010-12-24 2011-05-25 汉柏科技有限公司 Vertical dynamic loading method of page document and device thereof
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying
US9215189B1 (en) * 2011-06-13 2015-12-15 Google Inc. Hybrid application message passing
US9639263B2 (en) * 2014-08-05 2017-05-02 Weebly, Inc. Native overlay for rapid editing of web content
CN107729452A (en) * 2017-10-09 2018-02-23 武汉斗鱼网络科技有限公司 Webpage loading method, device, electronic equipment and computer-readable recording medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488411B (en) * 2012-06-13 2016-06-01 腾讯科技(深圳)有限公司 The method of the switching page and device
CN103500194A (en) * 2013-09-17 2014-01-08 北京奇虎科技有限公司 Method, device and browser for loading webpage
CN103995884A (en) * 2014-05-29 2014-08-20 北京中电普华信息技术有限公司 Hybrid application page switching method and system
CN104462567B (en) * 2014-12-26 2018-01-09 北京奇虎科技有限公司 The switching method and apparatus of web page and the comprehensive page provide device
CN105426538B (en) * 2015-12-21 2019-02-12 北京奇虎科技有限公司 Page switching method and device
CN108427597A (en) * 2018-03-16 2018-08-21 崔红保 Accelerate the method and device of page rendering

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102073686A (en) * 2010-12-24 2011-05-25 汉柏科技有限公司 Vertical dynamic loading method of page document and device thereof
US9215189B1 (en) * 2011-06-13 2015-12-15 Google Inc. Hybrid application message passing
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying
US9639263B2 (en) * 2014-08-05 2017-05-02 Weebly, Inc. Native overlay for rapid editing of web content
CN107729452A (en) * 2017-10-09 2018-02-23 武汉斗鱼网络科技有限公司 Webpage loading method, device, electronic equipment and computer-readable recording medium

Also Published As

Publication number Publication date
CA3176866A1 (en) 2020-10-08
CN111857855A (en) 2020-10-30
WO2020199544A1 (en) 2020-10-08

Similar Documents

Publication Publication Date Title
CN111857855B (en) Webpage loading method and device and intelligent equipment
CN103577207A (en) Loading method and loading device for interface components in custom interface system
CN113158110A (en) Data processing method and equipment
CN111797015B (en) Dynamic byte code based test method and device
CN113703893B (en) Page rendering method, device, terminal and storage medium
CN103778211A (en) Method and device for switching language of mobile terminal game software
CN112732587A (en) Method and device for acquiring automatic test log, electronic equipment and storage medium
CN111597110A (en) Page testing method and device, electronic equipment and storage medium
CN111737614A (en) Page display method and device, electronic equipment and storage medium
CN109471671B (en) Program cold starting method and system
CN114117977B (en) Method suitable for automatically verifying processor system scene
CN106126115A (en) A kind of method and device of the disk of EVM(extended virtual machine)
CN111352627A (en) Page skeleton screen generation method, device, equipment and readable storage medium
CN107273745B (en) Dynamic analysis method for malicious code in dynamic link library form
CN112948267A (en) Webpage testing method, webpage testing system, storage medium and electronic equipment
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN105653123B (en) A kind of icon group technology and terminal device
CN111061466A (en) Automatic conversion method, system, terminal and medium of behavior control scripting language
CN111093177A (en) Application account synchronization method, vehicle machine and vehicle
CN112035106A (en) Multi-platform synchronization method, device, medium and electronic equipment for homologous data
CN114489620A (en) Page configuration method, page configuration system, electronic device and readable storage medium
CN113706671A (en) Animation implementation method, device, equipment and storage medium
CN110704125B (en) Webpage loading method and device, storage medium and terminal equipment
CN113504930B (en) Determination method, terminal equipment and medium for newly added object
CN112306838A (en) Page layout compatibility testing method, device and equipment and readable storage medium

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: 20210726

Address after: Room 834, Yingying building, No.99, Tuanjie Road, yanchuangyuan, Jiangbei new district, Nanjing, Jiangsu Province

Applicant after: Nanjing Xingyun Digital Technology Co.,Ltd.

Address before: 210000 No. 1 Suning Avenue, Xuanwu District, Nanjing City, Jiangsu Province

Applicant before: SUNING.COM Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240621

Address after: The 7th, 8th, 9th, 27th, 28th, and 29th floors of Building 4, No. 248 Lushan Road, Jianye District, Nanjing City, Jiangsu Province, 210000, and the 1st and 2nd floors of the podium of Building 4

Patentee after: Jiangsu Sushang Bank Co.,Ltd.

Country or region after: China

Address before: Room 834, Yingying building, No.99, Tuanjie Road, yanchuangyuan, Jiangbei new district, Nanjing, Jiangsu Province

Patentee before: Nanjing Xingyun Digital Technology Co.,Ltd.

Country or region before: China