CN114579267A - Method for setting scheduling system language and related device - Google Patents

Method for setting scheduling system language and related device Download PDF

Info

Publication number
CN114579267A
CN114579267A CN202210077760.7A CN202210077760A CN114579267A CN 114579267 A CN114579267 A CN 114579267A CN 202210077760 A CN202210077760 A CN 202210077760A CN 114579267 A CN114579267 A CN 114579267A
Authority
CN
China
Prior art keywords
language
scheduling system
target
setting
target language
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
Application number
CN202210077760.7A
Other languages
Chinese (zh)
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.)
Shenzhen Genew Technologies Co Ltd
Original Assignee
Shenzhen Genew Technologies 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 Shenzhen Genew Technologies Co Ltd filed Critical Shenzhen Genew Technologies Co Ltd
Priority to CN202210077760.7A priority Critical patent/CN114579267A/en
Publication of CN114579267A publication Critical patent/CN114579267A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a method for setting a language of a scheduling system and a related device, wherein the method comprises the steps of receiving a language selection instruction, and determining a target language corresponding to the language selection instruction; and modifying the language resources corresponding to all the code files in the scheduling system into target language resources corresponding to the target language through a resource manager. The method and the device have the advantages that the language resources corresponding to all the code files in the scheduling system are modified into the target language resources corresponding to the target language through the resource manager, so that all the application programs in the scheduling system can be set to be the target language indiscriminately, the scheduling system can support a multi-language environment, users of the scheduling system can set the scheduling system based on the required language of the users, and convenience is brought to the users.

Description

Method for setting scheduling system language and related device
Technical Field
The present application relates to the field of emergency dispatch technologies, and in particular, to a method for setting a language of a dispatch system and a related device.
Background
With the continuous expansion of the application requirements of the emergency communication technology in breadth and depth, domestic and foreign enterprises all participate in the emergency management industry, and domestic and foreign cooperation is also indispensable in the application industry. This makes dispatch systems for the emergency industry confront a variety of different language environments. However, the existing dispatch system in the emergency industry generally cannot support multi-language setting, so that great inconvenience is brought to users when meeting the needs at home and abroad.
Thus, the prior art has yet to be improved and enhanced.
Disclosure of Invention
The technical problem to be solved by the present application is to provide a method for setting a scheduling system language and a related device, aiming at the shortcomings of the prior art.
In order to solve the foregoing technical problem, a first aspect of the embodiments of the present application provides a method for setting a scheduling system language, where the method includes:
receiving a language selection instruction, and determining a target language corresponding to the language selection instruction;
and modifying the language resources corresponding to all the code files in the scheduling system into target language resources corresponding to the target language through a resource manager.
The method for setting the language of the scheduling system, wherein the receiving a language selection instruction and determining a target language corresponding to the language selection instruction specifically comprise:
receiving a language selection instruction, and calling a language service class based on the language selection instruction;
and selecting a target language corresponding to the language selection instruction from a preset language database through the language service class.
The method for setting the language of the scheduling system, wherein the modifying, by the resource manager, the language resources corresponding to all code files in the scheduling system into the target language resources corresponding to the target language specifically includes:
calling a resource manager corresponding to the target language;
binding all code files in the scheduling system to language resources in the resource manager.
The method for setting the scheduling system language, wherein the resource manager corresponding to the calling target language specifically includes:
transmitting the language code of the target language into an attribute service class;
and calling a language change event, and assigning a language code carried by the attribute service class to a language change parameter event in the language change event so as to call the resource manager corresponding to the target language.
The method for setting the language of the scheduling system, wherein after the language resources corresponding to all code files in the scheduling system are modified into the target language resources corresponding to the target language through the resource manager, the method further comprises the following steps:
and rendering the system interface of the scheduling system to display the system interface by adopting the target language.
The method for setting the language of the scheduling system comprises the following steps:
when a login operation is received, user information corresponding to the login operation is obtained;
and selecting a user language corresponding to the user information, and modifying the language resources corresponding to all code files in the scheduling system into the language resources corresponding to the user language through a resource manager.
The method for setting the scheduling system language comprises the steps that all code files in the scheduling system comprise code files of a side application program and code files of a self-defined program contained in the scheduling system.
A second aspect of the embodiments of the present application provides a setting apparatus for a scheduling system language, where the setting apparatus includes:
the determining module is used for receiving a language selecting instruction and determining a target language corresponding to the language selecting instruction;
and the modification module is used for modifying the language resources corresponding to all the code files in the scheduling system into the target language resources corresponding to the target language through the resource manager.
A third aspect of embodiments of the present application provides a computer-readable storage medium storing one or more programs, which are executable by one or more processors to implement the steps in the setting method of a scheduling system language as described in any one of the above.
A fourth aspect of the embodiments of the present application provides a terminal device, including: a processor, a memory, and a communication bus; the memory has stored thereon a computer readable program executable by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps of the method for setting the scheduling system language as described in any of the above.
Has the advantages that: compared with the prior art, the method comprises the steps of receiving a language selection instruction, and determining a target language corresponding to the language selection instruction; and modifying the language resources corresponding to all the code files in the scheduling system into target language resources corresponding to the target language through a resource manager. The method and the device have the advantages that the language resources corresponding to all the code files in the scheduling system are modified into the target language resources corresponding to the target language through the resource manager, so that all the application programs in the scheduling system can be set to be the target language indiscriminately, the scheduling system can support a multi-language environment, users of the scheduling system can set the scheduling system based on the required language of the users, and convenience is brought to the users.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without any inventive work.
Fig. 1 is a flowchart of a method for setting a scheduling system language provided in the present application.
Fig. 2 is a schematic flowchart of a method for setting a scheduling system language provided in the present application.
Fig. 3 is a schematic structural diagram of a setting apparatus for a scheduling system language provided in the present application.
Fig. 4 is a schematic structural diagram of a terminal device provided in the present application.
Detailed Description
The present application provides a method for setting a scheduling system language and a related device, and in order to make the purpose, technical solution and effect of the present application clearer and clearer, the present application is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
It will be understood by those within the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
It should be understood that, the sequence numbers and sizes of the steps in this embodiment do not mean the execution sequence, and the execution sequence of each process is determined by its function and inherent logic, and should not constitute any limitation to the implementation process in this embodiment.
The inventor finds that with the continuous expansion of the application requirements of the emergency communication technology in breadth and depth, domestic and foreign enterprises all participate in the emergency management industry, and domestic and foreign cooperation is also indispensable in the application industry. This makes dispatch systems for the emergency industry necessary to face a variety of different language environments. However, the existing dispatch system in the emergency industry generally cannot support multi-language setting, so that great inconvenience is brought to users when meeting the needs at home and abroad.
In order to solve the above problems, the existing method generally translates the scheduling system through a translation system so that the scheduling system adopts the translated language for display. However, the existing translation is based on the windows operating system, and only the application programs contained in the scheduling system can be translated, but the custom programs in the scheduling system cannot be translated.
Based on this, in the embodiment of the application, a language selection instruction is received, and a target language corresponding to the language selection instruction is determined; and modifying the language resources corresponding to all the code files in the scheduling system into target language resources corresponding to the target language through a resource manager. The method and the device have the advantages that the language resources corresponding to all the code files in the scheduling system are modified into the target language resources corresponding to the target language through the resource manager, so that all the application programs in the scheduling system can be set to be the target language indiscriminately, the scheduling system can support a multi-language environment, users of the scheduling system can set the scheduling system based on the required language of the users, and convenience is brought to the users.
The following further describes the content of the application by describing the embodiments with reference to the attached drawings.
The embodiment provides a method for setting a language of a scheduling system, as shown in fig. 1 and fig. 2, the method includes:
s10, receiving a language selection instruction, and determining a target language corresponding to the language selection instruction.
Specifically, the language selection instruction may be formed based on a user operation, or may be formed based on a control instruction sent by an external device, for example, a language selection instruction formed by clicking a language setting key. The target language is a language selected by the language selection instruction, wherein the target language is a language supported by the scheduling system. That is, the scheduling system supports several languages, and one language among the several languages supported by the scheduling system may be selected as the target language through the language selection instruction.
In an implementation manner of this embodiment, the receiving a language selection instruction and determining a target language corresponding to the language selection instruction specifically includes:
receiving a language selection instruction, and calling a language service class based on the language selection instruction;
and selecting a target language corresponding to the language selection instruction from a preset language database through the language service class.
Specifically, the language service class is used for loading the languages supported by the scheduling system, wherein the language service class can be triggered by a language setting event. That is, when a language selection instruction is received, a language setting event is called through the language selection instruction, and a language service class is triggered through the language setting event. And when a language selection instruction is received, a target language corresponding to the language selection instruction is searched in the plurality of language resources configured in the preset language database. Of course, in practical applications, in order to avoid that the target language corresponding to the language selection instruction is not in the preset language database, when the language setting is performed, each language supported by the scheduling system may be displayed, so that a user may know the language supported by the scheduling system, thereby avoiding the problem of setting failure due to the setting of the language not supported by the scheduling system.
S20, modifying the language resources corresponding to all the code files in the scheduling system into the target language resources corresponding to the target language through the resource manager.
Specifically, all the code files in the scheduling system include the code files of the application programs included in the scheduling system and the code files of the custom program. That is, the languages used by the application programs formed by all the code files in the scheduling system are set as target language resources, so that all the application programs displayed to the user are displayed in the target language, and convenience is brought to the user.
In an implementation manner of this embodiment, the modifying, by the resource manager, the language resources corresponding to all the code files in the scheduling system into the target language resources corresponding to the target language specifically includes:
calling a resource manager corresponding to the target language;
binding all code files in the scheduling system to language resources in the resource manager.
Specifically, icons, descriptions, style files and the like are configured in the resource manager, after the resource manager corresponding to the target language is called, the icons, the descriptions, the style texts and the like in the resource manager are obtained, and then the icons, the languages of all the controls and the styles corresponding to the target language are all replaced by the icons, the descriptions and the style texts in the resource manager, so that all the code files are bound as the language resources in the resource manager.
In an implementation manner of this embodiment, the invoking a resource manager corresponding to the target language specifically includes:
transmitting the language code of the target language into an attribute service class;
and calling a language change event, and assigning a language code carried by the attribute service class to a language change parameter event in the language change event so as to call the resource manager corresponding to the target language.
Specifically, the attribute service class is used for configuring a language code of a target language, and then the target language can be determined based on the language code in the attribute service class when the language setting is performed. That is, each language in the preset language database corresponds to a language code, and the language codes corresponding to the languages are different from each other. In addition, after the language code of the target language is transmitted into the attribute service class, the language code carried by the attribute service class can be assigned to the language change parameter event through the language change event, and then the resource manager corresponding to the target language can be used for executing the language change parameter event.
In one implementation, after the modifying, by the resource manager, the language resources corresponding to all the code files in the scheduling system to the target language resources corresponding to the target language, the method further includes:
and rendering the system interface of the scheduling system to display the system interface by adopting the target language.
Specifically, after the language resources corresponding to all the code files are modified into the target language resources corresponding to the target language, the system interface of the scheduling system can be directly rendered, so that the language setting of the scheduling system can be realized without restarting the service or restarting the electronic equipment loading the scheduling system, and the timeliness of the language setting is improved.
In one implementation, the method further comprises:
when a login operation is received, user information corresponding to the login operation is obtained;
and selecting a user language corresponding to the user information, and modifying the language resources corresponding to all code files in the scheduling system into the language resources corresponding to the user language through a resource manager.
Specifically, the login operation is used for logging in the scheduling system, the login operation carries user information, and the user information is used for logging in a login credential of the scheduling system, wherein the user information may carry a user name and a login password. In addition, each user can set the corresponding user language by himself; when a user logs in, the user language corresponding to the user information can be searched, and then the language resources corresponding to all the code files in the scheduling system are modified into the language resources corresponding to the user language through the resource manager, so that different users can adopt different user languages, different users cannot be confused, and convenience can be brought to the user. In addition, when the user language corresponding to the user information is selected, if the user language corresponding to the user information is not selected, a default language may be used as the user language corresponding to the user information.
In addition, because the user languages corresponding to the users can be configured, after a language selection instruction is received and the language resources corresponding to all code files in the scheduling system are modified into the target language resources corresponding to the target language, the user information when the language selection instruction is received can be obtained, and then the target language is configured into the user language corresponding to the user information, so that the user information can have the required user language without independently configuring the user language for the user information, and the use of the user can be further facilitated.
In summary, the present embodiment provides a method for setting a language of a scheduling system, where the method includes receiving a language selection instruction, and determining a target language corresponding to the language selection instruction; and modifying the language resources corresponding to all the code files in the scheduling system into target language resources corresponding to the target language through a resource manager. The method and the device have the advantages that the language resources corresponding to all the code files in the scheduling system are modified into the target language resources corresponding to the target language through the resource manager, so that all the application programs in the scheduling system can be set to be the target language indiscriminately, the scheduling system can support a multi-language environment, users of the scheduling system can set the scheduling system based on the required language of the users, and convenience is brought to the users.
Based on the setting method of the scheduling system language, this embodiment provides a setting device of the scheduling system language, as shown in fig. 3, where the setting device includes:
the determining module 100 is configured to receive a language selection operation and determine a target language corresponding to the language selection operation;
and a modification module 200, configured to modify, by a resource manager, language resources corresponding to all code files in the scheduling system into target language resources corresponding to a target language.
Based on the setting method of the scheduling system language, the embodiment provides a computer-readable storage medium, which stores one or more programs that can be executed by one or more processors to implement the steps in the setting method of the scheduling system language as described in the above embodiment.
Based on the setting method of the scheduling system language, the present application further provides a terminal device, as shown in fig. 4, which includes at least one processor (processor) 20; a display screen 21; and a memory (memory)22, and may further include a communication Interface (Communications Interface)23 and a bus 24. The processor 20, the display 21, the memory 22 and the communication interface 23 can communicate with each other through the bus 24. The display screen 21 is configured to display a user guidance interface preset in the initial setting mode. The communication interface 23 may transmit information. The processor 20 may call logic instructions in the memory 22 to perform the methods in the embodiments described above.
Furthermore, the logic instructions in the memory 22 may be implemented in software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product.
The memory 22, which is a computer-readable storage medium, may be configured to store a software program, a computer-executable program, such as program instructions or modules corresponding to the methods in the embodiments of the present disclosure. The processor 20 executes the functional application and data processing, i.e. implements the method in the above-described embodiments, by executing the software program, instructions or modules stored in the memory 22.
The memory 22 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal device, and the like. Further, the memory 22 may include a high speed random access memory and may also include a non-volatile memory. For example, a variety of media that can store program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, may also be transient storage media.
In addition, the specific processes loaded and executed by the storage medium and the instruction processors in the terminal device are described in detail in the method, and are not stated herein.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A method for setting a scheduling system language is characterized by comprising the following steps:
receiving a language selection instruction, and determining a target language corresponding to the language selection instruction;
and modifying the language resources corresponding to all the code files in the scheduling system into target language resources corresponding to the target language through a resource manager.
2. The method for setting a language of a scheduling system according to claim 1, wherein the receiving a language selection instruction and determining a target language corresponding to the language selection instruction specifically comprises:
receiving a language selection instruction, and calling a language service class based on the language selection instruction;
and selecting a target language corresponding to the language selection instruction from a preset language database through the language service class.
3. The method for setting the language of the scheduling system according to claim 1, wherein the modifying the language resources corresponding to all the code files in the scheduling system into the target language resources corresponding to the target language by the resource manager specifically comprises:
calling a resource manager corresponding to the target language;
binding all code files in the scheduling system to language resources in the resource manager.
4. The setting method of the scheduling system language according to claim 3, wherein the invoking the resource manager corresponding to the target language specifically comprises:
transmitting the language code of the target language into an attribute service class;
and calling a language change event, and assigning a language code carried by the attribute service class to a language change parameter event in the language change event so as to call the resource manager corresponding to the target language.
5. The method for setting the language of the scheduling system according to claim 1, wherein after the language resources corresponding to all the code files in the scheduling system are modified to the target language resources corresponding to the target language by the resource manager, the method further comprises:
and rendering the system interface of the scheduling system to display the system interface by adopting the target language.
6. The method for setting a scheduling system language according to claim 1, wherein the method further comprises:
when a login operation is received, user information corresponding to the login operation is obtained;
and selecting a user language corresponding to the user information, and modifying the language resources corresponding to all code files in the scheduling system into the language resources corresponding to the user language through a resource manager.
7. The method for setting a scheduling system language as claimed in claim 1, wherein all the code files in the scheduling system include a code file of a side application included in the scheduling system and a code file of a custom program.
8. A setting device for scheduling system language is characterized in that the setting device comprises:
the determining module is used for receiving a language selection instruction and determining a target language corresponding to the language selection instruction;
and the modification module is used for modifying the language resources corresponding to all the code files in the scheduling system into the target language resources corresponding to the target language through the resource manager.
9. A computer-readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps in the setting method of a scheduling system language according to any one of claims 1 to 7.
10. A terminal device, comprising: a processor, a memory, and a communication bus; the memory has stored thereon a computer readable program executable by the processor;
the communication bus realizes the connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps in the method for setting a scheduling system language of any of claims 1-7.
CN202210077760.7A 2022-01-24 2022-01-24 Method for setting scheduling system language and related device Pending CN114579267A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210077760.7A CN114579267A (en) 2022-01-24 2022-01-24 Method for setting scheduling system language and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210077760.7A CN114579267A (en) 2022-01-24 2022-01-24 Method for setting scheduling system language and related device

