CN109842671B - Method and system for communication between browser and automatic tax declaring application program - Google Patents

Method and system for communication between browser and automatic tax declaring application program Download PDF

Info

Publication number
CN109842671B
CN109842671B CN201811457248.5A CN201811457248A CN109842671B CN 109842671 B CN109842671 B CN 109842671B CN 201811457248 A CN201811457248 A CN 201811457248A CN 109842671 B CN109842671 B CN 109842671B
Authority
CN
China
Prior art keywords
tax
task
declaring
software
automatic
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
CN201811457248.5A
Other languages
Chinese (zh)
Other versions
CN109842671A (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.)
CHANJET INFORMATION TECHNOLOGY CO LTD
Original Assignee
CHANJET INFORMATION TECHNOLOGY CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CHANJET INFORMATION TECHNOLOGY CO LTD filed Critical CHANJET INFORMATION TECHNOLOGY CO LTD
Priority to CN201811457248.5A priority Critical patent/CN109842671B/en
Publication of CN109842671A publication Critical patent/CN109842671A/en
Application granted granted Critical
Publication of CN109842671B publication Critical patent/CN109842671B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a method for communication between a browser and an automatic tax declaring application program, which comprises the following steps: the financial software Web end logs in and acquires a first token from the cloud end; the automatic tax declaring software logs in and acquires a second token from the cloud; the automatic tax declaring software starts http service, and the financial software Web end communicates with the automatic tax declaring software through the http service; the financial software Web end transmits tax declaring data to the cloud end by using a first token and sends tax declaring tasks to the automatic tax declaring software; and the automatic tax declaring software acquires tax declaring data from a cloud by using the second token and executes a tax declaring task. According to the technical scheme, the browser can interact with the local automatic tax declaring software without using a browser plug-in or even any browser used by a user. In addition, not only can the tax be automatically reported on the local computer, but also the tax can be automatically reported by combining a plurality of computers of the local area network.

Description

Method and system for communication between browser and automatic tax declaring application program
Technical Field
The invention relates to the field of data processing, in particular to a method and a system for communication between a browser and an automatic tax declaring application program.
Background
With the development of the internet industry, tax software developers in part provinces and cities have successively published automatic tax declaring interfaces, and in addition, more and more enterprises have also realized the importance of automatic tax declaring, and some automatic tax declaring software has appeared in the market.
However, even if the province of the tax return interface is published, the requirement of automatic tax return or batch automatic tax return cannot be completely met, so most of automatic tax return software realizes automatic tax return by simulating manual operation and adding the interface or completely simulating manual operation. The simulation of manual operation is generally realized by installing a local automatic tax declaration client on a tax declaration PC and calling a UI automation or other automation interface.
On one hand, due to the limitations of automation technology itself, these automation interfaces can only be executed locally on the PC side and cannot perform automation operations across computers. That is, when automatic tax declaring, each computer must install an automatic tax declaring client, and these clients are independent from each other, and each computer must also be assigned a tax declaring accounting for operation. In addition, when the manual operation is simulated, the simulation program occupies a mouse keyboard, so that the accounting can not perform other operations when the tax is automatically reported. The fact that small enterprises report several taxes may not be influenced, but for large-scale account representatives, thousands of customers need to report taxes, and the tax reporting time is only several days every month, so that so many computers are occupied, so many tax reporting accountants are required to be operated, and the waste of manpower and material resources is large.
On the other hand, with the development of internet technology, many financial software have been converted from pure desktop applications to cloud-added mode, and the PC-side entrance of the financial software is mostly a browser. However, due to the security limitations of the browser, the browser may not have direct access to the local application. To solve this problem, the traditional method is to implement the interaction between the browser and the local application by means of a browser plug-in. However, there are many developers of browsers, each browser supports different plug-ins and different implementation methods, even if the same browser is used, different versions of the browser may have very different implementation manners, environments such as an operating system and a browser in a client field are unpredictable, and the workload is too large if all browser plug-ins are developed.
Disclosure of Invention
It is an object of the present application to overcome the above problems or to at least partially solve or alleviate the above problems.
According to one aspect of the application, a method for a browser to communicate with an automatic tax return application is provided, comprising the steps of: s2: the financial software Web end logs in and acquires a first token from the cloud end; s4: logging in the automatic tax declaring software and acquiring a second token from the cloud; s6: the automatic tax declaring software starts http service, and the financial software Web end communicates with the automatic tax declaring software through the http service; s8: when the financial software Web terminal initiates a tax declaration request, the financial software Web terminal transmits tax declaration data to the cloud terminal by using a first token, and then sends a tax declaration task to the automatic tax declaration software; s10: and after receiving the tax return task, the automatic tax return software acquires tax return data from a cloud by using the second token, executes the tax return task, and then returns a tax return result to the Web end of the financial software.
Optionally, the method for the browser to communicate with the automatic tax return application further comprises: s12: and after receiving the tax declaring result, the Web end of the financial software processes interface information and feeds back the interface information to the user.
Optionally, the first token is the same as the second token.
Optionally, the method for the browser to communicate with the automatic tax return application further includes: s3: all automatic tax declaring clients containing automatic tax declaring software are registered as a cluster node of a scheduling server, all the automatic tax declaring clients form a tax declaring cluster, and each automatic tax declaring client is the cluster node of the tax declaring cluster.
Optionally, the step S3 includes: s31: registering a cluster scheduling server address to a server of the cloud; s32: requesting a cluster node list and an uncompleted task list; s33: and traversing the tax return task and the idle cluster node if the incomplete tax return task exists, and distributing the tax return task to the cluster node if the idle cluster node exists. If the idle cluster node does not respond, deleting the cluster node, and starting to execute the automatic tax declaring operation after the cluster node receives the tax declaring task; s34: requesting a dispatching server address from the cloud server, if the request is successful, updating the state of the cluster node to the dispatching server to be idle, and after receiving the updating request, if the tax return task exists, automatically assigning the tax return task to the cluster node by the cluster server; s35: the cluster nodes can automatically update the local addresses to the cloud server and automatically update the state to the scheduling server at the first interval; s36: after receiving the tax return task each time, the scheduling server adds the task into a tax return queue and distributes the task according to the first-in first-out principle; s37: after receiving the update state request of the cluster node each time, the scheduling server traverses the cluster node, if an idle cluster node is found, the tax declaration task is popped up, and a task is distributed to the idle cluster node; s38: and after the cluster node executes the tax declaring task, uploading the tax declaring result to the cloud server.
Optionally, the tax return task is separated from the executed task and the reservation task, wherein the reservation task can execute the automatic tax return operation in idle time.
According to another aspect of the application, there is provided a system for a browser to communicate with an automated tax return application, using the method of any of the above.
According to another aspect of the present application, there is also provided a computer device comprising a memory, a processor and a computer program stored in the memory and executable by the processor, the processor implementing the method of any one of the above when executing the computer program.
According to another aspect of the application, there is also provided a computer-readable storage medium, preferably a non-volatile readable storage medium, having stored therein a computer program which, when executed by a processor, implements the method of any of the above.
According to another aspect of the application, there is also provided a computer program product comprising computer readable code which, when executed by a computer device, causes the computer device to perform the method of any of the above.
Compared with the prior art, the technical scheme of the application can enable the browser to interact with the local automatic tax declaring software without using a browser plug-in or even any browser used by a user. In addition, the technical scheme of the application not only can automatically declare the tax on the local computer, but also can jointly and automatically declare the tax by combining a plurality of computers of the local area network.
The above and other objects, advantages and features of the present application will become more apparent to those skilled in the art from the following detailed description of specific embodiments thereof, taken in conjunction with the accompanying drawings.
Drawings
Some specific embodiments of the present application will be described in detail hereinafter by way of example and not by way of limitation with reference to the accompanying drawings. The same reference numbers in the drawings identify the same or similar elements or components. Those skilled in the art will appreciate that the drawings are not necessarily drawn to scale. In the drawings:
FIG. 1 is a timing diagram illustrating interaction between a browser and local automated tax return software according to an embodiment of the present application;
FIG. 2 is a topological diagram of a clustered tax return in an embodiment of the present application;
FIG. 3 is a timing diagram of a group tax return in an embodiment of the present application;
FIG. 4 is a schematic diagram of a computer device in an embodiment of the present application;
FIG. 5 is a schematic diagram of a computer-readable storage medium in an embodiment of the present application.
Detailed Description
Referring to fig. 1, in an embodiment of the present application, a method for a browser to communicate with an automatic tax return application includes the following steps: s2: the financial software Web end logs in and acquires a first token from the cloud end; s4: the automatic tax declaring software logs in and acquires a second token from the cloud; s6: the automatic tax declaring software starts an http service, and the Web end of the financial software is communicated with the automatic tax declaring software through the http service; s8: when the financial software Web terminal initiates a tax declaration request, the financial software Web terminal transmits tax declaration data to the cloud terminal by using a first token, and then sends a tax declaration task to the automatic tax declaration software; s10: and after receiving the tax return task, the automatic tax return software acquires tax return data from a cloud end by using the second token, executes the tax return task, and then returns a tax return result to the Web end of the financial software.
In an embodiment of the present application, the method for the browser to communicate with the automatic tax declaring application further includes: s12: and after receiving the tax declaring result, the Web end of the financial software processes interface information and feeds back the interface information to the user.
In an embodiment of the present application, the first token is the same as the second token.
Referring to fig. 2, in an embodiment of the application, the method for the browser to communicate with the automatic tax declaring application further includes: s3: all automatic tax declaring clients containing automatic tax declaring software are registered as a cluster node of a scheduling server, all the automatic tax declaring clients form a tax declaring cluster, and each automatic tax declaring client is the cluster node of the tax declaring cluster.
Referring to fig. 3, in an embodiment of the present application, the step S3 includes: s31: registering a cluster scheduling server address to a server of the cloud; s32: requesting a cluster node list and an uncompleted task list; s33: and traversing the tax return task and the idle cluster node if the incomplete tax return task exists, and distributing the tax return task to the cluster node if the idle cluster node exists. If the idle cluster node does not respond, deleting the cluster node, and starting to execute the automatic tax declaring operation after the cluster node receives the tax declaring task; s34: requesting a dispatching server address from the cloud server, if the request is successful, updating the cluster node state to the dispatching server to be idle, and after receiving the updating request, if a tax return task exists, automatically assigning the tax return task to the cluster node by the cluster server; s35: the cluster nodes can automatically update the local addresses to the cloud server and automatically update the state to the scheduling server at the first interval; s36: after receiving the tax return task each time, the scheduling server adds the task into a tax return queue and distributes the task according to the first-in first-out principle; s37: after receiving the update state request of the cluster node each time, the scheduling server traverses the cluster node, if an idle cluster node is found, the tax declaration task is popped up, and a task is distributed to the idle cluster node; s38: and after the cluster node executes the tax declaring task, uploading the tax declaring result to the cloud server.
In an embodiment of the application, the tax declaring task is a task that is executed separately from a reservation task, wherein the reservation task can execute an automatic tax declaring operation in an idle time.
According to another aspect of the application, there is provided a system for a browser to communicate with an automated tax return application, using the method of any of the above.
The present application further provides a computer device (please refer to fig. 4), which includes a memory, a processor, and a computer program stored in the memory and executable by the processor, wherein the processor implements the method described in any one of the above when executing the computer program.
The present application also provides a computer-readable storage medium (please refer to fig. 5), preferably a non-volatile readable storage medium, in which a computer program is stored, wherein the computer program is configured to implement any one of the above methods when executed by a processor.
The present application also provides a computer program product comprising computer readable code that, when executed by a computer device, causes the computer device to perform the method of any of the above.
Technical scheme for communication between browser and local automatic tax declaring client
In the technical scheme of the invention, an HTTP service is started in local tax declaring software, then a browser end can realize the communication between the browser and the local automatic tax declaring software only by accessing the HTTP service, the browser end transmits a tax declaring task to the local automatic tax declaring software in a JSONP (JSON with tagging is a 'use mode' of JSON and can be used for solving the problem of cross-domain data access of a main browser), and a tax declaring request is completed in the local automatic tax declaring software. Referring to fig. 1, the specific process is as follows:
1. and the financial software Web end logs in and acquires token from the cloud end.
2. The automatic tax declaring software logs in by using the same account number and acquires the token from the cloud, and the financial software and the automatic tax declaring software acquire the same token, so that the data can be conveniently acquired later.
3. After the automatic tax declaring software is opened, the http service is started, and then the Web end can directly access the service, so that the Web end can directly communicate with the local automatic tax declaring software.
4. When tax declaring accounting initiates a tax declaring request at a Web end, the Web end transmits tax declaring data to a cloud end by using a token, and then sends a tax declaring task to automatic tax declaring software.
5. And after receiving the tax declaring task, the automatic tax declaring software acquires the tax declaring data from the cloud by using the token, executes the tax declaring task and then returns a tax declaring result to the Web end.
And 6, after receiving the returned tax declaring result, the Web end processes the interface message and feeds back the interface message to the user. And ending the whole automatic tax declaring process.
Cluster tax declaring technical scheme
In the technical scheme of the invention, a scheduling server is started locally, and then all automatic tax declaring clients are registered as nodes of the scheduling server, so that a tax declaring cluster is formed. Please refer to fig. 2.
All subsequent tasks, including tax return tasks, starting and suspending of each node and other functional tasks, are executed by controlling each node through the scheduling server, so that each tax return client no longer operates independently, and each client is not required to be allocated with a tax return accounting. The scheduling server can also send the reservation task in the past, so that the tax declaring task is executed when the tax declaring node is idle, and the accounting computer is not occupied when the accounting is busy in the daytime.
Referring to fig. 3, the steps and methods of the present invention are as follows:
1) starting the cluster scheduling server, and after the cluster scheduling server is started successfully, executing the following operations:
a. and registering the address of the cluster scheduling server to the cloud server.
b. Request cluster node list and incomplete task list (this is to prevent the scheduling server from accidentally shutting down)
c. And traversing the tax return tasks and the idle cluster nodes if the incomplete tax return tasks exist, and distributing the tax return tasks to the nodes if the idle nodes exist. And if the idle node has no response, deleting the node. And after receiving the tax declaring task, the node starts to execute the automatic tax declaring operation.
2) Starting the cluster node, and after the cluster node is started successfully, executing the following operations:
a. requesting a dispatching server address from a cloud server, if the request is successful, updating the node state (idle) to the dispatching server, and after receiving the updating request, the cluster server automatically assigns a tax return task to the node if the tax return task exists.
b. And the cluster node automatically updates the local address to the cloud server and the state to the dispatching server every 10 seconds.
3) Tax return accounting can add tax return tasks to the scheduling server at any time, and the tax return tasks are separated and executed tasks and reservation tasks. The reservation task can execute automatic tax declaring operation at night off-duty time or other idle time, so that the working time in the day is not occupied.
4) After receiving the tax return task each time, the scheduling server adds the task into the tax return queue and distributes the task according to the first-in first-out principle.
5) And the dispatching server traverses the cluster nodes after receiving the update state request of the cluster nodes every time, and if the idle nodes are found, the tax declaring task is popped up and the task is distributed to the idle nodes.
6) After the node executes the tax declaring task, the tax declaring result is uploaded to the cloud server, and then when the tax declaring result is inquired later, the tax declaring result can be directly inquired from the cloud interface.
The technical scheme of the application can achieve the following beneficial effects:
1. the browser can interact with the local automatic tax declaring software without developing a browser plug-in and regardless of what browser the user uses.
2. The manpower is saved. The automatic tax declaration moves to a parallel channel, and the original automatic tax declaration needs several or dozens of persons to control one computer per person and one automatic tax declaration client per person, and can be finished by only controlling one cluster server by one person.
3. Time is saved. Originally, a computer is connected with a shaft to rotate, the idle state of a plurality of computers can not occur, and the cluster scheduling server can automatically distribute scheduling tasks to each computer for centralized management and control.
4. Work efficiency has been promoted, and original tax declaring accounting must be made an account again, must be paid attention to again and declare tax on own computer, and during automatic tax declaring, still can occupy mouse keyboard, can submit the task now and go to the dispatch server, and the process of automatic tax declaring is transparent to tax declaring accounting, and he is attentive to make an account can.
5. The cost is saved. Since labor and time are saved, labor costs are also saved, of course.
In the above embodiments, all or part of the implementation may be realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed by a computer, cause the computer to perform, in whole or in part, the procedures or functions described in accordance with the embodiments of the application. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy disk, hard disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It will be understood by those skilled in the art that all or part of the steps in the method for implementing the above embodiments may be implemented by a program, and the program may be stored in a computer-readable storage medium, where the storage medium is a non-transitory medium, such as a random access memory, a read only memory, a flash memory, a hard disk, a solid state disk, a magnetic tape (magnetic tape), a floppy disk (floppy disk), an optical disk (optical disk), and any combination thereof.
The above description is only for the preferred embodiment of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present application should be covered within the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (6)

