CN109358973B - Information processing method, system, medium, and computing device - Google Patents

Information processing method, system, medium, and computing device Download PDF

Info

Publication number
CN109358973B
CN109358973B CN201811146177.7A CN201811146177A CN109358973B CN 109358973 B CN109358973 B CN 109358973B CN 201811146177 A CN201811146177 A CN 201811146177A CN 109358973 B CN109358973 B CN 109358973B
Authority
CN
China
Prior art keywords
function
specific function
browser
file
built
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811146177.7A
Other languages
Chinese (zh)
Other versions
CN109358973A (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.)
Hangzhou Netease Zhiqi Technology Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN201811146177.7A priority Critical patent/CN109358973B/en
Publication of CN109358973A publication Critical patent/CN109358973A/en
Application granted granted Critical
Publication of CN109358973B publication Critical patent/CN109358973B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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

Landscapes

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

Abstract

The embodiment of the invention provides an information processing method, which is applied to an application program and comprises the following steps: acquiring a request for adding a specific function in a built-in browser of an application program; detecting whether the specific function is an existing function of the application program to obtain a detection result; under the condition that the detection result shows that the specific function is not the existing function of the application program, acquiring a function file which is generated in advance and used for realizing the specific function; and loading the function file to realize the specific function in the built-in browser. The method and the device can acquire and load the pre-generated function file for realizing the specific function under the condition that the specific function is temporarily and dynamically added at the webpage end, save the time cost for releasing the APP new version, accelerate the time for the specific function to reach the user, and realize the technical effect of quickly expanding the functions of the built-in browser. Furthermore, embodiments of the present invention provide an information processing system, a medium, and a computing device.

Description

