Movatterモバイル変換


[0]ホーム

URL:


CN109101429B - Method and device for debugging browser page of set top box - Google Patents

Method and device for debugging browser page of set top box
Download PDF

Info

Publication number
CN109101429B
CN109101429BCN201810955732.4ACN201810955732ACN109101429BCN 109101429 BCN109101429 BCN 109101429BCN 201810955732 ACN201810955732 ACN 201810955732ACN 109101429 BCN109101429 BCN 109101429B
Authority
CN
China
Prior art keywords
file
debugging
browser
window
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.)
Active
Application number
CN201810955732.4A
Other languages
Chinese (zh)
Other versions
CN109101429A (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.)
Hisense Broadband Multimedia Technology Co Ltd
Original Assignee
Hisense Broadband Multimedia 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 Hisense Broadband Multimedia Technology Co LtdfiledCriticalHisense Broadband Multimedia Technology Co Ltd
Priority to CN201810955732.4ApriorityCriticalpatent/CN109101429B/en
Publication of CN109101429ApublicationCriticalpatent/CN109101429A/en
Application grantedgrantedCritical
Publication of CN109101429BpublicationCriticalpatent/CN109101429B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The invention discloses a method and a device for debugging a browser page of a set-top box, wherein the method comprises the steps of obtaining a resource file downloaded by a browser from a server, caching the resource file, creating a debugging window, filling cached page source code content in the debugging window, displaying the debugging window filled with the page source code content, editing the page source code content according to an editing instruction after receiving the editing instruction of a user, and sending the edited resource file to the browser after receiving a debugging window closing instruction of the user so as to enable the browser to load the edited resource file. Because the page source code content is filled in the debugging window for displaying, developers can edit and modify the page content in real time through a remote controller or a keyboard, thereby realizing the debugging function and improving the page debugging efficiency.

Description