1. A method for a browser to communicate with an automated tax return application, comprising the steps of:
s2: a financial software Web end logs in and acquires a first token from a cloud end;
s4: the automatic tax declaring software logs in and acquires a second token from the cloud;
s6: the automatic tax declaring software starts http service, and the financial software Web end communicates with the automatic tax declaring software through the http service;
s8: when the financial software Web terminal initiates a tax return request, the financial software Web terminal transmits tax return data to the cloud terminal by using a first token, and then sends a tax return task to the automatic tax return software;
s10: after receiving the tax return task, the automatic tax return software acquires tax return data from a cloud end by using the second token, executes the tax return task, and then returns a tax return result to the Web end of the financial software;
the first token is the same as the second token;
the method for the browser to communicate with the automatic tax return application further comprises the following steps:
s3: all automatic tax declaring clients containing automatic tax declaring software are registered as a cluster node of a scheduling server, all the automatic tax declaring clients form a tax declaring cluster, and each automatic tax declaring client is the cluster node of the tax declaring cluster;
the step S3 includes:
s31: registering a cluster scheduling server address to a server of the cloud;
s32: requesting a cluster node list and an uncompleted task list;
s33: if the unfinished tax return task exists, traversing the tax return task and the idle cluster nodes, and if the idle cluster nodes exist, distributing the tax return task to the cluster nodes; if the idle cluster node does not respond, deleting the cluster node, and starting to execute the automatic tax declaring operation after the cluster node receives the tax declaring task;
s34: requesting a dispatching server address from the cloud server, if the request is successful, updating the state of the cluster node to the dispatching server to be idle, and after receiving the updating request, if the tax return task exists, automatically assigning the tax return task to the cluster node by the cluster server;
s35: the cluster nodes can automatically update the local addresses to the cloud server and automatically update the state to the scheduling server at the first interval;
s36: after receiving the tax return task each time, the scheduling server adds the task into a tax return queue and distributes the task according to the first-in first-out principle;
s37: the scheduling server traverses the cluster nodes after receiving the update state request of the cluster nodes each time, and if idle cluster nodes are found, the tax declaring task is popped up and a task is distributed to the idle cluster nodes;
s38: after the cluster node executes the tax declaring task, uploading the tax declaring result to a cloud server;
the tax declaring task is separated into an executed task and a reservation task, wherein the reservation task can execute the automatic tax declaring operation in idle time.
2. The method of claim 1, wherein the method of communicating with the automated tax return application further comprises:
s12: and after receiving the tax declaring result, the Web end of the financial software processes interface information and feeds back the interface information to the user.
3. A system for a browser to communicate with an automated tax preparation application, using the method of any of claims 1-2.
4. A computer arrangement comprising a memory, a processor and a computer program stored in the memory and executable by the processor, characterized in that the processor implements the method according to any of claims 1-2 when executing the computer program.
5. A computer-readable storage medium, preferably a non-volatile readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-2.
6. A computer readable storage medium comprising computer readable code, wherein the computer readable code, when executed by a computer device, causes the computer device to perform the method of any of claims 1-2.
CN201811457248.5A 2018-11-30 2018-11-30 Method and system for communication between browser and automatic tax declaring application program Active CN109842671B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811457248.5A CN109842671B (en) 2018-11-30 2018-11-30 Method and system for communication between browser and automatic tax declaring application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811457248.5A CN109842671B (en) 2018-11-30 2018-11-30 Method and system for communication between browser and automatic tax declaring application program