Information processing method, system, medium, and computing device
Technical Field
The embodiment of the invention relates to the field of intelligent terminal application, in particular to an information processing method, an information processing system, an information processing medium and a computing device.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
In the prior art, a client is allowed to browse a webpage by using a built-in browser of an Application program (APP for short), the Application program communicates with a webpage end through a WebView which is a control of an android mobile phone, the webpage is loaded in the APP to realize functions in APPs, a Java Script file for maintaining a message queue is usually loaded in advance, and the WebView completes communication between the webpage end and data in the APPs by adding and taking messages into the message queue. For example, clicking a certain button on a web page opens a login page within APP, possibly using the protocol "hlhk: the WebView in the APP reads the message in the message queue to obtain a protocol body, and the event needing to be responded is obtained by analyzing the 'logInPage' field of the protocol body so as to open the login page. Similarly, the APP terminal sends the message to the webpage terminal, and can inform the webpage terminal of the callback function to process the message body by adding the message to the message queue, and the WebView in the APP can use the function in the APP.
Disclosure of Invention
However, in the course of implementing the inventive concept, the inventors found that at least the following problems existed in the related art: when the APP provided in the related art communicates with the web page side, the communication protocol that can be processed is very limited, that is, the communication protocol is usually predefined. When a new function (also called a specific function) related to the APP is temporarily and dynamically added at the web page side according to the user requirement, the problem is generally solved by reissuing the APP version.
Therefore, in the prior art, the existing information processing method for communication between the APP and the web page only can process the communication protocols with limited number defined in advance, and when the communication protocols which are not defined in advance need to be realized, a new APP version needs to be released, and the release process results in higher time cost or lower coverage rate of the user using the new APP version, so that the user is easy to lose and other technical problems, which is a very annoying process.
For this reason, an improved information processing method is highly needed to overcome the above technical problems caused by the information processing methods of the prior art and provide users with a good user experience.
In this context, embodiments of the present invention are intended to provide an information processing method, an information processing system, a medium, and a computing device.
In a first aspect of embodiments of the present invention, there is provided an information processing method applied to an application, the method including: acquiring a request for adding a specific function in a built-in browser of the application program; detecting whether the specific function is an existing function of the application program to obtain a detection result; under the condition that the detection result shows that the specific function is not the existing function of the application program, acquiring a function file which is generated in advance and is used for realizing the specific function; and loading the function file to realize the specific function in the built-in browser.
In an embodiment of the invention, the detecting whether the specific function is an existing function of the application to obtain the detection result includes: acquiring a first communication protocol for the communication between the application program and the built-in browser; acquiring a second communication protocol corresponding to the specific function; detecting whether the second communication protocol exists in the first communication protocol; and determining that the specific function is not an existing function of the application in the case where the second communication protocol does not exist in the first communication protocol.
In another embodiment of the present invention, the obtaining a pre-generated function file for implementing the specific function includes: acquiring identification information of the specific function; acquiring path information corresponding to the specific function based on the identification information; and acquiring a function file corresponding to the specific function, which is generated in advance, based on the path information.
In another embodiment of the present invention, after acquiring a pre-generated function file for implementing the specific function, the method further includes: sending a query request for querying the function file; and responding to the query request, and analyzing the function file to acquire address information and function data corresponding to the function file.
In another embodiment of the present invention, the loading the function file to implement the specific function in the built-in browser includes: acquiring a function processing class of the function data based on the address information; acquiring request data corresponding to a request for adding the specific function in a built-in browser of an application program; and loading the function file based on the request data and the function processing class so as to realize the specific function in the built-in browser.
In a second aspect of the embodiments of the present invention, there is provided a system applied to an application program, the system including: a first obtaining module, configured to obtain a request for adding a specific function to a built-in browser of the application; the detection module is used for detecting whether the specific function is the existing function of the application program or not so as to obtain a detection result; a second obtaining module, configured to obtain a pre-generated function file for implementing the specific function when the detection result indicates that the specific function is not an existing function of the application program; and the loading module is used for loading the function file so as to realize the specific function in the built-in browser.
In an embodiment of the present invention, the detection module includes: the first obtaining submodule is used for obtaining a first communication protocol for the communication between the application program and the built-in browser; the second obtaining submodule is used for obtaining a second communication protocol corresponding to the specific function; a detection submodule for detecting whether the second communication protocol exists in the first communication protocol; and a determination sub-module configured to determine that the specific function is not an existing function of the application program as a result of the detection, when the second communication protocol is not present in the first communication protocol.
In another embodiment of the present invention, the second obtaining module includes: a third obtaining submodule, configured to obtain identification information of the specific function; a fourth obtaining sub-module, configured to obtain, based on the identification information, path information corresponding to the specific function; and a fifth obtaining sub-module, configured to obtain, based on the path information, a function file that is generated in advance and corresponds to the specific function.
In another embodiment of the present invention, the system further includes: a sending module, configured to send a query request for querying the function file; and the analysis module is used for responding to the query request and analyzing the function file to acquire the address information and the function data corresponding to the function file.
In a further embodiment of the present invention, the loading module includes: a sixth obtaining sub-module, configured to obtain a function processing class of the function data based on the address information; a seventh obtaining submodule, configured to obtain request data corresponding to a request for adding the specific function to a built-in browser of an application; and a loading submodule, configured to load the function file based on the request data and the function processing class, so as to implement the specific function in the built-in browser.
In a third aspect of embodiments of the present invention, there is provided a medium storing computer-executable instructions for implementing any one of the above-described methods when executed by a processing unit.
In a fourth aspect of embodiments of the present invention, there is provided a computing device comprising: a processing unit; and a storage unit storing computer-executable instructions that, when executed by the processing unit, are adapted to implement any of the above-described methods.
According to the information processing method of the embodiment of the invention, a series of problems caused by limited communication protocols which can be processed and predefined communication protocols are at least partially overcome when the APP and the webpage end are communicated in the related technology, and under the condition that a specific function related to the APP is temporarily and dynamically added at the webpage end according to the requirement of a user, the APP version needs to be reissued are solved, if the specific function is detected not to be the existing function of the built-in browser, the pre-generated function file for realizing the specific function can be obtained and loaded, so that the specific function is realized in the built-in browser without reissuing the APP version, the time cost for releasing the new APP version is greatly saved, the time for loading and executing the specific function by the user is accelerated, and the built-in browser can process the communication protocols except the predefined communication protocols, the technical effect of the built-in browser function is rapidly expanded, and better experience is brought to the user.
Drawings
The above and other objects, features and advantages of exemplary embodiments of the present invention will become readily apparent from the following detailed description read in conjunction with the accompanying drawings. Several embodiments of the invention are illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which:
FIG. 1A schematically illustrates a system architecture of an information processing method and system according to an embodiment of the invention;
FIG. 1B is a schematic diagram illustrating an application scenario of the information processing method and system according to the embodiment of the invention;
FIG. 2A schematically shows a flow chart of an information processing method according to an embodiment of the invention;
FIG. 2B schematically shows a flowchart of a function file generation method according to an embodiment of the present invention;
FIG. 3A schematically illustrates a flow chart for detecting whether a particular function is an existing function of an application to obtain a detection result, according to an embodiment of the invention;
FIG. 3B schematically shows a flowchart for obtaining a pre-generated function file for implementing a specific function according to an embodiment of the present invention;
FIG. 3C schematically shows a flow chart of an information processing method according to yet another embodiment of the present invention;
FIG. 3D schematically illustrates a flow diagram for loading a function file to implement a specific function in an embedded browser, according to an embodiment of the present invention;
FIG. 3E schematically shows an overall flow diagram of an information processing method according to an embodiment of the present invention;
FIG. 4 schematically shows a block diagram of an information handling system according to an embodiment of the present invention;
FIG. 5A schematically illustrates a block diagram of a detection module according to an embodiment of the invention;
FIG. 5B schematically shows a block diagram of a second acquisition module according to an embodiment of the invention;
FIG. 5C schematically shows a block diagram of an information handling system according to yet another embodiment of the present invention;
FIG. 5D schematically shows a block diagram of a load module according to an embodiment of the invention;
FIG. 6 schematically shows a schematic view of a computer-readable storage medium product according to an embodiment of the invention; and
FIG. 7 schematically shows a block diagram of a computing device according to an embodiment of the invention.
In the drawings, the same or corresponding reference numerals indicate the same or corresponding parts.
Detailed Description
The principles and spirit of the present invention will be described with reference to a number of exemplary embodiments. It is understood that these embodiments are given solely for the purpose of enabling those skilled in the art to better understand and to practice the invention, and are not intended to limit the scope of the invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Thus, the present invention may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to an embodiment of the present invention, a method, a medium, a system (apparatus) and a computing device for information processing are provided.
In this context, it is to be understood that the terminology referred to herein includes WebView and JavaScript. Wherein: WebView refers to a control carried by a mobile phone of an android system and is used for providing a function similar to a browser and capable of loading a webpage in an APP. The JavaScript refers to a Web-based scripting language widely used in Web application development, and can be used to add various dynamic functions to a Web page to provide a smoother and more beautiful browsing effect for a user. Moreover, any number of elements in the drawings are by way of example and not by way of limitation, and any nomenclature is used solely for differentiation and not by way of limitation.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Summary of The Invention
In implementing the concept of the present invention, the inventors found that at least the following problems exist in the related art: when the APP provided in the related art communicates with the web page side, the communication protocol that can be processed is very limited, that is, the communication protocol is usually predefined. When a specific function related to the APP is temporarily and dynamically added at the web page end according to the user's needs, the solution is generally achieved by reissuing the APP version.
The embodiment of the invention provides an information processing method, which is applied to an application program and comprises the following steps: acquiring a request for adding a specific function in a built-in browser of an application program; detecting whether the specific function is an existing function of the application program to obtain a detection result; under the condition that the detection result shows that the specific function is not the existing function of the application program, acquiring a function file which is generated in advance and used for realizing the specific function; and loading the function file to realize the specific function in the built-in browser.
Having described the general principles of the invention, various non-limiting embodiments of the invention are described in detail below.
Application scene overview
Referring first to fig. 1A, fig. 1A schematically illustrates a system architecture 100 of an information processing method and system according to an embodiment of the present invention. It should be noted that fig. 1A is only an example of a system architecture to which the embodiment of the present invention may be applied, so as to help those skilled in the art understand the technical content of the present invention, but it does not mean that the embodiment of the present invention may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 1A, the system architecture 100 according to this embodiment may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, and so forth.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. The terminal devices 101, 102, 103 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (for example only) providing support for websites browsed by users using the terminal devices 101, 102, 103. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that the information processing method provided in the embodiment of the present invention may be generally executed by the terminal device 101, 102, or 103, or may also be executed by another terminal device different from the terminal device 101, 102, or 103. Accordingly, the information processing system provided by the embodiment of the present invention may also be provided in the terminal device 101, 102, or 103, or in another terminal device different from the terminal device 101, 102, or 103.
It should be understood that the number of terminal devices, networks, and servers in FIG. 1A are merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Fig. 1B schematically shows an application scenario diagram 110 of the information processing method and system according to the embodiment of the present invention. It should be noted that fig. 1B is only an example of an application scenario in which the embodiment of the present invention may be applied to help those skilled in the art understand the technical content of the present invention, and does not mean that the embodiment of the present invention may not be applied to other devices, systems, environments or scenarios.
The information processing method provided by the embodiment of the invention is suitable for temporarily adding an 'open class list' webpage in the process that a client uses the built-in browser 112 of the application program 111 to browse the webpage, and operators hope that users browse the list page, if the list page is attracted by the content introduced by an open class, the operators can enter a live broadcast classroom to feel the teaching of teachers personally, and if the operators finally feel that the teachers and teachers are good, the operators can purchase complete courses in a school period. And temporarily and dynamically adding an application scene of the specific function related to the APP at the webpage end according to the user requirement.
In the application scenario 110 shown in fig. 1B, "enter live classroom" is a specific function provided by the "temporarily add public class list" web page, and this specific function is a function that the built-in browser 112 does not have. The application scenario shown in fig. 1B is not a limitation on the applicable scenarios of the information processing method and the information processing system of the present invention, and does not represent that the present invention may not be directed to other application scenarios, and may be correspondingly expanded according to the spirit of the embodiment of the present invention, and details thereof are not repeated herein. The application scenarios of the present embodiment are merely illustrative and are not intended to limit or narrow the scope of the present invention.
Exemplary method
A method of information processing according to an exemplary embodiment of the present invention is described below with reference to fig. 2A, 2B, and 3A to 3E in conjunction with the application scenario 110 of fig. 1B. It should be noted that the above application scenarios are merely illustrated for the convenience of understanding the spirit and principles of the present invention, and the embodiments of the present invention are not limited in this respect. Rather, embodiments of the present invention may be applied to any scenario where applicable. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the invention. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a convention analogous to "A, B or at least one of C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B or C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
The embodiment of the invention provides an information processing method, which is applied to an application program and comprises the following steps: acquiring a request for adding a specific function in a built-in browser of an application program; detecting whether the specific function is an existing function of the application program to obtain a detection result; under the condition that the detection result shows that the specific function is not the existing function of the application program, acquiring a function file which is generated in advance and used for realizing the specific function; and loading the function file to realize the specific function in the built-in browser.
Fig. 2A schematically shows a flow chart of an information processing method according to an embodiment of the present invention.
As shown in fig. 2A, the information processing method may include operations S210 to S240. Wherein:
in operation S210, a request for adding a specific function in a built-in browser of an application program is acquired.
In operation S220, it is detected whether the specific function is an existing function of the application to obtain a detection result.
In operation S230, in case that the detection result indicates that the specific function is not an existing function of the application program, a function file generated in advance to implement the specific function is acquired.
In operation S240, the function file is loaded to implement a specific function in the built-in browser.
According to an exemplary embodiment of the present invention, the specific function is a function added in a built-in browser of the application program, and the function may be any function dynamically added according to a user requirement, and the present invention is not limited herein.
According to the exemplary embodiment of the invention, after the request for adding the specific function in the built-in browser of the application program is obtained, whether the specific function is the existing function of the application program can be detected to obtain the detection result, and different modes are selected to realize the specific function according to different detection results.
Specifically, when the detection result indicates that the specific function is the existing function of the application program, according to a method for communication between the APP and the built-in browser in the prior art, the specific function is implemented in the built-in browser, that is, the client application program may load a JavaScript file in advance, and complete communication between the web page and data in the APP in a manner of adding and taking out messages to and from the message queue through a WebView control.
In case that the detection result indicates that the specific function is not an existing function of the application, according to an exemplary embodiment of the present invention, a function file that can implement the specific function may be acquired and loaded to implement the specific function in the built-in browser.
According to an exemplary embodiment of the present invention, the function file is required to be generated in advance.
Fig. 2B schematically shows a flowchart of a function file generation method according to an embodiment of the present invention. As shown in fig. 2B, the method may include operations S221 to S229. Wherein:
in operation S221: the new function-specific code is written on the original code branch.
In step S222: and the java compiles the function class to generate a class file.
In operation S223: and (5) packaging the class file by jar to generate a jar file.
In operation S224: and the dx commands the jar file to generate a dex file which can be executed by the android.
In operation S225: packaging the empty res file and the empty android main and dex files into an independent apk packet through an aapt command, and signing the apk packet through a jarsegner command.
In operation S226: the apk packet is converted to an array of bytes and encrypted.
In operation S227: and converting the encrypted byte array into character string information, and adding the character string information into a data field of the final Json format text.
In operation S228: and adding a classpath field in the final Json format text for storing the specific path of the processing class.
In operation S229: and uploading the final Json format text to a server to generate a download link.
According to the embodiment of the invention, the browser and the APP can be aligned in a mode of packaging the browser, the code intrusion is small, the time and the labor are saved, the process is simple and quick, and the dependency on the version of the client is low.
It should be noted that the exemplary embodiments of the present invention are not limited to the built-in browser applied to the application program, and are also applicable to the browser application program.
It should be understood that the operations S221 to S229 are schematic illustrations of the generating steps of the function file, and are not limitations and limitations on the generating steps of the function file, and a person skilled in the art may generate the function file in any known manner, which is not described herein again.
According to an exemplary embodiment of the present invention, in combination with the application scenario shown in fig. 1B, when browsing a web page using a built-in browser of an online education APP, if an "open course list" web page is temporarily added, a user may click "enter live classroom" on the web page according to actual needs, it is understood that "enter live classroom" is a new function point brought by the "temporarily added open course list" web page, that is, a specific function, "enter live classroom" is a specific function corresponding to a specific button on the "temporarily added open course list" web page, and thus the specific function is not an existing function of the online education APP.
In the related art, in the case that the specific function added to the built-in browser is not a communication protocol predefined by the APP, the client can only implement the specific function in a re-release manner, and it can be understood that, on one hand, the client goes through a conventional client version release process, and after corresponding market review, the specific function may really be a matter several days later on the client of the user, and the time cost is high, and on the other hand, the android system client above a certain version supports the specific function, which may result in a low coverage rate of a new version user that can implement the specific function, and if the specific function is a strong marketing type function, a batch of old users may be missed, which is not beneficial to maintaining user loyalty of the client, and may cause a loss that is difficult to compensate.
According to the exemplary embodiment of the present invention, when the added specific function of the built-in browser is not the communication protocol predefined by the APP, reissuing of the APP version is avoided, and the specific function can be implemented in the built-in browser by obtaining and loading the pre-generated function file for implementing the specific function.
Through the embodiment of the invention, a series of problems caused by limited communication protocols which can be processed and predefined communication protocols when the APP and the webpage end are communicated in the related technology can be at least partially overcome, under the condition that a specific function related to the APP is temporarily and dynamically added at the webpage end according to the requirement of a user, the APP version needs to be reissued, if the specific function is detected not to be the existing function of the built-in browser, the pre-generated function file for realizing the specific function can be obtained and loaded so as to realize the specific function in the built-in browser without reissuing the APP version, the time cost for publishing the APP new version is greatly saved, the time for loading and executing the specific function by the user is accelerated, the technical effects that the built-in browser can process the communication protocols except the predefined communication protocols and quickly expand the functions of the built-in browser are realized, and better experience is brought to the user.
Fig. 3A schematically shows a flowchart for detecting whether a specific function is an existing function of an application to obtain a detection result according to an embodiment of the present invention.
As shown in fig. 3A, detecting whether the specific function is an existing function of the application to obtain the detection result may include operations S311 to S314. Wherein:
in operation S311, a first communication protocol for an application to communicate with a built-in browser is acquired.
In operation S312, a second communication protocol corresponding to the specific function is acquired.
In operation S313, it is detected whether the second communication protocol exists in the first communication protocol.
In operation S314, in the case where the second communication protocol does not exist in the first communication protocol, it is determined that the specific function is not an existing function of the application as a result of the detection.
The client can divide the messages into two types on the message channel communicated with the webpage: the first is the existing supported protocol class message and the second is the dynamic matching class message. Accordingly, the supported protocol type message corresponds to a first communication protocol, which may be a communication protocol corresponding to a message queue maintained in a JavaScript file. The dynamic matching type message corresponds to a second communication protocol, which may be a communication protocol corresponding to a message maintained in a cloudMapping file.
According to an exemplary embodiment of the present invention, it may be determined whether the specific function is an existing function of the application program based on the first communication protocol and the second communication protocol to obtain the detection result. Specifically, whether the second communication protocol corresponding to the specific function exists in the first communication protocol corresponding to the supported protocol type message may be compared, and in a case that the second communication protocol does not exist in the first communication protocol, it may be determined that the specific function is not the existing function of the application program as the detection result. In the case where the second communication protocol exists in the first communication protocol, it is determined that the specific function is an existing function of the application.
By the embodiment of the invention, whether the added specific function is the existing function can be accurately and quickly determined by detecting whether the second communication protocol corresponding to the specific function exists in the first communication protocol corresponding to the supported protocol message, so that the mode of realizing the specific function in the built-in browser can be determined according to the detection result.
Fig. 3B schematically shows a flowchart for acquiring a pre-generated function file for implementing a specific function according to an embodiment of the present invention.
As shown in fig. 3B, acquiring a function file generated in advance to implement a specific function may include operations S321 to S323. Wherein:
in operation S321, identification information of a specific function is acquired.
In operation S322, path information corresponding to a specific function is acquired based on the identification information.
In operation S323, a function file corresponding to a specific function generated in advance is acquired based on the path information.
According to the exemplary embodiment of the invention, the system background maintains a cloudMapping for adding the dynamic matching class message of the specific function, the key value of the cloudMapping corresponds to the function name field of the specific function, and the value of the cloudMapping corresponds to the function file path information of the specific function.
According to an exemplary embodiment of the present invention, a function file generated in advance to implement a specific function is acquired, path information corresponding to the specific function can be acquired through the key value, and the function file corresponding to the specific function generated in advance is acquired based on the path information.
According to the embodiment of the invention, the path information is acquired through the identification information of the specific function, and the technical effect of dynamically adding the specific function in the built-in browser can be realized.
Fig. 3C schematically shows a flowchart of an information processing method according to still another embodiment of the present invention.
As shown in fig. 3C, the information processing method may include operations S331 and S332 in addition to the aforementioned operations S210 to S240. Wherein:
in operation S331, a query request for querying a function file is transmitted.
In operation S332, in response to the query request, the function file is parsed to acquire address information and function data corresponding to the function file.
According to the exemplary embodiment of the present invention, after acquiring the function file, the client may send an inquiry request for inquiring the function file, and parse the function file to acquire the address information and the function data corresponding to the function file, so as to implement validity check to determine whether the function file is safe and unmodified. Specifically, the reverse process of generating the function file can be realized, which comprises base64 divulging, signature verification of apk, and due to the specificity of the former (base64) and the uniqueness of the latter (apk signature), the function file can not be maliciously falsified by other third parties, so as to maintain the safety and stability of the application program.
According to the embodiment of the invention, after the function file is obtained, the query request is sent and the function file is analyzed to obtain the address information and the function data, so that reliable data support is provided for the realization of the specific function in the built-in browser subsequently.
Fig. 3D schematically shows a flowchart for loading a function file to implement a specific function in an embedded browser according to an embodiment of the present invention.
As shown in fig. 3D, loading the function file to implement a specific function in the built-in browser may include operations S341 to S343. Wherein:
in operation S341, a function processing class of the function data is acquired based on the address information.
In operation S342, request data corresponding to a request for adding a specific function in a built-in browser of an application program is acquired.
In operation S343, based on the request data and the function handling class, the function file is loaded to implement a specific function in the built-in browser.
When the specific function is a function to be added by the APP, according to the exemplary embodiment of the present invention, the time cost of the development of the APP application program can be saved by using the web interface of the APP built-in browser, and the development and display can be completed quickly at the web page end, so as to provide the user with intuitive and quick experience.
Fig. 3E schematically shows an overall flowchart of an information processing method according to an embodiment of the present invention.
As shown in FIG. 3E, the method may include operations S351-S357. Wherein:
in operation S351: and initiating a query request to the server to query whether the matched file of cloudMapping exists.
In step S352: and analyzing the file through a set protocol to acquire class path information and functional data content information.
In operation S353: after a complete set of data decryption process and apk signature verification.
In operation S354: and after safety and legality verification, extracting a corresponding dex file from the apk package structure.
In operation S355: and loading a dex file, and finding a corresponding functional processing class in the dex file based on the address information.
In operation S356: and transmitting the request data of the webpage to a function processing class and executing a corresponding method.
In operation S357: and under the condition that the callback function exists, triggering the callback function, and returning the data processing result to the webpage in a Json format.
According to the embodiment of the invention, the function file is loaded based on the request data and the function processing class, the specific function is realized in the built-in browser, and a way which can utilize the webpage end as a display entrance of the user interface in the built-in browser and quickly develop and realize the function is provided for the specific function.
Exemplary devices
Having described exemplary modes of the exemplary embodiments of the present invention, an information processing system for implementing an information processing method of the exemplary embodiments of the present invention will be described in detail with reference to fig. 4, 5A to 5D.
The embodiment of the invention provides an information sending and processing system.
FIG. 4 schematically shows a block diagram of an information handling system according to an embodiment of the present invention.
As shown in FIG. 4, the information handling system 400 may include a first acquisition module 410, a detection module 420, a second acquisition module 430, and a loading module 440. Wherein:
the first obtaining module 410 is configured to perform the aforementioned operation S210: a request to add a specific function in a built-in browser of an application program is acquired.
The detection module 420 is configured to perform the aforementioned operation S220: whether the specific function is an existing function of the application program is detected to obtain a detection result.
The second obtaining module 430 is configured to perform the aforementioned operation S230: and acquiring a function file which is generated in advance and is used for realizing the specific function under the condition that the detection result shows that the specific function is not the existing function of the application program.
The loading module 440 is configured to perform the aforementioned operation S240: and loading the function file to realize the specific function in the built-in browser.
Through the embodiment of the invention, a series of problems caused by limited communication protocols which can be processed and predefined communication protocols when the APP and the webpage end are communicated in the related technology can be at least partially overcome, under the condition that a specific function related to the APP is temporarily and dynamically added at the webpage end according to the requirement of a user, the APP version needs to be reissued, if the specific function is detected not to be the existing function of the built-in browser, the pre-generated function file for realizing the specific function can be obtained and loaded so as to realize the specific function in the built-in browser without reissuing the APP version, the time cost for publishing the APP new version is greatly saved, the time for loading and executing the specific function by the user is accelerated, the technical effects that the built-in browser can process the communication protocols except the predefined communication protocols and quickly expand the functions of the built-in browser are realized, and better experience is brought to the user.
FIG. 5A schematically shows a block diagram of a detection module according to an embodiment of the invention.
As shown in fig. 5A, the detection module 420 may include a first acquisition submodule 511, a second acquisition submodule 512, a detection submodule 513, and a determination submodule 514. Wherein:
the first obtaining sub-module 511 is configured to perform the aforementioned operation S311: a first communication protocol for communication between an application program and a built-in browser is acquired.
The second obtaining sub-module 512 is configured to perform the aforementioned operation S312: and acquiring a second communication protocol corresponding to the specific function.
The detection submodule 513 is configured to perform the aforementioned operation S313: it is detected whether the second communication protocol is present in the first communication protocol.
The determination submodule 514 is configured to perform the aforementioned operation S314: in the case where the second communication protocol does not exist in the first communication protocol, it is determined that the detection result is that the specific function is not an existing function of the application.
By the embodiment of the invention, whether the added specific function is the existing function can be accurately and quickly determined by detecting whether the second communication protocol corresponding to the specific function exists in the first communication protocol corresponding to the supported protocol message, so that the mode of realizing the specific function in the built-in browser can be determined according to the detection result.
FIG. 5B schematically shows a block diagram of a second acquisition module according to an embodiment of the invention.
As shown in fig. 5B, the second obtaining module 430 may include a third obtaining submodule 521, a fourth obtaining submodule 522 and a fifth obtaining submodule 523. Wherein:
the third obtaining submodule 521 is configured to perform the aforementioned operation S321: identification information of a specific function is acquired.
The fourth obtaining sub-module 522 is configured to perform the aforementioned operation S322: based on the identification information, path information corresponding to the specific function is acquired.
The fifth obtaining sub-module 523 is configured to perform the aforementioned operation S323: based on the path information, a function file corresponding to a specific function generated in advance is acquired.
According to the embodiment of the invention, the path information is acquired through the identification information of the specific function, and the technical effect of dynamically adding the specific function in the built-in browser can be realized.
Fig. 5C schematically shows a block diagram of an information processing system according to still another embodiment of the present invention.
As shown in fig. 5C, the information processing system 400 may further include a sending module 531 and a parsing module 532 in addition to the first obtaining module 410, the detecting module 420, the second obtaining module 430 and the loading module 440. Wherein:
the sending module 531 is configured to perform the foregoing operation S331: and sending a query request for querying the function file.
The parsing module 532 is configured to perform the aforementioned operation S332: and responding to the query request, and analyzing the function file to acquire address information and function data corresponding to the function file.
According to the embodiment of the invention, after the function file is obtained, the query request is sent and the function file is analyzed to obtain the address information and the function data, so that reliable data support is provided for the realization of the specific function in the built-in browser subsequently.
FIG. 5D schematically shows a block diagram of a load module according to an embodiment of the invention.
As shown in FIG. 5D, the load module 440 may include a sixth fetch submodule 541, a seventh fetch submodule 542, and a load submodule 543. Wherein:
the sixth obtaining sub-module 541 is configured to perform the aforementioned operation S341: and acquiring the function processing class of the function data based on the address information.
The seventh obtaining sub-module 542 is configured to perform the aforementioned operation S342: request data corresponding to a request for adding a specific function in a built-in browser of an application program is acquired.
The loading sub-module 543 is configured to perform the aforementioned operation S343: and loading the function file based on the request data and the function processing class so as to realize the specific function in the built-in browser.
According to an exemplary embodiment of the invention, any number of the modules, sub-modules, or at least part of the functionality of any number thereof may be implemented in one module. Any one or more of the modules, sub-modules according to exemplary embodiments of the present invention may be implemented by being divided into a plurality of modules. Any one or more of the modules, sub-modules according to exemplary embodiments of the present invention may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in any other reasonable manner of hardware or firmware by integrating or packaging a circuit, or in any one of three implementations, or in any suitable combination of any of these. Alternatively, one or more of the modules, sub-modules according to exemplary embodiments of the invention may be at least partly implemented as computer program modules, which, when executed, may perform corresponding functions.
For example, any plurality of the first obtaining module 410, the detecting module 420, the second obtaining module 430, the loading module 440, the sending module 531, and the parsing module 532 may be combined and implemented in one module, or any one of the modules may be split into a plurality of modules. Alternatively, at least part of the functionality of one or more of these modules may be combined with at least part of the functionality of the other modules and implemented in one module. According to an exemplary embodiment of the present invention, at least one of the first obtaining module 410, the detecting module 420, the second obtaining module 430, the loading module 440, the sending module 531 and the parsing module 532 may be at least partially implemented as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an application specific integrated circuit (ASlC), or may be implemented in hardware or firmware in any other reasonable manner by integrating or packaging a circuit, or implemented in any one of three manners of software, hardware and firmware, or in a suitable combination of any of them. Alternatively, at least one of the first obtaining module 410, the detecting module 420, the second obtaining module 430, the loading module 440, the sending module 531 and the parsing module 532 may be at least partially implemented as a computer program module, which, when executed by a computer, may perform the functions of the respective module.
According to the embodiment of the invention, the function file is loaded based on the request data and the function processing class, the specific function is realized in the built-in browser, and a way which can utilize the webpage end as a display entrance of the user interface in the built-in browser and quickly develop and realize the function is provided for the specific function.
Exemplary Medium
Having described exemplary apparatus of exemplary embodiments of the present invention, exemplary media for implementing information processing of exemplary embodiments of the present invention are described in detail below with reference to FIG. 6.
An embodiment of the present invention provides a medium storing computer-executable instructions that, when executed by a processing unit, cause the processing unit to perform any one of the above-described information processing methods in the above-described method embodiments.
In some possible embodiments, various aspects of the present invention may also be implemented in a program product, which includes program code for causing a device to perform the operations (or steps) in the information sending method according to various exemplary embodiments of the present invention described in the above section "exemplary method" of this specification when the program product runs on the device, for example, the device may perform operation S210 as shown in fig. 2A to obtain a request for adding a specific function in a built-in browser of an application program. In operation S220, it is detected whether the specific function is an existing function of the application to obtain a detection result. In operation S230, in case that the detection result indicates that the specific function is not an existing function of the application program, a function file generated in advance to implement the specific function is acquired. In operation S240, the function file is loaded to implement a specific function in the built-in browser.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
As shown in fig. 6, an information processing program product 60 according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a device, such as a personal computer. However, the program product of the present invention is not limited in this respect, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, or device.
A readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user computing device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Exemplary computing device
Having described the method, medium, and apparatus of exemplary embodiments of the present invention, a computing device for information processing of exemplary embodiments of the present invention is next described with reference to fig. 7.
The embodiment of the invention also provides the computing equipment. As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
In some possible embodiments, a computing device according to the present invention may include at least one processing unit, and at least one memory unit. Wherein the storage unit stores program code which, when executed by the processing unit, causes the processing unit to perform the steps in the information presentation methods according to various exemplary embodiments of the present invention described in the above section "exemplary methods" of this specification. For example, the processing unit may perform operation S210 as shown in fig. 2A, acquiring a request for adding a specific function in a built-in browser of an application. In operation S220, it is detected whether the specific function is an existing function of the application to obtain a detection result. In operation S230, in case that the detection result indicates that the specific function is not an existing function of the application program, a function file generated in advance to implement the specific function is acquired. In operation S240, the function file is loaded to implement a specific function in the built-in browser.
A computing device 70 for information processing according to this embodiment of the present invention is described below with reference to fig. 7. The computing device 70 shown in FIG. 7 is only one example and should not be taken to limit the scope of use and functionality of embodiments of the present invention.
As shown in fig. 7, computing device 70 is embodied in the form of a general purpose computing device. Components of computing device 70 may include, but are not limited to: the at least one processing unit 701, the at least one memory unit 702, and a bus 703 that couples various system components including the memory unit 702 and the processing unit 701.
The bus 703 includes an address bus, a data bus, and a control bus.
The storage unit 702 can include readable media in the form of volatile memory, such as Random Access Memory (RAM)7021 and/or cache memory 7022, and can further include Read Only Memory (ROM) 7023.
Storage unit 702 may also include a program/utility 7025 having a set (at least one) of program modules 7024, such program modules 7024 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Computing device 70 may also communicate with one or more external devices 704 (e.g., keyboard, pointing device, bluetooth device, etc.), which may be through an input/output (I/0) interface 705. Moreover, computing device 70 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) through network adapter 706. As shown, network adapter 706 communicates with the other modules of computing device 70 via bus 703. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computing device 70, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the apparatus are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Moreover, while the operations of the method of the invention are depicted in the drawings in a particular order, this does not require or imply that the operations must be performed in this particular order, or that all of the illustrated operations must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
While the spirit and principles of the invention have been described with reference to several particular embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, nor is the division of aspects, which is for convenience only as the features in such aspects may not be combined to benefit. The invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (10)

1. An information processing method applied to an application program, the method comprising:
acquiring a request for adding a specific function in a built-in browser of the application program, wherein the specific function is a function brought by adding a webpage in the built-in browser;
detecting whether the specific function is an existing function of the application program to obtain a detection result;
under the condition that the detection result shows that the specific function is not the existing function of the application program, acquiring a function file which is generated in advance and used for realizing the specific function; and
loading the function file to realize the specific function in the built-in browser, wherein the detecting whether the specific function is an existing function of the application program to obtain a detection result comprises:
acquiring a first communication protocol for the communication between the application program and the built-in browser;
acquiring a second communication protocol corresponding to the specific function;
detecting whether the second communication protocol is present in the first communication protocol; and
determining that the specific function is not an existing function of the application in a case where the second communication protocol does not exist in the first communication protocol.
2. The method of claim 1, wherein the obtaining a pre-generated function file for implementing the specific function comprises:
acquiring identification information of the specific function;
acquiring path information corresponding to the specific function based on the identification information; and
and acquiring a function file which is generated in advance and corresponds to the specific function based on the path information.
3. The method of claim 2, wherein after acquiring a pre-generated function file for implementing the specific function, the method further comprises:
sending a query request for querying the function file; and
and responding to the query request, and analyzing the function file to acquire address information and function data corresponding to the function file.
4. The method of claim 3, wherein the loading the function file to implement the specific function in the built-in browser comprises:
acquiring a function processing class of the function data based on the address information;
acquiring request data corresponding to a request for adding the specific function in a built-in browser of an application program; and
and loading the function file based on the request data and the function processing class so as to realize the specific function in the built-in browser.
5. An information processing system applied to an application, the system comprising:
the first acquisition module is used for acquiring a request for adding a specific function in a built-in browser of the application program, wherein the specific function is a function brought by adding a webpage in the built-in browser;
the detection module is used for detecting whether the specific function is an existing function of the application program or not so as to obtain a detection result;
a second obtaining module, configured to, when the detection result indicates that the specific function is not an existing function of the application program, obtain a function file that is generated in advance and is used for implementing the specific function: and
the loading module is used for loading the function file so as to realize the specific function in the built-in browser; wherein the detection module comprises:
the first obtaining submodule is used for obtaining a first communication protocol for the communication between the application program and the built-in browser;
the second obtaining submodule is used for obtaining a second communication protocol corresponding to the specific function;
a detection sub-module for detecting whether the second communication protocol exists in the first communication protocol; and
a determining sub-module, configured to determine that the specific function is not an existing function of the application program in a case where the second communication protocol does not exist in the first communication protocol.
6. The system of claim 5, wherein the second acquisition module comprises:
a third obtaining submodule, configured to obtain identification information of the specific function;
a fourth obtaining sub-module, configured to obtain, based on the identification information, path information corresponding to the specific function; and
and the fifth obtaining sub-module is used for obtaining a pre-generated function file corresponding to the specific function based on the path information.
7. The system of claim 6, wherein the system further comprises:
the sending module is used for sending a query request for querying the function file; and
and the analysis module is used for responding to the query request and analyzing the function file so as to obtain the address information and the function data corresponding to the function file.
8. The system of claim 7, wherein the loading module comprises:
a sixth obtaining submodule, configured to obtain a function processing class of the function data based on the address information;
a seventh obtaining submodule, configured to obtain request data corresponding to a request for adding the specific function in a built-in browser of an application program; and
and the loading submodule is used for loading the function file based on the request data and the function processing class so as to realize the specific function in the built-in browser.
9. A medium storing computer executable instructions for implementing the method of any one of claims 1 to 4 when executed by a processing unit.
10. A computing device, comprising:
a processing unit; and
a storage unit storing computer-executable instructions for implementing the method of any one of claims 1 to 4 when executed by the processing unit.
CN201811146177.7A 2018-09-29 2018-09-29 Information processing method, system, medium, and computing device Active CN109358973B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811146177.7A CN109358973B (en) 2018-09-29 2018-09-29 Information processing method, system, medium, and computing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811146177.7A CN109358973B (en) 2018-09-29 2018-09-29 Information processing method, system, medium, and computing device

