CN117270954A - Application program configuration method, device, system and readable storage medium - Google Patents

Application program configuration method, device, system and readable storage medium Download PDF

Info

Publication number
CN117270954A
CN117270954A CN202311471459.5A CN202311471459A CN117270954A CN 117270954 A CN117270954 A CN 117270954A CN 202311471459 A CN202311471459 A CN 202311471459A CN 117270954 A CN117270954 A CN 117270954A
Authority
CN
China
Prior art keywords
information
file
interface
configuration
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
CN202311471459.5A
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.)
Midea Welling Motor Technology Shanghai Co Ltd
Guangdong Midea Intelligent Technologies Co Ltd
Original Assignee
Midea Welling Motor Technology Shanghai Co Ltd
Guangdong Midea Intelligent 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 Midea Welling Motor Technology Shanghai Co Ltd, Guangdong Midea Intelligent Technologies Co Ltd filed Critical Midea Welling Motor Technology Shanghai Co Ltd
Priority to CN202311471459.5A priority Critical patent/CN117270954A/en
Publication of CN117270954A publication Critical patent/CN117270954A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides an application program configuration method, device and system and a readable storage medium, and relates to the technical field of application programs. The application program configuration method comprises the following steps: acquiring a configuration file, wherein the configuration file comprises language resource files, and the configuration file comprises files generated through a first programming language; determining first interface information corresponding to a first programming language and second interface information corresponding to a target programming language; generating a source code file of a target programming language according to the first interface information, the second interface information and the configuration file, wherein the source code file comprises a language resource file; the source code file is configured into the target application program so that the target application program can call the language resource file, and the target application program is matched with the target programming language.

Description

