CN110750244A - Code synchronization method and device, electronic equipment and storage medium - Google Patents

Code synchronization method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110750244A
CN110750244A CN201910911324.3A CN201910911324A CN110750244A CN 110750244 A CN110750244 A CN 110750244A CN 201910911324 A CN201910911324 A CN 201910911324A CN 110750244 A CN110750244 A CN 110750244A
Authority
CN
China
Prior art keywords
code
synchronization
modified
synchronized
browser
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
CN201910911324.3A
Other languages
Chinese (zh)
Other versions
CN110750244B (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.)
Beike Technology Co Ltd
Original Assignee
Beike 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 Beike Technology Co Ltd filed Critical Beike Technology Co Ltd
Priority to CN201910911324.3A priority Critical patent/CN110750244B/en
Publication of CN110750244A publication Critical patent/CN110750244A/en
Application granted granted Critical
Publication of CN110750244B publication Critical patent/CN110750244B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a code synchronization method, a code synchronization device, electronic equipment and a storage medium, which are applied to a webpage debugging scene, wherein the method comprises the following steps: if the code of the page is modified in the browser which opens the page, the modified code is stored in a browser storage space; if receiving a synchronization message, determining a code needing synchronization and a link address corresponding to the code needing synchronization in the browser storage space; and determining the storage position of the code to be synchronized in the local project file through the link address, and synchronizing the code to be synchronized. The method can simply and efficiently realize reverse updating of the project file by the browser.

Description