Publications (2)

Publication Number Publication Date
CN109358973A CN109358973A (en) 2019-02-19
CN109358973B true CN109358973B (en) 2020-12-22

Family

ID=65347940

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811146177.7A Active CN109358973B (en) 2018-09-29 2018-09-29 Information processing method, system, medium, and computing device

Country Status (1)

Country Link
CN (1) CN109358973B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102693280A (en) * 2012-04-28 2012-09-26 广州市动景计算机科技有限公司 Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal
CN102724169A (en) * 2011-03-30 2012-10-10 上海亿动信息技术有限公司 Background framework and control system for mobile advertisement system
CN102779046A (en) * 2012-07-04 2012-11-14 合一网络技术(北京)有限公司 Video playing system based on HTML5 development and video playing method thereof
CN103677898A (en) * 2013-11-08 2014-03-26 北京奇虎科技有限公司 Method for checking loaded extension and/or plug-in on server side and server
CN103902696A (en) * 2014-03-28 2014-07-02 广州华多网络科技有限公司 Method and device for loading resource files
CN105224363A (en) * 2015-09-23 2016-01-06 北京金山安全软件有限公司 Method and device for loading application program
CN106843919A (en) * 2016-12-12 2017-06-13 北京奇虎科技有限公司 The storage method and device of a kind of dex files

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955787B (en) * 2016-05-18 2019-11-22 深圳市掌玩网络技术有限公司 A kind of plug-in loading method and device for android system
CN108287758A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of application resource management method, application method and device
CN107153536B (en) * 2017-03-31 2021-05-07 北京三快在线科技有限公司 Application processing method and device
CN108334360A (en) * 2017-07-12 2018-07-27 深圳市小牛在线互联网信息咨询有限公司 Method, apparatus, storage medium and the computer equipment of application program dynamic load

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102724169A (en) * 2011-03-30 2012-10-10 上海亿动信息技术有限公司 Background framework and control system for mobile advertisement system
CN102693280A (en) * 2012-04-28 2012-09-26 广州市动景计算机科技有限公司 Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal
CN102779046A (en) * 2012-07-04 2012-11-14 合一网络技术(北京)有限公司 Video playing system based on HTML5 development and video playing method thereof
CN103677898A (en) * 2013-11-08 2014-03-26 北京奇虎科技有限公司 Method for checking loaded extension and/or plug-in on server side and server
CN103902696A (en) * 2014-03-28 2014-07-02 广州华多网络科技有限公司 Method and device for loading resource files
CN105224363A (en) * 2015-09-23 2016-01-06 北京金山安全软件有限公司 Method and device for loading application program
CN106843919A (en) * 2016-12-12 2017-06-13 北京奇虎科技有限公司 The storage method and device of a kind of dex files

Also Published As

Publication number Publication date
CN109358973A (en) 2019-02-19

Similar Documents

Publication Publication Date Title
US10649826B2 (en) Flexible scripting platform for troubleshooting
US10102306B2 (en) Patching base document object model (DOM) with DOM-differentials to generate high fidelity replay of webpage user interactions
US8612947B2 (en) System and method for remotely compiling multi-platform native applications for mobile devices
US8843646B2 (en) Multi-desktop interaction using nested remote desktop sessions
TW201441829A (en) Client side page processing
US10164848B1 (en) Web service fuzzy tester
CN109873735B (en) Performance test method and device for H5 page and computer equipment
US10120542B2 (en) Reproducing state of source environment when image was screen captured on a different computing device using resource location, resource navigation and positional metadata embedded in image
US20180131779A1 (en) Recording And Triggering Web And Native Mobile Application Events With Mapped Data Fields
CN113190464A (en) mock testing method, mock testing device, electronic equipment and mock testing medium
CN108984202B (en) Electronic resource sharing method and device and storage medium
CN112684968A (en) Page display method and device, electronic equipment and computer readable medium
US20180032384A1 (en) Secure script execution using sandboxed environments
CN111913738A (en) Access request processing method, device, computing equipment and medium
CN110780874B (en) Method and device for generating information
WO2019000723A1 (en) Method and apparatus for achieving popup interaction event, and computer device
US20170102989A1 (en) Method and system for dynamically unblocking customers in critical workflows by pushing community contributed solutions just-in-time when an error is encountered
US20180275957A1 (en) Assistive technology for code generation using voice and virtual reality
CN113505302A (en) Method, device and system for supporting dynamic acquisition of buried point data and electronic equipment
CN113778897B (en) Automatic test method, device and equipment for interface and storage medium
US20120054299A1 (en) System for and method of verifying packages
CN110442416B (en) Method, electronic device and computer-readable medium for presenting information
CN109358973B (en) Information processing method, system, medium, and computing device
CN107247661B (en) Method and system for supporting automatic verification of installation package of application
CN111382039A (en) Method, device, electronic equipment and storage medium for reporting user behavior event

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
TR01 Transfer of patent right

Effective date of registration: 20210928

Address after: 310052 Room 408, building 3, No. 399, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee after: Hangzhou Netease Zhiqi Technology Co.,Ltd.

Address before: 310052 Building No. 599, Changhe Street Network Business Road, Binjiang District, Hangzhou City, Zhejiang Province, 4, 7 stories

Patentee before: NETEASE (HANGZHOU) NETWORK Co.,Ltd.

TR01 Transfer of patent right