CN105357323A - HTML5 page debugging method and device in APP - Google Patents

HTML5 page debugging method and device in APP Download PDF

Info

Publication number
CN105357323A
CN105357323A CN201510920291.0A CN201510920291A CN105357323A CN 105357323 A CN105357323 A CN 105357323A CN 201510920291 A CN201510920291 A CN 201510920291A CN 105357323 A CN105357323 A CN 105357323A
Authority
CN
China
Prior art keywords
app
html5 page
http request
html5
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510920291.0A
Other languages
Chinese (zh)
Other versions
CN105357323B (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 invention provides an HTML5 page debugging method and device in an APP. The method comprises firstly, simulating an APP operation environment on a local computer and storing an HTML5 page, secondly, loading the HTML5 page in the simulated APP operation environment and displaying the loaded HTML5 page, and, finally, debugging the HTML5 page according the displayed HTML5 page. An effect of the HTML5 page during mobile phone operation can be presented on the local computer, a browser can be adopted in the local computer to debug the HTML5 page, a common debugging method can be implemented, and debugging efficiency of the HTML5 page is improved.

Description

HTML5 page adjustment method and device in a kind of APP
Technical field
The invention belongs to Internet software arts, particularly relate to HTML5 page adjustment method and device in a kind of APP.
Background technology
Current mobile phone A PP comprises NATIVEAPP and WebAPP, and wherein, NATIVEAPP refers to the APP run based on local (operating system), and it can be developed by the mobile phone A PP developing instrument (as ECLIPSE) of specialty, WebAPP refers to the APP run based on mobile phone browser, current WebAPP generally adopts the HTML5 page to realize, in the exploitation of the HTML5 page, usually on PC, write the HTML5 page and related resource (JS file, CSS file etc.), be submitted to fixing server, then on mobile phone A PP, load the HTML5 page and run, then in mobile phone by debugging, wherein, in debugging, mobile phone must call APP program and background service end communication by JSBRIDGE, but, this adjustment method is very inconvenient, the adjustment method commonly used can not be realized, as breakpoint arranges, progressively perform (stepbystep), run-time variables inquiry etc., and need to upload the HTML5 page and corresponding static resource before debugging.
Summary of the invention
(1) technical problem that will solve
The object of the invention is to, HTML5 page debugging apparatus and method in a kind of APP are provided, after writing the HTML5 page on the local computer, this HTML5 page can be debugged on local browser, improve the debugging efficiency of the HTML5 page.
(2) technical scheme
The 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 HTML5 page loaded;
S3, according to the HTML5 page of display, debugs this HTML5 page.
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 described HTML5 page in the APP running environment of simulation, and shows the HTML5 page loaded;
Debugging module, for the HTML5 page according to display, debugs this HTML5 page.
(3) beneficial effect
The present invention makes APP can dry run on the local computer by APP simulator, by calling local JS storehouse, browser can be made to present the HTML5 page in the operating effect of mobile phone, and owing to adopting browser, the HTML5 page is debugged, conventional adjustment method can be realized, as breakpoint arranges, progressively performs (stepbystep), run-time variables inquiry etc., improve the debugging efficiency of the HTML5 page.
Accompanying drawing explanation
Fig. 1 is the flow chart of HTML5 page adjustment method in the APP that provides of the embodiment of the present invention.
Fig. 2 is the schematic diagram of HTML5 page adjustment method in the APP that provides of the embodiment of the present invention.
Embodiment
The invention provides HTML5 page adjustment method and device in a kind of APP, first on the local computer APP running environment is simulated, and store the HTML5 page, then in the APP running environment of simulation, the described HTML5 page is loaded, and show the HTML5 page loaded, finally according to the HTML5 page of display, the HTML5 page is debugged.The present invention can present the HTML5 page in the operating effect of mobile phone at local computer, and browser can be adopted in a local computer to debug the HTML5 page, can realize conventional adjustment method, improve the debugging efficiency of the HTML5 page.
According to one embodiment of the present invention, HTML5 page adjustment method comprises:
S1, simulates APP running environment on the local computer, and stores the HTML5 page; Because the present invention debugs the HTML5 page in APP on the local computer, its needs can run APP on the local computer, preferably, APP simulator can be adopted to simulate APP running environment, in addition, be stored in by the HTML5 page in APP simulator, APP simulator is also the operation container of the debug phase HTML5 page, the HTML5 page write is placed in this container by commissioning staff, then loads the HTML5 page.
S2, loads the described HTML5 page in the APP running environment of simulation, and shows the HTML5 page loaded.When the terminal operating such as mobile phone or PAD APP, need could show the HTML5 page by the JSBRIDGE of terminal built-in, wherein, the JS of the HTML5 page calls APP program and background service end communication by JSBRIDGE, and local computer cannot use JSBRIDGE, the present invention calls the local JS storehouse in local computer, wherein, local JS storehouse provides JS method interface consistent with JSBRIDGE in a local computer, local computer is undertaken alternately by local JS storehouse and APP simulator, the APP gateway communication of APP simulator and rear end, to reach effect mobile phone running the HTML5 page
S3, according to the HTML5 page of described display, debugs this HTML5 page.Wherein, step S2 and step S3 all realizes by local browser, local browser, by calling the local JS storehouse in local computer, shows the HTML5 page, existing major browsers, as firebug, chrome, these browsers have ripe page debugging acid, can realize conventional adjustment method, as breakpoint arranges, progressively perform (stepbystep), run-time variables inquiry etc.
S4, is sent to the APP server of far-end by the HTML5 page debugged and preserves.Like this, during normal use, the APP in the terminal such as mobile phone or PAD, just by the communication with APP server, obtains and shows the corresponding HTML5 page.
According to one embodiment of the present invention, in step s3, debug the HTML5 page to comprise:
Trigger the function in the HTML5 page, to produce HTTP request, and be sent in APP server by this HTTP request, APP server returns corresponding http response according to this HTTP request, to debug this HTML5 page.
According to one embodiment of the present invention, in step s3, carry out information interaction by APP gateway and APP server, wherein, HTTP request is provided with identifier, and APP gateway comes from local computer according to this identifier determination HTTP request.In the C/S of existing APP, be generally provided with APP gateway between a client and a server, it is for realizing the functions such as cookie authentication, the filtration of user's black and white lists, HTTP request forwarding.In the present invention, also need to communicate with server when debugging the HTML5 page in a local computer, but local computer does not have login feature, namely the local HTML5 page can not send the cookie information of user, and (the HTML5 page in APP calls the method for APP by JSBRIDGE, obtain the cookie of user on APP, then APP gateway is sent to), and APP gateway is due to the needs of authentication, the source need distinguishing HTTP request is mobile phone A PP, or the request of local debugging, namely a special identifier is had in the HTTP head of APP gateway by sending at the local HTML5 page, in order to distinguish with the URL request of the APPHTML5 page.
According to one embodiment of the present invention, the present invention relative to APP lacked user log in and gateway mutual time authentication process, therefore need to consider security strategy separately, therefore the present invention adopts following security strategy: before the debugging HTML5 page, APP server is that the user ID of commissioning staff distributes key, and is cached in APP gateway by this key together with this user ID; When sending HTTP request, described double secret key HTTP request is utilized to be encrypted, generate HTTP request ciphertext, and this HTTP request ciphertext is sent in described APP gateway together with user ID, this APP gateway, according to the user ID sent, finds corresponding key in the buffer, and utilizes this HTTP request ciphertext of this double secret key to be decrypted, obtain HTTP request, and this HTTP request is forwarded to APP server.Like this, also can realize the security mechanism of APP end when carrying out the debugging of the HTML5 page in this locality, the HTTP debug request of malice can be prevented.
According to one embodiment of the present invention, HTML5 page debugging apparatus comprises:
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 the HTML5 page loaded;
Debugging module, for the HTML5 page according to display, debugs this HTML5 page.
According to one embodiment of the present invention, analog module is also for being sent to APP server by the HTML5 the debugged page and preserving.
According to one embodiment of the present invention, debugging module triggers the function in the HTML5 page, and to produce HTTP request in analog module, and be sent in APP server by this HTTP request, APP server produces corresponding http response according to this HTTP request.
According to one embodiment of the present invention, analog module carries out information interaction by APP gateway and APP server, and wherein, HTTP request is provided with identifier, and APP gateway comes from local computer according to this identifier determination HTTP request.
According to one embodiment of the present invention, before the debugging module debugging HTML5 page, APP service end is that the user ID of mode personnel distributes a key, and is cached in described APP gateway by this key together with this user ID; When described analog module sends HTTP request, double secret key HTTP request is utilized to be encrypted, generate HTTP request ciphertext, and this HTTP request ciphertext is sent in described APP gateway together with user ID, the user ID that this APP gateway sends according to analog module, finds corresponding key in the buffer, and utilizes this HTTP request ciphertext of this double secret key to be decrypted, obtain HTTP request, and this HTTP request is forwarded to APP server.
For making the object, technical solutions and advantages of the present invention clearly understand, below in conjunction with specific embodiment, and with reference to accompanying drawing, the present invention is described in more detail.
Fig. 1 is the flow chart of HTML5 page adjustment method in the APP that provides of the embodiment of the present invention, and as shown in Figure 1, method comprises:
S1, adopts APP simulator to simulate the running environment of APP on the local computer, wherein, stores the HTML5 page in this APP simulator;
S2, adopting local browser to load the HTML5 page in described APP simulator in the APP running environment of simulation, showing by calling local JS storehouse the HTML5 page loaded;
S3, adopts local browser to debug this HTML5 page;
S4, is sent to APP server by the HTML5 page debugged by APP simulator and preserves.
Fig. 2 is the schematic diagram that the embodiment of the present invention provides HTML5 page adjustment method, as shown in Figure 2, APP running environment simulated on the local computer by APP simulator, it stores the HTML5 page, local JS stock is stored on local computer, local browser loads the HTML5 page in APP simulator in the APP running environment of simulation, the HTML5 page loaded is shown by calling this local JS storehouse, and this HTML5 page is debugged, debugging successfully the page, the HTML5 page debugged is sent to the APP server of far-end and preserves by APP simulator.
Wherein, local browser is when debugging the HTML5 page, by triggering the function button in the HTML5 page, to produce HTTP request in APP simulator, and this HTTP request is sent in APP server, APP server produces corresponding http response according to this HTTP request, and this http response is sent to local browser, according to this http response, local browser judges whether this function button is write correctly, if http response is consistent with expection, think that this function button is write correctly, then this function button is debugged successfully, otherwise in APP simulator, again write this function button.
Wherein, information interaction is carried out by APP gateway between local browser and APP server, and, the present embodiment has expanded HTTP rule, namely identifier is set in HTTP request, APP gateway comes from local browser according to this identifier determination HTTP request, and this identifier can be located at the head of HTTP message.As shown in Figure 2, mobile phone A PP sends HTTP request by original HTTP rule, and local computer then sends HTTP request by expansion HTTP rule, and APP gateway carries out different authentication according to differences such as http protocols.
Wherein, before the local browser debugging HTML5 page, commissioning staff logs in APP service end application key, and is cached in described APP gateway by this key together with the user ID of commissioning staff; When described APP simulator sends HTTP request, HTTP request described in described double secret key is utilized to be encrypted, generate HTTP request ciphertext, and this HTTP request ciphertext is sent in APP gateway together with user ID, the user ID that this APP gateway sends according to described APP simulator, finds corresponding key in the buffer, and utilizes this HTTP request ciphertext of this double secret key to be decrypted, obtain HTTP request, and this HTTP request is forwarded to APP service end.
In sum, the present invention makes APP can dry run on the local computer by APP simulator, by calling local JS storehouse, browser can be made to present the HTML5 page in the operating effect of mobile phone, and owing to adopting browser, the HTML5 page is debugged, can conventional adjustment method be realized, as breakpoint arranges, progressively performs (stepbystep), run-time variables inquiry etc., improve the debugging efficiency of the HTML5 page.
Above-described specific embodiment; object of the present invention, technical scheme and beneficial effect are further described; be understood that; the foregoing is only specific embodiments of the invention; be not limited to the present invention; within the spirit and principles in the present invention all, any amendment made, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a HTML5 page adjustment method in APP, it is characterized in that, method comprises:
S1, simulates APP running environment on the local computer, and stores the HTML5 page;
S2, loads the described HTML5 page in the APP running environment of simulation, and shows the HTML5 page loaded;
S3, according to the HTML5 page of described display, debugs this HTML5 page.
2. HTML5 page adjustment method in APP according to claim 1, is characterized in that, also comprise:
S4, is sent to the APP server of far-end by the HTML5 page debugged and preserves.
3. HTML5 page adjustment method in APP according to claim 2, is characterized in that, in described step S3, debugs the described HTML5 page and comprises:
Trigger the function in the described HTML5 page, to produce HTTP request, and this HTTP request be sent in described APP server, described APP server returns corresponding http response according to this HTTP request, to debug this HTML5 page.
4. HTML5 page adjustment method in APP according to claim 3, it is characterized in that, in described step S3, information interaction is carried out by APP gateway and described APP server, wherein, described HTTP request is provided with identifier, according to this identifier, described APP gateway determines that described HTTP request comes from described local computer.
5. HTML5 page adjustment method in APP according to claim 4, is characterized in that, before debugging the described HTML5 page, APP server is that the user ID of commissioning staff distributes key, and is cached in described APP gateway by this key together with this user ID; When sending HTTP request, HTTP request described in described double secret key is utilized to be encrypted, generate HTTP request ciphertext, and this HTTP request ciphertext is sent in described APP gateway together with user ID, this APP gateway, according to the user ID sent, finds corresponding key in the buffer, and utilizes this HTTP request ciphertext of this double secret key to be decrypted, obtain HTTP request, and this HTTP request is forwarded to APP server.
6. a HTML5 page debugging apparatus in APP, it is characterized in that, device comprises:
Analog module, for simulating the running environment of APP on the local computer, and stores the described HTML5 page;
Display module, for loading the described HTML5 page in the APP running environment of simulation, and shows the HTML5 page loaded;
Debugging module, for the HTML5 page according to described display, debugs this HTML5 page.
7. HTML5 page debugging apparatus in APP according to claim 6, is characterized in that, analog module is also for being sent to APP server by the HTML5 the debugged page and preserving.
8. HTML5 page debugging apparatus in APP according to claim 7, it is characterized in that, debugging module triggers the function in the described HTML5 page, to produce HTTP request in analog module, and this HTTP request is sent in described APP server, described APP server produces corresponding http response according to this HTTP request.
9. HTML5 page debugging apparatus in APP according to claim 8, it is characterized in that, described analog module carries out information interaction by APP gateway and described APP server, wherein, described HTTP request is provided with identifier, according to this identifier, described APP gateway determines that described HTTP request comes from described local computer.
10. HTML5 page adjustment method in APP according to claim 9, it is characterized in that, before described debugging module debugs the described HTML5 page, described APP service end is that the user ID of mode personnel distributes a key, and is cached in described APP gateway by this key together with this user ID; When described analog module sends HTTP request, HTTP request described in described double secret key is utilized to be encrypted, generate HTTP request ciphertext, and this HTTP request ciphertext is sent in described APP gateway together with user ID, the user ID that this APP gateway sends according to described analog module, finds corresponding key in the buffer, and utilizes this HTTP request ciphertext of this double secret key to be decrypted, obtain HTTP request, and this HTTP request is forwarded to APP server.
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 true CN105357323A (en) 2016-02-24
CN105357323B 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)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893508A (en) * 2016-03-30 2016-08-24 北京京东尚科信息技术有限公司 Method, device and system for determining access sequence of native page and H5 page
CN105930467A (en) * 2016-04-22 2016-09-07 联想(北京)有限公司 Information processing method and electronic device
CN107688529A (en) * 2017-02-20 2018-02-13 平安科技(深圳)有限公司 Component adjustment method and device
CN107918587A (en) * 2017-11-15 2018-04-17 北京中电普华信息技术有限公司 The adjustment method and system of a kind of application program
CN108733991A (en) * 2017-04-19 2018-11-02 腾讯科技(深圳)有限公司 Web application access method and device, storage medium
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
CN109165360A (en) * 2018-07-12 2019-01-08 北京猫眼文化传媒有限公司 A kind of data processing method and device
CN109508287A (en) * 2018-10-16 2019-03-22 平安普惠企业管理有限公司 Page adjustment method and terminal device
CN109657166A (en) * 2018-10-16 2019-04-19 深圳壹账通智能科技有限公司 The Internet activity participatory approaches, device, equipment and readable storage medium storing program for executing
CN109799986A (en) * 2018-12-29 2019-05-24 深圳市吉祥腾达科技有限公司 Based on the coding method for simulating http request interface realization coupling function between process
CN109960939A (en) * 2017-12-25 2019-07-02 航天信息股份有限公司 Long-range HTML5 page loading method and system
CN111078209A (en) * 2019-11-06 2020-04-28 口碑(上海)信息技术有限公司 Development processing method, device and equipment for service 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
CN112579435A (en) * 2020-11-27 2021-03-30 福州智象信息技术有限公司 Method and system for debugging HTML5APP on intelligent Linux television operating system
CN113360406A (en) * 2021-07-01 2021-09-07 上海哔哩哔哩科技有限公司 Method and device for testing JSbridge method of application program
CN113392030A (en) * 2021-07-30 2021-09-14 北京达佳互联信息技术有限公司 Method and device for testing Js bridge and related equipment

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567198B (en) * 2010-12-30 2014-12-10 中国移动通信集团公司 System and method for testing application program in physical system environment
CN103176899B (en) * 2011-12-26 2017-08-25 希姆通信息技术(上海)有限公司 Mobile phone simulator and on host analogue mobile phone function method
CN102902610A (en) * 2012-09-29 2013-01-30 四川长虹电器股份有限公司 Method for debugging Widget application program by simulator
CN104636249B (en) * 2013-11-15 2017-11-14 中国移动通信集团公司 A kind of application program Debugging message generates system and method
CN104486333A (en) * 2014-12-11 2015-04-01 北京国双科技有限公司 Debug method and debug device for mobile application programs