Publications (1)

Publication Number Publication Date
CN114579267A true CN114579267A (en) 2022-06-03

Family

ID=81771119

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210077760.7A Pending CN114579267A (en) 2022-01-24 2022-01-24 Method for setting scheduling system language and related device

Country Status (1)

Country Link
CN (1) CN114579267A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024131521A1 (en) * 2022-12-23 2024-06-27 博泰车联网科技(上海)股份有限公司 Method and system for forming flutter page on the basis of flutter framework components, and electronic device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105867920A (en) * 2016-03-29 2016-08-17 海尔优家智能科技(北京)有限公司 APP multi-language switching method and system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105867920A (en) * 2016-03-29 2016-08-17 海尔优家智能科技(北京)有限公司 APP multi-language switching method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024131521A1 (en) * 2022-12-23 2024-06-27 博泰车联网科技(上海)股份有限公司 Method and system for forming flutter page on the basis of flutter framework components, and electronic device

Similar Documents

Publication Publication Date Title
EP3623942B1 (en) Message processing method and apparatus, storage medium, and computer device
US20240095043A1 (en) Execution of sub-application processes within application program
KR101716802B1 (en) Client-server input method editor architecture
CN108959199B (en) Log highlighting method and device, storage medium and android terminal
JPH03504173A (en) Workstations and data processing networks containing workstations
CN109033328B (en) Access request processing method, device, equipment and readable storage medium
CN108776587B (en) Data acquisition method and device, computer equipment and storage medium
US10489311B1 (en) Managing webUSB support for local and redirected USB devices
US10810019B2 (en) Method for interface refresh synchronization, terminal device, and non-transitory computer-readable storage medium
CN103716400A (en) Method and system for achieving mobile working based on virtual machine
CN114826749A (en) Interface access control method, device and medium
CN110851303B (en) Data backup method, system and equipment
CN114579267A (en) Method for setting scheduling system language and related device
CN103647775A (en) Method and apparatus for registration in webpage
US6286025B1 (en) Method and system of process identification by user defined process variables
CN106599045B (en) Request sending method and device
CN110968367A (en) E-commerce commodity field configuration method, device, server and storage medium
CN112711728B (en) Page layout frame, page loading method, device, equipment and storage medium
CN114490000A (en) Task processing method, device, equipment and storage medium
Cisco Updating the Mainframe Application Software
CN113805854A (en) Method, system and device for realizing Hook of application layer based on Linux system and storage medium
CN112612531A (en) Application program starting method and device, electronic equipment and storage medium
CN112752163A (en) Method and device for configuring default language and television
CN108694249B (en) Data processing method, data processing device, computer equipment and storage medium
CN113407440B (en) Testing system and method for wireless communication module

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