Code synchronization method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a code synchronization method and apparatus, an electronic device, and a storage medium.
Background
When a web (web) page is debugged, the debugging is performed in a browser that opens the page.
If the style code is modified in the browser and the modification meets the requirement, the modified code needs to be synchronously modified into a locally stored project file.
How to simply and efficiently synchronize style codes modified in a browser into a project file of locally stored codes is a technical problem to be solved at present.
Disclosure of Invention
In view of this, the present application provides a code synchronization method, apparatus, electronic device and storage medium, which can simply and efficiently implement a browser to update a project file in a reverse direction.
In order to solve the technical problem, the technical scheme of the application is realized as follows:
in one embodiment, a code synchronization method is provided, which is applied to a webpage debugging scene, and the method includes:
if the code of the page is modified in the browser which opens the page, the modified code is stored in a browser storage space;
if receiving a synchronization message, determining a code needing synchronization and a link address corresponding to the code needing synchronization in the browser storage space;
and determining the storage position of the code to be synchronized in the local project file through the link address, and synchronizing the code to be synchronized.
Wherein the code that needs to be synchronized in the browser comprises:
determining codes needing to be synchronized in the browser according to a preset synchronization rule; and the synchronization rule is used for synchronizing the code which is modified last time or the code corresponding to the hypertext markup language html element which is modified last time.
The synchronous message is triggered by a synchronous button arranged on a page, is triggered by text box input, or is triggered by a shortcut key which does not conflict with page debugging.
The code needing to be synchronized is a modified code or all codes corresponding to the link address corresponding to the modified code.
In another embodiment, a code synchronization apparatus is provided, which is applied in a webpage debugging scenario, and includes: the device comprises a modifying unit, a receiving unit, an acquiring unit and a synchronizing unit;
the modification unit is used for storing modified codes in a browser storage space if the codes of the page are modified in the browser which opens the page;
the receiving unit is used for receiving the synchronous message;
the acquiring unit is configured to determine, if the receiving unit receives a synchronization message, a code to be synchronized and a link address corresponding to the code to be synchronized in the browser storage space after the code is modified by the modifying unit;
the synchronization unit is used for determining the storage position of the code needing to be synchronized in the local project file through the link address acquired by the acquisition unit and synchronizing the code needing to be synchronized determined by the acquisition unit.
Wherein,
the acquiring unit is specifically configured to determine a code to be synchronized in the browser storage space according to a pre-configured synchronization rule when the code to be synchronized is determined in the browser storage space; and the synchronization rule is used for synchronizing the code which is modified last time or the code corresponding to the hypertext markup language html element which is modified last time.
The synchronous message is triggered by a synchronous button arranged on a page, is triggered by text box input, or is triggered by a shortcut key which does not conflict with page debugging.
The code needing to be synchronized is a modified code or all codes corresponding to the link address corresponding to the modified code.
In another embodiment, an electronic device is provided, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the code synchronization method as described when executing the program.
In another embodiment, a computer-readable storage medium is provided, on which a computer program is stored which, when being executed by a processor, carries out the steps of the code synchronization method.
According to the technical scheme, in the webpage debugging scene, if the codes in the browser are modified, the codes needing to be synchronized are automatically synchronized into the corresponding project files according to the received synchronization message. The scheme can simply and efficiently realize that the browser reversely updates the project file.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive labor.
FIG. 1 is a schematic diagram of a code synchronization process in an embodiment of the present application;
FIG. 2 is a schematic diagram of page debugging;
FIG. 3 is the code of an ant-card-head-title in a project file;
FIG. 4 is a schematic diagram of an apparatus for implementing the above technique in an embodiment of the present application;
fig. 5 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and 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 application.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements explicitly listed, but may include other steps or elements not explicitly listed or inherent to such process, method, article, or apparatus.
The technical solution of the present invention will be described in detail with specific examples. Several of the following embodiments may be combined with each other and some details of the same or similar concepts or processes may not be repeated in some embodiments.
The embodiment of the application provides a code synchronization method, which is applied to a webpage debugging scene, and the device for realizing the code synchronization is a synchronization device for debugging a webpage, such as a PC.
Referring to fig. 1, fig. 1 is a schematic diagram of page debugging. The relationship between the code displayed in the page debugging process and the corresponding link address is given in fig. 1, for example, the code in the ant-card-head-title and the ant-ayout corresponds to the link address (index.d7520 … c14b5.css.8), and then the click is made on the link address (index.d7520 … c14b5.css.8) corresponding to the ant-card-head-title to display the detailed code in the project file corresponding to the ant-card-head-title, as shown in fig. 2, and fig. 2 is the code of the ant-card-head-title in the project file. Clicking on the link address (index. d7520 … c14b5.css.8) corresponding to the ant-ayout shows the detailed code in the project file corresponding to the ant-ayout.
In a web page debugging scenario, code modification in the browser may be involved, and code that needs to be synchronized into the project file is synchronized. The following describes the implementation of the code synchronization process in detail with reference to the accompanying drawings.
Referring to fig. 3, fig. 3 is a schematic diagram of a code synchronization process in the embodiment of the present application. The method comprises the following specific steps:
step 301, if the code of the page is modified in the browser which opens the page, the modified code is stored in the browser storage space.
In the page debugging process in the embodiment of the application, if the code is modified in the debugging process, the modified code is stored in the browser storage space and cannot be stored in the project file locally stored in the code.
The modification of the code needs to be debugged to determine whether the modification requirement is met, and only if the content displayed after the page is refreshed meets the requirement, the modified code needs to be stored in a local project file; step 302 is executed; otherwise, the modified codes are only needed for displaying a page in the debugging process, possibly only for displaying the effect, or because the modification requirement cannot be met, the code modification does not need to be stored in a local project file.
Step 302, if a synchronization message is received, determining a code that needs to be synchronized and a link address corresponding to the code that needs to be synchronized in the browser storage space.
The link address corresponding to the code to be synchronized can be obtained in the display manner shown in fig. 1, that is, the link address corresponding to the code can be determined by selecting the corresponding code.
The method for implementing the synchronization message may be implemented as follows, but is not limited to the following implementation:
firstly, a synchronous message is triggered by a synchronous button arranged on a page; in the implementation mode, a synchronous button is arranged on a debugging page, and when a code needing synchronous modification is required, the button is clicked to trigger the generation of a synchronous message;
secondly, triggering is input through a text box; the implementation mode is that a text box is arranged on a debugging page, and specific characters, codes and the like can be input into the text box to trigger the generation of synchronous messages;
thirdly, triggering through a shortcut key which does not conflict with the webpage debugging; that is, the method can be implemented by using a shortcut key other than the shortcut key related to the debugging page, and if the Ctrl + Q key is not used in the debugging process, the Ctrl + Q key can be used to trigger the generation of the synchronization message.
The three manners are only examples in the embodiment of the present application, and are not limited to the three manners of triggering generation of the synchronization message in specific implementation.
Determining code in the browser storage space that needs synchronization, comprising:
determining codes needing to be synchronized in the browser storage space according to a preset synchronization rule; the synchronization rule is to synchronize a code that is modified last time, or synchronize a code corresponding to a hypertext markup language (html) element that is modified last time.
In a specific implementation, when the synchronization rule is to modify only the code modified last time, such as modifying the font color in the file corresponding to the link address a (black-red), only the modification to the font color in the file corresponding to the link address a is updated to the project file;
and when the synchronization rule is to synchronize the code corresponding to the html element which is modified most recently, all the modifications aiming at the html element which is modified most recently need to be updated to the file corresponding to the link address corresponding to the code in the project file.
The code that needs synchronization in the embodiment of the present application: only the modified code, or all codes corresponding to the link address corresponding to the modified code, are synchronized.
Step 303, determining the storage location of the code to be synchronized in the local project file through the link address, and synchronizing the code to be synchronized.
When the code needing to be synchronized is only modified code, synchronizing the code needing to be synchronized comprises the following steps:
when the modified codes are stored in the browser storage space, marking the modified codes; when synchronizing the code requiring synchronization, the marked code is synchronized to the position specified by the link address corresponding to the code.
When the code to be synchronized is all codes corresponding to the link address corresponding to the modified code, synchronizing the code to be synchronized, including:
and determining a synchronous position through a link address corresponding to the code needing to be synchronized in the browser storage space, and integrally updating the code needing to be synchronized in the browser storage space to the position corresponding to the corresponding link address.
To sum up, in the scenario of debugging a web page in the embodiment of the present application, if a code in a browser is modified, the code to be synchronized is automatically synchronized to a corresponding project file according to a received synchronization message. The scheme can simply and efficiently realize that the browser reversely updates the project file.
Based on the same inventive concept, the embodiment of the application also provides a code synchronization device which is applied to a webpage debugging scene. Referring to fig. 4, fig. 4 is a schematic structural diagram of an apparatus applied to the above technology in the embodiment of the present application. The device includes: a modification unit 401, a receiving unit 402, an acquisition unit 403, and a synchronization unit 404;
a modifying unit 401, configured to store a modified code in a browser storage space if the code of the page is modified in the browser that opens the page;
a receiving unit 402, configured to receive a synchronization message;
an obtaining unit 403, configured to determine, if the receiving unit 402 receives the synchronization message, a code that needs to be synchronized and a link address corresponding to the code that needs to be synchronized in the browser storage space after the code is modified by the modifying unit 401;
a synchronization unit 404, configured to determine, through the link address acquired by the acquisition unit 403, a storage location of the code requiring synchronization in the local project file, and synchronize the code requiring synchronization determined by the acquisition unit 403.
Preferably, the first and second liquid crystal films are made of a polymer,
an obtaining unit 403, specifically configured to determine, when determining a code that needs to be synchronized in the browser storage space, the code that needs to be synchronized in the browser storage space according to a preset synchronization rule; and the synchronization rule is used for synchronizing the code which is modified last time or the code corresponding to the hypertext markup language html element which is modified last time.
Preferably, the first and second liquid crystal films are made of a polymer,
the synchronous message is triggered by a synchronous button arranged on a page, by text box input or by a shortcut key which does not conflict with the page debugging.
Preferably, the first and second liquid crystal films are made of a polymer,
the code needing to be synchronized is modified code or all codes corresponding to the link address corresponding to the modified code.
The units of the above embodiments may be integrated into one body, or may be separately deployed; may be combined into one unit or further divided into a plurality of sub-units.
In another embodiment, an electronic device is also provided, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the code synchronization method when executing the program.
In another embodiment, a computer-readable storage medium is also provided having stored thereon computer instructions that, when executed by a processor, may implement the steps in the code synchronization method.
Fig. 5 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention. As shown in fig. 5, the electronic device may include: a processor (processor)510, a communication Interface (Communications Interface)520, a memory (memory)530 and a communication bus 540, wherein the processor 510, the communication Interface 520 and the memory 530 communicate with each other via the communication bus 540. Processor 510 may call logic instructions in memory 530 to perform the following method:
debugging a webpage;
if the code of the page is modified in the browser which opens the page, the modified code is stored in a browser storage space;
if receiving a synchronization message, determining a code needing synchronization and a link address corresponding to the code needing synchronization in the browser storage space;
and determining the storage position of the code to be synchronized in the local project file through the link address, and synchronizing the code to be synchronized.
Furthermore, the logic instructions in the memory 530 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A code synchronization method is applied to a webpage debugging scene, and comprises the following steps:
if the code of the page is modified in the browser which opens the page, the modified code is stored in a browser storage space;
if receiving a synchronization message, determining a code needing synchronization and a link address corresponding to the code needing synchronization in the browser storage space;
and determining the storage position of the code to be synchronized in the local project file through the link address, and synchronizing the code to be synchronized.
2. The method of claim 1, wherein determining code in the browser storage space that needs synchronization comprises:
determining codes needing to be synchronized in the browser storage space according to a preset synchronization rule; and the synchronization rule is used for synchronizing the code which is modified last time or the code corresponding to the hypertext markup language html element which is modified last time.
3. The method of claim 1, wherein the synchronization message is triggered by a synchronization button provided on a page, by a text box input, or by a shortcut that does not conflict with the debugging of the page.
4. The method according to any of claims 1-3, characterized in that the code to be synchronized is a modified code or all codes corresponding to the link address corresponding to the modified code.
5. A code synchronization device applied to a webpage debugging scene, the device comprising: the device comprises a modifying unit, a receiving unit, an acquiring unit and a synchronizing unit;
the modification unit is used for storing modified codes in a browser storage space if the codes of the page are modified in the browser which opens the page;
the receiving unit is used for receiving the synchronous message;
the acquiring unit is configured to determine, if the receiving unit receives a synchronization message, a code to be synchronized and a link address corresponding to the code to be synchronized in the browser storage space after the code is modified by the modifying unit;
the synchronization unit is used for determining the storage position of the code needing to be synchronized in the local project file through the link address acquired by the acquisition unit and synchronizing the code needing to be synchronized determined by the acquisition unit.
6. The apparatus of claim 5,
the acquiring unit is specifically configured to determine a code to be synchronized in the browser storage space according to a pre-configured synchronization rule when the code to be synchronized is determined in the browser storage space; and the synchronization rule is used for synchronizing the code which is modified last time or the code corresponding to the hypertext markup language html element which is modified last time.
7. The apparatus of claim 5, wherein the synchronization message is triggered by a synchronization button provided on a page, by a text box input, or by a shortcut that does not conflict with the debugging of the page.
8. The apparatus according to any of claims 5-7, wherein the code to be synchronized is a modified code or all codes corresponding to the link address corresponding to the modified code.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1-4 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the method of any one of claims 1 to 4.
CN201910911324.3A 2019-09-25 2019-09-25 Code synchronization method and device, electronic equipment and storage medium Active CN110750244B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910911324.3A CN110750244B (en) 2019-09-25 2019-09-25 Code synchronization method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910911324.3A CN110750244B (en) 2019-09-25 2019-09-25 Code synchronization method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110750244A true CN110750244A (en) 2020-02-04
CN110750244B CN110750244B (en) 2023-09-29