Cited By (25)

* 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
CN105893508A (en) * 2016-03-30 2016-08-24 北京京东尚科信息技术有限公司 Method, device and system for determining access sequence of native page and H5 page
CN105930467A (en) * 2016-04-22 2016-09-07 联想(北京)有限公司 Information processing method and electronic device
CN105930467B (en) * 2016-04-22 2019-10-29 联想(北京)有限公司 A kind of information processing method and electronic equipment
CN107688529A (en) * 2017-02-20 2018-02-13 平安科技(深圳)有限公司 Component adjustment method and device
CN107688529B (en) * 2017-02-20 2020-07-21 平安科技(深圳)有限公司 Component debugging method and device
CN108733991A (en) * 2017-04-19 2018-11-02 腾讯科技(深圳)有限公司 Web application access method and device, storage medium
CN107918587A (en) * 2017-11-15 2018-04-17 北京中电普华信息技术有限公司 The adjustment method and system of a kind of application program
CN109960939B (en) * 2017-12-25 2021-02-05 航天信息股份有限公司 Remote HTML5 page loading method and system
CN109960939A (en) * 2017-12-25 2019-07-02 航天信息股份有限公司 Long-range 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
CN109165360A (en) * 2018-07-12 2019-01-08 北京猫眼文化传媒有限公司 A kind of data processing method and device
CN109508287A (en) * 2018-10-16 2019-03-22 平安普惠企业管理有限公司 Page adjustment method and terminal device
CN109657166A (en) * 2018-10-16 2019-04-19 深圳壹账通智能科技有限公司 The Internet activity participatory approaches, device, equipment and readable storage medium storing program for executing
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
CN111078209A (en) * 2019-11-06 2020-04-28 口碑(上海)信息技术有限公司 Development processing method, device and equipment for service 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
CN112579435A (en) * 2020-11-27 2021-03-30 福州智象信息技术有限公司 Method and system for debugging HTML5APP on intelligent Linux television operating system
CN113360406A (en) * 2021-07-01 2021-09-07 上海哔哩哔哩科技有限公司 Method and device for testing JSbridge method of application program
CN113360406B (en) * 2021-07-01 2022-08-02 上海哔哩哔哩科技有限公司 Method and device for testing JSbridge method of application program
CN113392030A (en) * 2021-07-30 2021-09-14 北京达佳互联信息技术有限公司 Method and device for testing Js bridge and related equipment
CN113392030B (en) * 2021-07-30 2023-10-24 北京达佳互联信息技术有限公司 Method and device for testing Js bridge and related equipment

