[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN111596828B - cookie synchronization method, device and computer readable storage medium - Google Patents

cookie synchronization method, device and computer readable storage medium Download PDF

Info

Publication number
CN111596828B
CN111596828B CN202010406002.6A CN202010406002A CN111596828B CN 111596828 B CN111596828 B CN 111596828B CN 202010406002 A CN202010406002 A CN 202010406002A CN 111596828 B CN111596828 B CN 111596828B
Authority
CN
China
Prior art keywords
cookie
input
url
target
event
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
CN202010406002.6A
Other languages
Chinese (zh)
Other versions
CN111596828A (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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202010406002.6A priority Critical patent/CN111596828B/en
Publication of CN111596828A publication Critical patent/CN111596828A/en
Application granted granted Critical
Publication of CN111596828B publication Critical patent/CN111596828B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

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

Abstract

The embodiment of the invention provides a cookie synchronization method, a cookie synchronization device and a computer readable storage medium, wherein the cookie synchronization method comprises the following steps: displaying a plurality of input boxes corresponding to the source Uniform Resource Locator (URL), the target URL and the cookie name and a synchronous button in an operation interface, wherein the plurality of input boxes comprise the stored source URL, the stored target URL and the stored cookie name; receiving a first input of a plurality of input boxes and/or synchronized buttons by a user; responsive to the first input, determining a corresponding element event; cookie synchronization is performed based on the element event. In the embodiment of the invention, a plurality of input boxes and synchronous buttons, including stored source URL, target URL and cookie names, are displayed in an operation interface, corresponding element events are determined based on the input of a user to the input boxes and/or the synchronous buttons, and cookie synchronization is performed according to the element events. Direct operation of a developer is avoided in the aspects of acquiring the cookie and setting the cookie, the operation amount of the developer is obviously reduced, and the development efficiency of the developer is improved.

Description

cookie synchronization method, device and computer readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a cookie synchronization method, a cookie synchronization device and a computer readable storage medium.
Background
There are various software systems in the internet age, for logged-on users, when the user does not use the system for a period of time, the system automatically considers that the login is out of date and requires the user to re-login when the user uses the system again, and most of the limitation is realized through data (cookies) stored on a local terminal of the user, so that a developer needs to acquire the cookie without login on a login (tag) tab page and then assign the cookie to a development tab to normally start the system for development.
In the existing cookie synchronization technology, a developer needs to acquire cookies through manual or cookie acquisition tools, and assign values to the cookies through manual input, so that the operation is complex, the time consumption is long, and the cookie synchronization is often required to be executed for many times in the development process, so that a great amount of time is consumed in the cookie synchronization operation, and the development efficiency of the developer is seriously affected.
Disclosure of Invention
The embodiment of the invention provides a cookie synchronization method, a cookie synchronization device and a computer readable storage medium, which solve the problems of complex operation, long time consumption and lower development efficiency of developers in the conventional cookie synchronization technology.
In a first aspect, an embodiment of the present invention provides a cookie synchronization method, the method including:
displaying a plurality of input boxes corresponding to a source URL, a target URL and a cookie name and a synchronous button in an operation interface, wherein the input boxes comprise the stored source URL, the stored target URL and the stored cookie name;
receiving a first input of a user to the plurality of input boxes and/or the synchronous buttons;
responsive to the first input, determining a corresponding element event;
and carrying out cookie synchronization according to the element event.
Further, the determining, in response to the first input, a corresponding element event includes:
when the first input acts on at least one target input box in the multiple input boxes, determining a corresponding element event as a change event, wherein the change event is used for indicating to modify data in the target input box;
when the first input acts on the synchronous button, determining that the corresponding element event is a click event, wherein the click event is used for indicating that cookie synchronization is performed.
Further, the performing cookie synchronization according to the element event includes:
and according to the click event, synchronizing the cookie data corresponding to the cookie name in the source URL to the target URL.
Further, before synchronizing the cookie data corresponding to the cookie name in the source URL into the target URL according to the click event, the performing cookie synchronization according to the element event further includes:
reading the stored source URL, the target URL or the cookie name corresponding to the target input box according to the change event;
modifying data within the target input box according to the stored source URL, the target URL, or the cookie name.
Further, prior to said receiving a first input by the user to the plurality of input boxes and/or the synchronization button, the method further comprises:
the source URL, the target URL, and the cookie name in the plurality of input boxes are determined according to recently operated data variables.
In a second aspect, an embodiment of the present invention provides a cookie synchronization apparatus, including:
the display module is used for displaying a plurality of input boxes and synchronous buttons corresponding to the source URL, the target URL and the cookie name in the operation interface, wherein the input boxes comprise the stored source URL, the stored target URL and the stored cookie name;
a receiving module, configured to receive a first input of a user to the plurality of input boxes and/or the synchronization button;
a first determining module for determining a corresponding element event in response to the first input;
and the synchronization module is used for performing cookie synchronization according to the element event.
Further, the first determining module includes:
a first determining unit, configured to determine, when the first input acts on at least one target input box in the multiple input boxes, that a corresponding element event is a change event, where the change event is used to indicate modification of data in the target input box;
and the second determining unit is used for determining that the corresponding element event is a click event when the first input acts on the synchronous button, wherein the click event is used for indicating to carry out cookie synchronization.
Further, the synchronization module includes:
and the synchronizing unit is used for synchronizing the cookie data corresponding to the cookie name in the source URL to the target URL according to the click event.
Further, the synchronization module further includes:
a reading unit, configured to read, according to the change event, the stored source URL, the target URL, or the cookie name corresponding to the target input box;
and the modifying unit is used for modifying the data in the target input box according to the stored source URL, the target URL or the cookie name.
Further, the apparatus further comprises:
and a second determining module, configured to determine the source URL, the target URL, and the cookie name in the plurality of input boxes according to the data variable of the latest operation.
In a third aspect, embodiments of the present invention provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the cookie synchronization method according to the first aspect.
In the embodiment of the invention, a plurality of input boxes and synchronous buttons, including stored source URL, target URL and cookie names, are displayed in an operation interface, corresponding element events are determined based on the input of a user to the input boxes and/or the synchronous buttons, and cookie synchronization is performed according to the element events. Direct operation of a developer is avoided in the aspects of acquiring the cookie and setting the cookie, the operation amount of the developer is obviously reduced, and the development efficiency of the developer is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments of the present invention will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a cookie synchronization method according to an embodiment of the present invention;
fig. 2 is one of application scenarios provided in the embodiment of the present invention;
FIG. 3 is a second application scenario provided in an embodiment of the present invention;
FIG. 4 is a schematic diagram of a technical architecture provided in an embodiment of the present invention;
FIG. 5 is a second flowchart of a cookie synchronization method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a cookie synchronous device according to an embodiment of the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In embodiments of the invention, words such as "exemplary" or "such as" are used to mean serving as an example, instance, or illustration. Any embodiment or design described herein as "exemplary" or "e.g." in an embodiment should not be taken as preferred or advantageous over other embodiments or designs. Rather, the use of words such as "exemplary" or "such as" is intended to present related concepts in a concrete fashion.
Relational terms such as "first" and "second", and the like, are used solely to distinguish one from another, and do not necessarily imply a relationship or order between such names.
Referring to fig. 1, an embodiment of the present invention provides a cookie synchronization method, the method including the steps of:
step 101: displaying a plurality of input boxes corresponding to the source URL, the target URL and the cookie name and a synchronous button in an operation interface;
in this embodiment, the plurality of input boxes include a stored source uniform resource locator (Uniform Resource Locator, URL), a target URL, and a cookie name (the cookie name may also be referred to as a key value); it can be understood that when the developer inputs the source URL, the target URL and the cookie name for the first time in each input box, the input data is stored, so that when the data which has been input once before is needed to be used, the data can be directly read from the stored data, and the operation of repeatedly inputting the cookie information by the developer is avoided.
Step 102: receiving a first input of a user to a plurality of input boxes and/or synchronous buttons;
in the embodiment of the present invention, the first input refers to an input operation performed by a user, for example: for a device with a touch screen, the first input may be a touch input to an input box and/or a synchronization button; for devices configured with external input means (mouse, keyboard, etc.), the first input may be a user's click input to an input box and/or a synchronization button performed by external input. The embodiment of the invention does not limit the specific type of the first input.
Referring to fig. 2, fig. 2 illustrates that in some embodiments, a reset button may be correspondingly disposed beside each input box, and the input to the input box is achieved by performing a first input to the reset button, so that a user can perform better operation.
Step 103: responsive to the first input, determining a corresponding element event;
in the embodiment of the invention, based on the first input of the user, the element event corresponding to the first input is determined, and the element event is used for indicating different flow processes, it can be understood that the mapping relationship between the first input and the element event can be preconfigured, and when the user performs the first input on different objects, the element event corresponding to the first input can be determined.
In particular, in some embodiments, when a first input is applied to at least one target input box of the plurality of input boxes, determining that a corresponding element event is a change event, the change event being for indicating modification of data within the target input box; for example: in the scenario shown in FIG. 2, when the user clicks on the input box or reset button of the source URL, a change event is triggered to indicate that the source URL is modified.
When the first input acts on the sync button, the corresponding element event is determined to be a click event, which is used to indicate cookie sync. For example: in the scenario shown in FIG. 2, when the user clicks the sync button, cookie sync is indicated based on the current source URL, target URL, and cookie name.
Step 104: cookie synchronization is performed based on the element event.
In the embodiment of the invention, cookie synchronous processing is carried out according to the determined element event.
Specifically, in combination with the element event determined by the first input, if a click event of the synchronization button is triggered, cookie data corresponding to a cookie name in the source URL is synchronized to the target URL;
if the change event is triggered, reading a stored source URL, a target URL or a cookie name corresponding to the target input box; the data within the target input box is modified based on the stored source URL, target URL, or cookie name. For example: referring to fig. 2 and 3, when a user makes a first input to an input box or a reset button of a target URL, the stored target URL is read and displayed in an interface for selection by the user, and data in the input box is modified to the target URL selected by the user based on the selection by the user.
Therefore, the user can complete cookie synchronization among the stored source URL, the target URL and the cookie name by only carrying out one or a plurality of clicking operations, and compared with the prior art of manually inputting cookie data, manually assigning and the like, the method and the device remarkably reduce the operation amount of developers.
In the embodiment of the invention, a plurality of input boxes and synchronous buttons, including stored source URL, target URL and cookie names, are displayed in an operation interface, corresponding element events are determined based on the input of a user to the input boxes and/or the synchronous buttons, and cookie synchronization is performed according to the element events. Direct operation of a developer is avoided in the aspects of acquiring the cookie and setting the cookie, the operation amount of the developer is obviously reduced, and the development efficiency of the developer is improved.
Further, in some embodiments, before the step 102, the present invention further includes: the source URL, the target URL, and the cookie name in the plurality of input boxes are determined based on the most recently operated data variables.
In the embodiment of the invention, after each time the user performs cookie synchronization, the data variable of the operation can be recorded, and the source URL, the target URL and the cookie name in each input frame are determined according to the data variable of the latest operation, so that the last used source URL, target URL and cookie name can be displayed by default when the operation interface is displayed, when the same item needs to be developed for multiple times, the cookie of a certain cookie name needs to be synchronized between two addresses for multiple times, the method can be adopted, the latest used source URL, target URL and cookie name can be displayed in the input frame by default, and a developer can realize cookie synchronization by clicking a synchronization button, thereby remarkably reducing the operation amount of the developer and improving the development efficiency of the developer.
The following describes the implementation of the embodiment of the present invention.
It should be noted that, the method of the embodiment of the invention can be installed at the browser end in the form of plug-in program for the synchronous operation of cookies between different pages of the browser.
Specifically, referring to fig. 4, a technical architecture for an embodiment of the present invention is shown, which may be developed using HTML, CSS, JS development language, for example: a user operation interface (pop. HTML) is constructed by using HTML, style setting (style. CSS) is performed by using CSS, logical processing (pop. JS) of data and operations is performed by using JS, and a plug-in basic configuration file (main fest. Json) is written. In addition, the webStroage is used for supporting data persistence, and the source URL, the target URL or the cookie name which is input for the first time is stored through the webStroage and is called from the webStroage when the stored data needs to be read.
It will be appreciated that the above technical architecture is only a viable implementation, and that other languages that are technically possible implement plug-in functions, for example: other languages may be used as development languages for processing data operation logic, and as such, for data storage, data storage may be performed in other manners to implement data persistence, without being limited to webstorage.
Referring to fig. 5, a specific implementation flow of a method according to an embodiment of the present invention is shown in the drawings:
in the embodiment of the invention, the plug-in initializing and loading process is divided into two initializing task lines: element event initialization and dependent data initialization, wherein the dependent data refers to dependable data stored in webstorage and used by a plug-in, and is mainly historical use records and current data records. Specifically, for binding click or change events to elements, reading data from webstorage and formatting the data into required data, after the plug-in is initialized, waiting for the user to use, when the user changes the content in an input box, triggering the corresponding change event and updating the data variable which is stored in the webstorage and is operated recently, after the input is completed, triggering the corresponding click event, for example, clicking the synchronous button, performing cookie synchronous operation and adding the used data into a history record. Optionally, after the operation is finished, feedback prompt is carried out on success or failure of synchronization, and a process from plug-in loading to synchronization completion is finished.
Referring to fig. 6, an embodiment of the present invention further provides a cookie synchronous device 600, including:
a display module 601, configured to display a plurality of input boxes corresponding to a source URL, a target URL, and a cookie name, and a synchronization button in an operation interface, where the plurality of input boxes include the stored source URL, the stored target URL, and the stored cookie name;
a receiving module 602, configured to receive a first input of the plurality of input boxes and/or the synchronization buttons from a user;
a first determining module 603, configured to determine a corresponding element event in response to the first input;
and the synchronization module 604 is used for performing cookie synchronization according to the element event.
Further, the first determining module 603 includes:
a first determining unit, configured to determine, when the first input acts on at least one target input box in the multiple input boxes, that a corresponding element event is a change event, where the change event is used to indicate modification of data in the target input box;
and the second determining unit is used for determining that the corresponding element event is a click event when the first input acts on the synchronous button, wherein the click event is used for indicating to carry out cookie synchronization.
Further, the synchronization module 604 includes:
and the synchronizing unit is used for synchronizing the cookie data corresponding to the cookie name in the source URL to the target URL according to the click event.
Further, the synchronization module 604 further includes:
a reading unit, configured to read, according to the change event, the stored source URL, the target URL, or the cookie name corresponding to the target input box;
and the modifying unit is used for modifying the data in the target input box according to the stored source URL, the target URL or the cookie name.
Further, the apparatus further comprises:
and a second determining module, configured to determine the source URL, the target URL, and the cookie name in the plurality of input boxes according to the data variable of the latest operation.
In the embodiment of the invention, a plurality of input boxes and synchronous buttons, including stored source URL, target URL and cookie names, are displayed in an operation interface, corresponding element events are determined based on the input of a user to the input boxes and/or the synchronous buttons, and cookie synchronization is performed according to the element events. Direct operation of a developer is avoided in the aspects of acquiring the cookie and setting the cookie, the operation amount of the developer is obviously reduced, and the development efficiency of the developer is improved. The embodiment of the invention also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor, implements the processes of the above method embodiment, and can achieve the same technical effects, and in order to avoid repetition, the description is omitted here. Wherein the computer readable storage medium is selected from Read-Only Memory (ROM), random access Memory (Random Access Memory, RAM), magnetic disk or optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing is merely a specific embodiment of the present application, but the protection scope of the present application is not limited thereto, and any changes or substitutions within the technical scope of the present disclosure should be covered in the protection scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (11)

1. A method of cookie synchronization, the method comprising:
displaying a plurality of input boxes corresponding to a source URL, a target URL and a cookie name and a synchronous button in an operation interface, wherein the input boxes comprise the stored source URL, the stored target URL and the stored cookie name;
receiving a first input of a user to the plurality of input boxes and/or the synchronous buttons;
responsive to the first input, determining a corresponding element event;
and carrying out cookie synchronization according to the element event.
2. The method of claim 1, wherein the determining, in response to the first input, a corresponding element event comprises:
when the first input acts on at least one target input box in the multiple input boxes, determining a corresponding element event as a change event, wherein the change event is used for indicating to modify data in the target input box;
when the first input acts on the synchronous button, determining that the corresponding element event is a click event, wherein the click event is used for indicating that cookie synchronization is performed.
3. The method of claim 2, wherein said performing cookie synchronization based on said element event comprises:
and according to the click event, synchronizing the cookie data corresponding to the cookie name in the source URL to the target URL.
4. The method of claim 3, wherein prior to synchronizing cookie data in the source URL corresponding to the cookie name into the target URL in accordance with the click event, the performing cookie synchronization in accordance with the element event further comprises:
reading the stored source URL, the target URL or the cookie name corresponding to the target input box according to the change event;
modifying data within the target input box according to the stored source URL, the target URL, or the cookie name.
5. The method of claim 1, wherein prior to the receiving the first input by the user to the plurality of input boxes and/or the synchronization button, the method further comprises:
the source URL, the target URL, and the cookie name in the plurality of input boxes are determined according to recently operated data variables.
6. A cookie synchronous device, comprising:
the display module is used for displaying a plurality of input boxes and synchronous buttons corresponding to the source URL, the target URL and the cookie name in the operation interface, wherein the input boxes comprise the stored source URL, the stored target URL and the stored cookie name;
a receiving module, configured to receive a first input of a user to the plurality of input boxes and/or the synchronization button;
a first determining module for determining a corresponding element event in response to the first input;
and the synchronization module is used for performing cookie synchronization according to the element event.
7. The apparatus of claim 6, wherein the first determining module comprises:
a first determining unit, configured to determine, when the first input acts on at least one target input box in the multiple input boxes, that a corresponding element event is a change event, where the change event is used to indicate modification of data in the target input box;
and the second determining unit is used for determining that the corresponding element event is a click event when the first input acts on the synchronous button, wherein the click event is used for indicating to carry out cookie synchronization.
8. The apparatus of claim 7, wherein the synchronization module comprises:
and the synchronizing unit is used for synchronizing the cookie data corresponding to the cookie name in the source URL to the target URL according to the click event.
9. The apparatus of claim 8, wherein the synchronization module further comprises:
a reading unit, configured to read, according to the change event, the stored source URL, the target URL, or the cookie name corresponding to the target input box;
and the modifying unit is used for modifying the data in the target input box according to the stored source URL, the target URL or the cookie name.
10. The apparatus of claim 6, wherein the apparatus further comprises:
and a second determining module, configured to determine the source URL, the target URL, and the cookie name in the plurality of input boxes according to the data variable of the latest operation.
11. A computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, which when executed by a processor, implements the steps of the cookie synchronization method of any of claims 1 to 5.
CN202010406002.6A 2020-05-14 2020-05-14 cookie synchronization method, device and computer readable storage medium Active CN111596828B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010406002.6A CN111596828B (en) 2020-05-14 2020-05-14 cookie synchronization method, device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010406002.6A CN111596828B (en) 2020-05-14 2020-05-14 cookie synchronization method, device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111596828A CN111596828A (en) 2020-08-28
CN111596828B true CN111596828B (en) 2023-06-02

Family

ID=72185631

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010406002.6A Active CN111596828B (en) 2020-05-14 2020-05-14 cookie synchronization method, device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111596828B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010610A (en) * 2021-04-15 2021-06-22 上海绚显科技有限公司 Data synchronization method and device

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103268331B (en) * 2011-11-21 2016-08-24 北京奇虎科技有限公司 Automatic logging method and device
CN102495855B (en) * 2011-11-21 2013-09-25 奇智软件(北京)有限公司 Automatic login method and device
CN105100214A (en) * 2015-06-29 2015-11-25 北京金山安全软件有限公司 Information synchronization method, device and system
CN106202578A (en) * 2016-08-26 2016-12-07 乐视控股(北京)有限公司 A kind of browser local information synchronization processing method and device
CN108259456B (en) * 2017-09-13 2020-11-17 平安科技(深圳)有限公司 Method, device, equipment and computer storage medium for realizing user login-free
CN108829693A (en) * 2018-04-13 2018-11-16 拉扎斯网络科技(上海)有限公司 Method and device for acquiring user access track and storage medium
CN110866205B (en) * 2018-08-27 2023-05-02 北京易数科技有限公司 Method and apparatus for storing information
CN110119489A (en) * 2019-04-16 2019-08-13 深圳壹账通智能科技有限公司 The automatic register method of information, device, computer equipment and storage medium
CN110633432A (en) * 2019-08-19 2019-12-31 深圳汇商通盈科技有限公司 Method, device, terminal equipment and medium for acquiring data

Also Published As

Publication number Publication date
CN111596828A (en) 2020-08-28

Similar Documents

Publication Publication Date Title
RU2390834C2 (en) Method and device for browsing and interacting with electronic worksheet from web-browser
US7895179B2 (en) Asynchronous updating of web page data views
JP4972254B2 (en) Integrated method for creating refreshable web queries
US20100205559A1 (en) Quick-launch desktop application
CN104657451B (en) The processing method and processing device of the page
WO2014160095A1 (en) Systems and methods for creating or updating an application using website content
JP2011159284A (en) Website font previewing
RU2595524C2 (en) Device and method for processing content of web resource in browser
TW200421189A (en) Tool-tip for multimedia files
US20140047368A1 (en) Application development tool
WO2001039031A2 (en) Method for automatic form filling
CN111124564A (en) Method and device for displaying user interface
JP4846832B2 (en) Web page display method, computer system, and program
CN111813468B (en) Method and device for shielding webpage operation and electronic equipment
JP2006323812A (en) Method and device for evaluating various phases of web page
CN111596828B (en) cookie synchronization method, device and computer readable storage medium
CN105739717B (en) Data inputting method and device
CN110515618B (en) Page information input optimization method, equipment, storage medium and device
CN112667218A (en) Processing method, device, equipment and storage medium
CN117389538A (en) Page component content development method, device, equipment and storage medium
CN116484138A (en) Window processing method, device, computer equipment and storage medium
JP7214166B2 (en) Add-on program for adding browser application software
CN116150517A (en) Page processing method and device, electronic equipment and medium
CN110968311A (en) Front-end page construction method and device and electronic equipment
CN115081423A (en) Document editing method and device, electronic equipment and storage medium

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