Application program configuration method, device, system and readable storage medium
Technical Field
The present application relates to the field of application technologies, and in particular, to an application configuration method, an apparatus, a system, and a readable storage medium.
Background
In application development, it is a necessary requirement that the front-end interface support multiple languages. At present, different application programs can use front-end interfaces developed by different programming languages and different development environments, and the multi-language resource files are mutually incompatible, so that when the front-end interfaces of the different programming languages and the different development environments are developed, the corresponding multi-language resource files need to be regenerated, and the development cost is high.
Disclosure of Invention
The present application aims to solve at least one of the technical problems existing in the prior art or related technologies.
To this end, a first aspect of the present application is to propose an application configuration method.
A second aspect of the present application is directed to an application configuration device.
A third aspect of the present application is directed to another application configuration device.
A fourth aspect of the present application is directed to a readable storage medium.
A fifth aspect of the present application is directed to an application configuration system.
In view of this, according to a first aspect of the present application, there is provided an application configuration method including: acquiring a configuration file, wherein the configuration file comprises language resource files, and the configuration file comprises files generated through a first programming language; determining first interface information corresponding to a first programming language and second interface information corresponding to a target programming language; generating a source code file of a target programming language according to the first interface information, the second interface information and the configuration file, wherein the source code file comprises a language resource file; the source code file is configured into the target application program so that the target application program can call the language resource file, and the target application program is matched with the target programming language.
The application program configuration method is used for configuring the multi-language functions for the application program, so that the application program can realize the multi-language functions, namely, a user can switch the display languages of the application program when using the application program.
In the technical scheme, the configuration file is obtained by editing by a user, and the application program system can extract language resource files in the configuration file by inputting the configuration file into the application program configuration system. The language resource can be a multilingual resource file, wherein the multilingual resource file comprises multilingual resource information and key value information, the key value information and the multilingual resource information are stored in one-to-one correspondence, and the multilingual resource with corresponding meaning can be searched through the key value information.
In the technical scheme, the configuration file is a file with a preset data format, the first programming language is a programming language capable of editing the configuration file with the preset data format, the first interface information is interface information corresponding to the first programming language, and the multilingual resource file in the configuration file can be extracted through the first interface information. The target programming language is a programming language used for programming the target application program, namely the generated source code file accords with the target programming language, the second interface information is the interface information of the target programming language, and the interface configuration of the configuration file can be realized according to the interface definition through the first interface information and the second interface information, so that the source code file capable of supporting the target programming language is generated.
In the technical scheme, after the source code file is generated, the source code file is configured into the target application program to complete the configuration of the excessive language functions of the target application program, so that the target application program can call the language resource file in the running process, and the effect that the target application program can support the multilingual functions is realized.
According to the technical scheme, the language resource file is added in the configuration file, and the configuration file is subjected to interface definition based on the first interface information and the second interface information, so that the source code file matched with the programming language of the target application program is generated, and the configuration file and the language resource file in the configuration file do not need to be edited again. The generated source code file is configured into the target application program, so that the effect of configuring the language resource file for the target application program can be realized, the process of configuring the language resource file for the target application program is simplified, the configuration file can be multiplexed among the target application programs in different programming languages, and the development cost of the target application program is reduced.
In some embodiments, optionally, generating a source code file of the target programming language according to the first interface information, the second interface information, and the configuration file includes:
Acquiring target interface definition information between the first interface information and the second interface information;
and according to the target interface definition information, carrying out interface definition on the configuration file to obtain a source code file.
In the technical scheme, after the first interface information and the second interface information are acquired, the target interface definition information between the first interface information and the second interface information is set, wherein the target interface definition information comprises mapping relations between all interfaces in the first interface information and all interfaces in the second interface information, and through the target interface definition information, interface definition can be carried out on the configuration file, so that a target source code file is obtained.
In some possible embodiments, the target interface definition information may be manually input into the multi-national language configuration system by a programmer such that the target interface definition information is obtained.
In some possible embodiments, an interface definition mapping table is stored in the memory, through which target interface definition information between the first interface information and the second interface information can be found.
It should be noted that, the target interface definition information is definition information between the first interface information and the second interface information, where the second interface information is different if the target programming language is different, and the corresponding interface definition information is also different, by setting different interface definition information, the configuration file can generate a corresponding source code file, so that language resource files in the configuration file can be multiplexed in target application programs in different development environments and different programming languages.
According to the technical scheme, the multi-language configuration system can acquire the interface definition information, and then the interface definition information is used for carrying out interface definition on each interface in the configuration file, so that each interface in the generated source code file can be directly called by the target application program, and the reusability and the universality of the configuration file are improved.
In some embodiments, optionally, obtaining the target interface definition information between the first interface information and the second interface information includes:
searching target interface definition information in at least two historical interface definition information according to the first interface information and the second interface information, wherein the historical interface definition information comprises interface definition information in a source code file generated in a historical manner.
In the technical scheme, the historical interface definition information is interface definition information historically generated by the multi-language configuration system, namely, after the multi-language configuration system acquires the target interface definition information, the target interface definition information is stored as the historical interface definition information. After the new first interface information and the new second interface information are acquired, searching the target interface definition information in the historical interface definition information according to the first interface information and the second interface information.
It should be noted that, the interface definition information is a generation rule to be configured to generate a source code file, after each source code file is generated, the source code file and the generation rule are stored, and the history interface definition information can be determined by reading the corresponding generation rule.
According to the technical scheme, after the first interface information and the second interface information are acquired, whether the history interface definition information generated by the matched history exists or not is searched, and after the matched history interface definition information is searched, the history interface definition information is used as target interface definition information, so that multiplexing of the history interface definition information generated by the history is realized, and the information processing amount is further reduced.
In some embodiments, optionally, obtaining the target interface definition information between the first interface information and the second interface information includes: responding to the interface editing input, and acquiring an interface mapping relation between the first interface information and the second interface information; and generating target interface definition information according to the interface mapping relation.
According to the technical scheme, the interface mapping relation is the mapping relation between each interface corresponding to the first interface information and each interface corresponding to the second interface information, the interface editing input is the operation input of a programmer to the multi-language configuration system, and the target interface definition information can be generated based on the interface mapping relation through the interface editing input.
According to the technical scheme, a programmer can edit and input through the execution interface, and target interface definition information is generated according to the interface mapping relation between the first interface information and the second interface information, so that the obtained target interface definition information is matched with the actual requirement of the programmer.
In some embodiments, optionally, after updating the language resource file in the configuration file according to the target interface definition information to obtain the source code file, the method further includes: acquiring file generation information between a source code file and a configuration file; and establishing a mapping relation between the file generation information and the source code file, and storing the file generation information and the source code file according to the mapping relation.
In this technical solution, the file generation information includes generation rule information for generating the source code file by the configuration file, and the file generation information is recorded in the process of generating the source code file by the configuration file.
In some possible embodiments, the file generation information includes target interface definition information between the first interface information and the second interface information.
In the technical scheme, after the source code file is generated, the mapping relation is established between the source code file and the corresponding file generation information, and the source code file and the file generation information are stored according to the mapping relation, so that the source code file and the file generation information which are generated in a history mode can be multiplexed in the process of generating the source code file according to the configuration file, and the reusability of the source code file is improved.
In some embodiments, optionally, before generating the source code file of the target programming language according to the first interface information, the second interface information, and the configuration file, the method includes: extracting language resource information and key value information in the language resource file; receiving editing input of language resource information and/or key value information; and in response to the editing input, editing the key value information and the language resource information in the language resource file to update the language resource file.
In the technical scheme, the language resource file comprises key value information and language resource information, wherein the language resource information and the key value information are in one-to-one correspondence.
In this technical scheme, the edit input is an operation input performed by a programmer for key value information and/or language resource information. The operation input can be used for adding, deleting and modifying language resource information and/or key value information in the language resource file.
According to the technical scheme, before the source code file is generated based on the configuration file, language resource files in the configuration file can be extracted, and key value information and/or key value information in the language resource files are edited, so that a programmer can edit the configuration file before the source code file is generated, and the reusability and the universality of the configuration file are further improved.
In some embodiments, optionally, configuring the source code file to the target application includes: reading language resource files and application configuration information in a source code file; and configuring the language resource file and the application configuration information to the target application program.
In the technical scheme, the application configuration information and the language resource file in the source code are matched with the application configuration information and the language resource file in the configuration file. In configuring the source code file in the target application, the language resource file and the application configuration information can be configured in the target application.
After the target application program is started, the language resource file is imported into the program system, and the target application program sets a default display language. And acquiring the language resource information in the language resource file, namely calling the language resource information in the language resource file through the key value information in the language resource file.
According to the technical scheme, the language resource file and the application configuration information in the source code file are configured to the target application program, so that the source code file is configured to the target application program, and the target application program can call the language resource file.
In some embodiments, after configuring the language resource file and the application configuration information to the target application program, the method further includes: acquiring a language switching function corresponding to the language resource file; the language switching function is configured to the target application.
In this technical scheme, in the case that language resource information of a plurality of languages is included in the language resource file, the language resource information to be called by the target application needs to be switched by the language switching function.
It should be noted that, the language switching function includes a replace function, and registers the function into the language switching function of the target application program, when the language needs to be switched, the target application program can traverse all registered callback functions to realize the language switching function of the interface of the target application program.
According to the technical scheme, the language switching function is configured in the target application program, so that a function interface for switching languages can be provided for the target application program, the target application program can call different language resource information, and the language switching function of the target application program is realized.
In some embodiments, optionally, the application configuration information includes at least one of: programming language information, preset display language information, interface selection information, class name information and source code name information.
In the technical scheme, the configurable application configuration information in the configuration file comprises at least one of interface selection information, programming language information, class name information, preset display language information and source code name information. The functions configurable by the application configuration information include: programming language, default display language, multilingual resource file, source code file name, class name, interface selection.
In some embodiments, the file format of the language resource file optionally includes a lightweight data exchange format.
In the technical scheme, the file format of the language resource file can be selected as a lightweight data exchange format.
According to a second aspect of the present application, there is provided an application configuration apparatus, comprising:
the system comprises an acquisition module, a storage module and a storage module, wherein the acquisition module is used for acquiring a configuration file, the configuration file comprises a language resource file, and the configuration file comprises a file generated through a first programming language;
the determining module is used for determining first interface information corresponding to the first programming language and second interface information corresponding to the target programming language;
the generation module is used for generating the source code file of the target programming language according to the first interface information, the second interface information and the configuration file, wherein the source code file comprises the language resource file;
And the configuration module is used for configuring the source code file into a target application program so that the target application program can call the language resource file, and the target application program is matched with the target programming language.
According to the technical scheme, the language resource file is added in the configuration file, and the configuration file is subjected to interface definition based on the first interface information and the second interface information, so that the source code file matched with the programming language of the target application program is generated, and the configuration file and the language resource file in the configuration file do not need to be edited again. The generated source code file is configured into the target application program, so that the effect of configuring the language resource file for the target application program can be realized, the process of configuring the language resource file for the target application program is simplified, the configuration file can be multiplexed among the target application programs in different programming languages, and the development cost of the target application program is reduced.
According to a third aspect of the present application, there is provided an application configuration device, comprising a processor and a memory, the memory storing a program or instructions which, when executed by the processor, implement the steps of an application configuration method as in any of the above-mentioned aspects. Therefore, the application program configuration device has all the beneficial effects of the application program configuration method in any one of the above technical solutions, and will not be described herein.
According to a fourth aspect of the present application, there is provided a readable storage medium having stored thereon a program or instructions which, when executed by a processor, implement an application configuration method according to any of the above-mentioned aspects. Therefore, the readable storage medium has all the advantages of the application program configuration method in any of the above technical solutions, and will not be described herein.
According to a fifth aspect of the present application, there is provided an application configuration system, comprising: the application configuration device as defined in the above second aspect or the application configuration device as defined in the above third aspect, and/or the readable storage medium as defined in the above fourth aspect, thus having all the advantageous technical effects of the application configuration device as defined in the above second aspect or the application configuration device as defined in the above third aspect, and/or the readable storage medium as defined in the above fourth aspect, will not be described in detail herein.
Additional aspects and advantages of the present application will become apparent in the following description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings, wherein:
FIG. 1 illustrates one of the flow diagrams of the application configuration method in the embodiment of the present application;
FIG. 2 illustrates an interface schematic of an editing interface in an embodiment of the present application;
FIG. 3 illustrates a second flow chart of an application configuration method in an embodiment of the present application;
FIG. 4 shows a flow diagram of a source code file generation method in an embodiment of the present application;
FIG. 5 shows one of the block diagrams of the application configuration device in an embodiment of the present application;
FIG. 6 illustrates a second block diagram of an application configuration device in an embodiment of the present application;
fig. 7 shows a block diagram of the structure of the multilingual configuration system in the embodiment of the present application.
Detailed Description
In order that the above-recited objects, features and advantages of the present application will be more clearly understood, a more particular description of the application will be rendered by reference to the appended drawings and appended detailed description. It should be noted that, in the case of no conflict, the embodiments of the present application and the features in the embodiments may be combined with each other.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application, however, the present application may be practiced otherwise than as described herein, and therefore the scope of the present application is not limited to the specific embodiments disclosed below.
The application program configuration method, device, readable storage medium and application program configuration system provided in the embodiments of the present application are described in detail below with reference to fig. 1 to 7 by means of specific embodiments and application scenarios thereof.
As shown in fig. 1, an embodiment of the present application provides an application program configuration method, where the application program configuration method includes:
step 102, acquiring a configuration file, wherein the configuration file comprises language resource files, and the configuration file comprises files generated through a first programming language;
step 104, determining first interface information corresponding to the first programming language and second interface information corresponding to the target programming language;
step 106, generating a source code file of the target programming language according to the first interface information, the second interface information and the configuration file, wherein the source code file comprises a language resource file;
and step 108, configuring the source code file into the target application program so that the target application program can call the language resource file, and the target application program is matched with the target programming language.
The embodiment of the application program configuration method is used for configuring the multi-language function for the application program, so that the application program can realize the multi-language function, namely, a user can switch the display languages of the application program when using the application program.
In this embodiment, the configuration file is a configuration file edited by the user, and by inputting the configuration file into the application configuration system, the application system can extract language resource files in the configuration file. The language resource can be a multilingual resource file, wherein the multilingual resource file comprises multilingual resource information and key value information, the key value information and the multilingual resource information are stored in one-to-one correspondence, and the multilingual resource with corresponding meaning can be searched through the key value information.
In this embodiment, the configuration file is a file with a preset data format, the first programming language is a programming language capable of editing the configuration file with the preset data format, the first interface information is interface information corresponding to the first programming language, and the multilingual resource file in the configuration file can be extracted through the first interface information. The target programming language is a programming language used for programming the target application program, namely the generated source code file accords with the target programming language, the second interface information is the interface information of the target programming language, and the interface configuration of the configuration file can be realized according to the interface definition through the first interface information and the second interface information, so that the source code file capable of supporting the target programming language is generated.
Illustratively, the preset data format of the configuration file is a JSON (JavaScript Object Notation, a lightweight data interchange format) format file.
In this embodiment, after the source code file is generated, the source code file is configured in the target application program to complete the configuration of the multi-language function of the target application program, so that the target application program can call the language resource file in the running process, and the effect that the target application program can support the multi-language function is achieved.
The configuration files are illustratively processed by a multi-lingual configuration system to generate corresponding source code files. The multi-language configuration system comprises a manager, an adapter, a generator and a translator. The translator is used for analyzing and translating the language resource file by inputting the configuration file into the multilingual configuration system. The adapter can extract the first interface information of the configuration file, and the generator generates a source code file according to interface definition after acquiring the second interface information of the target programming language, wherein the manager is responsible for controlling the operation of the adapter, the generator and the translator.
In the embodiment of the application, the language resource file is added in the configuration file, and the interface definition is carried out on the configuration file based on the first interface information and the second interface information, so that the source code file matched with the programming language of the target application program is generated, and the configuration file and the language resource file in the configuration file do not need to be edited again. The generated source code file is configured into the target application program, so that the effect of configuring the language resource file for the target application program can be realized, the process of configuring the language resource file for the target application program is simplified, the configuration file can be multiplexed among the target application programs in different programming languages, and the development cost of the target application program is reduced.
In some embodiments, optionally, generating a source code file of the target programming language according to the first interface information, the second interface information, and the configuration file includes:
acquiring target interface definition information between the first interface information and the second interface information;
and according to the target interface definition information, carrying out interface definition on the configuration file to obtain a source code file.
In the embodiment of the present application, after the first interface information and the second interface information are acquired, by setting target interface definition information between the first interface information and the second interface information, where the target interface definition information includes a mapping relationship between each interface in the first interface information and each interface in the second interface information, by using the target interface definition information, interface definition can be performed on the configuration file, so as to obtain a target source code file.
In some possible embodiments, the target interface definition information may be manually input into the multi-national language configuration system by a programmer such that the target interface definition information is obtained.
In some possible embodiments, an interface definition mapping table is stored in the memory, through which target interface definition information between the first interface information and the second interface information can be found.
The multi-language configuration system is also provided with a configurator, the configurator can acquire target interface definition information between the first interface information and the second interface information, and the source code file is generated by carrying out interface definition on each interface in the configuration file through the target interface definition information.
It should be noted that, the target interface definition information is definition information between the first interface information and the second interface information, where the second interface information is different if the target programming language is different, and the corresponding interface definition information is also different, by setting different interface definition information, the configuration file can generate a corresponding source code file, so that language resource files in the configuration file can be multiplexed in target application programs in different development environments and different programming languages.
In the embodiment of the application, the multi-language configuration system can acquire the interface definition information, and then define the interfaces in the configuration file through the interface definition information, so that each interface in the generated source code file can be directly called by the target application program, and the reusability and the universality of the configuration file are improved.
In some embodiments, optionally, obtaining the target interface definition information between the first interface information and the second interface information includes:
Searching target interface definition information in at least two historical interface definition information according to the first interface information and the second interface information, wherein the historical interface definition information comprises interface definition information in a source code file generated in a historical manner.
In this embodiment, the history interface definition information is interface definition information historically generated by the multilingual configuration system, that is, after the multilingual configuration system acquires the target interface definition information, the target interface definition information is stored as history interface definition information. After the new first interface information and the new second interface information are acquired, searching the target interface definition information in the historical interface definition information according to the first interface information and the second interface information.
Illustratively, the multilingual configuration system further includes a memory, wherein the memory stores historical interface definition information generated by the multilingual configuration system. After the first interface information and the second interface information are acquired, searching whether matched historical interface definition information exists in a memory according to the first interface information and the second interface information, and determining the matched historical interface definition information as target interface definition information.
It should be noted that, the interface definition information is a generation rule to be configured to generate a source code file, after each source code file is generated, the source code file and the generation rule are stored, and the history interface definition information can be determined by reading the corresponding generation rule.
In the embodiment of the application, after the first interface information and the second interface information are acquired, whether the history interface definition information generated by the matched history exists is searched, and after the matched history interface definition information is searched, the history interface definition information is used as the target interface definition information, so that multiplexing of the history interface definition information generated by the history is realized, and the information processing amount is further reduced.
In some embodiments, optionally, obtaining the target interface definition information between the first interface information and the second interface information includes:
responding to the interface editing input, and acquiring an interface mapping relation between the first interface information and the second interface information;
and generating target interface definition information according to the interface mapping relation.
In this embodiment of the present application, the interface mapping relationship is a mapping relationship between each interface corresponding to the first interface information and each interface corresponding to the second interface information, and the interface editing input is an operation input performed by a programmer on the multilingual configuration system, and by using the interface editing input, the target interface definition information can be generated based on the interface mapping relationship.
In the embodiment of the application, a programmer can edit and input through an execution interface, and generate the target interface definition information according to the interface mapping relation between the first interface information and the second interface information, so that the obtained target interface definition information is matched with the actual requirement of the programmer.
In some embodiments, optionally, after updating the language resource file in the configuration file according to the target interface definition information to obtain the source code file, the method further includes:
acquiring file generation information between a source code file and a configuration file;
and establishing a mapping relation between the file generation information and the source code file, and storing the file generation information and the source code file according to the mapping relation.
In this embodiment, the file generation information includes generation rule information for generating a source code file by a configuration file, and the file generation information is recorded in the process of generating the source code file by the configuration file.
In some possible embodiments, the file generation information includes target interface definition information between the first interface information and the second interface information.
The system further includes a memory, and in the process of generating the source code file, file generation information of the source code file is continuously acquired, wherein the file generation information includes target interface definition information, and the file generation information and the source code file are stored in the memory after a mapping relation is established. After the configuration file is input again by the multilingual system, whether the matched source code file and corresponding file generation information exist or not can be searched in the memory, so that the historically generated source code file and file generation information can be multiplexed.
In the embodiment of the application, after the source code file is generated, the mapping relation is established between the source code file and the corresponding file generation information, and the source code file and the file generation information are stored according to the mapping relation, so that the source code file and the file generation information which are generated in a history can be multiplexed in the process of generating the source code file according to the configuration file, and the reusability of the source code file is improved.
In some embodiments, optionally, before generating the source code file of the target programming language according to the first interface information, the second interface information and the configuration file, the method includes:
extracting language resource information and key value information in the language resource file;
receiving editing input of language resource information and/or key value information;
and in response to the editing input, editing the key value information and the language resource information in the language resource file to update the language resource file.
In this embodiment, the language resource file includes key information and language resource information, where the language resource information and the key information are in a one-to-one correspondence.
Illustratively, the language resource information may include language vocabulary of a plurality of languages, and one key value information may correspond to language vocabulary information of a plurality of languages of the same semantic. For example: the key value information is "Confirm", the language vocabulary corresponding to the key value information comprises "Confirm" and "Confirm", the key value information is "Close", and the language vocabulary corresponding to the key value information comprises "Close" and "Close".
In this embodiment, the edit input is an operation input for key value information and/or language resource information performed by a programmer. The operation input can be used for adding, deleting and modifying language resource information and/or key value information in the language resource file.
In some possible embodiments, the editing input may be edited by synchronizing the key value information and the language resource information, so that the language resource information and the key value information are newly added in the language resource file. For example: the key value information is "Confirm", the language resource information corresponding to the key value information comprises "Confirm" and "Confirm", the programmer modifies the key value information into "Close" through editing input, and modifies the language resource information corresponding to the key value information into "Close" and "Close".
In some possible embodiments, the editing input may be through editing the key value information, and the system may automatically search for corresponding language resource information according to the edited key value information, and update the language resource file based on the searched language resource information. For example: the key value information is "Cancel", the language resource information corresponding to the key value information comprises "Cancel" and "Cancel", a programmer modifies the key value information into "Error" through editing input, and the system can find the corresponding language resource information to be "Error" and "Error" through the key value information, and automatically update the language resource information from "Cancel" and "Cancel" to "Error".
Illustratively, the multilingual configuration system further includes an editor, which is a separately provided application program, and the editor interface can be displayed by inputting the configuration file into the editor. As shown in fig. 2, the editor interface displays the key value information and the language resource information, and the key value information and the language resource information are displayed according to a mapping relationship. The programmer can edit the key value information and/or language resource information at the editor interface.
According to the method and the device for editing the source code file, before the source code file is generated based on the source code file, language resource files in the source code file can be extracted, and key value information and/or key value information in the language resource files are edited, so that programmers can edit the source code file before the source code file is generated, and the reusability and the universality of the source code file are further improved.
In some embodiments, optionally, configuring the source code file to the target application includes:
reading language resource files and application configuration information in a source code file;
and configuring the language resource file and the application configuration information to the target application program.
In this embodiment, the application configuration information and language resource files in the source code are matched with the application configuration information and language resource files in the configuration file. In configuring the source code file in the target application, the language resource file and the application configuration information can be configured in the target application.
After the target application program is started, the language resource file is imported into the program system, and the target application program sets a default display language. And acquiring the language resource information in the language resource file, namely calling the language resource information in the language resource file through the key value information in the language resource file.
In the embodiment of the application, the language resource file and the application configuration information in the source code file are configured to the target application program, so that the source code file is configured to the target application program, and the target application program can call the language resource file.
In some embodiments, optionally, after configuring the language resource file and the application configuration information to the target application program, the method further includes:
acquiring a language switching function corresponding to the language resource file;
the language switching function is configured to the target application.
In this embodiment, in the case where language resource information of a plurality of languages is included in the language resource file, it is necessary to switch the language resource information required to be called by the target application program by the language switching function.
It should be noted that, the language switching function includes a replace function, and registers the function into the language switching function of the target application program, when the language needs to be switched, the target application program can traverse all registered callback functions to realize the language switching function of the interface of the target application program.
In the embodiment of the application, the language switching function is configured in the target application program, so that a function interface for switching languages can be provided for the target application program, the target application program can call different language resource information, and the language switching function of the target application program is realized.
In some embodiments, optionally, the application configuration information includes at least one of: programming language information, preset display language information, interface selection information, class name information and source code name information.
In this embodiment, the application configuration information configurable in the configuration file includes at least one of interface selection information, programming language information, class name information, preset display language information, and source code name information. The functions configurable by the application configuration information include: programming language, default display language, multilingual resource file, source code file name, class name, interface selection.
In some embodiments, the file format of the language resource file optionally includes a lightweight data exchange format.
In the embodiment of the present application, the file format of the language resource file may be selected as a lightweight data exchange format.
Illustratively, the language resource file is in JSON format (JavaScript Object Notation, a lightweight data exchange format).
In some embodiments, optionally, as shown in fig. 3, the configuration method of the application program includes:
step 302, creating a multilingual resource file;
the multilingual resource file is in a 'json' format, and the multilingual resource file is a file obtained by storing language information to be displayed on an application interface of a target application into the json file in a key value pair mode.
Step 304, reading a multi-language resource file;
the created multilingual resource file exists in the json file form, so that the multilingual resource file needs to be imported into the system after the system of the target application is started.
Step 306, setting default display languages;
step 308, obtaining language information;
in order to implement the multilingual switching function, text information to be displayed in the user software interface cannot be directly displayed, and is required to be used in the form of a key value from the read resource file.
Step 310, registering a language switching function;
the language switching function is a retransmission function (callback function), the language switching function is defined in a target application program and then registered into a multi-language implementation function, and when the language is required to be switched and displayed, all registered callback functions are traversed in the multi-language implementation function, so that the language switching function of an application interface is realized.
It should be noted that, language resource information corresponding to the multilingual resource file is all put into the language switching function, and the language resource information is all information required to be displayed by the target application.
At step 312, the languages are switched.
In the embodiment of the application, the functional interface is provided for the multi-language switching display time limit, and the input parameters are languages needing to be switched.
In some embodiments, optionally, as shown in fig. 4, a source code file generation method is provided, applied to a multi-lingual configuration system, which includes a manager, a memory, and a generator. The source code file generation method comprises the following steps:
step 402, configured to set a configuration file;
step 404, the manager parses the configuration file;
step 406, judging whether the memory stores available source code files, if yes, executing step 408, and if no, executing step 410;
step 408, the generator reads the file generation information from the memory;
step 410, generating a source code file according to the interface definition;
step 412, storing the source code file and the corresponding file generation information thereof to a memory;
step 414, a source code file is obtained.
As shown in fig. 5, in an embodiment of the present application, there is provided an application configuration apparatus, an application configuration apparatus 500 including:
the obtaining module 502 is configured to obtain a configuration file, where the configuration file includes a language resource file, and the configuration file includes a file generated by a first programming language;
a determining module 504, configured to determine first interface information corresponding to a first programming language, and second interface information corresponding to a target programming language;
the generating module 506 is configured to generate a source code file of the target programming language according to the first interface information, the second interface information, and the configuration file, where the source code file includes a language resource file;
and the configuration module 508 is used for configuring the source code file into the target application program so that the target application program can call the language resource file, and the target application program is matched with the target programming language.
In some embodiments, optionally, an obtaining module 502 is configured to obtain target interface definition information between the first interface information and the second interface information;
the application configuration apparatus 500 includes: and the interface definition module is used for carrying out interface definition on the configuration file according to the target interface definition information so as to obtain a source code file.
In the embodiment of the present application, after the first interface information and the second interface information are acquired, by setting target interface definition information between the first interface information and the second interface information, where the target interface definition information includes a mapping relationship between each interface in the first interface information and each interface in the second interface information, by using the target interface definition information, interface definition can be performed on the configuration file, so as to obtain a target source code file.
In some possible embodiments, the target interface definition information may be manually input into the multi-national language configuration system by a programmer such that the target interface definition information is obtained.
In some possible embodiments, an interface definition mapping table is stored in the memory, through which target interface definition information between the first interface information and the second interface information can be found.
The multi-language configuration system is also provided with a configurator, the configurator can acquire target interface definition information between the first interface information and the second interface information, and the source code file is generated by carrying out interface definition on each interface in the configuration file through the target interface definition information.
It should be noted that, the target interface definition information is definition information between the first interface information and the second interface information, where the second interface information is different if the target programming language is different, and the corresponding interface definition information is also different, by setting different interface definition information, the configuration file can generate a corresponding source code file, so that language resource files in the configuration file can be multiplexed in target application programs in different development environments and different programming languages.
In the embodiment of the application, the multi-language configuration system can acquire the interface definition information, and then define the interfaces in the configuration file through the interface definition information, so that each interface in the generated source code file can be directly called by the target application program, and the reusability and the universality of the configuration file are improved.
In some embodiments, optionally, the application configuration device 500 includes:
the searching module is used for searching target interface definition information in at least two historical interface definition information according to the first interface information and the second interface information, wherein the historical interface definition information comprises interface definition information in a source code file generated in a historical mode.
In this embodiment, the history interface definition information is interface definition information historically generated by the multilingual configuration system, that is, after the multilingual configuration system acquires the target interface definition information, the target interface definition information is stored as history interface definition information. After the new first interface information and the new second interface information are acquired, searching the target interface definition information in the historical interface definition information according to the first interface information and the second interface information.
Illustratively, the multilingual configuration system further includes a memory, wherein the memory stores historical interface definition information generated by the multilingual configuration system. After the first interface information and the second interface information are acquired, searching whether matched historical interface definition information exists in a memory according to the first interface information and the second interface information, and determining the matched historical interface definition information as target interface definition information.
It should be noted that, the interface definition information is a generation rule to be configured to generate a source code file, after each source code file is generated, the source code file and the generation rule are stored, and the history interface definition information can be determined by reading the corresponding generation rule.
In the embodiment of the application, after the first interface information and the second interface information are acquired, whether the history interface definition information generated by the matched history exists is searched, and after the matched history interface definition information is searched, the history interface definition information is used as the target interface definition information, so that multiplexing of the history interface definition information generated by the history is realized, and the information processing amount is further reduced.
In some embodiments, optionally, an obtaining module 502 is configured to obtain, in response to the interface editing input, an interface mapping relationship between the first interface information and the second interface information;
the generating module 506 is configured to generate the target interface definition information according to the interface mapping relationship.
In this embodiment of the present application, the interface mapping relationship is a mapping relationship between each interface corresponding to the first interface information and each interface corresponding to the second interface information, and the interface editing input is an operation input performed by a programmer on the multilingual configuration system, and by using the interface editing input, the target interface definition information can be generated based on the interface mapping relationship.
In the embodiment of the application, a programmer can edit and input through an execution interface, and generate the target interface definition information according to the interface mapping relation between the first interface information and the second interface information, so that the obtained target interface definition information is matched with the actual requirement of the programmer.
In some embodiments, optionally, an obtaining module 502 is configured to obtain file generation information between the source code file and the configuration file;
the application configuration apparatus 500 includes:
and the storage module is used for establishing a mapping relation between the file generation information and the source code file and storing the file generation information and the source code file according to the mapping relation.
In this embodiment, the file generation information includes generation rule information for generating a source code file by a configuration file, and the file generation information is recorded in the process of generating the source code file by the configuration file.
In some possible embodiments, the file generation information includes target interface definition information between the first interface information and the second interface information.
The system further includes a memory, and in the process of generating the source code file, file generation information of the source code file is continuously acquired, wherein the file generation information includes target interface definition information, and the file generation information and the source code file are stored in the memory after a mapping relation is established. After the configuration file is input again by the multilingual system, whether the matched source code file and corresponding file generation information exist or not can be searched in the memory, so that the historically generated source code file and file generation information can be multiplexed.
In the embodiment of the application, after the source code file is generated, the mapping relation is established between the source code file and the corresponding file generation information, and the source code file and the file generation information are stored according to the mapping relation, so that the source code file and the file generation information which are generated in a history can be multiplexed in the process of generating the source code file according to the configuration file, and the reusability of the source code file is improved.
In some embodiments, optionally, the application configuration device 500 includes:
the extraction module is used for extracting language resource information and key value information in the language resource file;
the receiving module is used for receiving editing input of the language resource information and/or the key value information;
and the updating module is used for responding to the editing input and editing the key value information and the language resource information in the language resource file so as to update the language resource file.
In this embodiment, the language resource file includes key information and language resource information, where the language resource information and the key information are in a one-to-one correspondence.
Illustratively, the language resource information may include language vocabulary of a plurality of languages, and one key value information may correspond to language vocabulary information of a plurality of languages of the same semantic. For example: the key value information is "Confirm", the language vocabulary corresponding to the key value information comprises "Confirm" and "Confirm", the key value information is "Close", and the language vocabulary corresponding to the key value information comprises "Close" and "Close".
In this embodiment, the edit input is an operation input for key value information and/or language resource information performed by a programmer. The operation input can be used for adding, deleting and modifying language resource information and/or key value information in the language resource file.
In some possible embodiments, the editing input may be edited by synchronizing the key value information and the language resource information, so that the language resource information and the key value information are newly added in the language resource file. For example: the key value information is "Confirm", the language resource information corresponding to the key value information comprises "Confirm" and "Confirm", the programmer modifies the key value information into "Close" through editing input, and modifies the language resource information corresponding to the key value information into "Close" and "Close".
In some possible embodiments, the editing input may be through editing the key value information, and the system may automatically search for corresponding language resource information according to the edited key value information, and update the language resource file based on the searched language resource information. For example: the key value information is "Cancel", the language resource information corresponding to the key value information comprises "Cancel" and "Cancel", a programmer modifies the key value information into "Error" through editing input, and the system can find the corresponding language resource information to be "Error" and "Error" through the key value information, and automatically update the language resource information from "Cancel" and "Cancel" to "Error".
Illustratively, the multilingual configuration system further includes an editor, which is a separately provided application program, and the editor interface can be displayed by inputting the configuration file into the editor. The editor interface is displayed with key value information and language resource information, and the key value information and the language resource information are displayed according to a mapping relation. The programmer can edit the key value information and/or language resource information at the editor interface.
According to the method and the device for editing the source code file, before the source code file is generated based on the source code file, language resource files in the source code file can be extracted, and key value information and/or key value information in the language resource files are edited, so that programmers can edit the source code file before the source code file is generated, and the reusability and the universality of the source code file are further improved.
In some embodiments, optionally, the application configuration device 500 includes:
the reading module is used for reading the language resource file and the application configuration information in the source code file;
and the configuration module 508 is used for configuring the language resource file and the application configuration information to the target application program.
In this embodiment, the application configuration information and language resource files in the source code are matched with the application configuration information and language resource files in the configuration file. In configuring the source code file in the target application, the language resource file and the application configuration information can be configured in the target application.
After the target application program is started, the language resource file is imported into the program system, and the target application program sets a default display language. And acquiring the language resource information in the language resource file, namely calling the language resource information in the language resource file through the key value information in the language resource file.
In the embodiment of the application, the language resource file and the application configuration information in the source code file are configured to the target application program, so that the source code file is configured to the target application program, and the target application program can call the language resource file.
In some embodiments, optionally, the obtaining module 502 is configured to obtain a language switching function corresponding to the language resource file;
a configuration module 508, configured to configure the language switching function to the target application.
In this embodiment, in the case where language resource information of a plurality of languages is included in the language resource file, it is necessary to switch the language resource information required to be called by the target application program by the language switching function.
It should be noted that, the language switching function includes a replace function, and registers the function into the language switching function of the target application program, when the language needs to be switched, the target application program can traverse all registered callback functions to realize the language switching function of the interface of the target application program.
In the embodiment of the application, the language switching function is configured in the target application program, so that a function interface for switching languages can be provided for the target application program, the target application program can call different language resource information, and the language switching function of the target application program is realized.
In some embodiments, optionally, the application configuration information includes at least one of: programming language information, preset display language information, interface selection information, class name information and source code name information.
In this embodiment, the application configuration information configurable in the configuration file includes at least one of interface selection information, programming language information, class name information, preset display language information, and source code name information. The functions configurable by the application configuration information include: programming language, default display language, multilingual resource file, source code file name, class name, interface selection.
In some embodiments, the file format of the language resource file optionally includes a lightweight data exchange format.
In the embodiment of the present application, the file format of the language resource file may be selected as a lightweight data exchange format.
Illustratively, the language resource file is in JSON format (JavaScript Object Notation, a lightweight data exchange format).
As shown in fig. 6, an application program configuration apparatus 600 is provided in an embodiment of the present application, including a processor 602 and a memory 604, where the memory 604 stores a program or instructions that when executed by the processor 602 implement the steps of the application program configuration method in any of the embodiments described above. Therefore, the application configuration device 600 has all the advantages of the application configuration method in any of the above embodiments, and will not be described herein.
Embodiments of the present application provide a readable storage medium having stored thereon a program or instructions that when executed by a processor implement an application configuration method as in any of the embodiments described above. Therefore, the readable storage medium has all the advantages of the application program configuration method in any of the above embodiments, and will not be described herein.
An embodiment of the present application provides an application program configuration system, including: the application configuration device as defined in the above second aspect or the application configuration device as defined in the above third aspect, and/or the readable storage medium as defined in the above fourth aspect, thus having all the advantageous technical effects of the application configuration device as defined in the above second aspect or the application configuration device as defined in the above third aspect, and/or the readable storage medium as defined in the above fourth aspect, will not be described in detail herein.
In some possible embodiments, the application configuration system includes a multi-lingual configuration system, and the multi-lingual system is configured to generate the source code file from the configuration file.
As shown in FIG. 7, the multi-lingual configuration system includes a manager 702, an adapter 704, a generator 706, a memory 708, a translator 710, and an editor 712.
Wherein adapter 704 is defined by an interface for a target programming language implementation. The translator 710 is used to parse translated language resource files, and different programming languages may be implemented using different third party libraries.
Illustratively, the programming language is C++, then it is implemented through the jsoncpp library.
Wherein the generator 706 generates a source code file of the target programming language according to the requirements of the source code file and stores the source code file and corresponding file generation information thereof in the memory 708.
Illustratively, the memory 708 employs a non-relational database, such as: mongo db (a distributed file storage based database), redis (Remote Dictionary Server remote dictionary service), and the like. The memory 708 stores source code files and their corresponding file generation information, including source code generation rules.
Illustratively, the editor 712 is a stand-alone application, and the editor 712 can extract the multi-lingual resource file in the configuration file, as shown in fig. 2, and the editor can display 3 columns of content: key value information, chinese language information, english language information. The user inputs the key value information, and the editor can translate the key value information into corresponding Chinese language information and English language information.
The manager is used to manage and schedule the adapter 704, the generator 706, the memory 708, the translator 710, and the editor 712, among other things. That is, the manager can parse the configuration file, look up whether there are available source code files in memory 708, and after no available source code files are found, schedule generator 706 generates the source code files.
It should be understood that, in the claims, the description, and the drawings of the present application, the term "plurality" refers to two or more, and unless otherwise explicitly defined, the orientation or positional relationship indicated by the terms "upper", "lower", etc. are based on the orientation or positional relationship shown in the drawings, merely for the convenience of describing the present application and making the description process easier, and not for the purpose of indicating or implying that the apparatus or element in question must have the particular orientation, configuration and operation described, of a particular orientation, and therefore such description should not be construed as limiting the present application; the terms "connected," "mounted," "secured," and the like are to be construed broadly, and may be, for example, a fixed connection between a plurality of objects, a removable connection between a plurality of objects, or an integral connection; the objects may be directly connected to each other or indirectly connected to each other through an intermediate medium. The specific meaning of the terms in this application will be understood by those of ordinary skill in the art based on the above data.
The descriptions of the terms "one embodiment," "some embodiments," "particular embodiments," and the like in the claims, specification, and drawings of this application mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In the claims, specification and drawings of this application, the schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The foregoing is merely a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and variations may be made to the present application by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application.