Family

ID=69277051

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910911324.3A Active CN110750244B (en) 2019-09-25 2019-09-25 Code synchronization method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110750244B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111914200A (en) * 2020-07-17 2020-11-10 烽火通信科技股份有限公司 Browser tab state synchronization method, device, equipment and storage medium
CN112965736A (en) * 2021-03-04 2021-06-15 北京锐安科技有限公司 Code processing method and device, electronic equipment and medium
CN113343156A (en) * 2021-06-30 2021-09-03 工银科技有限公司 Webpage editing method, device, equipment and storage medium
CN117978818A (en) * 2024-04-01 2024-05-03 西安卡唤唤金融科技有限公司 Cross-environment page synchronization method, device, equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004025420A2 (en) * 2002-09-13 2004-03-25 Yahoo! Inc. Improved browser user interface
US20120303656A1 (en) * 2011-03-31 2012-11-29 Kabushiki Kaisha Toshiba Information processing apparatus and information processing method
CN103823833A (en) * 2013-11-29 2014-05-28 奇智软件(北京)有限公司 Method and browser device for collecting multimedia data in web pages
US20150193389A1 (en) * 2012-03-06 2015-07-09 Google Inc. Presenting updated hyperlink information on a webpage
CN105808628A (en) * 2014-12-31 2016-07-27 广州市动景计算机科技有限公司 Webpage transcoding method, apparatus and system
WO2016164036A1 (en) * 2015-04-10 2016-10-13 Hewlett Packard Enterprise Development Lp Modifying web page code to include code to protect output
CN106294658A (en) * 2016-08-04 2017-01-04 腾讯科技(深圳)有限公司 The quick methods of exhibiting of webpage and device
CN109669692A (en) * 2018-12-21 2019-04-23 深圳Tcl新技术有限公司 Source code sharing method, server, computer readable storage medium and system
CN110221871A (en) * 2019-04-22 2019-09-10 腾讯科技(深圳)有限公司 Webpage acquisition methods, device, computer equipment and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004025420A2 (en) * 2002-09-13 2004-03-25 Yahoo! Inc. Improved browser user interface
US20120303656A1 (en) * 2011-03-31 2012-11-29 Kabushiki Kaisha Toshiba Information processing apparatus and information processing method
US20150193389A1 (en) * 2012-03-06 2015-07-09 Google Inc. Presenting updated hyperlink information on a webpage
CN103823833A (en) * 2013-11-29 2014-05-28 奇智软件(北京)有限公司 Method and browser device for collecting multimedia data in web pages
CN105808628A (en) * 2014-12-31 2016-07-27 广州市动景计算机科技有限公司 Webpage transcoding method, apparatus and system
WO2016164036A1 (en) * 2015-04-10 2016-10-13 Hewlett Packard Enterprise Development Lp Modifying web page code to include code to protect output
CN106294658A (en) * 2016-08-04 2017-01-04 腾讯科技(深圳)有限公司 The quick methods of exhibiting of webpage and device
CN109669692A (en) * 2018-12-21 2019-04-23 深圳Tcl新技术有限公司 Source code sharing method, server, computer readable storage medium and system
CN110221871A (en) * 2019-04-22 2019-09-10 腾讯科技(深圳)有限公司 Webpage acquisition methods, device, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111914200A (en) * 2020-07-17 2020-11-10 烽火通信科技股份有限公司 Browser tab state synchronization method, device, equipment and storage medium
CN112965736A (en) * 2021-03-04 2021-06-15 北京锐安科技有限公司 Code processing method and device, electronic equipment and medium
CN113343156A (en) * 2021-06-30 2021-09-03 工银科技有限公司 Webpage editing method, device, equipment and storage medium
CN117978818A (en) * 2024-04-01 2024-05-03 西安卡唤唤金融科技有限公司 Cross-environment page synchronization method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN110750244B (en) 2023-09-29