Also Published As

Publication number Publication date
CN105357323B (en) 2019-01-25

Similar Documents

Publication Publication Date Title
CN105357323A (en) HTML5 page debugging method and device in APP
US11588922B2 (en) Capturing and replaying application sessions using resource files
CN107133180B (en) Dynamic page testing method, testing device and storage medium
CN107592238B (en) Automatic test method and system of interface, service terminal and memory
CN111159614B (en) Webpage resource acquisition method and device
CN104967542B (en) A kind of test method, the device and system of the mobile terminal page
CN108920366A (en) One seed application adjustment method, apparatus and system
US11436066B2 (en) System for offline object based storage and mocking of rest responses
CN107181779B (en) Method, device and system for processing access request
CN107688529B (en) Component debugging method and device
CN105718313A (en) Application operation method and device
CN104536890A (en) Testing system, method and device
CN107370804B (en) Software application processing method and device
CN105205072B (en) The methods of exhibiting and system of webpage information
CN110083459A (en) The data in cross-page face bury point methods, device, equipment and storage medium
CN103944944A (en) Webpage link sharing method and system, and electronic device
CN112241298A (en) Page display method and device, storage medium and electronic device
CN113467784A (en) Application program processing method and device and computer readable storage medium
CN112131092A (en) Page debugging method and device
CN105554136B (en) Backup Data restoring method, apparatus and system
CN104348838A (en) Document management system and method
JP6482204B2 (en) Information processing terminal, control method thereof, and program
CN111666199B (en) Debugging method executed on intelligent terminal and software debugger
CN108228457B (en) Test agent method and device of mobile terminal and computer readable storage medium
JP2005228183A (en) Program execution method and computer system for executing the program

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