Method and device for debugging browser page of set top box
Technical Field
The embodiment of the invention relates to a method and a device for debugging a browser page of a set top box.
Background
An Internet Protocol Television (IPTV) set-top box refers to a media and page head end server which is set up by an operator through a private network environment, and completes information presentation, man-machine interaction and various functions. In an IPTV set-top box product, an integrated browser is required, which is responsible for displaying web pages such as an Electronic Program Guide (EPG) provided by an operator, and is used to complete function display and user operation in cooperation with user input.
However, in the development process, when the browser of the set-top box is adapted to the pages in each market, the situation that the pages delivered by some operators cannot be displayed correctly is often encountered, and debugging, reason analysis and solution finding are often required for the problem pages.
In the Browser presentation mode of the Browser/Server (B/S) structure, developers cannot modify pages provided by operators, and in a general debugging and positioning method, a third-party tool is used to capture a network package, obtain page contents from the network package, and look up original codes of the pages in a computer to guess and analyze the places where problems occur in the pages. This analysis is relatively backward and inefficient.
Disclosure of Invention
The embodiment of the invention provides a method and a device for debugging a browser page of a set top box, which are used for improving the efficiency of page debugging.
The method for debugging the browser page of the set top box provided by the embodiment of the invention comprises the following steps:
acquiring a resource file downloaded from a server by a browser, and caching the resource file, wherein the resource file comprises page source code content;
creating a debugging window, filling the cached page source code content in the debugging window, and displaying the debugging window filled with the page source code content;
after receiving an editing instruction of a user, editing the source code content of the page according to the editing instruction;
and after receiving a debugging window closing instruction of a user, sending the edited resource file to the browser so that the browser loads the edited resource file.
Because the page source code content is filled in the debugging window for displaying, developers can edit and modify the page content in real time through a remote controller or a keyboard, thereby realizing the debugging function and improving the page debugging efficiency.
Optionally, the creating a debugging window, filling the cached content of the page source code in the debugging window, and displaying the debugging window filled with the content of the page source code includes:
creating an editing window and a plurality of text windows;
filling the page source code content in the editing window;
searching file paths in script tags in the page source code content, and filling the searched file paths in the plurality of file windows;
and displaying the filled editing window and the plurality of file windows.
Optionally, the editing instruction is generated after the user presses the first key;
the debugging window closing instruction is generated after the user presses the second key.
Optionally, the sending the edited resource file to the browser includes:
and sending the edited resource file to the browser and indicating the main page loaded by the browser.
Correspondingly, an embodiment of the present invention provides a device for debugging a browser page of a set top box, including:
the resource caching module is used for acquiring a resource file downloaded by a browser from a server and caching the resource file, wherein the resource file comprises page source code content;
the presentation module is used for creating a debugging window, filling the cached page source code content in the debugging window and displaying the debugging window filled with the page source code content;
the editing module is used for editing the page source code content according to an editing instruction after receiving the editing instruction of a user;
and the resource reporting module is used for sending the edited resource file to the browser after receiving a debugging window closing instruction of a user so as to enable the browser to load the edited resource file.
Optionally, the presentation module is specifically configured to:
creating an editing window and a plurality of text windows;
filling the page source code content in the editing window;
searching file paths in script tags in the page source code content, and filling the searched file paths in the plurality of file windows;
and displaying the filled editing window and the plurality of file windows.
Optionally, the editing instruction is generated after the user presses the first key;
the debugging window closing instruction is generated after the user presses the second key.
Optionally, the resource reporting module is specifically configured to:
and sending the edited resource file to the browser and indicating the main page loaded by the browser.
Accordingly, an embodiment of the present invention provides a computing device, including:
a memory for storing program instructions;
and the processor is used for calling the program instruction stored in the memory and executing the method for debugging the browser page of the set top box according to the obtained program.
Accordingly, an embodiment of the present invention provides a computer-readable non-volatile storage medium, which includes computer-readable instructions, and when the computer reads and executes the computer-readable instructions, the computer is enabled to execute the method for debugging the browser page of the set top box.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic diagram of a system architecture according to an embodiment of the present invention;
fig. 2 is a schematic diagram of page loading according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a method for debugging a browser page of a set top box according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of another method for debugging a browser page of a set top box according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a device for debugging a browser page of a set top box according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 exemplarily shows a structure of a system architecture provided by an embodiment of the present invention, where the system architecture may be a set-top box, and includes abrowser module 100 and adebugging module 200.
Thebrowser module 100 may include, among other things, a network module, a resource loader, and other modules. The other modules may include an interpretation rendering layout module and a layer module, the network module is configured to download a resource file of a page to be loaded from an authenticated server, and the resource loader is configured to load the resource file downloaded by the network module.
Thedebugging module 200 comprises a resource caching module, a presenting module, an editing module and a resource reporting module; the resource caching module is used for caching the resource file downloaded by the browser player network module, the presenting module is used for presenting the resource file, the editing module is used for editing the resource file according to user operation, and the resource reporting module is used for sending the edited resource file to a resource loader of the browser.
At present, the process of originally loading a page by a browser of a set top box may be as shown in fig. 2, and after the browser of the browser completes authentication from a specified address, the browser loads home page data sent by a server. And at the same time, according to the user operation and according to the page content, the resource loader may be called again, and the network module is used for updating or requesting a new page by the server.
And the page and the resource file acquired by the network module are sent to the resource loader. And the resource loader starts to send the content to the analysis layout rendering module for analysis, layout and rendering, and finally the content is presented through the layer module.
Based on the above description, fig. 3 exemplarily shows a process of debugging a browser page of a set top box according to an embodiment of the present invention, where the process may be executed by a device for debugging a browser page of a set top box, and the device may be a set top box or may be located in a set top box.
As shown in fig. 3, the specific steps of the process include:
step 301, acquiring a resource file downloaded by a browser from a server, and caching the resource file.
The resource file may include the page source code content, mainly all resource files needed in the rendering process. The resource caching module is mainly used for intercepting the resource file from a network module of the browser and storing the resource file locally according to a certain format.
The resource file can be divided into a main resource file (which is a page file in html format to be presented by a browser) and other resource files such as js script files, css style files, img graphic files and the like which are quoted in the page. The resource loading module of the browser applies for the main resource file from the network module, and then applies for other resource files needed in the main resource file according to the analyzed content of the main resource file.
When the resource caching module caches the resource file, the picture resource file (img format) is filtered, and the graph cannot be edited during debugging. Thus the volume of buffered data is greatly reduced.
And simultaneously, only the main resource file which is newly downloaded by the browser network module and other non-main resource files behind the main resource file are cached locally by utilizing the characteristic that the browser requests the main resource first each time. If a new main resource file download is encountered, all files in the cache are cleared, and the files are stored again according to the rule. The method not only ensures the requirement of the debugging module, but also prevents files in the cache from being excessively accumulated.
When the resource cache module stores data, a mode of managing files based on lists is used: the method comprises the steps of firstly taking the name of a downloaded file from a downloading module of a browser, storing the name of the downloaded file in a self-managed list, sequentially accumulating the names of the files downloaded later in the list, simultaneously storing the content of the downloaded file in a specific folder, and sequentially naming 1.txt 2.txt 3.txt … n.txt according to the downloading sequence.
When the resource cache module receives a data request of the presentation module, the corresponding index position is found from the list according to the file name of the request, and the corresponding file content is obtained.
Step 302, a debugging window is created, the cached page source code content is filled in the debugging window, and the debugging window filled with the page source code content is displayed.
When the debugging window is created, an editing window and a plurality of text windows can be created first, and the page source code content is filled in the editing window. And then searching file paths in script tags in the source code content of the page, filling the searched file paths into a plurality of file windows, and filling one file path into one file window during filling. And finally, displaying, namely presenting, the filled editing window and the file windows so that a user can edit through keys.
For example, taking the Android system as an example, the Android window programming presentation is used, and the layout display of the data is completed by using both Editview and Textview.
1. Creating an android window (Activity), mainly creating an edit window (edit window) and dynamically creating a plurality of textviews (text windows).
2. And filling the page source code content into Editview, and data in Editview, so that a user can edit the page source code content through keys and the like.
3. Searching for an src attribute in a script tag in page source code content, wherein the src attribute corresponds to a file path, finding content contained behind the src, for example, (' text/javascript ', ' src '/page/engine.js ' >) and filling content "/page/engine.js" in the dynamically created textview. Since multiple script tags may be used in one page, multiple textviews may be established. Among them, the textview can add the support of click action. And after clicking action, sending the textview content to a resource caching module to request for obtaining data. The obtained data operates again according to 1-3 steps.
And 303, after receiving an editing instruction of a user, editing the page source code content according to the editing instruction.
After receiving the editing instruction of the user, the content of the page source code can be edited in the debugging window by the root editing instruction. It should be noted that the programming instruction is generated after the user presses the first key, where the first key may be a single key or a combination of multiple keys, and the first key may be a key on a remote controller or a keyboard of the set top box, or a virtual key on an APP associated with the set top box on another terminal.
And after the editing is finished, exiting the window through a specific key, and updating the content in the editview into the corresponding page source code content. Until all the modification windows are backed off. And sending the modified page source code contents to a resource reporting module, namely a modified resource file.
Step 304, after receiving a debugging window closing instruction of a user, sending the edited resource file to the browser, so that the browser loads the edited resource file.
The debugging window closing instruction is generated after a user presses a second key, the second key can be a single key or a combination of multiple keys, and the second key can be a remote controller of the set-top box or a key on a keyboard or a virtual key on an APP associated with the set-top box on other terminals.
The debugging window closing instruction indicates that the user and the resource source code content are edited, and at the moment, the resource reporting module can send the edited resource file to the browser, wherein the main page loaded by the browser can be indicated.
The resource reporting module mainly realizes two types of interfaces with a resource loading module of the browser, wherein the first type is the resource loading module which sends new data to the browser through a debugging module; the first type is to request the browser resource loading module to load a certain main page.
The resource reporting module receives the page data (which may be a main resource page or may have additional resource files) edited by the content presentation module, and then retransmits the page data to the resource loading module of the browser through the first type of interface. And simultaneously, the resource loading module of the browser reloads the main resource page which is just updated through the second type of interface.
In order to better explain the embodiment of the present invention, the following describes a process of debugging a browser page of a set top box in a specific implementation scenario.
As shown in fig. 4, the process specifically includes:
instep 401, the user makes a key combination activation.
Step 402, saving the name of the loaded main resource of the current browser.
Step 403, acquiring the name of the currently loaded page, and taking out the currently loaded page from the cache.
Step 404, creating a debugging window, and filling the content of the page source code into the content of the debugging window.
Step 405, a user edit input is received.
Step 406, determining whether the user clicks the src attribute content, if yes, proceeding to step 407, and if no, proceeding to step 408.
Step 407, find the resource name specified by the src attribute.
And step 408, the user finishes editing by using the special building and closes the debugging window step by step.
Step 409, sending all the modified page contents to a resource loader of the browser, and requesting the resource loader to reload the main resources.
The specific contents of each process in the embodiments of the present invention have been described in the above embodiments, and are not described again.
The embodiment shows that the resource file downloaded from the server by the browser is obtained, the resource file is cached, the debugging window is created, the cached page source code content is filled in the debugging window, the debugging window filled with the page source code content is displayed, after an editing instruction of a user is received, the page source code content is edited according to the editing instruction, and after a debugging window closing instruction of the user is received, the edited resource file is sent to the browser, so that the browser loads the edited resource file. Because the page source code content is filled in the debugging window for displaying, developers can edit and modify the page content in real time through a remote controller or a keyboard, thereby realizing the debugging function and improving the page debugging efficiency.
Based on the same technical concept, fig. 5 exemplarily shows a structure of a device for debugging a browser page of a set top box according to an embodiment of the present invention, where the device may execute a process of debugging the browser page of the set top box, and the device may be located in the set top box or may be the set top box.
As shown in fig. 5, the apparatus includes:
theresource caching module 501 is configured to obtain a resource file downloaded by a browser from a server, and cache the resource file, where the resource file includes a page source code content;
apresentation module 502, configured to create a debugging window, fill the cached content of the page source code in the debugging window, and display the debugging window filled with the content of the page source code;
theediting module 503 is configured to, after receiving an editing instruction of a user, edit the content of the page source code according to the editing instruction;
and theresource reporting module 504 is configured to send the edited resource file to the browser after receiving a debugging window closing instruction of the user, so that the browser loads the edited resource file.
Optionally, the presentingmodule 502 is specifically configured to:
creating an editing window and a plurality of text windows;
filling the page source code content in the editing window;
searching file paths in script tags in the page source code content, and filling the searched file paths in the plurality of file windows;
and displaying the filled editing window and the plurality of file windows.
Optionally, the editing instruction is generated after the user presses the first key;
the debugging window closing instruction is generated after the user presses the second key.
Optionally, theresource reporting module 504 is specifically configured to:
and sending the edited resource file to the browser and indicating the main page loaded by the browser.
Based on the same technical concept, an embodiment of the present invention provides a computing device, including:
a memory for storing program instructions;
and the processor is used for calling the program instruction stored in the memory and executing the method for debugging the browser page of the set top box according to the obtained program.
Based on the same technical concept, the embodiment of the invention provides a computer-readable non-volatile storage medium, which comprises computer-readable instructions, and when the computer reads and executes the computer-readable instructions, the computer is enabled to execute the method for debugging the browser page of the set top box.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (8)

creating a debugging window, wherein the debugging window comprises an editing window and a plurality of file windows; filling the cached page source code content in the debugging window, and displaying the debugging window filled with the page source code content; the filling the cached page source code content in the debugging window, and displaying the debugging window filled with the page source code content, includes: filling the page source code content in the editing window; searching file paths in script tags in the page source code content, and filling the searched file paths in the plurality of file windows; displaying the filled editing window and the plurality of file windows; each file window in the plurality of file windows supports clicking action operation; after responding to the clicking action, sending the file path in the file window to a resource caching module to request for obtaining the resource file corresponding to the file path, returning to execute to obtain the resource file downloaded from the server, and displaying the resource file in the debugging window;
CN201810955732.4A2018-08-212018-08-21Method and device for debugging browser page of set top boxActiveCN109101429B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201810955732.4ACN109101429B (en)2018-08-212018-08-21Method and device for debugging browser page of set top box

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201810955732.4ACN109101429B (en)2018-08-212018-08-21Method and device for debugging browser page of set top box

Publications (2)

Publication NumberPublication Date
CN109101429A CN109101429A (en)2018-12-28
CN109101429Btrue CN109101429B (en)2021-12-07

Family

ID=64850576

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201810955732.4AActiveCN109101429B (en)2018-08-212018-08-21Method and device for debugging browser page of set top box

Country Status (1)

CountryLink
CN (1)CN109101429B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114125533B (en)*2021-11-102024-08-02青岛海信宽带多媒体技术有限公司Set top box and ticker element display control method
CN114422857A (en)*2021-12-282022-04-29炫彩互动网络科技有限公司Webpage debugging method on IPTV set-top box and set-top box
CN119046175B (en)*2024-11-042025-02-18杭州玳数科技有限公司Page debugging method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2012069906A1 (en)*2010-11-242012-05-31iNTERFACEWARE Inc.Method and system for displaying selectable autocompletion suggestions and annotations in mapping tool
CN103534684A (en)*2011-04-202014-01-22索尼电脑娱乐美国公司Social interactive code development
CN105094804A (en)*2015-06-182015-11-25北京奇虎科技有限公司Method and apparatus for adding animation to page
CN105955888A (en)*2016-05-042016-09-21腾讯科技(深圳)有限公司Page debugging and previewing method and system
CN107562454A (en)*2017-08-142018-01-09国云科技股份有限公司 Cross-browser real-time web page synchronization device and implementation method

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8005850B2 (en)*2004-03-152011-08-23Yahoo! Inc.Search systems and methods with integration of user annotations
US8566704B1 (en)*2010-10-252013-10-22Open Text S.A.System, method and computer program product for editing web pages in-context of a production view
WO2012070930A1 (en)*2010-11-242012-05-31Greenflower Intercode Holding B.V.User -friendly method and system for compiling a unique sample code for a digital sample with the help of a user - interface
CN102760139A (en)*2011-04-292012-10-31国际商业机器公司Webpage processing method and webpage processing system
CN104714889B (en)*2012-03-292019-04-02北京奇虎科技有限公司A kind of test method and system of browser
CN104714989A (en)*2013-12-122015-06-17南宁市磁汇科技有限公司Method for dynamically storing and visually editing WEB page in browser
CN104461900B (en)*2014-12-192018-08-10北京奇虎科技有限公司Test method, control server, test terminal and the system of user interface
CN104572271B (en)*2015-02-042018-04-13北京瑞星网安技术股份有限公司Multi-tag page browsing device prevents seemingly-dead method and system
US20170255618A1 (en)*2016-03-072017-09-07Alex FieroCentralized Media Marketplace
CN107193815B (en)*2016-03-142021-03-12阿里巴巴集团控股有限公司Page code processing method, device and equipment
KR102509594B1 (en)*2016-06-282023-03-14삼성전자주식회사Method for detecting the tampering of application code and electronic device supporting the same
CN108182149A (en)*2017-12-282018-06-19深圳Tcl数字技术有限公司Built-in browser adjustment method, debugging terminal and computer readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2012069906A1 (en)*2010-11-242012-05-31iNTERFACEWARE Inc.Method and system for displaying selectable autocompletion suggestions and annotations in mapping tool
CN103534684A (en)*2011-04-202014-01-22索尼电脑娱乐美国公司Social interactive code development
CN105094804A (en)*2015-06-182015-11-25北京奇虎科技有限公司Method and apparatus for adding animation to page
CN105955888A (en)*2016-05-042016-09-21腾讯科技(深圳)有限公司Page debugging and previewing method and system
CN107562454A (en)*2017-08-142018-01-09国云科技股份有限公司 Cross-browser real-time web page synchronization device and implementation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"如何使用浏览器的F12开发者工具调试页面?";A-Tione;《https://blog.csdn.net/weixin_41819731/article/details/80472232》;20180527;第1-4页*

Also Published As

Publication numberPublication date
CN109101429A (en)2018-12-28

Similar Documents

PublicationPublication DateTitle
US8700691B2 (en)Minimal download and simulated page navigation features
CN113094136A (en)Page display control method and device, storage medium and electronic equipment
CN107463563B (en)Information service processing method and device of browser
CN107528718B (en)Method, device and system for acquiring resources
CN107291759B (en)Method and device for processing browser page resources
CN113761412A (en)Application page display method and device, electronic equipment, medium and application system
US8516041B1 (en)Pre-fetching asynchronously requested content
CN112395027A (en)Widget interface generation method and device, storage medium and electronic equipment
US11729248B2 (en)Web application component migration to a cloud computing system
CN109101429B (en)Method and device for debugging browser page of set top box
CN111737614B (en)Page display method, page display device, electronic equipment and storage medium
CN113626392A (en)Method and device for updating document data, electronic equipment and storage medium
CN117421499A (en)Front-end processing method, front-end processing device, terminal equipment and storage medium
CN111880789A (en)Page rendering method, device, server and computer-readable storage medium
CN114237651A (en)Installation method and device of cloud native application, electronic equipment and medium
CN113326079A (en)Service version switching method, switching device, electronic equipment and storage medium
CN112148395A (en)Page display method, device, equipment and storage medium
CN106649581B (en)Webpage repairing method and client
CN115878676A (en)Method, device, equipment and medium for previewing file
US11843679B2 (en)Automated dependency management based on page components
EP4394593A1 (en)Skin changing method and apparatus for display interface, vehicle and storage medium
CN107391132B (en)Method, device and equipment for target App to execute preset action
US10284628B2 (en)Distribution method and resource acquisition method
US20150261733A1 (en)Asset collection service through capture of content
CN111367500A (en)Data processing method and device

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp