CN107817994A - The operation method of mobile terminal network application program - Google Patents

The operation method of mobile terminal network application program Download PDF

Info

Publication number
CN107817994A
CN107817994A CN201610751079.0A CN201610751079A CN107817994A CN 107817994 A CN107817994 A CN 107817994A CN 201610751079 A CN201610751079 A CN 201610751079A CN 107817994 A CN107817994 A CN 107817994A
Authority
CN
China
Prior art keywords
file
url
local
weblication
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.)
Pending
Application number
CN201610751079.0A
Other languages
Chinese (zh)
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.)
Snowball (Beijing) Technology Development Co., Ltd.
Original Assignee
BEIJING XUEQIU INFORMATION 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 XUEQIU INFORMATION TECHNOLOGY Co Ltd filed Critical BEIJING XUEQIU INFORMATION TECHNOLOGY Co Ltd
Priority to CN201610751079.0A priority Critical patent/CN107817994A/en
Publication of CN107817994A publication Critical patent/CN107817994A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

This application discloses a kind of operation method of mobile terminal network weblication, including:The file download of weblication is stored in mobile terminal local, as local off-line files;Establish the uniform resource position mark URL of weblication and the addressing relation of the local off-line files;In the URL of mobile terminal accessing weblication, the file according to corresponding to the addressing relation searches the URL from local off-line files, the local file for calling this to find if finding, the URL is otherwise called.The present invention can improve the speed of service and execution efficiency in the case where ensureing development efficiency.

Description

The operation method of mobile terminal network application program
Technical field
The application is related to mobile internet technical field, more particularly to a kind of mobile terminal network (web) application program Operation method.
Background technology
At present, the exploitation of mobile Internet application program (APP) mainly uses two kinds of technologies, when primary development technique, Second, network (web) development technique.Current described two technical schemes cut both ways.
The existing primary development technique, its advantage are that the mobile terminal of application program operation is local, and the speed of service is fast, Execution efficiency is high, therefore Consumer's Experience is good;Its shortcoming is that development efficiency is very low, and the development efficiency in especially later stage is designated as lowly, Maintenance cost is also very high, the inconvenient amendment in time if application program goes wrong, under the APP versions of renewal need user again Mobile terminal is downloaded to, and reappears installation.
The web development technique, it is mobile by its weblication developed operates in the server end of network side Terminal when needing to run weblication, by the URL of the browser access weblication (URL, Uniform Resource Locator), and on-line operation.Because the main body of weblication operates in server end, therefore Convenient modification and maintenance, development efficiency is high, can online real-time update.But the shortcomings that weblication, which is mobile terminal, to exist Call every time and be required for obtaining resource, it is necessary to the load time, the speed of service is slow from server end during weblication, perform effect Rate is low, and Consumer's Experience is not good enough.
The content of the invention
In view of this, the main object of the present invention is to provide a kind of operation method of mobile terminal weblication, is protecting In the case of demonstrate,proving development efficiency, the speed of service and execution efficiency are improved.
The technical proposal of the invention is realized in this way:
A kind of operation method of mobile terminal network weblication, including:
The file download of weblication is stored in mobile terminal local, as local off-line files;
Establish the uniform resource position mark URL of weblication and the addressing relation of the local off-line files;
In the URL of mobile terminal accessing weblication, searched according to the addressing relation from local off-line files File corresponding to the URL, the local file for calling this to find if finding, otherwise call the URL.
In an advantageous embodiment, the local off-line files include in the local storage mode of mobile terminal:By institute State the corresponding catalogue of each module of weblication, web files corresponding to lower storage one-level of each catalogue.
In an advantageous embodiment, the addressing of the URL for establishing weblication and the local off-line files is closed System, specifically includes:
The URL is segmented into two parts according to the separator in the URL, the separator for being used to be segmented retains, should Other separator escapes in URL are into specified character or character string;Part conduct before the separator for being used to be segmented Module name corresponding to the URL, it is described be used for be segmented separator after part as the file under module name corresponding to the URL Name.
In an advantageous embodiment, it is described that the URL is searched correspondingly from local off-line files according to the addressing relation File, specifically include:
Since first separator in the URL, aftermentioned processing is done for the separator:
Step a, the separator is retained, by other separator escapes in the URL into specified character or character string;
Step b, inquire about in local off-line files whether have with the part identical directory name before the separator, if Then further inquire about under the catalogue whether with the part identical filename after the separator, if then judging that this document is File corresponding to the URL, terminate this lookup flow;Otherwise the next separator being directed in the URL, return to step a.
In an advantageous embodiment, it is described that the file download of weblication is stored in mobile terminal local, tool Body includes:
When mobile terminal starts the weblication, the configuration file at download server end, in the configuration file Including file bag download address corresponding to the module name in the weblication and each module;Mobile terminal is according to the configuration File bag download address corresponding to module name in file, download file, file is unpacked out from the file bag, is stored in Under the catalogue of respective modules name.
In an advantageous embodiment, this method further comprises:
The configuration file further comprises timestamp corresponding to each module name;
Module name and its corresponding timestamp of the mobile terminal according to the configuration file currently downloaded, match somebody with somebody with what is downloaded before Put file to be contrasted, determine whether module renewal and whether have new module, if module updates or has new module, then The file bag of respective modules is downloaded from file bag download address corresponding to the module, file is unpacked out from the file bag, deposits Under the catalogue for storing up respective modules name.
In an advantageous embodiment, this method further comprises:
The configuration file further comprises check code corresponding to module name;
Mobile terminal further comprises the MD5 for calculating this document bag after file bag corresponding to the module name is downloaded Value, if the MD5 values are identical with check code corresponding to the module name, then unpack out file from this document bag and stores, no Then abandon this document bag.
Compared with prior art, the file download of weblication is stored in mobile terminal local by the present invention, as Local off-line files;And establish the URL of weblication and the addressing relation of the local off-line files;Visited in mobile terminal When asking the URL of weblication, the file according to corresponding to the addressing relation searches the URL from local off-line files, if Find, the local file for calling this to find, otherwise call the URL.Therefore the present invention taken into account weblication and The advantages of primary development and application program, the main body of weblication operate in server end, therefore convenient modification and maintenance, can With online real-time update, the file after renewal, which can be downloaded, is stored in mobile terminal local, and development efficiency is high.The present invention will simultaneously Web files localize, and when weblication is run, preferentially from file corresponding to local search, accelerate loading velocity, carry The high speed of service and execution efficiency of weblication.
Brief description of the drawings
Fig. 1 is the schematic flow sheet of the operation method of mobile terminal weblication of the present invention;
Fig. 2 is a kind of catalogue schematic diagram of local off-line files;
Fig. 3 is a kind of original for searching URL respective files from local off-line files according to addressing relation of the present invention Manage schematic diagram;
Fig. 4 is a kind of content example figure of configuration file of the present invention.
Embodiment
Below in conjunction with the accompanying drawings and specific embodiment the present invention is further described in more detail.
The present invention core concept be:In order to avoid traditional weblication needs the money at remote call service device end Source so as to the low usage experience of efficiency it is bad the problem of, the file (abbreviation web files) of weblication is packaged in shifting by the present invention It is called in dynamic application locally, in 200ms the page can be allowed to show, the speed of service is greatly improved, improve making for user With experience.
Fig. 1 is the schematic flow sheet of the operation method of mobile terminal weblication of the present invention.Referring to Fig. 1, the party Method includes:
Step 101, the file download of weblication is stored in mobile terminal local, as local off-line files.
The addressing of step 102, the uniform resource position mark URL for establishing weblication and the local off-line files is closed System.
Step 103, in the URL of mobile terminal accessing weblication, according to the addressing relation from local offline text File corresponding to the URL is searched in part, the local file for calling this to find if finding, otherwise calls the URL.
Certainly, there is no strict context between the step 101 and step 102, step 102 can also be in step Carried out before or while 101.
In a preferred embodiment of the present invention, Module Division that can be by web files according to weblication is each Individual module takes a catalogue.Web files under each catalogue only have one-level, realize storage flattening, convenient organization and administration With follow-up addressing.
If Fig. 2 is a kind of catalogue schematic diagram of local off-line files.Referring to Fig. 2, in a preferred embodiment of the present invention, The local off-line files include in the local storage mode of mobile terminal:Each module of the weblication is corresponding One catalogue, web files corresponding to lower storage one-level of each catalogue.As shown in Fig. 2 mod, mod2, mod3 are directory names, point Not Dui Ying a module, have two files under the mod catalogues:B%2Fc.html and test.html.
In the present invention, the unlatching of the weblication page still uses URL, thus need to establish a URL and it is local from The mapping relations of line file.Normal practice is to use configuration file, but can run into the problem of managing and safeguarding, therefore the present invention Devise a simple and reliable addressing relation.Relation is addressed using this set, if URL is searched out in the off-line files of local Corresponding web files, will call the local web files, if do not found, will call long-range URL.
Because the catalogue of local off-line files only has two-stage, and URL may have many levels, therefore the addressing relation of the present invention URL is mainly segmented into two parts, Part I is defined as module name, and filename is used as after other parts escape, be segmented with/ For segmentation.
Specifically, the addressing relation of the URL for establishing weblication and the local off-line files, is specifically included:
The URL is segmented into two parts according to the separator in the URL, the separator for being used to be segmented retains, should Into specified character or character string, the escape refers to other separators to translate into specified for other separator escapes in URL Character or character string, for carrying out the judgement of subsequent step, but do not change the content of the URL;Point for being used to be segmented Part before symbol is as module name corresponding to the URL, and the part after the separator for being used to be segmented is as this URL pairs Filename under the module name answered.
Such as some URL is:Mod/b/c, described/it is separator, wherein mod is module name, then by the URL First separator retains, and other separator escapes are into specified character string, it is assumed that and the character string specified herein is %2F, I.e./can be using escape as %2F, then the URL understands escape into mod/b%2Fc, then the part mod before separator is exactly module , the part b%2Fc after separator is exactly filename.As shown in Fig. 2 the URL mod/b/c are just right according to addressing relation Answer the file suffixes name that the file b%2Fc.html under the mod catalogues, wherein .html are acquiescences, the entitled b% of its file 2Fc。
After having addressing relation described above, in a kind of preferred embodiment of the present invention, if should in mobile terminal accessing web During with the URL of program, the file according to corresponding to the addressing relation searches the URL from local off-line files, specific bag Include:
Since first separator in the URL, aftermentioned processing is done for the separator:
Step a, the separator is retained, by other separator escapes in the URL into specified character or character string Such as %2F;The escape refers to other separators to translate into the character specified or character string, for carrying out sentencing for subsequent step It is disconnected, but the content of the URL is not changed.
Step b, inquire about in local off-line files whether have with the part identical directory name before the separator, if Then further inquire about under the catalogue whether with the part identical filename after the separator, if then judging that this document is File corresponding to the URL, terminate this lookup flow;Otherwise the next separator being directed in the URL, return to step a, repeats The above-mentioned processing of row, until finding corresponding file, if can not find corresponding file, calls the URL, i.e., according to the URL Access the associated documents of network side.
Such as Fig. 3 searches URL respective files according to addressing relation for one kind of the present invention from local off-line files Principle schematic.Referring to Fig. 3, the Modprocessor is performed for a kind of processing mould of addressing function of the present invention Block, it is assumed that the URL of mobile terminal accessing is mod/b/c, then according to the addressing relation, there is three kinds of possibility after the URL escapes:
The first may:First separator is retained, then become mod/b%2Fc.html301 after escape, it is described Html is suffix name, can add the suffix name automatically after escape.
Second may:Second separator is retained, then become mod%2Fb/c.html302 after escape, it is described Html is suffix name, can add the suffix name automatically after escape.
The third may:It is a kind of additional possibility, that is, gives tacit consent to URL and finally also have a separator, i.e., the URL is as one Individual directory name, is followed by the filename index.html of an acquiescence, i.e. the URL is considered as mod/b/c/index, then Become mod%2Fb%2Fc/index.html 303 after escape, the html is suffix name, can be certainly after escape It is dynamic to add the suffix name.
Referring to Fig. 3, according to addressing relation of the present invention, since first separator of the URL, retain this point Every symbol, all escapes of other separators are into %2F, then become mod/b%2Fc.html 301 after the URL escapes, then from this Searched in ground off-line files, as shown in Fig. 2 whether inquire about in local off-line files has and the part before the separator i.e. mod Identical directory name, there is the directory name as shown in Figure 2, then further inquire about under the catalogue whether with the portion after the separator Divide i.e. b%2Fc.html identical filenames, have file name under mod catalogues as shown in Figure 2, also please also refer in Fig. 3 The breviary schematic diagram 304 of local off-line files, then judgement this document is file corresponding to the URL, terminates this lookup flow.
In one preferred embodiment of the invention, it is described that the file download of weblication is stored in mobile terminal In local, specifically include:
When mobile terminal starts the weblication, the configuration file at download server end, in the configuration file Including file bag download address corresponding to the module name in the weblication and each module;Mobile terminal is according to the configuration File bag download address corresponding to module name in file, download file, file is unpacked out from the file bag, is stored in Under the catalogue of respective modules name.Herein, it can be the corresponding file bag of a module, be corresponded in this document bag comprising the module All web files.
In addition, web files packing storage is renewable at any time excellent to remote web request dynamicization is just lost behind local Point.Therefore, in an embodiment of the present invention, local file update mechanism is added.That is, this method further comprises:
The configuration file further comprises timestamp corresponding to each module name;
Module name and its corresponding timestamp of the mobile terminal according to the configuration file currently downloaded, match somebody with somebody with what is downloaded before Put file to be contrasted, determine whether module renewal and whether have new module, if gone out in the configuration file currently downloaded New module name is showed, has then been to have new module, if the module name in the configuration file currently downloaded is the same but timestamp has Renewal, then be that the module has renewal.
If module updates or has new module, then respective modules are downloaded from file bag download address corresponding to the module File bag, unpacks out file from the file bag, and storage is arrived under the catalogue of respective modules name.Specifically, if new module, Then in a local newly-built catalogue, with the entitled directory name of the module, the file storage in the file bag of the module is arrived under the catalogue. If module updates, then the file bag of the module is unpacked into out file, under renewal to the local original catalogue of the module.
In further embodiment, method of the invention can further include:
The configuration file further comprises check code corresponding to module name;
Mobile terminal further comprises the MD5 for calculating this document bag after file bag corresponding to the module name is downloaded Value, if the MD5 values are identical with check code corresponding to the module name, then unpack out file from this document bag and stores, no Then abandon this document bag.By this processing, it is ensured that the correctness of file bag, prevent file error.
For example, Fig. 4 is a kind of content example figure of configuration file of the present invention.Referring to Fig. 4, wrapped in the configuration file Information corresponding to two modules is contained:Module mod1 and module mod2, is illustrated by taking mod1 as an example below.Wherein, such as mod1 Shown, the information of each module includes the acquisition address URL 401 of respective file bag, timestamp 402, check code 403.Move Dynamic terminal, can be from the download files of URL 401 after the configuration file is downloaded, and being judged according to the timestamp 402 should Whether the file of module has renewal, and above-mentioned verification is carried out according to the check code 403.
In summary, in the present invention, the file download of weblication is stored in mobile terminal local, is used as this Ground off-line files;And establish the URL of weblication and the addressing relation of the local off-line files;In mobile terminal accessing During the URL of weblication, the file according to corresponding to the addressing relation searches the URL from local off-line files, if looked into Find, the local file for calling this to find, otherwise call the URL.Therefore the present invention has taken into account weblication and original The advantages of raw development and application program, the main body of weblication operate in server end, therefore convenient modification and safeguard, can be with Online real-time update, the file after renewal, which can be downloaded, is stored in mobile terminal local, and development efficiency is high.The present invention will simultaneously Web files localize, and when weblication is run, preferentially from file corresponding to local search, accelerate loading velocity, carry The high speed of service and execution efficiency of weblication.
In addition, each embodiment of the present invention can pass through the data processing by data processing equipment such as computer execution Program is realized.Obviously, data processor constitutes the present invention.In addition, it is generally stored inside the data in a storage medium Processing routine by program by directly reading out storage medium or by installing or copying to data processing equipment by program Performed in storage device (such as hard disk and/or internal memory).Therefore, such storage medium also constitutes the present invention.Storage medium can be with Use any kind of recording mode, such as paper storage medium (such as paper tape), magnetic storage medium (such as floppy disk, hard disk, flash memory Deng), optical storage media (such as CD-ROM), magnetic-optical storage medium (such as MO) etc..
Therefore the invention also discloses a kind of storage medium, wherein data processor is stored with, the data processor For performing any embodiment of the above method of the present invention.
In addition, method and step of the present invention is with data processor except can be realized, can also by hardware Lai Realize, for example, can be by gate, switch, application specific integrated circuit (ASIC), programmable logic controller (PLC) and embedded microcontroller Etc. realizing.Therefore this hardware that can realize the method for the invention can also form the present invention.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all essences in the present invention God any modification, equivalent substitution and improvements done etc., should be included within the scope of protection of the invention with principle.

