A CS application running method, system, storage medium and electronic device
By automatically running the CS application through the middleware application undo.exe, the problem of pop-up prompts in the browser for the CS application is solved, the configuration process is simplified, the user experience is improved, and the cost is reduced.
Patent Information
- Application Number
- CN202510048386.1
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2025-01-13
- Publication Date
- 2026-02-27
- Estimated Expiration
- 2045-01-13
AI Technical Summary
Existing CS applications display pop-up prompts in the browser asking whether to open, which is unfriendly to users and involves cumbersome registry configuration, affecting the running difficulty and user experience of CS applications.
The middleware application undo.exe uses HTTP requests to determine the absolute path parameters of the CS application, and automatically runs the CS application when the determination is correct, avoiding browser pop-up prompts and simplifying the configuration process.
It improved the ease of running CS applications, enhanced the user experience, reduced personnel costs, resolved browser pop-up issues, and simplified the configuration process.
Smart Images

Figure CN119987892B_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of computer, in particular to a CS application program running method, system, storage medium and electronic device. BACKGROUND
[0002] With the development of enterprises, the systems used by enterprises gradually increase, and users need to log in to different systems multiple times, which not only increases the operation complexity of users, but also brings challenges to system management. Most enterprises will integrate a single sign-on system. At this time, a problem will occur. If the systems of the enterprise all use BS application programs, the application program jump can be completed directly through the browser. However, most of the application programs used by the systems of the enterprises at present include BS application programs and CS application programs. Some BS application programs are deployed to the server and cannot access the local application program.
[0003] At present, the CS application program usually runs in the form of a registry, and the absolute path of the CS application program is written into the registry. The application program is opened by accessing the defined URL. When the browser accesses the URL connection, the browser will have a pop-up box prompting whether to open the application program. In this way, the user will have an extra step of operation, which is not user-friendly. In addition, the CS application program sometimes receives parameters when starting, and the registry mode is more cumbersome to configure.
[0004] Therefore, there is an urgent need to provide a technical solution to solve the above problems. SUMMARY
[0005] To solve the above technical problems, the present application provides a CS application program running method, system, storage medium and electronic device.
[0006] In a first aspect, the present application provides a CS application program running method, and the technical scheme of the method is as follows:
[0007] In response to an HTTP request sent in a BS application program, an absolute path parameter of a target CS application program is determined, and a middleware application program is controlled to judge whether the absolute path parameter is correct, and a judgment result is obtained;
[0008] When the judgment result is yes, the middleware application program is controlled to automatically run the target CS application program.
[0009] The CS application program running method of the present application has the following beneficial effects:
[0010] The method of the present application can greatly improve the difficulty of running the CS application program, solve the pop-up window problem of the browser when running the CS application program, improve the user experience and reduce the personnel cost.
[0011] Based on the above scheme, the CS application running method of the application can be further improved as follows.
[0012] In an alternative way, further comprising:
[0013] The BS application is controlled to call a target interface, and the absolute path parameter is transmitted to the middleware application.
[0014] In an alternative way, further comprising:
[0015] The HTTP request is generated on the BS side and sent to the BS application by using the axios or ajax technology in combination with a target operation of a user on the BS side, and the target operation is an operation of running the target CS application.
[0016] In an alternative way, in response to the HTTP request sent in the BS application, the step of determining the absolute path parameter of the target CS application comprises:
[0017] The absolute path parameter of the target CS application is obtained from a preset path database according to the HTTP request, or the absolute path parameter of the target CS application is obtained by parsing the HTTP request.
[0018] In an alternative way, further comprising:
[0019] When the determination result is no, the BS side is controlled to output prompt information that the absolute path parameter is incorrect.
[0020] In a second aspect, the application provides a CS application running system, and the technical scheme of the system is as follows:
[0021] Comprising a judgment module and a running module.
[0022] The judgment module is configured to determine an absolute path parameter of a target CS application in response to an HTTP request sent in a BS application, and control a middleware application to determine whether the absolute path parameter is correct to obtain a determination result.
[0023] The running module is configured to control the middleware application to automatically run the target CS application when the determination result is yes.
[0024] The CS application running system of the application has the following advantages:
[0025] The system of the application can greatly improve the difficulty of running a CS application, solve the pop-up window problem of a browser when running a CS application, improve the user experience, and reduce the personnel cost.
[0026] Based on the above scheme, the CS application program running system of the application can be further improved as follows.
[0027] In an alternative way, further comprising: a control module; the control module is used for:
[0028] controlling the BS application program to call the target interface and transmitting the absolute path parameter to the middleware application program.
[0029] In an alternative way, further comprising: a generation module; the generation module is used for:
[0030] generating the HTTP request on the BS side by using the axios or ajax technology in combination with a target operation of a user on the BS side and sending the HTTP request to the BS application program; wherein the target operation is an operation of running the target CS application program.
[0031] In a third aspect, the technical scheme of the electronic device of the application is as follows:
[0032] comprising a memory, a processor and a program stored in the memory and running on the processor, and the processor implements the steps of the CS application program running method of the application when executing the program.
[0033] In a fourth aspect, the technical scheme of the computer readable storage medium provided by the application is as follows:
[0034] The computer readable storage medium stores instructions, and when the computer readable storage medium reads the instructions, the computer readable storage medium executes the steps of the CS application program running method of the application.
[0035] The above description is only a summary of the technical scheme of the application, in order to more clearly understand the technical means of the application, the specific embodiments of the application can be implemented according to the content of the specification, and in order to make the above and other purposes, characteristics and advantages of the application more obvious and easy to understand, the following specific embodiments of the application are described. BRIEF DESCRIPTION OF DRAWINGS
[0036] The accompanying drawings are only used to show the embodiments and are not considered as limitations of the application. Moreover, the same reference signs are used to represent the same parts throughout the drawings. In the drawings:
[0037] Figure 1 is a flowchart of an embodiment of the CS application program running method of the application;
[0038] Figure 2 is a structural schematic diagram of an embodiment of the CS application program running system of the application;
[0039] Figure 3 Fig. 1 is a structural schematic diagram of an embodiment of an electronic device of the present application. DETAILED DESCRIPTION
[0040] Exemplary embodiments of the present application will be described in detail with reference to the drawings. Although exemplary embodiments of the present application are shown in the drawings, it is understood that the present application can be implemented in various forms and should not be limited by the embodiments set forth herein.
[0041] Figure 1 Fig. 1 is a structural schematic diagram of an embodiment of an electronic device of the present application. Figure 1 As shown in Fig. 1, the CS application running method comprises the following steps:
[0042] S1, in response to an HTTP request sent in a BS application, determining an absolute path parameter of a target CS application, and controlling a middleware application to determine whether the absolute path parameter is correct, to obtain a determination result.
[0043] The BS application is an application based on the B / S (Browser / Server) architecture. The BS application divides the application into two parts: the client and the server. The client uses a web browser as the user interface, and the user accesses the application on the server through the browser without installing additional software locally. The server side is responsible for business logic processing and data management, and interacts with the user through the web server. The basic structure of the BS application mainly includes the following parts: ① Browser (client / BS side): responsible for displaying the user interface and processing user operations. The browser usually uses HTML, CSS, JavaScript, etc. to realize page presentation and interactive effects. ② Web server: the server side in the BS architecture, responsible for processing business logic and data management functions. The web server usually uses PHP, Java, ASP.NET, etc. to realize, and communicates with the browser through the HTTP protocol (request). ③ Database: the core component of the BS architecture for storing business data. The web server can query, add, modify, delete, etc. through SQL statements to realize the storage and management of data.
[0044] In the BS (Browser / Server) architecture, HTTP request is the main way for the client (browser) to communicate with the server side. HTTP request mainly includes: request line, request header, blank line and request body, etc.
[0045] The target CS application is the CS application that needs to be run in this embodiment. The CS application refers to an application based on the Client / Server (Client / Server) architecture. In this architecture, the application is divided into two parts: the client and the server, which communicate and cooperate through the network. The absolute path parameter refers to the complete path (supports custom installation path) of the specific file or directory corresponding to the target CS application, which starts from the root directory and does not depend on the current working directory or relative position. The use of absolute path parameter can ensure that the CS application can accurately access the required resources.
[0046] The middleware application is by default undo.exe, installed in the local operating system, without the need to configure the registry, solving the problem of cumbersome registry configuration of the traditional CS application running method.
[0047] S2, when the judgment result is yes, the middleware application is automatically run to control the target CS application.
[0048] The middleware application program undo.exe uses child_process in node.js to run the target CS application program.
[0049] It should be noted that when the control middleware application program automatically runs the target CS application program, the interface on the BS side automatically jumps to the target CS application program, and there is no need to pop up a window on the BS side to prompt the user whether to allow running the target CS application program.
[0050] In an optional manner, further comprising:
[0051] The BS application program is controlled to call a target interface, and the absolute path parameter is transmitted to the middleware application program.
[0052] The target interface is a specified interface (such as an API interface) for transmitting the absolute path parameter, and can be set according to actual needs, which is not limited here.
[0053] It should be noted that in order to ensure the security and reliability of the transmission of the absolute path parameter, the HTTPS protocol can be used to encrypt the communication between the client and the server of the BS architecture, to ensure that the data is not eavesdropped or tampered with during transmission.
[0054] In an optional manner, further comprising:
[0055] Using axios or ajax technology, in combination with the target operation of the user on the BS side, the HTTP request is generated on the BS side and sent to the BS application program.
[0056] The target operation is an operation of running the target CS application program. The axios technology and the ajax technology are both front-end (BS side) technologies. Taking the axios technology as an example, the specific code is as follows:
[0057]
[0058] In an optional manner, in response to the HTTP request sent in the BS application program, the step of determining the absolute path parameter of the target CS application program comprises:
[0059] According to the HTTP request, the absolute path parameter of the target CS application program is obtained from a preset path database; or the HTTP request is parsed to obtain the absolute path parameter of the target CS application program.
[0060] The preset path database stores absolute path parameters of a plurality of CS application programs. In this embodiment, the absolute path parameter of the target CS application program can be obtained according to relevant information in the HTTP request, such as the program identifier corresponding to the CS application program. For example, the request method (GET, POST, etc.) and the URL are extracted from the request line of the HTTP request, and the absolute path parameter is extracted from the URL. Alternatively, the absolute path parameter is extracted from the data structure of the request body of the HTTP request.
[0061] In an optional manner, the method further comprises:
[0062] When the determination result is no, the BS end is controlled to output prompt information indicating that the absolute path parameter is incorrect.
[0063] The prompt information indicating that the absolute path parameter is incorrect is output in the interface of the BS end. The prompt information can be output by a pop-up window in the interface of the BS end.
[0064] It should be noted that when the middleware application program receives the absolute path parameter, the middleware application program attempts to start the corresponding CS application program according to the absolute path parameter. If the middleware application program can open the CS application program according to the absolute path parameter, the CS application program is automatically run. If the middleware application program cannot open the CS application program according to the absolute path parameter, the BS end outputs prompt information indicating that the absolute path parameter is incorrect. The technical solution of this embodiment supports 64-bit / 32-bit Windows 11, 64-bit / 32-bit Windows 10, 64-bit / 32-bit Windows 7, etc.
[0065] Specifically, the technical solution of this embodiment comprises the following steps:
[0066] S01, in response to receiving a login request of a user, the current page of the BS end is jumped to a single sign-on page provided by a service end of a BS architecture.
[0067] S02, obtaining user identity information input by the user through the single sign-on page, and controlling the service end of the BS architecture to verify the user identity information.
[0068] S03, when the user identity information is verified, using the axios or ajax technology, combining the target operation of the user on the BS end, generating an HTTP request on the BS end and sending it to the BS application program; wherein the target operation is an operation of running a target CS application program.
[0069] S04, in response to the HTTP request sent in the BS application program, obtaining the absolute path parameter of the target CS application program from the preset path database.
[0070] S05, the control BS application program calls the target interface, transmits the absolute path parameter to the middleware application program, and controls the middleware application program to judge whether the absolute path parameter is correct, and obtains a judgment result.
[0071] S06A, when the judgment result is yes, the middleware application program is controlled to automatically run the target CS application program.
[0072] S06B, when the judgment result is no, the BS end is controlled to output prompt information that the absolute path parameter is incorrect.
[0073] The technical scheme of the embodiment can greatly improve the difficulty of running the CS application program, solve the pop-up window problem of the browser when running the CS application program, improve the user experience and reduce the personnel cost.
[0074] Figure 2 An embodiment of a CS application program running system 200 provided by the application is shown in a structural schematic diagram. As shown in the figure, the system 200 includes a judgment module 210 and a running module 220. Figure 2
[0075] The judgment module 210 is configured to determine the absolute path parameter of the target CS application program in response to an HTTP request sent in the BS application program, and control the middleware application program to judge whether the absolute path parameter is correct, and obtain a judgment result.
[0076] The running module 220 is configured to control the middleware application program to automatically run the target CS application program when the judgment result is yes.
[0077] In an optional manner, the system further includes a control module, and the control module is configured to:
[0078] Control the BS application program to call a target interface and transmit the absolute path parameter to the middleware application program.
[0079] In an optional manner, the system further includes a generation module, and the generation module is configured to:
[0080] The HTTP request is generated in the BS end and sent to the BS application program by using the axios or ajax technology in combination with a target operation of a user in the BS end, and the target operation is an operation of running the target CS application program.
[0081] In an optional manner, the judgment module 210 is specifically configured to:
[0082] According to the HTTP request, the absolute path parameter of the target CS application is obtained from a preset path database, or the absolute path parameter of the target CS application is obtained by parsing the HTTP request.
[0083] In an optional manner, the system further comprises a prompting module, and the prompting module is configured to:
[0084] When the judgment result is no, the BS end outputs a prompt information of absolute path parameter error.
[0085] It should be noted that the beneficial effects of the CS application running system provided by the above embodiments are the same as those of the CS application running method, which will not be repeated here. In addition, when the system realizes its functions, only the division of the above functional modules is exemplified, and in actual application, the above functions can be completed by different functional modules according to needs, that is, the system is divided into different functional modules according to actual conditions to complete all or part of the above described functions. In addition, the system and method embodiments provided by the above embodiments belong to the same concept, and the specific implementation process is detailed in the method embodiments, which will not be repeated here.
[0086] Among them, the CS application running system of the application can be a computer program (including program code) running in a computer device, for example, the CS application running system of the application is an application software, which can be used to execute the corresponding steps in the CS application running method of the application.
[0087] In some embodiments, the CS application running system of the application can be realized in a combination of software and hardware, as an example, the CS application running system of the application can be a processor in the form of hardware decoding processor, which is programmed to execute the CS application running method of the application, for example, the processor in the form of hardware decoding processor can adopt one or more application specific integrated circuits (ASIC, Application Specific Integrated Circuit), DSP, programmable logic device (PLD, Programmable Logic Device), complex programmable logic device (CPLD, Complex Programmable Logic Device), field programmable gate array (FPGA, Field-Programmable Gate Array) or other electronic components.
[0088] The modules described in the embodiments of the present application can be implemented in the form of software or in the form of hardware. In some cases, the names of the modules do not limit the modules themselves.
[0089] An electronic device according to an embodiment of the present application includes a memory, a processor, and a computer program stored in the memory and executable on the processor. When the processor executes the computer program, the processor implements any of the above-mentioned CS application running methods. That is, an electronic device according to an embodiment of the present application can include, but is not limited to, a processor and a memory; the memory is configured to store a computer program; and the processor is configured to execute the CS application running method according to any of the embodiments of the present application by invoking the computer program.
[0090] In an optional embodiment, an electronic device is provided, as shown in Figure 3 Figure 3 The electronic device 4000 shown in the figure includes a processor 4001 and a memory 4003. The processor 4001 and the memory 4003 are connected, for example, through a bus 4002. Optionally, the electronic device 4000 can also include a transceiver 4004, which can be used for data interaction, such as data transmission and / or data reception, between the electronic device and other electronic devices. It should be noted that in actual applications, the transceiver 4004 is not limited to one, and the structure of the electronic device 4000 does not limit the embodiments of the present application.
[0091] The processor 4001 can be a CPU (Central Processing Unit, central processor), a general-purpose processor, a DSP (Digital Signal Processor, data signal processor), an ASIC (Application Specific Integrated Circuit, application specific integrated circuit), an FPGA (Field Programmable Gate Array, field programmable gate array), or other programmable logic devices, transistor logic devices, hardware components, or any combination thereof. It can implement or execute various exemplary logical blocks, modules and circuits described in combination with the disclosure. The processor 4001 can also be a combination of computing functions, such as one or more microprocessor combinations, combinations of DSP and microprocessor, etc.
[0092] The bus 4002 can include a path that transmits information between the above-described components. The bus 4002 can be a PCI (Peripheral Component Interconnect) bus or an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 4002 can be divided into an address bus, a data bus, a control bus, or the like. For convenience of representation, Figure 3 The bus 4002 is represented by only one thick line, but it does not mean that there is only one bus or one type of bus.
[0093] The memory 4003 can be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory), a CD-ROM (Compact Disc Read Only Memory) or other optical disk storage, a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited thereto.
[0094] The memory 4003 is used to store application code (computer program) for executing the scheme of the present application, and is controlled by the processor 4001 to execute. The processor 4001 is used to execute the application code stored in the memory 4003 to realize the content shown in the foregoing method embodiments.
[0095] The electronic device can also be a terminal device, and the terminal device can be any terminal device that can install an application and access a webpage through the application, including at least one of a smart phone, a tablet computer, a notebook computer, a desktop computer, a smart speaker, a smart watch, a smart television, and a smart vehicle device.
[0096] It should be noted that, Figure 3 The electronic device shown is only an example and should not limit the functions and use range of the embodiments of the present application.
[0097] The computer readable storage medium of the embodiment of the application, the computer readable storage medium has a computer program stored thereon, and the computer program is executed by a processor to implement any one of the above CS application program running methods.
[0098] Optionally, the computer readable storage medium can be a read-only memory (Read-Only Memory, ROM), a random access memory (Random Access Memory, RAM), a compact disc read-only memory (Compact Disc Read-Only Memory, CD-ROM), a magnetic tape, a floppy disk, and an optical data storage device, etc.
[0099] In the exemplary embodiments, a computer program product or computer program is also provided, and the computer program product or computer program includes computer instructions stored in a computer readable storage medium. The processor of the electronic device reads the computer instructions from the computer readable storage medium, and the processor executes the computer instructions to make the electronic device execute the above CS application program running method.
[0100] Computer program code for carrying out operations of the present application can be written in any combination of one or more programming languages, including an object-oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code can execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer can be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection can be made to an external computer (for example, through the Internet using an Internet Service Provider).
[0101] It should be understood that the flow diagrams and block diagrams in the drawings are presented to illustrate the architecture, functionality, and operation of possible implementations of methods and computer program products according to various embodiments of the present application. In this regard, each block in the flow diagrams and block diagrams can represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical functions. It should also be noted that in some alternative implementations, the functions noted in the blocks can occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently or the blocks can sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and / or flow diagrams, and combinations thereof, can be implemented by special purpose hardware-based systems that perform the specified functions or operations, or combinations of special purpose hardware and
[0102] The computer readable storage medium of embodiments of the present application can be, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of the computer readable storage medium can include, but are not limited to, an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, the computer readable storage medium can be any tangible medium that can contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
[0103] The computer readable storage medium described above can bear one or more programs, which, when executed by the electronic device, cause the electronic device to perform the method shown in the above embodiments.
[0104] The above description merely illustrates the preferred embodiments of the present application and the principles of the technology applied. It is understood that the disclosed scope of the present application is not limited to the technical solutions formed by the specific combinations of the above technical features, and should also cover other technical solutions formed by the combinations of the above technical features or their equivalent features without departing from the above disclosed concept. For example, the above technical features can be replaced with the technical features disclosed in the present application (but not limited to) having similar functions to form technical solutions.
[0105] It should be noted that the terms "first", "second", etc. in the specification and claims of the present application are used to distinguish similar objects, and do not represent a specific order or sequential order. The order of use of similar objects can be interchanged under appropriate circumstances, so that the embodiments of the present application described herein can be implemented in an order other than that illustrated or described.
[0106] Those skilled in the art know that the present application can be implemented as a system, a method or a computer program product, so the present application can be specifically implemented as follows: it can be a complete hardware, a complete software (including firmware, resident software, microcode, etc.), or a combination of hardware and software, which is generally referred to as "circuit", "module" or "system" herein. In addition, in some embodiments, the present application can also be implemented as a computer program product in one or more computer readable media, which contains computer readable program code.
[0107] Although the embodiments of the present application have been shown and described above, it should be understood that the above-described embodiments are exemplary and should not be construed as limiting the present application, and those skilled in the art can make changes, modifications, replacements and variations to the above-described embodiments within the scope of the present application.
Claims
1. A CS application program running method, characterized by, The method comprises the following steps: in response to receiving a login request of a user, jumping a current page of a BS end to a single sign-on page provided by a service end of a BS architecture; obtaining user identity information input by the user through the single sign-on page, and controlling the service end of the BS architecture to verify the user identity information; when the user identity information is verified, generating an HTTP request on the BS end by using an axios or ajax technology in combination with a target operation of the user on the BS end, and sending the HTTP request to a BS application; wherein the target operation is an operation of running a target CS application; in response to the HTTP request sent in the BS application, obtaining an absolute path parameter of the target CS application from a preset path database; controlling the BS application to call a target interface, transmit the absolute path parameter to a middleware application, and control the middleware application to determine whether the absolute path parameter is correct to obtain a determination result; when the determination result is yes, controlling the middleware application to automatically run the target CS application; and when the determination result is no, controlling the BS end to output prompt information that the absolute path parameter is incorrect.
2. A CS application program execution system characterized by comprising: The method comprises the following steps: a request module, a verification module, a generation module, a determination module, and a running module; the request module is configured to, in response to receiving a login request of a user, jump a current page of a BS end to a single sign-on page provided by a service end of a BS architecture; the verification module is configured to obtain user identity information input by the user through the single sign-on page, and control the service end of the BS architecture to verify the user identity information; the generation module is configured to, when the user identity information is verified, generate an HTTP request on the BS end by using an axios or ajax technology in combination with a target operation of the user on the BS end, and send the HTTP request to a BS application; wherein the target operation is an operation of running a target CS application; the determination module is configured to, in response to the HTTP request sent in the BS application, obtain an absolute path parameter of the target CS application from a preset path database, control the BS application to call a target interface, transmit the absolute path parameter to a middleware application, and control the middleware application to determine whether the absolute path parameter is correct to obtain a determination result; the running module is configured to, when the determination result is yes, control the middleware application to automatically run the target CS application; and when the determination result is no, control the BS end to output prompt information that the absolute path parameter is incorrect. The electronic device comprises a processor and a memory coupled with the processor, and the memory stores at least one computer program, the at least one computer program is loaded and executed by the processor, so that the electronic device implements the CS application running method of claim 1.
3. An electronic device, comprising: The computer readable storage medium stores at least one computer program, the at least one computer program is loaded and executed by the processor, so that the computer readable storage medium implements the CS application running method of claim 1.
4. A computer-readable storage medium, characterized in that,
Citation Information
Patent Citations
Platform independent isa emulator as middleware
CN104025074A
Method for realizing function linkage of heterogeneous system of same platform in ocean application
CN115118704A
Process running method and device, electronic equipment and storage medium
CN119106421A