Publications (2)

Publication Number Publication Date
CN109842671A CN109842671A (en) 2019-06-04
CN109842671B true CN109842671B (en) 2022-08-30

Family

ID=66883161

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811457248.5A Active CN109842671B (en) 2018-11-30 2018-11-30 Method and system for communication between browser and automatic tax declaring application program

Country Status (1)

Country Link
CN (1) CN109842671B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110764872A (en) * 2019-10-21 2020-02-07 深圳金蝶账无忧网络科技有限公司 Automatic tax declaring method and system based on cloud service architecture and related equipment
US11343354B2 (en) * 2019-10-23 2022-05-24 Nvidia Corporation Increasing user engagement during computing resource allocation queues for cloud services
CN117082145B (en) * 2023-08-25 2024-05-31 北京神州云合数据科技发展有限公司 Tax return service management method and system, computer program product and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408552A (en) * 2014-11-13 2015-03-11 华为技术有限公司 Method, device and system for cooperatively processing task
CN104468698A (en) * 2014-10-11 2015-03-25 杭州盈高科技有限公司 Cross-browser webpage communication system and method
CN106204259A (en) * 2016-07-25 2016-12-07 贝才禾兑网络科技南京有限公司 Automatic tax declaration method based on browser
CN106570750A (en) * 2016-10-12 2017-04-19 上海灵兮信息科技有限公司 Browser plug-in-based automatic tax declaration method, system and browser plug-in
CN107015870A (en) * 2016-09-19 2017-08-04 阿里巴巴集团控股有限公司 Realize method, device and the electronic equipment of web page and locally applied communication

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10482544B2 (en) * 2016-01-28 2019-11-19 Intuit Inc. Methods, systems and computer program products for masking tax data during collaborative tax return preparation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104468698A (en) * 2014-10-11 2015-03-25 杭州盈高科技有限公司 Cross-browser webpage communication system and method
CN104408552A (en) * 2014-11-13 2015-03-11 华为技术有限公司 Method, device and system for cooperatively processing task
CN106204259A (en) * 2016-07-25 2016-12-07 贝才禾兑网络科技南京有限公司 Automatic tax declaration method based on browser
CN107015870A (en) * 2016-09-19 2017-08-04 阿里巴巴集团控股有限公司 Realize method, device and the electronic equipment of web page and locally applied communication
CN106570750A (en) * 2016-10-12 2017-04-19 上海灵兮信息科技有限公司 Browser plug-in-based automatic tax declaration method, system and browser plug-in