Claims (7)

  1. A kind of 1. operation method of mobile terminal network weblication, it is characterised in that including:
    The file download of weblication is stored in mobile terminal local, as local off-line files;
    Establish the uniform resource position mark URL of weblication and the addressing relation of the local off-line files;
    In the URL of mobile terminal accessing weblication, being searched according to the addressing relation from local off-line files should File corresponding to URL, the local file for calling this to find if finding, otherwise call the URL.
  2. 2. according to the method for claim 1, it is characterised in that the local off-line files are in the local storage of mobile terminal Mode includes:By the corresponding catalogue of each module of the weblication, lower of each catalogue is stored corresponding to one-level Web files.
  3. 3. according to the method for claim 1, it is characterised in that the URL for establishing weblication and the local from The addressing relation of line file, is specifically included:
    The URL is segmented into two parts according to the separator in the URL, the separator for being used to be segmented retains, in the URL Other separator escapes into specified character or character string;Part before the separator for being used to be segmented is as the URL Corresponding module name, it is described be used for be segmented separator after part as the filename under module name corresponding to the URL.
  4. 4. according to the method for claim 3, it is characterised in that it is described according to the addressing relation from local off-line files File corresponding to searching the URL, is specifically included:
    Since first separator in the URL, aftermentioned processing is done for the separator:
    Step a, the separator is retained, by other separator escapes in the URL into specified character or character string;
    Step b, inquire about in local off-line files whether have with the part identical directory name before the separator, if then entering One step inquire about under the catalogue whether with the part identical filename after the separator, if then judging this document for should File corresponding to URL, terminate this lookup flow;Otherwise the next separator being directed in the URL, return to step a.
  5. 5. according to the method for claim 1, it is characterised in that described that the file download of weblication is stored in shifting In dynamic terminal local, specifically include:
    When mobile terminal starts the weblication, the configuration file at download server end, the configuration file includes File bag download address corresponding to module name and each module in the weblication;Mobile terminal is according to the configuration file In module name corresponding to file bag download address, download file, file is unpacked out from the file bag, be stored in correspondingly Under the catalogue of module name.
  6. 6. according to the method for claim 5, it is characterised in that this method further comprises:
    The configuration file further comprises timestamp corresponding to each module name;
    Module name and its corresponding timestamp of the mobile terminal according to the configuration file currently downloaded, with the configuration text downloaded before Part is contrasted, and determines whether module renewal and whether has new module, if module updates or has new module, then from this File bag download address corresponding to module downloads the file bag of respective modules, unpacks out file from the file bag, storage is arrived Under the catalogue of respective modules name.
  7. 7. according to the method for claim 5, it is characterised in that this method further comprises:
    The configuration file further comprises check code corresponding to module name;
    Mobile terminal further comprises the MD5 values for calculating this document bag, such as after file bag corresponding to the module name is downloaded The fruit MD5 values are identical with check code corresponding to the module name, then unpack out file from this document bag again and store, otherwise abandon This document bag.
