CN105357323B - HTML5 page adjustment method and device in a kind of APP - Google Patents

HTML5 page adjustment method and device in a kind of APP Download PDF

Info

Publication number
CN105357323B
CN105357323B CN201510920291.0A CN201510920291A CN105357323B CN 105357323 B CN105357323 B CN 105357323B CN 201510920291 A CN201510920291 A CN 201510920291A CN 105357323 B CN105357323 B CN 105357323B
Authority
CN
China
Prior art keywords
app
html5 page
http request
html5
debugging
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
CN201510920291.0A
Other languages
Chinese (zh)
Other versions
CN105357323A (en
Inventor
苟健
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510920291.0A priority Critical patent/CN105357323B/en
Publication of CN105357323A publication Critical patent/CN105357323A/en
Application granted granted Critical
Publication of CN105357323B publication Critical patent/CN105357323B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The present invention provides HTML5 page adjustment method and devices in a kind of APP, method simulates APP running environment on the local computer first, and store the HTML5 page, then the HTML5 page is loaded in the APP running environment of simulation, and show the loaded HTML5 page, finally according to the HTML5 page of display, the HTML5 page is debugged.The present invention can show the HTML5 page in the running effect of mobile phone in local computer, and browser can be used in a local computer and debug to the HTML5 page, be able to achieve common adjustment method, improve the debugging efficiency of the HTML5 page.

Description

HTML5 page adjustment method and device in a kind of APP
Technical field
The invention belongs to HTML5 page adjustment method and devices in Internet software arts more particularly to a kind of APP.
Background technique
Cell phone application includes NATIVE APP and Web APP at present, wherein NATIVE APP refers to based on local (operation system System) operation APP, can by profession cell phone application developing instrument (such as ECLIPSE) be developed;Web APP refers to base In the APP of mobile phone browser operation, Web APP generally uses the HTML5 page to realize at present, in the exploitation of the HTML5 page, The HTML5 page and related resource (JS file, CSS file etc.) are usually write on PC, are submitted to fixed server, are then existed The HTML5 page is loaded in cell phone application and is run, then by being debugged in mobile phone, wherein mobile phone must lead in debugging Crossing JS BRIDGE calls APP program and background service end communication to can not achieve common however, this adjustment method is inconvenient Adjustment method, if breakpoint arranges, gradually execute (step by step), run-time variables inquiry etc., and debug before need to upload The HTML5 page and corresponding static resource.
Summary of the invention
(1) technical problems to be solved
The object of the present invention is to provide HTML5 page debugging apparatus and methods in a kind of APP, on the local computer After writing the HTML5 page, the HTML5 page can be debugged in local browser, improves the debugging efficiency of the HTML5 page.
(2) technical solution
The present invention provides HTML5 page adjustment method in a kind of APP, comprising:
S1 simulates APP running environment on the local computer, and stores the HTML5 page;
S2 loads the HTML5 page in the APP running environment of simulation, and shows the loaded HTML5 page;
S3 debugs the HTML5 page according to the HTML5 page of display.
The present invention also provides HTML5 page debugging apparatus in a kind of APP, comprising:
Analog module for simulating the running environment of APP on the local computer, and stores the HTML5 page;
Display module for loading the HTML5 page in the APP running environment of simulation, and shows and to be loaded The HTML5 page;
Debugging module debugs the HTML5 page for the HTML5 page according to display.
(3) beneficial effect
The present invention enables the dry run of APP on the local computer by APP simulator, by calling the local library JS, Browser can be made to show the HTML5 page in the running effect of mobile phone, and due to carrying out using browser to the HTML5 page Debugging is able to achieve common adjustment method, such as breakpoint arranges, gradually executes (step by step), run-time variables inquiry, Improve the debugging efficiency of the HTML5 page.
Detailed description of the invention
Fig. 1 is the flow chart of HTML5 page adjustment method in APP provided in an embodiment of the present invention.
Fig. 2 is the schematic diagram of HTML5 page adjustment method in APP provided in an embodiment of the present invention.
Specific embodiment
The present invention provides HTML5 page adjustment method and device in a kind of APP, simulates APP on the local computer first Running environment, and the HTML5 page is stored, the HTML5 page is then loaded in the APP running environment of simulation, and show institute The HTML5 page of load debugs the HTML5 page finally according to the HTML5 page of display.The present invention can be in local meter Calculation machine shows the HTML5 page in the running effect of mobile phone, and browser can be used in a local computer to HTML5 pages Face is debugged, and common adjustment method is able to achieve, and improves the debugging efficiency of the HTML5 page.
A kind of embodiment according to the present invention, HTML5 page adjustment method include:
S1 simulates APP running environment on the local computer, and stores the HTML5 page;Since the present invention is in local meter The HTML5 page in APP is debugged on calculation machine, needs can run APP on the local computer, it is preferable that can adopt APP running environment is simulated with APP simulator, in addition, the HTML5 page is stored in APP simulator, APP simulator is also The operation container of the debugging stage HTML5 page, commissioning staff by the HTML5 page write place in this container, then plus Carry the HTML5 page.
S2 loads the HTML5 page in the APP running environment of simulation, and shows the loaded HTML5 page.? When the terminal operatings APP such as mobile phone or PAD, need to show the HTML5 page by the JS BRIDGE of terminal built-in, wherein The JS of the HTML5 page is to call APP program and background service end communication by JS BRIDGE, and can not make on local computer With JS BRIDGE, the present invention calls the local library JS in local computer, wherein the local library JS provides in a local computer JS method interface is consistent with JS BRIDGE, and local computer is interacted by the local library JS with APP simulator, APP simulator It is communicated with the APP gateway of rear end, to achieve the effect that run the HTML5 page on mobile phone
S3 debugs the HTML5 page according to the HTML5 page of the display.Wherein, step S2 and step S3 It can be realized by local browser, local browser is by calling the local library JS in local computer, to show HTML5 The page, existing major browsers, such as firebug, chrome, these browsers have mature page debugging tool, can be real Now common adjustment method gradually executes (step by step) if breakpoint arranges, run-time variables inquiry etc..
The HTML5 page debugged is sent to the APP server of distal end and saved by S4.In this way, during normal use, APP in the terminals such as mobile phone or PAD can be obtained by the communication with APP server and be shown the corresponding HTML5 page.
A kind of embodiment according to the present invention, in step s3, the debugging HTML5 page includes:
The function in the HTML5 page is triggered, to generate HTTP request, and the HTTP request is sent in APP server, APP server returns to corresponding http response according to the HTTP request, to debug to the HTML5 page.
A kind of embodiment according to the present invention carries out information friendship by APP gateway and APP server in step s3 Mutually, wherein HTTP request is equipped with identifier, and APP gateway determines HTTP request from local computer according to the identifier.It is existing Have in the C/S of APP, is generally equipped with APP gateway between a client and a server, it is black for realizing cookie authentication, user The functions such as white list filtering, HTTP request forwarding.In the present invention, it is also required to when debugging the HTML5 page in a local computer It is communicated with server, but local computer there is no login function, i.e., the local HTML5 page cannot send user's (method that the HTML5 page in APP can call APP by JS BRIDGE, obtains user on APP to cookie information Cookie is then sent to APP gateway), and APP gateway, due to the needs of authentication, the source that need to distinguish HTTP request is hand Machine APP, or the request locally debugged, i.e., by having one in the HTTP header that the local HTML5 page is sent to APP gateway A special identifier, to be distinguished with the URL request of the APP HTML5 page.
A kind of embodiment according to the present invention, the authentication when present invention has lacked user's login and gateway interaction relative to APP Process, therefore need to individually consider security strategy, therefore the present invention uses following security strategy: before the debugging HTML5 page, APP clothes The User ID that device is commissioning staff of being engaged in distributes key, and the key is cached in APP gateway together with the User ID;It is sending It when HTTP request, is encrypted using the key pair HTTP request, generates HTTP request ciphertext, and by the HTTP request ciphertext It is sent in the APP gateway together with User ID, which finds corresponding close in the buffer according to the User ID of transmission Key, and using the key pair, the HTTP request ciphertext is decrypted, and obtains HTTP request, and the HTTP request is forwarded to APP Server.In this way, the HTTP of malice can be prevented in the security mechanism for locally carrying out also being able to achieve the end APP when the debugging of the HTML5 page Debugging request.
A kind of embodiment according to the present invention, HTML5 page debugging apparatus include:
Analog module for simulating the running environment of APP on the local computer, and stores the HTML5 page;
Display module for loading the HTML5 page in the APP running environment of simulation, and shows loaded HTML5 pages Face;
Debugging module debugs the HTML5 page for the HTML5 page according to display.
A kind of embodiment according to the present invention, the HTML5 page that analog module is also used to have debugged are sent to APP clothes Business device simultaneously saves.
A kind of embodiment according to the present invention, debugging module triggers the function in the HTML5 page, in analog module HTTP request is generated, and the HTTP request is sent in APP server, APP server generates corresponding according to the HTTP request Http response.
A kind of embodiment according to the present invention, analog module carry out information exchange by APP gateway and APP server, Wherein, HTTP request is equipped with identifier, and APP gateway determines HTTP request from local computer according to the identifier.
A kind of embodiment according to the present invention, before debugging module debugs the HTML5 page, APP server-side is mode people The User ID of member distributes a key, and the key is cached in the APP gateway together with the User ID;The analog module It when sending HTTP request, is encrypted using key pair HTTP request, generates HTTP request ciphertext, and by the HTTP request ciphertext It is sent in the APP gateway together with User ID, the User ID which sends according to analog module is found in the buffer Corresponding key, and using the key pair, the HTTP request ciphertext is decrypted, and obtains HTTP request, and the HTTP request is turned It is sent to APP server.
To make the objectives, technical solutions, and advantages of the present invention clearer, below in conjunction with specific embodiment, and reference Attached drawing, the present invention is described in more detail.
Fig. 1 is the flow chart of HTML5 page adjustment method in APP provided in an embodiment of the present invention, as shown in Figure 1, method Include:
S1 simulates the running environment of APP using APP simulator on the local computer, wherein deposits in the APP simulator Contain the HTML5 page;
S2 loads the HTML5 page in the APP simulator using local browser in the APP running environment of simulation, By calling the local library JS to show the loaded HTML5 page;
S3 debugs the HTML5 page using local browser;
The HTML5 page debugged is sent to APP server by APP simulator and saved by S4.
Fig. 2 is that the embodiment of the present invention provides the schematic diagram of HTML5 page adjustment method, as shown in Fig. 2, APP simulator exists APP running environment is simulated on local computer, is stored with the HTML5 page, and local JS inventory is stored on local computer, local Browser loads the HTML5 page in APP simulator in the APP running environment of simulation, by calling the local library JS to show The HTML5 page loaded, and the HTML5 page is debugged, after debugging successfully to the page, APP simulator will be debugged The good HTML5 page is sent to the APP server of distal end and saves.
Wherein, local browser is when debugging the HTML5 page, by the function button in the triggering HTML5 page, with HTTP request is generated in APP simulator, and the HTTP request is sent in APP server, and APP server is asked according to the HTTP It asks and generates corresponding http response, and the http response is sent to local browser, local browser is according to the http response Judge whether the function button is write correctly, if http response and expection are consistent, it is believed that the function button is write correctly, then the function Energy button is debugged successfully, and the function button is otherwise rewritten in APP simulator.
Wherein, information exchange is carried out by APP gateway between local browser and APP server, also, the present embodiment is opened up HTTP rule has been opened up, i.e., identifier is set in HTTP request, APP gateway determines HTTP request from this according to the identifier Ground browser, the identifier can be set to the head of HTTP message.As shown in Fig. 2, cell phone application is sent by original HTTP rule HTTP request, and local computer then passes through extension HTTP rule and sends HTTP request, APP gateway is according to differences such as http protocols Carry out different authentications.
Wherein, before the local browser debugging HTML5 page, commissioning staff logs in one key of APP server-side application, and The key is cached in the APP gateway together with the User ID of commissioning staff;When the APP simulator sends HTTP request, Encrypted using HTTP request described in the key pair, generate HTTP request ciphertext, and by the HTTP request ciphertext together with Family ID is sent in APP gateway, the User ID which sends according to the APP simulator, is found in the buffer corresponding Key, and using the key pair, the HTTP request ciphertext is decrypted, and obtains HTTP request, and the HTTP request is forwarded to APP server-side.
In conclusion the present invention enables the dry run of APP on the local computer by APP simulator, pass through calling The local library JS can make browser show the HTML5 page in the running effect of mobile phone, and due to using browser pair The HTML5 page is debugged, and common adjustment method is able to achieve, as breakpoint arranges, gradually execution (step by step), operation Variations per hour inquiry etc., improves the debugging efficiency of the HTML5 page.
Particular embodiments described above has carried out further in detail the purpose of the present invention, technical scheme and beneficial effects It describes in detail bright, it should be understood that the above is only a specific embodiment of the present invention, is not intended to restrict the invention, it is all Within the spirit and principles in the present invention, any modification, equivalent substitution, improvement and etc. done should be included in guarantor of the invention Within the scope of shield.

Claims (12)

1. HTML5 page adjustment method in a kind of APP, which is characterized in that method includes:
S1 simulates APP running environment on the local computer, and stores the HTML5 page;
S2 loads the HTML5 page in the APP running environment of simulation, and by calling the local library JS in local browser The loaded HTML5 page of middle display;
S3 debugs the HTML5 page by the local browser, the tune according to the HTML5 page of the display Examination includes that breakpoint arranges, gradually execution, and/or run-time variables are inquired.
2. HTML5 page adjustment method in APP according to claim 1, which is characterized in that further include:
The HTML5 page debugged is sent to the APP server of distal end and saved by S4.
3. HTML5 page adjustment method in APP according to claim 2, which is characterized in that in the step S3, adjust Trying the HTML5 page includes:
The function in the HTML5 page is triggered, to generate HTTP request, and the HTTP request is sent to the APP and is serviced In device, the APP server returns to corresponding http response according to the HTTP request, to debug to the HTML5 page.
4. HTML5 page adjustment method in APP according to claim 3, which is characterized in that in the step S3, lead to It crosses APP gateway and the APP server carries out information exchange, wherein the HTTP request is equipped with identifier, the APP gateway Determine the HTTP request from the local computer according to the identifier.
5. HTML5 page adjustment method in APP according to claim 4, which is characterized in that debug the HTML5 page Before, APP server is that the User ID of commissioning staff distributes key, and the key is cached in the APP together with the User ID In gateway;It when sending HTTP request, is encrypted using HTTP request described in the key pair, generates HTTP request ciphertext, And the HTTP request ciphertext is sent in the APP gateway together with User ID, the APP gateway according to the User ID of transmission, Corresponding key is found in caching, and the HTTP request ciphertext is decrypted using the key pair, obtains HTTP request, and should HTTP request is forwarded to APP server.
6. HTML5 page debugging apparatus in a kind of APP, which is characterized in that device includes:
Analog module for simulating the running environment of APP on the local computer, and stores the HTML5 page;
Display module, for loading the HTML5 page in the APP running environment of simulation, and by calling the local library JS to exist The loaded HTML5 page is shown in local browser;
Debugging module carries out the HTML5 page by the local browser for the HTML5 page according to the display Debugging, the debugging include that breakpoint arranges, gradually execution, and/or run-time variables are inquired.
7. HTML5 page debugging apparatus in APP according to claim 6, which is characterized in that analog module is also used to adjust The HTML5 page tried is sent to APP server and saves.
8. HTML5 page debugging apparatus in APP according to claim 7, which is characterized in that described in debugging module triggering The HTTP request to generate HTTP request in analog module, and is sent to the APP and serviced by the function in the HTML5 page In device, the APP server generates corresponding http response according to the HTTP request.
9. HTML5 page debugging apparatus in APP according to claim 8, which is characterized in that the analog module passes through APP gateway and the APP server carry out information exchange, wherein the HTTP request is equipped with identifier, the APP gateway root Determine the HTTP request from the local computer according to the identifier.
10. HTML5 page debugging apparatus in APP according to claim 9, which is characterized in that the debugging module debugging Before the HTML5 page, the APP server-side be mode personnel User ID distribute a key, and by the key together with The User ID is cached in the APP gateway;When the analog module sends HTTP request, HTTP described in the key pair is utilized Request is encrypted, and generates HTTP request ciphertext, and the HTTP request ciphertext is sent to the APP gateway together with User ID In, the User ID which sends according to the analog module finds corresponding key in the buffer, and utilizes the key The HTTP request ciphertext is decrypted, obtains HTTP request, and the HTTP request is forwarded to APP server.
11. HTML5 page debugging system in a kind of APP, including one or more memories, are stored with executable instruction;And
One or more processors execute the executable instruction, according to any one of claims 1 to 5 to realize Method.
12. a kind of computer readable storage medium, is stored thereon with executable instruction, which makes to handle when being executed by processor Method described in any one of device perform claim requirement 1~5.
CN201510920291.0A 2015-12-11 2015-12-11 HTML5 page adjustment method and device in a kind of APP Active CN105357323B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510920291.0A CN105357323B (en) 2015-12-11 2015-12-11 HTML5 page adjustment method and device in a kind of APP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510920291.0A CN105357323B (en) 2015-12-11 2015-12-11 HTML5 page adjustment method and device in a kind of APP

Publications (2)

Publication Number Publication Date
CN105357323A CN105357323A (en) 2016-02-24
CN105357323B true CN105357323B (en) 2019-01-25

Family

ID=55333182

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510920291.0A Active CN105357323B (en) 2015-12-11 2015-12-11 HTML5 page adjustment method and device in a kind of APP

Country Status (1)

Country Link
CN (1) CN105357323B (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893508B (en) * 2016-03-30 2019-08-30 北京京东尚科信息技术有限公司 Determine the methods, devices and systems of the primary page and H5 page access order
CN105930467B (en) * 2016-04-22 2019-10-29 联想(北京)有限公司 A kind of information processing method and electronic equipment
CN107688529B (en) * 2017-02-20 2020-07-21 平安科技(深圳)有限公司 Component debugging method and device
CN108733991B (en) * 2017-04-19 2021-04-06 腾讯科技(深圳)有限公司 Webpage application access method and device and storage medium
CN107918587B (en) * 2017-11-15 2021-07-13 北京中电普华信息技术有限公司 Debugging method and system for application program
CN109960939B (en) * 2017-12-25 2021-02-05 航天信息股份有限公司 Remote HTML5 page loading method and system
CN108804090A (en) * 2018-05-08 2018-11-13 张弢 APP virtual prototypings platform, production method and analogy method based on H5 technologies
CN108874674A (en) * 2018-06-21 2018-11-23 北京金山安全软件有限公司 page debugging method and device
CN109165360B (en) * 2018-07-12 2022-07-05 北京猫眼文化传媒有限公司 Data processing method and device
CN109657166A (en) * 2018-10-16 2019-04-19 深圳壹账通智能科技有限公司 The Internet activity participatory approaches, device, equipment and readable storage medium storing program for executing
CN109508287A (en) * 2018-10-16 2019-03-22 平安普惠企业管理有限公司 Page adjustment method and terminal device
CN109799986A (en) * 2018-12-29 2019-05-24 深圳市吉祥腾达科技有限公司 Based on the coding method for simulating http request interface realization coupling function between process
CN111078209B (en) * 2019-11-06 2023-07-07 口碑(上海)信息技术有限公司 Development processing method, device and equipment for business page
CN111176629A (en) * 2019-12-24 2020-05-19 中国建设银行股份有限公司 Application development method and device
CN111563032A (en) * 2020-03-26 2020-08-21 中国平安财产保险股份有限公司 APP debugging method and device, computer equipment and storage medium
CN112579435B (en) * 2020-11-27 2022-06-21 福州智象信息技术有限公司 Method and system for debugging HTML5APP on intelligent Linux television operating system
CN113360406B (en) * 2021-07-01 2022-08-02 上海哔哩哔哩科技有限公司 Method and device for testing JSbridge method of application program
CN113392030B (en) * 2021-07-30 2023-10-24 北京达佳互联信息技术有限公司 Method and device for testing Js bridge and related equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567198A (en) * 2010-12-30 2012-07-11 ***通信集团公司 System and method for testing application program in physical system environment
CN102902610A (en) * 2012-09-29 2013-01-30 四川长虹电器股份有限公司 Method for debugging Widget application program by simulator
CN103176899A (en) * 2011-12-26 2013-06-26 希姆通信息技术(上海)有限公司 Mobile phone emulator and method for emulating mobile phone functions on host machine
CN104486333A (en) * 2014-12-11 2015-04-01 北京国双科技有限公司 Debug method and debug device for mobile application programs
CN104636249A (en) * 2013-11-15 2015-05-20 ***通信集团公司 Generation system and method of debugging information of application program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567198A (en) * 2010-12-30 2012-07-11 ***通信集团公司 System and method for testing application program in physical system environment
CN103176899A (en) * 2011-12-26 2013-06-26 希姆通信息技术(上海)有限公司 Mobile phone emulator and method for emulating mobile phone functions on host machine
CN102902610A (en) * 2012-09-29 2013-01-30 四川长虹电器股份有限公司 Method for debugging Widget application program by simulator
CN104636249A (en) * 2013-11-15 2015-05-20 ***通信集团公司 Generation system and method of debugging information of application program
CN104486333A (en) * 2014-12-11 2015-04-01 北京国双科技有限公司 Debug method and debug device for mobile application programs

Also Published As

Publication number Publication date
CN105357323A (en) 2016-02-24

Similar Documents

Publication Publication Date Title
CN105357323B (en) HTML5 page adjustment method and device in a kind of APP
CN107133180B (en) Dynamic page testing method, testing device and storage medium
US9489356B2 (en) Enhanced document and event mirroring for accessing internet content
Vikram et al. Ripley: automatically securing web 2.0 applications through replicated execution
KR102243793B1 (en) Method and apparatus for code virtualization and remote process call generation
US9363289B2 (en) Instrumentation and monitoring of service level agreement (SLA) and service policy enforcement
CN105450463B (en) Adjustment method, the device and system of hardware device
CN105812323B (en) A kind of method and apparatus of the cross-domain access data of network
WO2019169759A1 (en) Apparatus and method for creating analog interface, and computer-readable storage medium
CN106569856B (en) A kind of loading method and device of application view resource file
CN103118082B (en) Additional information method for implantation, equipment and system
CN104536890A (en) Testing system, method and device
CN107239271A (en) Develop document structure tree method and device
CN107885658B (en) Test preposition implementation method, device, terminal device and storage medium
CN106209503B (en) RPC interface test method and system
CN108920366A (en) One seed application adjustment method, apparatus and system
CN103179166A (en) Method of providing service in client and the client
CN105068876A (en) Method for acquiring mobile phone APP performance data based on distributed true phones
CN109558323A (en) For debugging system, the method and apparatus of the page
CN113467784A (en) Application program processing method and device and computer readable storage medium
CN107844410A (en) The adjustment method and device of a kind of distributed cluster system
CN112035282A (en) API management method, device, equipment and storage medium applied to cloud platform
CN106708717B (en) A kind of exploitation adjustment method and device
Kurtz et al. Dios: Dynamic privacy analysis of ios applications
CN104796929B (en) Network debugging method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant