CN111736932A - Government affair self-service terminal data transmission method, device and storage medium - Google Patents
Government affair self-service terminal data transmission method, device and storage medium Download PDFInfo
- Publication number
- CN111736932A CN111736932A CN202010374035.7A CN202010374035A CN111736932A CN 111736932 A CN111736932 A CN 111736932A CN 202010374035 A CN202010374035 A CN 202010374035A CN 111736932 A CN111736932 A CN 111736932A
- Authority
- CN
- China
- Prior art keywords
- business process
- current business
- service terminal
- data transmission
- swt
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 163
- 230000005540 biological transmission Effects 0.000 title claims abstract description 51
- 238000012544 monitoring process Methods 0.000 claims description 56
- VYZAMTAEIAYCRO-UHFFFAOYSA-N Chromium Chemical compound [Cr] VYZAMTAEIAYCRO-UHFFFAOYSA-N 0.000 claims description 9
- 230000001960 triggered effect Effects 0.000 claims description 6
- 238000004590 computer program Methods 0.000 claims description 5
- 238000006243 chemical reaction Methods 0.000 claims description 4
- 238000012546 transfer Methods 0.000 claims description 3
- 238000011161 development Methods 0.000 abstract description 12
- 238000004891 communication Methods 0.000 description 6
- 230000003993 interaction Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45529—Embedded in an application, e.g. JavaScript in a Web browser
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a data transmission method of a government affair self-service terminal, which is applied to the government affair self-service terminal and comprises the following steps: firstly, acquiring a current service flow type; then, acquiring a corresponding SWT interface container according to the current business process type, loading a current business process page according to the SWT interface container and displaying the current business process page on a webpage end; the SWT interface container is developed by a developer in advance according to a browser corresponding to the current business process. The invention can realize that the business processes developed by adopting different frames are displayed on the same government affair self-service terminal, and solves the problem that the different business processes are incompatible due to different development frames in the prior art. The invention also provides a data transmission device and a storage medium of the government affair self-service terminal.
Description
Technical Field
The invention relates to data communication of a government affair self-service terminal, in particular to a data transmission method and device of the government affair self-service terminal and a storage medium.
Background
At present, for an existing self-service terminal of government affairs service, the self-service terminal is generally developed under a framework of JAVA and C + +, and for an interface, the self-service terminal is generally developed under a VUE framework, that is, a client and a web page are generally realized by adopting different development frameworks, and for some business processes, especially for the business processes realized by integrating third-party pages, for example, a filing process is realized by integrating third-party pages, and then a printing process is realized by self pages. When the development frame of the third-party page is different from the development frames of the pages of the government affair self-service terminal and the government affair self-service terminal, namely the browser adopted by the page in the display process is different, due to the difference of the development frames, the page cannot be displayed on the government affair self-service terminal or is displayed wrongly due to incompatibility of the development frames when different pages are displayed on the government affair self-service terminal.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the invention is to provide a data transmission method for a government affair self-service terminal, which can solve the problem of incompatibility between the self-service terminal and an integrated third-party page in the prior art.
The invention also aims to provide a data transmission device for the government affair self-service terminal, which can solve the problem of incompatibility between the self-service terminal and an integrated third-party page in the prior art.
It is a further object of the present invention to provide a storage medium that can solve the problem of incompatibility between self-service terminals and integrated third-party pages in the prior art.
One of the purposes of the invention is realized by adopting the following technical scheme:
a data transmission method of a government affair self-service terminal is applied to the government affair self-service terminal, and comprises the following steps:
an acquisition step: acquiring the type of the current service process;
a judging step: acquiring an embedded browser supported by the current business process according to the type of the current business process, calling a corresponding JAVA object to acquire a corresponding SWT interface container, and loading a current business process page according to the corresponding SWT interface container and displaying the current business process page at a webpage end; each embedded browser corresponds to one SWT interface container.
Further, the loading and displaying of the current business process page further includes:
a conversion step: converting all monitoring events in the current business process page into corresponding JS methods, injecting the JS methods into the current business process page, and binding each monitoring event with the corresponding JS method;
a display step: when the current business process page is displayed on the webpage end, the corresponding monitoring event is triggered by calling the corresponding JS method, and the input and output parameters are transmitted to the corresponding monitoring event by the JSON object, so that the client end obtains a monitoring result according to the input and output parameters and the corresponding monitoring event and returns the monitoring result to the webpage end for displaying.
Further, the judging step further comprises a log uploading step: when the current business process page is displayed on the webpage end, the webpage end uploads the generated log to the client end, and then the client end uploads the log to the server end.
Further, the SWT interface container comprises a Chrome browser container, an IE browser container and a Firefox browser container.
Further, the Chrome browser container is developed based on the JCEF framework; IE browser containers are developed based on the framework of SWT; the fire fox browser container was developed based on the framework of SWT and xulranner.
The second purpose of the invention is realized by adopting the following technical scheme:
a data transmission device of a government affair self-service terminal comprises a memory and a processor, wherein a data transmission program which can run on the processor is stored on the memory, the data transmission program is a computer program, and the processor executes the data transmission program to realize the following steps:
an acquisition step: acquiring the type of the current service process;
a judging step: acquiring an embedded browser supported by the current business process according to the type of the current business process, calling a corresponding JAVA object to acquire a corresponding SWT interface container, and loading a current business process page according to the corresponding SWT interface container and displaying the current business process page at a webpage end; each embedded browser corresponds to one SWT interface container.
Further, the loading and displaying of the current business process page further includes:
a conversion step: converting all monitoring events in the current business process page into corresponding js methods, injecting the js methods into the current business process page, and binding each monitoring event with the corresponding js method;
a display step: when the current business process page is displayed on a webpage end, a corresponding monitoring event is triggered by calling a corresponding js method, and the input and output parameters are transmitted to the corresponding monitoring event by using a JSON object, so that the client obtains a monitoring result according to the input and output parameters and the corresponding monitoring event and returns the monitoring result to the webpage end for display.
Further, the judging step further comprises a log uploading step: when the current business process page is displayed on the webpage end, the webpage end uploads the generated log to the client end, and then the client end uploads the log to the server end.
Further, the SWT interface container comprises a Chrome browser container, an IE browser container and a Firefox browser container.
The third purpose of the invention is realized by adopting the following technical scheme:
a storage medium which is a computer-readable storage medium having stored thereon a data transmission program which is a computer program which, when executed by a processor, carries out the steps of a method of government affairs self-service terminal data transmission according to one of the objects of the invention.
Compared with the prior art, the invention has the beneficial effects that:
the method comprises the steps that an embedded browser is used for displaying a business process page, the embedded browser is packaged into a corresponding SWT interface container during software development, the SWT interface container is packaged into a JAVA object, and the JAVA object is stored in a system; when the page is loaded, the corresponding JAVA object is called by the type of the embedded browser supported by the service process to obtain the corresponding SWT interface container, and then the service process page is loaded through the corresponding SWT interface container.
Drawings
FIG. 1 is a schematic diagram of a data transmission process of a government affair self-service terminal development framework provided by the invention;
FIG. 2 is a schematic diagram illustrating a data transmission process between the browser and the browser container in FIG. 1;
FIG. 3 is a flow chart of a data transmission method of a government affair self-service terminal according to the present invention;
fig. 4 is a flowchart of step S2 in fig. 3;
fig. 5 is a data transmission device of a government affair self-service terminal provided by the invention.
In the figure: 11. a memory; 12. a processor; 13. a communication bus; 14. a network interface.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example one
As shown in fig. 1, the present invention solves the problem of division of a certain business process, that is, the problem of incompatibility between the two business processes due to different browsers used in pages of different business processes, for example, an IE browser is used for a page of a filing process, and a Chrome browser is used for an interface of a printing process. In order to solve the technical problems, the invention provides a government affair self-service terminal development framework. And for the realization of the page, loading the corresponding page by adopting an SWT interface container, and simultaneously setting the corresponding SWT interface container for each embedded browser during development. When a business process is handled, the government affair self-service terminal loads a corresponding page by calling a corresponding SWT interface container, namely, an interface of a corresponding browser is opened, so that operations such as opening, closing and displaying of the interface are realized.
Generally, the embedded browsers of common government self-service terminals include Chrome browser, IE browser and firefox browser. Before development, related workers package each browser into a corresponding SWT interface container by adopting a corresponding frame, and store the corresponding SWT interface container in a development platform for the developers to use.
Wherein, the Chrome browser container is realized based on JCEF frame. The IE browser container is implemented based on the SWT framework. The fire fox browser container is implemented based on the framework of SWT and xulranner.
When the government affair self-service terminal software is developed, developers can select to adopt a corresponding SWT interface container according to the type of a browser supported by a page of a business process, and the corresponding SWT interface container is packaged into a corresponding JAVA object for the government affair self-service terminal to call.
When the government affair self-service terminal software is used, when a certain business is operated, the government affair self-service terminal firstly calls a JAVA object according to an embedded browser supported by the business operation to obtain a corresponding SWT interface container, and then loads a corresponding business process page according to the SWT interface container. Because the embedded browser supported by the page of each business process in the government affair self-service terminal is encapsulated into the corresponding JAVA object, when the page is loaded, only the SWT interface container corresponding to the embedded browser needs to be obtained by calling the JAVA object, and the browser does not need to be directly called, so that the problem that the compatibility of the page and the government affair self-service terminal needs to be considered when the third-party page is loaded by the government affair self-service terminal is solved.
For example, when printing the application result, the business process includes the application process and the printing process.
For one, for the application flow: the government affair self-service terminal firstly calls the corresponding JAVA object according to the embedded browser supported by the application flow to obtain the SWT interface container corresponding to the application flow, and then loads the application flow page according to the corresponding SWT interface container to realize that the application flow obtains the application result.
Secondly, a printing process: and the government affair self-service terminal calls the corresponding JAVA object according to the embedded browser supported by the printing process to acquire the SWT interface container corresponding to the printing process, and then loads the printing process page according to the corresponding SWT interface container to realize the printing operation of the application result. The application process page and the printing process page are different in browser, so that during development, only the corresponding SWT interface container is selected from the corresponding service process page and packaged into the corresponding JAVA object for the government affair self-service terminal to call.
Further, as shown in fig. 2, when the page is loaded through the SWT interface container, the interaction between the web page side and the client side can be realized by converting the monitoring event in the page into the corresponding JS method and injecting the JS method into the web page, and binding the monitoring event with the JS method.
Namely: in the page operation process, the corresponding monitoring event is triggered by calling the corresponding JS method, and the entrance and exit participation JSON objects are transmitted to the corresponding monitoring event, so that the interaction between the page and the client is realized, namely the interaction between the webpage end and the client.
Meanwhile, in the operation process of the page, because the webpage end and the client can interact, the webpage end can also transmit the log file generated in the operation process of the page to the client, and finally the client uploads the log file to the server. Such as: the JS method corresponding to the monitoring event generation is injected into the webpage by using an ICEF framework or a browser function object of SWT, so that the corresponding monitoring event can be triggered by calling the JS method when the webpage is executed, and simultaneously, the entry and exit parameters are transmitted to the corresponding monitoring event by using the JSON object, thereby realizing data interaction between a webpage end and a client, and solving the problem that interaction cannot be carried out between the webpage and the client in the prior art.
According to the method and the device, the log file generated by the page is firstly transmitted to the corresponding client for storage, and then the log is uploaded to the server through the client, so that the problem that the generated log is directly uploaded to the server by the page and is always occupied by resources is solved. When the client uploads the log to the server, the log can be uploaded at regular time according to set time, and the problem that resources are wasted due to the fact that the server is occupied for uploading the log for a long time is avoided.
Example two
As shown in fig. 3, according to the first embodiment, the present invention further provides a data transmission method for a government affair self-service terminal, including the following steps:
and step S1, acquiring the current business process type. For example, the business process may be a filing process, a printing process, and other business processes.
Step S2, obtaining the embedded browser supported by the current business process according to the current business process type, calling the corresponding JAVA object to obtain the corresponding SWT interface container, and loading and displaying the current business process page on the web page side according to the corresponding SWT interface container.
Each embedded browser corresponds to one SWT interface container. The SWT interface container is developed by a developer in advance according to a browser corresponding to the current business process.
During software development, the SWT interface container is firstly packaged into JAVA objects which are stored in the system. Further, when the SWT interface container is obtained in step S2, the corresponding SWT interface container is also obtained by calling the corresponding JAVA object.
Further, as shown in fig. 4, the step S2 further includes:
step S21, converting all monitoring events in the current business process page into corresponding JS methods, injecting the JS methods into the current business process page, and binding each monitoring event with the corresponding JS method;
and step S22, when the current business process page is displayed on the webpage, triggering the corresponding monitoring event by calling the corresponding JS method, and transmitting the input parameter and the output parameter to the corresponding monitoring event by using the JSON object, so that the client obtains a monitoring result according to the input parameter, the output parameter and the corresponding monitoring event and returns the monitoring result to the webpage for displaying.
EXAMPLE III
The invention provides a data transmission device for a government affair self-service terminal. As shown in fig. 5, an internal structure of the data transmission device of the government affair self-service terminal according to an embodiment of the present invention is schematically illustrated.
In this embodiment, the data transmission device of the government affair self-service terminal may be a PC (Personal Computer), or may also be a terminal device such as a smart phone, a tablet Computer, or a portable Computer. This self-service terminal data transmission device of government affairs includes at least: a processor 12, a communication bus 13, a network interface 14, and a memory 11.
The memory 11 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 11 may in some embodiments be an internal storage unit of the government affairs self-service terminal data transmission device, for example a hard disk of the government affairs self-service terminal data transmission device. The memory 11 may also be an external storage device of the data transmission device of the government service self-service terminal in other embodiments, such as a plug-in hard disk equipped on the data transmission device of the government service self-service terminal, a Smart Memory Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory 11 may also include both an internal storage unit of the government affairs self-service terminal data transmission device and an external storage device. The memory 11 may be used not only to store application software installed in the data transmission device of the government affairs self-service terminal and various types of data, such as codes of data transmission programs, etc., but also to temporarily store data that has been output or will be output.
The processor 12 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 11 or Processing data, such as executing a data transmission program.
The communication bus 13 is used to realize connection communication between these components.
The network interface 14 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), and is typically used to establish a communication link between the government self-service terminal data transmission device and other electronic devices.
Optionally, the data transmission device of the government affair self-service terminal can further comprise a user interface, the user interface can comprise a Display (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface can also comprise a standard wired interface and a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is used to display information processed in the data transmission device of the government affairs self-service terminal and to display a visual user interface.
While fig. 5 shows only the government self-service terminal data transfer arrangement with components 11-14 and the data transfer program, those skilled in the art will appreciate that the configuration shown in fig. 5 does not constitute a limitation of the government self-service terminal data transfer arrangement and may include fewer or more components than shown, or some components in combination, or a different arrangement of components.
In the embodiment of the data transmission device of the government affair self-service terminal shown in fig. 5, a data transmission program is stored in the memory 11; the processor 12, when executing the data transfer program stored in the memory 11, implements the following steps:
and step S1, acquiring the current business process type. For example, the business process may be a filing process, a printing process, and other business processes.
Step S2, acquiring an embedded browser supported by the current business process according to the type of the current business process, calling a corresponding JAVA object to acquire a corresponding SWT interface container, and loading and displaying a current business process page on a webpage end according to the corresponding SWT interface container; each embedded browser corresponds to one SWT interface container.
Further, the step S2 further includes:
step S21, converting all monitoring events in the current business process page into corresponding JS methods, injecting the JS methods into the current business process page, and binding each monitoring event with the corresponding JS method;
and step S22, when the current business process page is displayed on the webpage, triggering the corresponding monitoring event by calling the corresponding JS method, and transmitting the input parameter and the output parameter to the corresponding monitoring event by using the JSON object, so that the client obtains a monitoring result according to the input parameter, the output parameter and the corresponding monitoring event and returns the monitoring result to the webpage for displaying.
Example four
The present invention also provides a storage medium, which is a computer-readable storage medium having stored thereon a data transmission program, the data transmission program being a computer program, which when executed by a processor, implements the steps of:
and step S1, acquiring the current business process type. For example, the business process may be a filing process, a printing process, and other business processes.
Step S2, acquiring an embedded browser supported by the current business process according to the type of the current business process, calling a corresponding JAVA object to acquire a corresponding SWT interface container, and loading and displaying a current business process page on a webpage end according to the corresponding SWT interface container; each embedded browser corresponds to one SWT interface container.
Further, the step S2 further includes:
step S21, converting all monitoring events in the current business process page into corresponding JS methods, injecting the JS methods into the current business process page, and binding each monitoring event with the corresponding JS method;
and step S22, when the current business process page is displayed on the webpage, triggering the corresponding monitoring event by calling the corresponding JS method, and transmitting the input parameter and the output parameter to the corresponding monitoring event by using the JSON object, so that the client obtains a monitoring result according to the input parameter, the output parameter and the corresponding monitoring event and returns the monitoring result to the webpage for displaying.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.
Claims (10)
1. A data transmission method of a government affair self-service terminal is applied to the government affair self-service terminal and is characterized in that the data transmission method comprises the following steps:
an acquisition step: acquiring the type of the current service process;
a judging step: acquiring an embedded browser supported by the current business process according to the type of the current business process, calling a corresponding JAVA object to acquire a corresponding SWT interface container, and loading a current business process page according to the corresponding SWT interface container and displaying the current business process page at a webpage end; each embedded browser corresponds to one SWT interface container.
2. The method for transmitting government affair self-service terminal data according to claim 1, wherein when the current business process page is loaded and displayed, the method further comprises the following steps:
a conversion step: converting all monitoring events in the current business process page into corresponding JS methods, injecting the JS methods into the current business process page, and binding each monitoring event with the corresponding JS method;
a display step: when the current business process page is displayed on the webpage end, the corresponding monitoring event is triggered by calling the corresponding JS method, and the input and output parameters are transmitted to the corresponding monitoring event by the JSON object, so that the client end obtains a monitoring result according to the input and output parameters and the corresponding monitoring event and returns the monitoring result to the webpage end for displaying.
3. The government affair self-service terminal data transmission method according to claim 2, wherein the judging step further comprises a log uploading step of: when the current business process page is displayed on the webpage end, the webpage end uploads the generated log to the client end, and then the client end uploads the log to the server end.
4. The method for data transmission of government affair self-service terminal according to claim 1, wherein the SWT interface container includes Chrome browser container, IE browser container and fire fox browser container.
5. The government self-service terminal data transmission method according to claim 4, wherein the Chrome browser container is developed based on JCEF framework; IE browser containers are developed based on the framework of SWT; the fire fox browser container was developed based on the framework of SWT and xulranner.
6. A government affair self-service terminal data transmission device comprises a memory and a processor, wherein a data transmission program which can run on the processor is stored on the memory, the data transmission program is a computer program, and the government affair self-service terminal data transmission device is characterized in that: the processor implements the following steps when executing the data transmission program:
an acquisition step: acquiring the type of the current service process;
a judging step: acquiring an embedded browser supported by the current business process according to the type of the current business process, calling a corresponding JAVA object to acquire a corresponding SWT interface container, and loading a current business process page according to the corresponding SWT interface container and displaying the current business process page at a webpage end; each embedded browser corresponds to one SWT interface container.
7. The government affair self-service terminal data transmission device according to claim 6, wherein when the current business process page is loaded and displayed, the device further comprises:
a conversion step: converting all monitoring events in the current business process page into corresponding js methods, injecting the js methods into the current business process page, and binding each monitoring event with the corresponding js method;
a display step: when the current business process page is displayed on a webpage end, a corresponding monitoring event is triggered by calling a corresponding js method, and the input and output parameters are transmitted to the corresponding monitoring event by using a JSON object, so that the client obtains a monitoring result according to the input and output parameters and the corresponding monitoring event and returns the monitoring result to the webpage end for display.
8. The government affair self-service terminal data transmission device according to claim 6, wherein the judging step further comprises a log uploading step of: when the current business process page is displayed on the webpage end, the webpage end uploads the generated log to the client end, and then the client end uploads the log to the server end.
9. The government affair self-service terminal data transmission device according to claim 6, wherein the SWT interface container comprises a Chrome browser container, an IE browser container and a Firefox browser container.
10. A storage medium which is a computer-readable storage medium having a data transfer program stored thereon, the data transfer program being a computer program, characterized in that: the data transfer program when executed by a processor implementing the steps of a method of government self-service terminal data transfer according to any one of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010374035.7A CN111736932A (en) | 2020-05-06 | 2020-05-06 | Government affair self-service terminal data transmission method, device and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010374035.7A CN111736932A (en) | 2020-05-06 | 2020-05-06 | Government affair self-service terminal data transmission method, device and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111736932A true CN111736932A (en) | 2020-10-02 |
Family
ID=72646974
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010374035.7A Pending CN111736932A (en) | 2020-05-06 | 2020-05-06 | Government affair self-service terminal data transmission method, device and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111736932A (en) |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101102322A (en) * | 2007-08-24 | 2008-01-09 | 华为技术有限公司 | A method, system and client for realizing remote control via GUI |
CN101334728A (en) * | 2008-07-28 | 2008-12-31 | 北京航空航天大学 | Interface creating method and platform based on XML document description |
CN101876998A (en) * | 2009-12-07 | 2010-11-03 | 金蝶软件(中国)有限公司 | Method and system for editing data |
CN105068815A (en) * | 2015-08-24 | 2015-11-18 | 用友网络科技股份有限公司 | Page editor interaction apparatus and method |
CN108038008A (en) * | 2017-12-08 | 2018-05-15 | 广东金赋科技股份有限公司 | Self-aided terminal framework |
CN109271263A (en) * | 2018-08-30 | 2019-01-25 | 广东金赋科技股份有限公司 | The task management system of cross-system |
CN110333908A (en) * | 2019-06-14 | 2019-10-15 | 广东广信通信服务有限公司 | A kind of operation flow automatic processing method and device |
-
2020
- 2020-05-06 CN CN202010374035.7A patent/CN111736932A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101102322A (en) * | 2007-08-24 | 2008-01-09 | 华为技术有限公司 | A method, system and client for realizing remote control via GUI |
CN101334728A (en) * | 2008-07-28 | 2008-12-31 | 北京航空航天大学 | Interface creating method and platform based on XML document description |
CN101876998A (en) * | 2009-12-07 | 2010-11-03 | 金蝶软件(中国)有限公司 | Method and system for editing data |
CN105068815A (en) * | 2015-08-24 | 2015-11-18 | 用友网络科技股份有限公司 | Page editor interaction apparatus and method |
CN108038008A (en) * | 2017-12-08 | 2018-05-15 | 广东金赋科技股份有限公司 | Self-aided terminal framework |
CN109271263A (en) * | 2018-08-30 | 2019-01-25 | 广东金赋科技股份有限公司 | The task management system of cross-system |
CN110333908A (en) * | 2019-06-14 | 2019-10-15 | 广东广信通信服务有限公司 | A kind of operation flow automatic processing method and device |
Non-Patent Citations (2)
Title |
---|
孙颖: ""国网营口供电公司财务系统设计与实现"", 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 516 * |
王勇: ""面向现场任务辅助的移动终端支撑软件系统研究"", 《中国优秀硕士学位论文全文数据库信息科技辑》, pages 138 - 145 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10003671B2 (en) | Capturing and replaying application sessions using resource files | |
CN106878361B (en) | Debugging method and device for terminal application page and client | |
CN104462125A (en) | Method and device for generating webpage screenshot | |
CN109672580A (en) | Full link monitoring method, apparatus, terminal device and storage medium | |
CN109857477A (en) | Transition optimization method, device and equipment are applied in mixing | |
CN109240697B (en) | Call processing method and device and storage medium | |
CN103577568A (en) | Cross-platform mobile safety comprehensive information aggregation system and method adopting same | |
CN107045475B (en) | Test method and device | |
CN108600331A (en) | Interactive interface rendering method, client, terminal and system | |
US20140245124A1 (en) | System and method thereof for browser agnostic extension models | |
CN110704148B (en) | Acquisition method and device of equipment page element, server and storage medium | |
CN106599023A (en) | Picture display optimization method and apparatus | |
CN111666199B (en) | Debugging method executed on intelligent terminal and software debugger | |
CN111124801A (en) | Intelligent system resource monitoring method and device and computer readable storage medium | |
CN106649581B (en) | Webpage repairing method and client | |
CN106294119B (en) | Test scheduling system and method and terminal equipment | |
CN111158777B (en) | Component calling method, device and computer readable storage medium | |
CN111736932A (en) | Government affair self-service terminal data transmission method, device and storage medium | |
CN111797008A (en) | Automatic verification method, equipment and storage medium for mobile terminal buried point data | |
CN111736887B (en) | Access system, method and device for utilizing old equipment and storage medium | |
CN112150431B (en) | UI vision walking method and device, storage medium and electronic device | |
US20160179480A1 (en) | Computer application development assistance | |
CN109656537B (en) | Web application framework supporting various application containers and use method | |
CN114721929A (en) | Test method, test device, storage medium and equipment | |
CN102594587A (en) | Embedded WEB debugging and testing maintenance method and debugging and testing maintenance system |
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 | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20201002 |
|
WD01 | Invention patent application deemed withdrawn after publication |