Also Published As

Publication number Publication date
CN109842671A (en) 2019-06-04

Similar Documents

Publication Publication Date Title
CN107666525B (en) Method and device for IP allocation of cluster container
CN107818112B (en) Big data analysis operating system and task submitting method
CN102868726B (en) Method and system for publishing Internet information
CN109842671B (en) Method and system for communication between browser and automatic tax declaring application program
US20200236129A1 (en) Systems and methods for vulnerability scorecard
CN115292026B (en) Management method, device and equipment of container cluster and computer readable storage medium
CN107766126A (en) Construction method, system, device and the storage medium of container mirror image
US9661064B2 (en) Systems and methods for deploying legacy software in the cloud
CN111027921A (en) Business processing method and device, electronic equipment and storage medium
CN116166280A (en) Block chain open platform and issuing method of block chain application
CN115048205B (en) ETL scheduling platform, deployment method thereof and computer-readable storage medium
Collier et al. Microsoft azure essentials-fundamentals of azure
CN110032544A (en) The right management method and its cloud data-storage system of cloud service
CN109117259A (en) Method for scheduling task, platform, device and computer readable storage medium
CN113391901A (en) RPA robot management method, device, equipment and storage medium
US10812602B2 (en) Devices and methods for enabling communication between a single client computer and multiple different services on a server computer, each service having a different, incompatible client profile
CN114647485A (en) Dynamic cloud deployment for Robotic Process Automation (RPA) robots
CN114816730A (en) Robot process automation cloud service system and implementation method
CN108958933B (en) Configuration parameter updating method, device and equipment of task executor
Shahan Microsoft Azure Essentials-Fundamentals of Azure
US20210141668A1 (en) Background job scheduling restrictions
CN116820958A (en) Agent-based multi-environment automation test method and system
CN115543423A (en) Method, device and equipment for generating benchmarks and storage medium
US10417051B2 (en) Synchronizing shared resources in an order processing environment using a synchronization component
CN110321335B (en) Modeling data downloading method and device, electronic equipment and computer 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