Similar Documents

Publication Publication Date Title
CN110750244B (en) Code synchronization method and device, electronic equipment and storage medium
CN104035753B (en) A kind of method and system of double WebView displayings customized web pages
CN106663013B (en) Step is adjusted for the dynamic of service upgrade
CN107609042A (en) A kind of method for updating pages and device
CN107229633A (en) Static page generation method, Web access method and device
CN109388766A (en) The method and apparatus of page load
CN111708557B (en) Method, device and storage medium for updating configuration file
CN108366058A (en) Method, apparatus, equipment and the storage medium for preventing advertisement operators flow from kidnapping
CN106874519A (en) Webpage representation method and apparatus
CN110765208B (en) Data synchronization method and device, electronic equipment and storage medium
CN104020950A (en) Input method based on touch screen and input device with touch screen
CN106663015A (en) Resuming session states
CN108170497A (en) A kind of method and device of page rendering
CN110244962A (en) Load application file and device, system, storage medium, electronic device
CN106649497A (en) Method and device for displaying web pages
CN111046640A (en) Dynamic generation method and device of certification document
CN112597123B (en) Data multi-version dynamic switching method and device
CN105119944B (en) Application starting method and related device
CN111857930A (en) Method, device and equipment for setting scroll bar
CN105824606B (en) Rolling input method and terminal
US20140337284A1 (en) Synchronizing folders using a shadow folder hierarchy
CN107784064B (en) Webpage data processing method and device, computer equipment and computer storage medium
CN107273275B (en) Method and device for dynamically refreshing progress bar in multiple data units
CN106919300B (en) Method, device and equipment for displaying customized information on browser window
CN105468379B (en) A kind of script file execution method and device

Legal Events

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