CN201610751079.0A 2016-08-29 2016-08-29 The operation method of mobile terminal network application program Pending CN107817994A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610751079.0A CN107817994A (en) 2016-08-29 2016-08-29 The operation method of mobile terminal network application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610751079.0A CN107817994A (en) 2016-08-29 2016-08-29 The operation method of mobile terminal network application program

Publications (1)

Publication Number Publication Date
CN107817994A true CN107817994A (en) 2018-03-20

Family

ID=61600317

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610751079.0A Pending CN107817994A (en) 2016-08-29 2016-08-29 The operation method of mobile terminal network application program

Country Status (1)

Country Link
CN (1) CN107817994A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109271173A (en) * 2018-09-18 2019-01-25 广州视源电子科技股份有限公司 Platform application management method, device, storage medium and terminal device
CN112929423A (en) * 2021-01-25 2021-06-08 上海契云科技有限公司 Method and device for data packaging of terminal equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103108035A (en) * 2013-01-17 2013-05-15 深圳市中兴移动通信有限公司 Application localization method and device based on web-based operating system (WEBOS)
CN103257874A (en) * 2013-04-24 2013-08-21 深圳市中兴移动通信有限公司 Offline operation method and system for WEB application
CN104657118A (en) * 2013-11-18 2015-05-27 中国移动通信集团公司 Native + Web mixed mobile application achieving method and device
CN105843644A (en) * 2016-03-24 2016-08-10 北京金山安全软件有限公司 Application program installation method and device and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103108035A (en) * 2013-01-17 2013-05-15 深圳市中兴移动通信有限公司 Application localization method and device based on web-based operating system (WEBOS)
CN103257874A (en) * 2013-04-24 2013-08-21 深圳市中兴移动通信有限公司 Offline operation method and system for WEB application
CN104657118A (en) * 2013-11-18 2015-05-27 中国移动通信集团公司 Native + Web mixed mobile application achieving method and device
CN105843644A (en) * 2016-03-24 2016-08-10 北京金山安全软件有限公司 Application program installation method and device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
罗大晖 等: ""基于HTML5的Web离线应用研究与实现"", 《计算机应用与软件》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109271173A (en) * 2018-09-18 2019-01-25 广州视源电子科技股份有限公司 Platform application management method, device, storage medium and terminal device
CN109271173B (en) * 2018-09-18 2022-05-31 广州视源电子科技股份有限公司 Platform application management method and device, storage medium and terminal equipment
CN112929423A (en) * 2021-01-25 2021-06-08 上海契云科技有限公司 Method and device for data packaging of terminal equipment

Similar Documents

Publication Publication Date Title
CN103902696B (en) A kind of method and device for loading resource file
CN101167079B (en) User affirming device and method
US8782799B2 (en) Triggering a private browsing function of a web browser application program
US8782277B2 (en) System and method for time-sensitive URI mapping
US11403262B2 (en) Local networked storage linked to remote networked storage system
CN105446750B (en) The method and apparatus that WebApp starting runs, generates image file
CN108228818A (en) Web page resources loading method and device, electronic equipment and storage medium
CN105049486A (en) Version management and file pulling control methods for static files, version management and file pulling control devices, and version control system
CN104219198B (en) A kind of tamper resistant method of WebApp
US9600486B2 (en) File system directory attribute correction
CN109005226A (en) The acquisition methods of sensing data, acquisition system and relevant apparatus in server
CN105183760A (en) Webpage component loading method and apparatus
CN111240892B (en) Data backup method and device
CN107797818A (en) Application program updating method and device
TW201642156A (en) Page jumps based on text hiding
CN112799688A (en) Method and device for installing software package in container application, computer equipment and medium
CN105635284A (en) Page display method and terminal
CN104298675A (en) Method and device for cache management
CN101662478A (en) Method for tracking downloading, installation and uninstallation of software and system thereof
CN107817994A (en) The operation method of mobile terminal network application program
JP4886593B2 (en) Method, system and medium for displaying HTML text on a non-graphical console
CN102750285A (en) system and method for providing offline browsing
CN105144073A (en) Removable storage device identity and configuration information
CN110096295A (en) The hot update method and system of multimode mobile application based on ReactNative
CN108614714A (en) A kind of dynamic base update method, device and 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

Effective date of registration: 20181211

Address after: 100102 19th Floor, 3A Block, Soho Tower, Wangjing, No. 1 Courtyard, Futong East Street, Chaoyang District, Beijing

Applicant after: Snowball (Beijing) Technology Development Co., Ltd.

Address before: 100102 19th Floor, 3A Block, Soho Tower, Wangjing, No. 1 Courtyard, Futong East Street, Chaoyang District, Beijing

Applicant before: BEIJING XUEQIU INFORMATION TECHNOLOGY CO., LTD.

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20180320

RJ01 Rejection of invention patent application after publication