Claims (14)

1. An application configuration method, comprising:
acquiring a configuration file, wherein the configuration file comprises language resource files, and the configuration file comprises files generated through a first programming language;
Determining first interface information corresponding to the first programming language and second interface information corresponding to a target programming language;
generating a source code file of the target programming language according to the first interface information, the second interface information and the configuration file, wherein the source code file comprises the language resource file;
and configuring the source code file into a target application program so that the target application program can call the language resource file, wherein the target application program is matched with the target programming language.
2. The application program configuration method according to claim 1, wherein the generating the source code file of the target programming language according to the first interface information, the second interface information, and the configuration file includes:
acquiring target interface definition information between the first interface information and the second interface information;
and according to the target interface definition information, carrying out interface definition on the configuration file to obtain the source code file.
3. The application program configuration method according to claim 2, wherein the acquiring the target interface definition information between the first interface information and the second interface information includes:
And searching the target interface definition information in at least two historical interface definition information according to the first interface information and the second interface information, wherein the historical interface definition information comprises interface definition information in the source code file generated in a historical way.
4. The application program configuration method according to claim 2, wherein the acquiring the target interface definition information between the first interface information and the second interface information includes:
responding to interface editing input, and acquiring an interface mapping relation between the first interface information and the second interface information;
and generating the target interface definition information according to the interface mapping relation.
5. The application program configuration method according to claim 2, wherein after the source code file is configured into the target application program so that the target application program can call the language resource file, the method further comprises:
acquiring file generation information between the source code file and the configuration file;
and establishing a mapping relation between the file generation information and the source code file, and storing the file generation information and the source code file according to the mapping relation.
6. The application program configuration method according to any one of claims 1 to 5, characterized in that before the generating the source code file of the target programming language from the first interface information, the second interface information, and the configuration file, it includes:
extracting language resource information and key value information in the language resource file;
receiving editing input of the language resource information and/or the key value information;
and responding to the editing input, editing the key value information and the language resource information in the language resource file so as to update the language resource file.
7. The application program configuration method according to any one of claims 1 to 5, characterized in that the configuring the source code file to a target application program includes:
reading the language resource file and the application configuration information in the source code file;
and configuring the language resource file and the application configuration information to the target application program.
8. The application program configuration method according to claim 7, wherein after the language resource file and the application configuration information are configured to the target application program, further comprising:
Acquiring a language switching function corresponding to the language resource file;
and configuring the language switching function to the target application program.
9. The application configuration method of claim 7, wherein the application configuration information includes at least one of:
programming language information, preset display language information, interface selection information, class name information and source code name information.
10. The application configuration method according to any one of claims 1 to 5, wherein the file format of the language resource file includes a lightweight data exchange format.
11. An application configuration apparatus, comprising:
the system comprises an acquisition module, a storage module and a storage module, wherein the acquisition module is used for acquiring a configuration file, the configuration file comprises a language resource file, and the configuration file comprises a file generated through a first programming language;
the determining module is used for determining first interface information corresponding to the first programming language and second interface information corresponding to the target programming language;
the generation module is used for generating a source code file of the target programming language according to the first interface information, the second interface information and the configuration file, wherein the source code file comprises the language resource file;
And the configuration module is used for configuring the source code file into a target application program so that the target application program can call the language resource file, and the target application program is matched with the target programming language.
12. An application configuration apparatus, comprising:
a processor and a memory storing a program or instructions executable on the processor, which when executed by the processor, implement the steps of the method of any one of claims 1 to 10.
13. A readable storage medium having stored thereon a program or instructions, which when executed by a processor, implement the steps of the method of any of claims 1 to 10.
14. An application configuration system, comprising:
an application configuration device as claimed in claim 11 or 12; and/or
The readable storage medium of claim 13.
CN202311471459.5A 2023-11-07 2023-11-07 Application program configuration method, device, system and readable storage medium Pending CN117270954A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311471459.5A CN117270954A (en) 2023-11-07 2023-11-07 Application program configuration method, device, system and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311471459.5A CN117270954A (en) 2023-11-07 2023-11-07 Application program configuration method, device, system and readable storage medium

Publications (1)

Publication Number Publication Date
CN117270954A true CN117270954A (en) 2023-12-22

Family

ID=89206483

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311471459.5A Pending CN117270954A (en) 2023-11-07 2023-11-07 Application program configuration method, device, system and readable storage medium

Country Status (1)

Country Link
CN (1) CN117270954A (en)

Similar Documents

Publication Publication Date Title
US20110179073A1 (en) Method for Localizing Text in a Software Application
US20100146491A1 (en) System for Preparing Software Documentation in Natural Languages
CN111160045B (en) Game resource file translation method, device and equipment
JPH10326255A (en) Method for handling message independent of language
JPH1083293A (en) Error correction compiler
CN111061525A (en) Internationalized interface switching method and storage medium
CN110109981B (en) Information display method and device for work queue, computer equipment and storage medium
CN109947711B (en) Automatic multi-language file management method in IOS project development process
JP2000216855A (en) Method, editor, computer, control module and storage medium for editing configuration data for communication system
CN112130952A (en) Multi-language display method, device, equipment and product
US20230088670A1 (en) Reverse compiler
CN117270954A (en) Application program configuration method, device, system and readable storage medium
CN110941471A (en) Method and device for internationalizing basic data of software system
CN113821496B (en) Database migration method, system, device and computer readable storage medium
US20090228678A1 (en) Mapping definition creation system and mapping definition creation program
CN113961300A (en) iOS APP character string resource file translation method and system
CN113901025A (en) Database management method, device, equipment and storage medium
CN115618887B (en) Dynamic long text internationalization method, device, equipment and storage medium
US20190019054A1 (en) Contact Information Identification System
CN111857698B (en) Macro program configuration method and device
JP5596517B2 (en) Internationalized screen generation system and program
JP2009146196A (en) Translation support system, translation support method and translation support program
JP5389857B2 (en) Development support system, development support method, and development support program
CN114416035A (en) Data processing method and device, electronic equipment and storage medium
CN113535147A (en) Method and device for generating calling code, electronic terminal and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination