CN110321177A - A kind of mobile application localization loading method, device and electronic equipment - Google Patents

A kind of mobile application localization loading method, device and electronic equipment Download PDF

Info

Publication number
CN110321177A
CN110321177A CN201910527089.XA CN201910527089A CN110321177A CN 110321177 A CN110321177 A CN 110321177A CN 201910527089 A CN201910527089 A CN 201910527089A CN 110321177 A CN110321177 A CN 110321177A
Authority
CN
China
Prior art keywords
page
data
template
resource file
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910527089.XA
Other languages
Chinese (zh)
Other versions
CN110321177B (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.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and 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 Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201910527089.XA priority Critical patent/CN110321177B/en
Publication of CN110321177A publication Critical patent/CN110321177A/en
Application granted granted Critical
Publication of CN110321177B publication Critical patent/CN110321177B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • 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/451Execution arrangements for user interfaces

Abstract

The embodiment of the present application provides a kind of mobile application localization loading method, device and electronic equipment, this method comprises: obtaining the corresponding newest template resource file of the page to be shown;By each web-page interface of the page to be shown, each page data of the page to be shown is obtained;Data type belonging to each page data is determined respectively;According to data type belonging to each page data, the corresponding data module of each page data is determined;According to the format identification (FID) of each page data, the corresponding data module of each page data is inquired, the template style of page data is respectively obtained;Template style based on page data and page data, assembly generate the template data of the page to be shown;The template data of the page to be shown is loaded, to show the page to be shown.Mobile application localization loading method through the embodiment of the present invention realizes dynamic realtime and shows novel type on line, shortens the time of modification content of pages, reduces the cost of exploitation.

Description

A kind of mobile application localization loading method, device and electronic equipment
Technical field
This application involves Internet technical field, more particularly to a kind of mobile application localization loading method, device and Electronic equipment.
Background technique
In recent years, with the development of mobile communication technology and smart phone, APP function that mobile terminal device is installed and used It becomes increasingly complex, the scale of application APP is also more and more huger, has become indivisible one in people's daily life Part is moved especially under the premise of HTML5 (Hyper Text Markup Language5, hypertext markup language 5) proposes Moved end is more and more frequent to the use of WebView (network view).
Mobile application, due to the movable continuous renewal of operation, needs to improve the page effect during exploitation, Such as need to carry out high bright green or insert pictures to the body text part of webpage, but for issued online Be unable to reach this effect using the application of, native code development because the effect of the page develop it is online before Through preseting, cannot change in real time;Load webpage dynamic is gone to show the data of the page, but this side using webview Formula is similar to the same in browser browsing webpage, and loading velocity is slow, and it is bad to click interactive experience effect, it is issued it is online after It cannot modify.
However, the inventors of the present application found that being difficult to accomplish real time modifying page effect or dynamic response under the prior art Page setup, the development cycle is long, and maintenance cost is high.
Summary of the invention
The embodiment of the present application is designed to provide a kind of mobile application localization loading method, device and electronic equipment, It realizes dynamic realtime and shows novel type on line, shorten the time of modification content of pages, reduce the cost of exploitation.Specific skill Art scheme is as follows:
In a first aspect, the embodiment of the present application provides a kind of mobile application localization loading method, it is applied to client, the party Method includes:
Obtain the corresponding newest template resource file of the page to be shown;Wherein, newest template resource file includes multiple numbers According to module, different data module corresponds to different data types;It include the data in the data module for any data module The template style of each format identification (FID) corresponding to the data type of module;
By each web-page interface of the page to be shown, each page data of the page to be shown is obtained;Wherein, page data packet Include format identification (FID);
Data type belonging to each page data is determined respectively;
According to data type belonging to each page data, the corresponding data module of each page data is determined;
According to the format identification (FID) of each page data, the corresponding data module of each page data is inquired, page number is respectively obtained According to template style;
Template style based on page data and page data, assembly generate the template data of the page to be shown;
The template data of the page to be shown is loaded, to show the page to be shown.
Optionally, the corresponding newest template resource file of the page to be shown is obtained, comprising:
The version number of the template resource file of the page to be shown locally prestored is examined to store with server side to be shown Whether the version number of the template resource file of the page is identical;
If it is different, then from the template resource file of server side downloading latest edition number, while updating the page to be shown The version number of template resource file is the version number of the template resource file after successfully downloading, obtains newest template resource file;
Alternatively, if they are the same, then using the version number of the template resource file of the page to be shown locally prestored as to be shown The version number of the corresponding newest template resource file of the page.
Optionally, the template data of the page to be shown is loaded, to show the page to be shown, comprising:
WebView component is instantiated, the template data of the page to be shown is loaded by the WebView component of instantiation, with Show the page to be shown.
Second aspect, the embodiment of the present application provide a kind of mobile application localization loading method, are applied to server, the party Method includes:
The template resource file for receiving destination client downloads request;
It obtains the downloading of template resource file and requests corresponding newest template resource file, wherein newest template resource file Including multiple data modules, different data module corresponds to different data types;For any data module, in the data module The template style of each format identification (FID) corresponding to data type including the data module;
Newest template resource file is sent to destination client, so that destination client is according to newest template resource file Adjust the format of each page data in the page to be shown.
The third aspect, the embodiment of the present application provide a kind of mobile application localization loading device, are applied to client, should Device includes:
First obtains module, for obtaining the corresponding newest template resource file of the page to be shown;Wherein, newest template money Source file includes multiple data modules, and different data module corresponds to different data types;For any data module, the data The template style of each format identification (FID) corresponding to data type in module including the data module;
Second acquisition module obtains each page number of the page to be shown for each web-page interface by the page to be shown According to;Wherein, page data includes format identification (FID);
First determining module, for determining data type belonging to each page data respectively;
Second determining module determines the corresponding number of each page data for the data type according to belonging to each page data According to module;
Enquiry module inquires the corresponding data module of each page data for the format identification (FID) according to each page data, point The template style of page data is not obtained;
Splicing module, for the template style based on page data and page data, assembly generates the mould of the page to be shown Plate data;
Display module, for loading the template data of the page to be shown, to show the page to be shown.
Optionally, the first acquisition module, comprising:
Submodule is examined, for examining version number and the server of the template resource file of the page to be shown locally prestored Whether the version number of the template resource file of the page to be shown of side storage is identical;
First judging submodule, version number and service for the template resource file in the page to be shown locally prestored When the version number of the template resource file of the page to be shown of device side storage is not identical, then latest edition is downloaded from server side This number template resource file, while the version number for updating the template resource file of the page to be shown is the template after successfully downloading The version number of resource file obtains newest template resource file;
Second judgment submodule, the version number of the template resource file of the page to be shown for locally prestoring and server When the version number of the template resource file of the page to be shown of side storage is identical, then by the page to be shown locally prestored Version number of the version number of template resource file as the corresponding newest template resource file of the page to be shown.
Optionally, the display module, is specifically used for:
WebView component is instantiated, the template data of the page to be shown is loaded by the WebView component of instantiation, with Show the page to be shown.
Fourth aspect, the embodiment of the present application provide a kind of mobile application localization loading device, are applied to server, should Device includes:
Receiving module, the template resource file for receiving target application download request;
Third obtains module, requests corresponding newest template resource file for obtaining the downloading of template resource file, wherein Newest template resource file includes multiple data modules, and different data module corresponds to different data types;For any data Module includes the template style of each format identification (FID) corresponding to the data type of the data module in the data module;
Sending module, for newest template resource file to be sent to the target application, so that target application is according to institute State the format that newest template resource file adjusts each page data in the page to be shown.
5th aspect, the embodiment of the present application provide a kind of electronic equipment, including processor, communication interface, memory and Communication bus, wherein processor, communication interface, memory complete mutual communication by communication bus;
Memory, for storing computer program;
Processor when for executing the program stored on memory, realizes a kind of any shifting of above-mentioned first aspect Dynamic application localization loading method.
6th aspect, the embodiment of the present application provide another electronic equipment, including processor, communication interface, storage Device and communication bus, wherein processor, communication interface, memory complete mutual communication by communication bus;
Memory, for storing computer program;
Processor when for executing the program stored on memory, realizes a kind of mobile application of above-mentioned second aspect Localize loading method.
7th aspect, the embodiment of the present invention provide a kind of computer readable storage medium, the computer-readable storage medium Instruction is stored in matter, when run on a computer, so that computer executes a kind of above-mentioned any shifting of first aspect Dynamic application localization loading method.
Eighth aspect, the embodiment of the present invention also provide a kind of computer program product comprising instruction, when it is in computer When upper operation, so that computer executes a kind of any method of mobile application localization load of above-mentioned first aspect.
9th aspect, the embodiment of the present invention provide a kind of computer readable storage medium, the computer-readable storage medium Instruction is stored in matter, when run on a computer, so that computer executes a kind of mobile application of above-mentioned second aspect Localize loading method.
Tenth aspect, the embodiment of the present invention also provides a kind of computer program product comprising instruction, when it is in computer When upper operation, so that the method that computer executes a kind of mobile application localization load of above-mentioned second aspect.
A kind of mobile application localization loading method, device and electronic equipment provided by the embodiments of the present application.It obtains to aobvious Show the corresponding newest template resource file of the page;By each web-page interface of the page to be shown, each page of the page to be shown is obtained Face data;Wherein, page data includes format identification (FID);Data type belonging to each page data is determined respectively;According to each page Data type belonging to data determines the corresponding data module of each page data;According to the format identification (FID) of each page data, inquiry The corresponding data module of each page data, respectively obtains the template style of page data;Based on page data and page data Template style, assembly generate the template data of the page to be shown;The template data of the page to be shown is loaded, to show page to be shown Face.
This programme is corresponding using the corresponding web data of each web-page interface and the page to be shown for obtaining the page to be shown Template resource file, assembly generate the template data of the page to be shown, using component go to load the template data generate it is to be shown The page.The real time modifying to text, picture or video content in the page to be shown is completed by the method, enhances page The display effect in face shortens the time of modification content of pages modification, reduces the cost of exploitation.
Certainly, implement the application any product or method it is not absolutely required to and meanwhile reach all the above excellent Point.
Detailed description of the invention
In order to illustrate the technical solutions in the embodiments of the present application or in the prior art more clearly, to embodiment or will show below There is attached drawing needed in technical description to be briefly described.
Fig. 1 is that a kind of mobile application of the embodiment of the present application localizes the first schematic diagram of loading method;
Fig. 2 is that a kind of mobile application of the embodiment of the present application localizes second of schematic diagram of loading method;
Fig. 3 is that a kind of mobile application of the embodiment of the present application localizes the third schematic diagram of loading method;
Fig. 4 is that a kind of mobile application of the embodiment of the present application localizes the first schematic diagram of loading device;
Fig. 5 is that a kind of mobile application of the embodiment of the present application localizes second of schematic diagram of loading device;
Fig. 6 is the first schematic diagram of the electronic equipment of the embodiment of the present application;
Fig. 7 is second of schematic diagram of the electronic equipment of the embodiment of the present application.
Specific embodiment
Below in conjunction with the attached drawing in the embodiment of the present application, technical solutions in the embodiments of the present application carries out clear, complete Site preparation description.
In recent years, with the continuous development of mobile communication technology and smart phone, the various APP of mobile terminal have become people A part for living, with the development of HTML5, use increasingly frequency of the mobile client for WebView (network view) It is numerous.The continuous of intelligent terminal is popularized, and is installed on the APP (Application, application program) on intelligent terminal in the work of people Middle role is also increasing.In view of the performance and flexibility of APP, combined at present using primary view and webpage view Mode, wherein webpage view is that WebView is responsible for load and execution.
The webpage view of the page to be shown can be jumped by primary view, can also by being jumped between webpage view, Wherein, the page to be shown can be primary view or the webpage view of new version relevant to the webpage view of legacy version.? In the mobile application exploitation of iteratively faster, it often will appear demand below, operation department needs to issue in a new activity Line needs the caption in the page effect by script to carry out overstriking;Alternatively, the font of certain several text in webpage, word Number or the font of a certain row text, font size need to update;Alternatively, the segment word in Web page text needs display high-brightness green Color;Alternatively, needing insert pictures after Web page text second segment and the 4th section.
But for having developed online mobile application, take Native code can not be in a short time to mobile application Webpage modify, be unable to complete the demand that dynamic realtime shows novel type on line.Because when developer is in local completion After the written in code of mobile application product is uploaded to server, the effect of the page has been preset at this time.If desired it modifies, then needs Remodify whole codes of product.In this case the maintenance period that will cause product is elongated, and development cost increases.It is based on In Mobile Development APP, for individual demand is more or frequent switch line on effect a kind of page, localization is provided A kind of universal display scheme of load is a problem to be solved.
In view of this, the embodiment of the present application provides a kind of mobile application localization loading method, device and electronic equipment. In a first aspect, the embodiment of the present application provides a kind of the first schematic diagram of mobile application localization loading method, it is applied to visitor Family end, referring to Fig. 1, this method comprises:
S11 obtains the corresponding newest template resource file of the page to be shown;Wherein, newest template resource file includes more A data module, different data module correspond to different data types;For any data module, including in the data module should The template style of each format identification (FID) corresponding to the data type of data module.
Mobile application WebView, which localizes loading method, in the embodiment of the present application can be applied to client, therefore can be with Pass through client executing.Specifically, the client can be mobile terminal device, the tablet computer, intelligence of such as smart phone TV, E-book reader, pocket computer on knee and desktop computer etc..
Target application can be the third party application being mounted on the electronic equipment of mobile terminal, and target application can be with WebView component is taken to realize the display of the page.In a kind of implementation of the embodiment of the present application, page general framework resource is protected The template resource file for having deposited the page to be shown is successfully opened after the electronic equipment success installation targets application of mobile terminal When the destination client, the corresponding template resource file of the page to be shown is obtained from the page general framework resource of server, The template resource file that success is downloaded is stored in the electronic equipment of mobile terminal.It can be from the electronic equipment of mobile terminal The newest template resource file of the page to be shown of the target application is obtained in the data of storage.
In another implementation of present application example, the target installed in the electronic equipment of each mobile terminal is answered After successfully starting up, the template resource file of the page to be shown is automatically obtained from the page general framework resource of server, And in the caching for the electronic equipment that the template resource file is stored in mobile terminal, it can be obtained from the caching of electronic equipment Newest template resource file.
In another implementation of the present embodiment, the template that each page is general in the target application can be obtained in advance Resource file, and will be under the general template resource file storage to specified directory.It is to be shown when needing to load in target application When the page, the corresponding newest template resource file of the page to be shown can be directly obtained under above-mentioned specified directory.
It should be understood that the embodiment of the present application is to the specific side for obtaining the corresponding newest template resource file of the page to be shown Formula is without limitation.
In the embodiment of the present application, the corresponding newest template resource file of the page to be shown is the page in target application The general data resource file used is required in display.The template sample of the page to be shown is covered in the template resource file Formula, comprising: click processing logic, html (Hyper Text Markup Language, hypertext markup language) shape of event The picture of the master module source file of formula, the file of JS (JavaScript, scripting language) form and image (picture) form provides Source file.
It may include the corresponding data module of the contents such as text, picture, video, each data in each template resource file Including the corresponding html file of one or more each template styles, CSS file and JS file as follows, each data mould in module Block can be defined according to the meaning of data type.For example, the data type for representing text corresponds to text information template, represent The data type of music corresponds to music information module, and the data type for representing video corresponds to video information module.
For in any data module, which includes the corresponding template lattice of each format identification (FID) under the data type Formula.For example, may include general format text template format 1 in text information template, and special format text template format 2, tool There is the page data of the format identification (FID) of " title ", corresponding is the highlighted text indicating template format in text information module.Its In, it may include highlighted text indicating template format 2, overstriking text indicating template format 2 in special format text template format 2 With special font size text indicating template format 2 etc..It may include general format graphic template format 1 and spy in pictorial information module Different format picture template style 2 wherein may include amplification format picture template style 2, reduce in specific pictures template style 2 Format picture template style 2, static format graphic template format 2, dynamic format graphic template format 2, grey format picture mould Panel formula 2 and color format graphic template format 2 etc..It may include general format video template format in video information module 1 and special format video template format 2, wherein special format video template format 2 may include that the support of video surface plot jumps Template style 2 and the support of video-frequency playing content figure jump template style 2 etc..
It should be understood that in the embodiment of the present application newest template resource file corresponding to the page to be shown got The type of the template style of each format identification (FID) is not specifically limited.
S12 obtains each page data of the page to be shown by each web-page interface of the page to be shown;Wherein, page number According to including format identification (FID).
By the corresponding interface of each page data when into the page, each page data of the page to be shown is obtained.For example, can To obtain page number according to URL (Uniform Resource Locator, the uniform resource locator) address shown on the page According to and being parsed into corresponding types, i.e., the corresponding meaning of different page datas.Because the type of each web-page interface is different, obtain The data type got is also different.In the implementation of the embodiment of the present application, in the page data of text type if it exists It needs to carry out the text of specially treated, for example is highlighted, overstriking, the processing of fixed font size, then to text number of types The corresponding format identification (FID) of every kind of demand is set according to for different demands.
S13 determines data type belonging to each page data respectively.
It should be understood that the page data of the page to be shown can be text type data, picture type after parsing Data, musical pattern data and video type data etc..
It needs to verify the web data got in the embodiment of the present application, if depositing in the web data got In the data type that do not support, filtering or corresponding degradation strategy can be taken.Page data includes format identification (FID).The lattice Formula mark, is used to indicate each web data and selects the net from the corresponding newest template resource file of the page to be shown got The corresponding template style of page data.
S14 determines the corresponding data module of each page data according to data type belonging to each page data.
It may include text type data, picture type data, musical pattern data and video type in data type Data may include text information module, pictorial information mould in the corresponding newest template resource file of page data to be shown Block, music information module and video information module.It may include general format text template format 1 in text information module, Special format text template format 2, wherein highlighted text indicating template can also be included in special format text template format 2 Format 3, overstriking text indicating template format 3 and special font size text indicating template format 3 etc..It selects to correspond to according to data type Data module, for example text data type then corresponds to text information module, and picture type data then correspond to picture information module, Musical pattern data then corresponds to music information module, and video type data then corresponds to video information module.
S15 inquires the corresponding data module of each page data, respectively obtains page according to the format identification (FID) of each page data The template style of face data.
If there is the pattern that do not support or the unmatched situation of format identification (FID) in the web data got, system is utilized WebView load URL network address method implement degrade strategy.In the embodiment of the present application, it is set according in each page data Format identification (FID) select the format from the template style of the corresponding newest template resource file of the page to be shown got Identify corresponding template style.For example, there is the format identification (FID) of " title " in page data, represent in the page to be shown Existing text header, is highlighted.It is high that it is corresponding, which to inquire the format identification (FID), according to the format identification (FID) of " title " Bright text indicating template format 3.Special format text template format 2 is then selected from text information module, further, from spy Highlighted text indicating template format 3 is selected in different format text template style 2.There is the format mark of " text " in page data Know, represents the plain text content occurred in the page to be shown, do not need to carry out special format analysis processing.Then according to " text " It is general format text template format 1 that it is corresponding, which to inquire the format identification (FID), for format identification (FID), i.e., directly from text information module Select general format text template format 1.There is the format identification (FID) of " order " in page data, represents in the page to be shown It will appear numerical order 1,2,3 ..., then it is corresponding to inquire the format identification (FID) according to the format identification (FID) of " order " is overstriking text This indicating template format 3.Special format text template format 2 is then selected from text information module, further, from special lattice Overstriking text indicating template format 3 is selected in formula text template format 2.
In addition to format identification (FID) provided by the above embodiment, there may also be following format identification (FID)s enumerated.Wherein, html is marked It signs the pattern represented in the page to be shown and shows that the picture that " image " is represented in the page to be shown is shown, " type " is represented to aobvious Show the data type in the page, " row " represents the line identifier of text in the page to be shown, and " size " represents the page to be shown Middle picture or video are wide and high, and " duration " represents the duration of video in the page to be shown, and " sourceUrl " is represented to aobvious Show the linking sources occurred in the page.
Jump processing is clicked if needing to be supported page of text data in the page to be shown, keyword can be set Eventword represents text information relevant to event word in the page to be shown as the format identification (FID) under the situation.It can be with Keyword " eventName " is set and is used as format identification (FID), represents the event word title occurred in the page to be shown;It can be set Keyword " eventId " is used as format identification (FID), represents the event word ID occurred in the page to be shown;Keyword can be set Whether " eventTodayHot " is used as format identification (FID), be hot ticket as the word content for representing the page to be shown;It can be with Keyword " eventIcon " is used as format identification (FID), represents the picture relevant to event word occurred in the page to be shown;It can be with Keyword " eventType " is set and is used as format identification (FID), represents the type of the event word occurred in the page to be shown;It can set Keyword " eventValid " is set as format identification (FID), whether effective represents the event word occurred in the page to be shown.More than Specific format identification (FID) is that can go out during needing to be supported event word click jump dynamic setting in the page to be shown Existing format identification (FID) inquires the corresponding data module of each page data, respectively obtains the mould of page data for each format identification (FID) Panel formula.
It should be understood that the embodiment of the present application sets the display mode, type, title that page data includes format identification (FID) The display mode of template style corresponding with page data, type, title setting are not particularly limited.
S16, the template style based on page data and page data, assembly generate the template data of the page to be shown.
The format of the page data is set, is added according to the template style of the page data for each page data Each page data of add mode.By the page data of each addition format, assembly is carried out according to position as defined in the page to be shown, is obtained To the template data of the page to be shown.Wherein, the template data of the page to be shown includes the data such as text, picture, video, music Information.Image data information may include the wide and high data information of the address URL of picture, picture, and video data information can To include the wide and high data information of the address URL of surface plot of video, video.It is all it is assembled after the completion of template data with The form of character string is stored in target application.With the page to be shown in the good template data replacement target application of the above assembly Occupy-place data in original html template file generate the newest html template file for needing to show.
S17 loads the template data of the page to be shown, to show the page to be shown.
A WebView component is instantiated, the html shown using the newest needs that the WebView loads the page to be shown Template file data.The process of WebView loaded and displayed webpage is similar to the process of browser access network address, and WebView is used WebKit rendering engine loaded and displayed webpage.WebView component supports the Web APP at the end PC and mobile phone terminal at present (Application, third party application) loads the page or iOS system platform and android system platform to be shown The target application loading page of installation uses, but Mac system platform and Windows system platform are not supported.
The embodiment of the present application is by obtaining the corresponding newest mould of the page to be shown from server side or target application side Plate resource file obtains each page data of the page to be shown from each web-page interface of the page to be shown;According to each page number According to format identification (FID), inquire the corresponding data module of each page data, respectively obtain the template style of page data;Based on the page The template style of data and page data, assembly generate the template data of the page to be shown.Both using WebView load building Set pattern then localizes template data, realizes mobilism displayed page effect.Method provided by the embodiments of the present application realizes movement It is changed using online rear page display effect or height customizes the demand that effect is shown, reduced mobile application and modify the page The time of content reduces the cost of exploitation.
Referring to fig. 2, second aspect is shown for second that a kind of mobile application of the embodiment of the present application localizes loading method It is intended to.Obtain the corresponding newest template resource file of the page to be shown, comprising the following steps:
S111, examine the template resource file of the page to be shown locally prestored version number and server side storage to Show whether the version number of the template resource file of the page is identical.
Local client judges in the page to be shown of mobile product in the version information and server of template resource file Whether the version information of the template resource file of the page to be shown is consistent.If consistent, upgraded version is not prompted.
If the version number of the template resource file of the page to be shown locally prestored stores to be shown with server side The version number of the template resource file of the page is not identical, executes step S112, no to then follow the steps S113.
S112 from the template resource file of server side downloading latest edition number, while updating the template of the page to be shown The version number of resource file is the version number of the template resource file after successfully downloading, obtains newest template resource file.
If the page to be shown of the version number of the template resource file of the page to be shown locally prestored and server side storage The version number of the template resource file in face is inconsistent.Client can receive page general framework resource graded prompt information or Then the prompt information of person's more new option downloads the corresponding latest edition of the page to be shown from server side according to the prompt information Template resource file to local glue file folder in.After completing upgrading, page furbishing success, client completes version more Newly, newest template resource file is obtained.
If during client downloads, if there are new versions for the template resource file of the page to be shown, but client is not The template resource file of the page to be shown of new version in server can be successfully received.Then after starting webpage every time, continue Downloading, until client is successfully received the template money of the page to be shown in the page general framework resource of new edition in server Source file.When display is not successfully downloaded i.e. in new edition page general framework resource graded prompt information, start client afterwards When end, page general framework resource graded prompt information or more new option prompt information are sent from trend server, prompts to use Family is upgraded, and client user is allowed to select.
S113, the version number of the template resource file of the page to be shown locally prestored is corresponding as the page to be shown The version number of newest template resource file.
The corresponding each template resource file of the page to be shown can correspond to a version number, and each version file needs are repaired When changing, more new version number again is required.For example a support pattern is increased in the page to be shown or has increased click thing newly Part requires to update the corresponding template resource file of the page to be shown.And it is incremented by version on the basis of original revision It this number, is published to server or is stored in local in advance.If the version of the template resource file of the page to be shown locally prestored Number with server side storage the version number of template resource file of the page to be shown it is identical, then selection target application prestore to Show the template resource file of the page as the corresponding newest version resource file of the page to be shown.
Optionally, the template data of the page to be shown is loaded, to show the page to be shown, comprising the following steps:
WebView component is instantiated, the template data of the page to be shown is loaded by the WebView component of instantiation, with Show the page to be shown.
In the embodiment of the present application, after the assembly for completing the template data of the page to be shown, instantiate target application in Show the corresponding WebView component of the page.Page general framework resource is the framework resources comprising various template data.If target There are multiple pages to be shown in, or use a variety of page general frameworks, can instantiate one or more WebView Component.WebView component corresponding to the template data for being temporarily not required to the page to be shown to be loaded can be hidden in backstage, Without showing.
Specifically, instantiation can be determined according to the number of species for the page general framework that target application is taken The quantity of WebView component, but one WebView component of every kind of page general framework corresponding instanceization.Pass through the instantiation WebView component load the template data of the page to be shown, to show the page to be shown.Before the access target page, by The WebView component is carried out in the page general framework resource for first obtaining page general framework resource, and taking pre- Rendering, generates the page to be shown.So may not need load when accessing the page to be shown and parse page general framework money Source improves the page display speed of target application without the page is reinitialized.
Second aspect, the embodiment of the present application provide a kind of the third schematic diagram of mobile application localization loading method, answer For server, referring to Fig. 3, this method comprises:
S21 receives the template resource file downloading request of destination client.
Template resource file in the embodiment of the present application can will open for destination client but still not shown net The corresponding template resource file of page, can be the corresponding template resource by webpage to be browsed pointed by user's clicking operation File, or will be given birth to after being jumped between the page caused by the page function connects shown according to destination client At the corresponding template resource file of the page to be shown.
S22 obtains the downloading of template resource file and requests corresponding newest template resource file, wherein newest template resource File includes multiple data modules, and different data module corresponds to different data types;For any data module, the data mould The template style of each format identification (FID) corresponding to data type in block including the data module.
Template resource file may include the corresponding html file of each template style, CSS file, JS file, be basis The type of compiler language and carry out file designation.In addition, needing picture to be loaded corresponding on the Image file representative page to be shown Template style file.CSS is used to work out the script file of pattern modification, specific to be used to define the layout sample in webpage to be shown Formula.HTML is used to work out entire content, such as text, number, hyperlink of the page to be shown etc..JS is used to work out page to be shown The processing logic of the click event of button present on face, for carry out webpage dynamic effect function realization.
After the downloading request for receiving destination client transmission, server is got from page general framework resource to aobvious Template resource file compression is stored under specified directory, and remembered by the template resource file for showing the corresponding latest edition of the page Record the version number of the template resource file.Newest template resource file includes multiple data modules, and different data module is corresponding not Same data type.It is each corresponding to the data type in the data module including the data module for any data module The template style of format identification (FID).For example, may include general format graphic template format 1 and special format in pictorial information module Graphic template format 2.
Newest template resource file is sent to destination client by S23, so that destination client is according to newest template resource File adjusts the format of each page data in the page to be shown.
After server receives the template resource file downloading request of destination client, it is newest that this is sent to destination client Template resource file.In another implementation of the embodiment of the present application, the corresponding newest template of the page to be shown is provided After source file is uploaded to server, after the completion of directly downloading, the corresponding newest template of the page to be shown is sent to destination client Resource file.The template resource file is used to adjust the format of each page data in the page to be shown, such as adjustable to aobvious Show the format for the text being highlighted in lteral data that the page includes.
The third aspect, the embodiment of the present application provide a kind of the first schematic diagram of mobile application localization loading device, Applied to client, referring to fig. 4, which includes:
First obtains module 401, for obtaining the corresponding newest template resource file of the page to be shown;Wherein, newest mould Plate resource file includes multiple data modules, and different data module corresponds to different data types;It, should for any data module The template style of each format identification (FID) corresponding to data type in data module including the data module;
Second acquisition module 402 obtains each page of the page to be shown for each web-page interface by the page to be shown Data;Wherein, page data includes format identification (FID);
First determining module 403, for determining data type belonging to each page data respectively;
Second determining module 404 determines that each page data is corresponding for the data type according to belonging to each page data Data module;
Enquiry module 405 inquires the corresponding data mould of each page data for the format identification (FID) according to each page data Block respectively obtains the template style of page data;
Splicing module 406, for the template style based on page data and page data, assembly generates the page to be shown Template data;
Display module 407, for loading the template data of the page to be shown, to show the page to be shown.
The embodiment of the present application is corresponding newest by obtaining the page to be shown from server side or target customer end side Template resource file obtains each page data of the page to be shown from each web-page interface of the page to be shown;According to each page The format identification (FID) of data inquires the corresponding data module of each page data, respectively obtains the template style of page data;Based on page Face data and the corresponding template style of page data, assembly generate the template data of the page to be shown.Based on above method, by structure The localization template data of established rule is built as core point, different classes of data are arranged with the format identification (FID) of corresponding classification, The effect that the page is shown can be flexibly controlled after mobile application publication.The webpage page realized compared to source code compiling Face, the method remains the interactive experience effect of parent page, and can dynamically update the template effect of mobile application, realizes Data Dynamic injection flexibly controls page display effect.The time for shortening modification content of pages, reduce the cost of exploitation.
Optionally, the first acquisition module 401, comprising:
Submodule is examined, for examining version number and the server of the template resource file of the page to be shown locally prestored Whether the version number of the template resource file of the page to be shown of side storage is identical;
First judging submodule, version number and service for the template resource file in the page to be shown locally prestored When the version number of the template resource file of the page to be shown of device side storage is not identical, then latest edition is downloaded from server side This number template resource file, while the version number for updating the template resource file of the page to be shown is the template after successfully downloading The version number of resource file obtains newest template resource file;
Second judgment submodule, the version number of the template resource file of the page to be shown for locally prestoring and server When the version number of the template resource file of the page to be shown of side storage is identical, then by the page to be shown locally prestored Version number of the version number of template resource file as the corresponding newest template resource file of the page to be shown.
Optionally, the display module 407, is specifically used for:
WebView component is instantiated, the template data of the page to be shown is loaded by the WebView component of instantiation, with Show the page to be shown.
In the embodiment of the present application, WebView component is the control that can be loaded webpage and be rendered and shown, and And can directly use HTML as webpage design, it cooperates with JS language and realizes display.But be different client model, The application version of system version and the page to be shown for WebView component loading page there are certain influence, because This needs that the WebView component being adapted with the page to be shown is arranged, and realizes better webpage interaction effect.
Fourth aspect, the embodiment of the present application provide a kind of second of schematic diagram of mobile application localization loading device, Applied to server, referring to Fig. 5, which includes:
Receiving module 501, the template resource file for receiving destination client download request.
Third obtains module 502, requests corresponding newest template resource file for obtaining the downloading of template resource file, In, newest template resource file includes multiple data modules, and different data module corresponds to different data types;For any number It include the template style of each format identification (FID) corresponding to the data type of the data module according to module, in the data module.
Sending module 503, for newest template resource file to be sent to the destination client, so that destination client The format of each page data in the page to be shown is adjusted according to the newest template resource file.
The embodiment of the invention also provides a kind of electronic equipment, as shown in fig. 6, include processor 601, communication interface 602, Memory 603 and communication bus 604, wherein processor 601, communication interface 602, memory 603 are complete by communication bus 604 At mutual communication,
Memory 603, for storing computer program;
Processor 601 when for executing the program stored on memory 603, realizes following steps:
Obtain the corresponding newest template resource file of the page to be shown;Wherein, newest template resource file includes multiple numbers According to module, different data module corresponds to different data types;It include the data in the data module for any data module The template style of each format identification (FID) corresponding to the data type of module;
By each web-page interface of the page to be shown, each page data of the page to be shown is obtained;Wherein, page data packet Include format identification (FID);
Data type belonging to each page data is determined respectively;
According to data type belonging to each page data, the corresponding data module of each page data is determined;
According to the format identification (FID) of each page data, the corresponding data module of each page data is inquired, institute is respectively obtained State the template style of page data;
Template style based on page data and page data, assembly generate the template data of the page to be shown;
The template data of the page to be shown is loaded, to show the page to be shown.
Optionally, processor 601 is for when executing the program stored on memory 603, additionally it is possible to realize any of the above-described Kind mobile application applied to client localizes loading method.
In addition, the embodiment of the present application also provides another electronic equipment, as shown in fig. 7, comprises processor 701, communication Interface 702, memory 703 and communication bus 704, wherein processor 701, communication interface 702, memory 703 are total by communication Line 704 completes mutual communication,
Memory 703, for storing computer program;
Processor 701 when for executing the program stored on memory 703, realizes following steps:
The template resource file for receiving destination client downloads request;
It obtains the downloading of template resource file and requests corresponding newest template resource file, wherein newest template resource file Including multiple data modules, different data module corresponds to different data types;For any data module, in the data module The template style of each format identification (FID) corresponding to data type including the data module;
Newest template resource file is sent to destination client, so that destination client is according to newest template resource file Adjust the format of each page data in the page to be shown.
The communication bus that above-mentioned electronic equipment is mentioned can be Peripheral Component Interconnect standard (Peripheral Component Interconnect, PCI) bus or expanding the industrial standard structure (Extended Industry Standard Architecture, EISA) bus etc..The communication bus can be divided into address bus, data/address bus, control bus etc..For just It is only indicated with a thick line in expression, figure, it is not intended that an only bus or a type of bus.
Communication interface is for the communication between above-mentioned electronic equipment and other equipment.
Memory may include random access memory (Random Access Memory, RAM), also may include non-easy The property lost memory (Non-Volatile Memory, NVM), for example, at least a magnetic disk storage.Optionally, memory may be used also To be storage device that at least one is located remotely from aforementioned processor.
Above-mentioned processor can be general processor, including central processing unit (Central Processing Unit, CPU), network processing unit (Network Processor, NP) etc.;It can also be digital signal processor (Digital Signal Processing, DSP), it is specific integrated circuit (Application Specific Integrated Circuit, ASIC), existing It is field programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic device, discrete Door or transistor logic, discrete hardware components.
The embodiment of the present invention also provides a kind of computer readable storage medium, stores in the computer readable storage medium There is instruction, when run on a computer, so that computer executes any of the above-described kind mobile application sheet applied to client Ground loading method.
The embodiment of the present invention also provides a kind of computer program product comprising instruction, when run on a computer, So that computer executes any of the above-described kind mobile application applied to client and localizes loading method.
The embodiment of the present invention also provides a kind of computer readable storage medium, stores in the computer readable storage medium There is instruction, when run on a computer, so that computer executes any of the above-described kind mobile application sheet applied to server Ground loading method.
The embodiment of the present invention also provides a kind of computer program product comprising instruction, when run on a computer, So that computer executes any of the above-described kind mobile application applied to server and localizes loading method.
In the above-described embodiments, can come wholly or partly by software, hardware, firmware or any combination thereof real It is existing.When implemented in software, it can entirely or partly realize in the form of a computer program product.The computer program Product includes one or more computer instructions.When loading on computers and executing the computer program instructions, all or It partly generates according to process or function described in the embodiment of the present invention.The computer can be general purpose computer, dedicated meter Calculation machine, computer network or other programmable devices.The computer instruction can store in computer readable storage medium In, or from a computer readable storage medium to the transmission of another computer readable storage medium, for example, the computer Instruction can pass through wired (such as coaxial cable, optical fiber, number from a web-site, computer, server or data center User's line (DSL)) or wireless (such as infrared, wireless, microwave etc.) mode to another web-site, computer, server or Data center is transmitted.The computer readable storage medium can be any usable medium that computer can access or It is comprising data storage devices such as one or more usable mediums integrated server, data centers.The usable medium can be with It is magnetic medium, (for example, floppy disk, hard disk, tape), optical medium (for example, DVD) or semiconductor medium (such as solid state hard disk Solid State Disk (SSD)) etc..
It should be noted that, in this document, as long as the technical characteristic non-contradiction in each optinal plan can combine and carry out shape At scheme, these schemes are in range disclosed in the present application.Relational terms such as first and second and the like are used merely to It distinguishes one entity or operation from another entity or operation, without necessarily requiring or implying these entities or behaviour There are any actual relationship or orders between work.Moreover, the terms "include", "comprise" or its any other variant It is intended to non-exclusive inclusion, so that including that the process, method, article or equipment of a series of elements not only includes Those elements, but also including other elements that are not explicitly listed, or further include for this process, method, article or The intrinsic element of person's equipment.In the absence of more restrictions, the element limited by sentence "including a ...", not There is also other identical elements in the process, method, article or apparatus that includes the element for exclusion.
Each embodiment in this specification is all made of relevant mode and describes, same and similar portion between each embodiment Dividing may refer to each other, and each embodiment focuses on the differences from other embodiments.Especially for device, For the embodiment of electronic equipment and storage medium, since it is substantially similar to the method embodiment, so be described relatively simple, The relevent part can refer to the partial explaination of embodiments of method.
The foregoing is merely the preferred embodiments of the application, are not intended to limit the protection scope of the application.It is all Any modification, equivalent replacement, improvement and so within spirit herein and principle are all contained in the protection scope of the application It is interior.

Claims (10)

1. a kind of mobile application localizes loading method, which is characterized in that be applied to client, which comprises
Obtain the corresponding newest template resource file of the page to be shown;Wherein, the newest template resource file includes multiple numbers According to module, different data module corresponds to different data types;It include the data in the data module for any data module The template style of each format identification (FID) corresponding to the data type of module;
By each web-page interface of the page to be shown, each page data of the page to be shown is obtained;Wherein, the page Face data includes format identification (FID);
Data type belonging to each page data is determined respectively;
According to data type belonging to each page data, the corresponding data module of each page data is determined;
According to the format identification (FID) of each page data, the corresponding data module of each page data is inquired, institute is respectively obtained State the template style of page data;
Template style based on the page data and the page data, assembly generate the template number of the page to be shown According to;
The template data of the page to be shown is loaded, to show the page to be shown.
2. the method according to claim 1, wherein described obtain the corresponding newest template resource of the page to be shown File, comprising:
The version number of the template resource file of the page to be shown locally prestored is examined to store with server side described to be shown Whether the version number of the template resource file of the page is identical;
If it is different, then from the template resource file of server side downloading latest edition number, while updating the page to be shown The version number of template resource file is the version number of the template resource file after successfully downloading, obtains newest template resource file;
Alternatively, if they are the same, then using the version number of the template resource file of the page to be shown locally prestored as described to be shown The version number of the corresponding newest template resource file of the page.
3. the method according to claim 1, wherein the template data of the load page to be shown, with Show the page to be shown, comprising:
WebView component is instantiated, the template data of the page to be shown is loaded by the WebView component of instantiation, with Show the page to be shown.
4. a kind of mobile application localizes loading method, which is characterized in that be applied to server, which comprises
The template resource file for receiving destination client downloads request;
It obtains the template resource file downloading and requests corresponding newest template resource file, wherein the newest template resource File includes multiple data modules, and different data module corresponds to different data types;For any data module, the data mould The template style of each format identification (FID) corresponding to data type in block including the data module;
The newest template resource file is sent to the destination client, so that the destination client is according to described newest Template resource file adjusts the format of each page data in the page to be shown.
5. a kind of mobile application localizes loading device, which is characterized in that be applied to client, described device includes:
First obtains module, for obtaining the corresponding newest template resource file of the page to be shown;Wherein, the newest template money Source file includes multiple data modules, and different data module corresponds to different data types;For any data module, the data The template style of each format identification (FID) corresponding to data type in module including the data module;
Second obtains module, for each web-page interface by the page to be shown, obtains each page of the page to be shown Face data;Wherein, the page data includes format identification (FID);
First determining module, for determining data type belonging to each page data respectively;
Second determining module determines that each page data is corresponding for the data type according to belonging to each page data Data module;
Enquiry module inquires the corresponding data mould of each page data for the format identification (FID) according to each page data Block respectively obtains the template style of the page data;
Splicing module, for the template style based on the page data and the page data, assembly generates described to be shown The template data of the page;
Display module, for loading the template data of the page to be shown, to show the page to be shown.
6. device according to claim 5, which is characterized in that described first obtains module, comprising:
Submodule is examined, for examining the version number of template resource file of the page to be shown locally prestored to deposit with server side Whether the version number of the template resource file of the page to be shown of storage is identical;
First judging submodule, version number and server side for the template resource file in the page to be shown locally prestored When the version number of the template resource file of the page to be shown of storage is not identical, then latest edition number is downloaded from server side Template resource file, while the version number for updating the template resource file of the page to be shown be successfully downloading after template The version number of resource file obtains newest template resource file;
The version number of second judgment submodule, the template resource file of the page to be shown for locally prestoring deposits with server side When the version number of the template resource file of the page to be shown of storage is identical, then by the template of the page to be shown locally prestored Version number of the version number of resource file as the corresponding newest template resource file of the page to be shown.
7. device according to claim 5, which is characterized in that the display module is specifically used for:
WebView component is instantiated, the template data of the page to be shown is loaded by the WebView component of instantiation, with Show the page to be shown.
8. a kind of mobile application localizes loading device, which is characterized in that be applied to server, described device includes:
Receiving module, the template resource file for receiving destination client download request;
Third obtains module, requests corresponding newest template resource file for obtaining the template resource file downloading, wherein The newest template resource file includes multiple data modules, and different data module corresponds to different data types;For any Data module includes the template style of each format identification (FID) corresponding to the data type of the data module in the data module;
Sending module, for the newest template resource file to be sent to the destination client, so that the target customer End adjusts the format of each page data in the page to be shown according to the newest template resource file.
9. a kind of electronic equipment, which is characterized in that including processor and memory;
The memory, for storing computer program;
The processor when for executing the program stored on the memory, realizes claim 1-3 any described one Kind mobile application localizes loading method.
10. a kind of electronic equipment, which is characterized in that including processor and memory;
The memory, for storing computer program;
The processor when for executing the program stored on the memory, realizes a kind of movement as claimed in claim 4 Using localization loading method.
CN201910527089.XA 2019-06-18 2019-06-18 Mobile application localized loading method and device and electronic equipment Active CN110321177B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910527089.XA CN110321177B (en) 2019-06-18 2019-06-18 Mobile application localized loading method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910527089.XA CN110321177B (en) 2019-06-18 2019-06-18 Mobile application localized loading method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN110321177A true CN110321177A (en) 2019-10-11
CN110321177B CN110321177B (en) 2022-06-03

Family

ID=68119745

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910527089.XA Active CN110321177B (en) 2019-06-18 2019-06-18 Mobile application localized loading method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN110321177B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750958A (en) * 2019-10-17 2020-02-04 北京奇艺世纪科技有限公司 Text display method and device, electronic equipment and medium
CN110929199A (en) * 2019-12-05 2020-03-27 广州酷狗计算机科技有限公司 Content display method, content display apparatus, computer device, storage medium, and program product
CN111277889A (en) * 2020-02-19 2020-06-12 北京奇艺世纪科技有限公司 Television side page preview method and system
CN111427645A (en) * 2020-03-20 2020-07-17 青岛聚好联科技有限公司 H5-based cross-terminal adaptive display method and device
CN112764732A (en) * 2021-01-25 2021-05-07 百果园技术(新加坡)有限公司 Code generation method and device applied to loading target resource
CN112882619A (en) * 2021-02-08 2021-06-01 维沃移动通信有限公司 Application interface management method and device, electronic equipment and medium
CN113760438A (en) * 2021-09-22 2021-12-07 京东科技信息技术有限公司 Page display method and device for webpage application

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110055740A1 (en) * 2009-08-28 2011-03-03 International Business Machines Corporation Defining and sharing display space templates
CN102004777A (en) * 2010-11-19 2011-04-06 中国科学院软件研究所 Customizable Web information integration method and system
CN102609628A (en) * 2012-03-20 2012-07-25 上海交通大学 Webpage-based remote comprehensive diagnosis and treatment system
US20130212487A1 (en) * 2012-01-09 2013-08-15 Visa International Service Association Dynamic Page Content and Layouts Apparatuses, Methods and Systems
CN103678511A (en) * 2013-11-25 2014-03-26 北京奇虎科技有限公司 Method and device for extracting webpage content according to visualized template
CN104021155A (en) * 2014-05-21 2014-09-03 小米科技有限责任公司 Webpage display method and device
US20160132476A1 (en) * 2014-11-06 2016-05-12 Vinc Corporation Guidance content development and presentation
CN105608119A (en) * 2015-12-16 2016-05-25 北京吉威数源信息技术有限公司 Rapid thematic map drawing technology
CN106066849A (en) * 2016-05-30 2016-11-02 车智互联(北京)科技有限公司 A kind of template page editing system and method
CN107479861A (en) * 2016-06-07 2017-12-15 阿里巴巴集团控股有限公司 Page processing method and its system
CN107609156A (en) * 2017-09-26 2018-01-19 微梦创科网络科技(中国)有限公司 The method and device that a kind of page is built
CN107784086A (en) * 2017-10-09 2018-03-09 中国平安人寿保险股份有限公司 A kind of loading method of webpage, terminal device and computer-readable recording medium
CN108090159A (en) * 2017-12-12 2018-05-29 福建中金在线信息科技有限公司 A kind of generation method of Website page, device, electronic equipment and storage medium
CN108282518A (en) * 2017-12-26 2018-07-13 阿里巴巴集团控股有限公司 A kind of customer terminal webpage generation method and device
CN108376172A (en) * 2018-02-27 2018-08-07 北京金和网络股份有限公司 The webpage Localization methodologies of mobile client
CN109710870A (en) * 2018-12-27 2019-05-03 北京微播视界科技有限公司 Loading method, device, electronic equipment and the readable storage medium storing program for executing of the H5 page

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110055740A1 (en) * 2009-08-28 2011-03-03 International Business Machines Corporation Defining and sharing display space templates
CN102004777A (en) * 2010-11-19 2011-04-06 中国科学院软件研究所 Customizable Web information integration method and system
US20130212487A1 (en) * 2012-01-09 2013-08-15 Visa International Service Association Dynamic Page Content and Layouts Apparatuses, Methods and Systems
CN102609628A (en) * 2012-03-20 2012-07-25 上海交通大学 Webpage-based remote comprehensive diagnosis and treatment system
CN103678511A (en) * 2013-11-25 2014-03-26 北京奇虎科技有限公司 Method and device for extracting webpage content according to visualized template
CN104021155A (en) * 2014-05-21 2014-09-03 小米科技有限责任公司 Webpage display method and device
US20160132476A1 (en) * 2014-11-06 2016-05-12 Vinc Corporation Guidance content development and presentation
CN105608119A (en) * 2015-12-16 2016-05-25 北京吉威数源信息技术有限公司 Rapid thematic map drawing technology
CN106066849A (en) * 2016-05-30 2016-11-02 车智互联(北京)科技有限公司 A kind of template page editing system and method
CN107479861A (en) * 2016-06-07 2017-12-15 阿里巴巴集团控股有限公司 Page processing method and its system
CN107609156A (en) * 2017-09-26 2018-01-19 微梦创科网络科技(中国)有限公司 The method and device that a kind of page is built
CN107784086A (en) * 2017-10-09 2018-03-09 中国平安人寿保险股份有限公司 A kind of loading method of webpage, terminal device and computer-readable recording medium
CN108090159A (en) * 2017-12-12 2018-05-29 福建中金在线信息科技有限公司 A kind of generation method of Website page, device, electronic equipment and storage medium
CN108282518A (en) * 2017-12-26 2018-07-13 阿里巴巴集团控股有限公司 A kind of customer terminal webpage generation method and device
CN108376172A (en) * 2018-02-27 2018-08-07 北京金和网络股份有限公司 The webpage Localization methodologies of mobile client
CN109710870A (en) * 2018-12-27 2019-05-03 北京微播视界科技有限公司 Loading method, device, electronic equipment and the readable storage medium storing program for executing of the H5 page

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750958A (en) * 2019-10-17 2020-02-04 北京奇艺世纪科技有限公司 Text display method and device, electronic equipment and medium
CN110929199A (en) * 2019-12-05 2020-03-27 广州酷狗计算机科技有限公司 Content display method, content display apparatus, computer device, storage medium, and program product
CN110929199B (en) * 2019-12-05 2024-03-01 广州酷狗计算机科技有限公司 Content display method, content display device, computer apparatus, storage medium, and program product
CN111277889A (en) * 2020-02-19 2020-06-12 北京奇艺世纪科技有限公司 Television side page preview method and system
CN111277889B (en) * 2020-02-19 2022-05-06 北京奇艺世纪科技有限公司 Television side page preview method and system
CN111427645A (en) * 2020-03-20 2020-07-17 青岛聚好联科技有限公司 H5-based cross-terminal adaptive display method and device
CN112764732A (en) * 2021-01-25 2021-05-07 百果园技术(新加坡)有限公司 Code generation method and device applied to loading target resource
CN112764732B (en) * 2021-01-25 2024-03-08 百果园技术(新加坡)有限公司 Code generation method and device applied to loading target resource
CN112882619A (en) * 2021-02-08 2021-06-01 维沃移动通信有限公司 Application interface management method and device, electronic equipment and medium
CN113760438A (en) * 2021-09-22 2021-12-07 京东科技信息技术有限公司 Page display method and device for webpage application

Also Published As

Publication number Publication date
CN110321177B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
CN110321177A (en) A kind of mobile application localization loading method, device and electronic equipment
CN101539911B (en) Device and method for accelerating display of web page of browser
CN100421375C (en) Data sharing system, method and software tool
US9311427B2 (en) Automated generation of mobile optimized website based on an existing conventional web page description
US20170132182A1 (en) Use of Method Overrides for Dynamically Changing Visible Page Content
CN104321768B (en) For executing application to consult the method and system of addressable content and service by browsing telecommunication network
US20110185016A1 (en) Enhanced website tracking system and mehod
CN102109989A (en) Method, device and system for controlling browser cache
CN109165369A (en) Webpage display process and device
CN102629273A (en) Advertising information pushing method based on browser, device and browser system
WO2007130547A2 (en) Remote module syndication system and method
CN104035753A (en) Double-WebView customized page display method and system
CN102855318A (en) Method and system for preloading of webpages
KR20070114061A (en) Method and equipment for exposing an advertisement using application
CN1979476A (en) Method and system for rendering asynchronous portal page
CN102930058A (en) Method and device for realizing search in address field of browser
CN108366058A (en) Method, apparatus, equipment and the storage medium for preventing advertisement operators flow from kidnapping
CN106685687A (en) Gray release method and gray release device
CN104317570B (en) The apparatus and method of dynamic analysis Web applications
WO2017120360A1 (en) Computer-automated generation of application deep links
CN106874519A (en) Webpage representation method and apparatus
CN105683912A (en) Method of optimization for an application
CN109240697A (en) Calling processing method and device, storage medium
CN104219295A (en) Server-side configuration based information display method and system for mobile equipment
CN105260421A (en) Webpage loading method and apparatus

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