CN103699655A - Method and device for internationalizing databases and method and system for converting data - Google Patents
Method and device for internationalizing databases and method and system for converting data Download PDFInfo
- Publication number
- CN103699655A CN103699655A CN201310738035.0A CN201310738035A CN103699655A CN 103699655 A CN103699655 A CN 103699655A CN 201310738035 A CN201310738035 A CN 201310738035A CN 103699655 A CN103699655 A CN 103699655A
- Authority
- CN
- China
- Prior art keywords
- internationalization
- variable
- language
- data
- database
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/258—Data format conversion from or to a database
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2452—Query translation
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a method for internationalizing databases. The method includes steps of S101, writing specific languages required to be internationalized into initialization configuration files of the databases; S102, replacing the specific languages in original initialization SQL (structured query language) statements in the initialization configuration files by temporary variables to obtain initialization SQL scripts; S103, generating corresponding language packs of various languages, generating internationalization variables corresponding to the temporary variables from the language packs by the aid of digest algorithms and establishing mapping relations among the internationalization variables and the specific languages in the language packs; S104, initializing the initialization configuration files and replacing the temporary variables in the initialization SQL scripts by the internationalization variables. The language packs contain mapping relations among the temporary variables and the specific languages. The invention further discloses a device for internationalizing the databases, and a method and a system for converting data.
Description
Technical field
The present invention relates to a kind of international method of fulfillment database and device, data transfer device and system.
Background technology
Existing internationalization database scheme is normally by carrying out submeter by different language or a minute field realizes, and the problem that such mode exists has:
1, same system shows that under different language environment all data just need to inquire about just and can obtain all sublists and son field;
2, tables of data or field increase cause the complicated of operation and management;
3, increase that newspeak need to increase new sublist to the table relevant to internationalization or son field solves.
Summary of the invention
For solving above-mentioned contained problem, the technical scheme that the present invention adopts is:
Provide a kind of fulfillment database international method, comprise the steps: S101, need to carry out international concrete syntax write into Databasce initial configuration file, in initial configuration file, comprise the original initialization SQL statement with concrete syntax; S102, the concrete syntax in the original initialization SQL statement in initial configuration file is replaced obtaining initialization SQL script by temporary variable; S103, generate the corresponding language pack of various language, the mapping relations that comprise temporary variable and concrete syntax in language pack, then adopt digest algorithm from language pack, to generate the internationalization variable corresponding with temporary variable, and in language pack, set up the mapping relations of internationalization variable and concrete syntax; S104, according to initial configuration file, carry out initialization, the temporary variable in initialization SQL script is replaced with internationalization variable.
Another technical solution used in the present invention is:
Provide a kind of fulfillment database international device, comprising: writing module, for needs, carry out international concrete syntax write into Databasce initial configuration file, in initial configuration file, comprise the original initialization SQL statement with concrete syntax; Script generation module, for replacing obtaining initialization SQL script by the concrete syntax in the original initialization SQL statement of initial configuration file by temporary variable; Language pack generation module, for generating the corresponding language pack of various language, the mapping relations that comprise temporary variable and concrete syntax in language pack, then adopt digest algorithm from language pack, to generate the internationalization variable corresponding with temporary variable, and in language pack, set up the mapping relations of internationalization variable and concrete syntax; Initialization module, for carrying out initialization according to initial configuration file, replaces the temporary variable in initialization SQL script with internationalization variable.
Another technical scheme that the present invention adopts is:
A kind of data transfer device based on internationalization database is provided, comprise the steps: that S201, server end Query Database read all language pack and language pack carried out in internal memory to buffer memory, in language pack, comprise the mapping relations of internationalization variable and concrete syntax; S202, when server end receive that browser end sends obtain request of data time, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously; S203, browser end are resolved JSON sequence and are obtained data.
Another technical scheme that the present invention adopts is:
A kind of data conversion system based on internationalization database is provided, comprise server end and the browser end communicating to connect with server end, described server end comprises: cache module, for Query Database, read all language pack and language pack is carried out to buffer memory at internal memory, in language pack, comprising the mapping relations of internationalization variable and concrete syntax; Replacement module, for when server end, receive browser end transmission obtain request of data time, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously; Described browser end is used for resolving JSON sequence and obtains data.
Beneficial effect of the present invention is: a kind of international method of fulfillment database and device, data transfer device and system are provided, in database, only preserved internationalization variable, internationalization operates in while returning to browser end JSON to be processed, therefore internationalization is irrelevant with database table structure, in this transfer process, the internationalization variable in data is replaced with to the content of corresponding language simultaneously, in the time of conversion, also internationalize, therefore replacement process can not produce a large amount of new character strings objects, to keep high-level efficiency and not affect business realizing.Without carrying out complicated list structure, safeguard, when increasing and revising language, only increase or revise language pack, without the scheme as prior art, in database, for each needs international language, increase the field of every kind of language or set up sublist for every kind of language, extensibility is good.
Accompanying drawing explanation
Fig. 1 is the flowchart of a kind of international method of fulfillment database in an embodiment of the present invention;
Fig. 2 is the flowchart of a kind of data transfer device based on internationalization database in an embodiment of the present invention;
Fig. 3 is the flowchart of step S2022 in Fig. 2;
Fig. 4 is the flowchart of new database more;
Fig. 5 is the functional block diagram of the international device of a kind of fulfillment database in an embodiment of the present invention;
Fig. 6 is the system chart of a kind of data conversion system based on internationalization database in an embodiment of the present invention.
Embodiment
By describing technology contents of the present invention, structural attitude in detail, being realized object and effect, below in conjunction with embodiment and coordinate accompanying drawing to be explained in detail.
Referring to Fig. 1, is the flowchart of a kind of international method of fulfillment database in an embodiment of the present invention, comprises the steps:
Step S101, need to carry out international concrete syntax write into Databasce initial configuration file, in initial configuration file, comprise the original initialization SQL statement with concrete syntax.
Step S102, the concrete syntax in the original initialization SQL statement in initial configuration file is replaced obtaining initialization SQL script by temporary variable.
For example:
Insert into CONF (NAME, COMMENTS) values (' license', ' authorization user information ');
Wherein temporary variable name for concrete syntax " authorization user information " " $ { licenseinfo} " replaces:
insert?into?CONF(NAME,COMMENTS)values('license','${licenseinfo}')。
Step S103, generate the corresponding language pack of various language, the mapping relations that comprise temporary variable and concrete syntax in language pack, then adopt digest algorithm from language pack, to generate the internationalization variable corresponding with temporary variable, and in language pack, set up the mapping relations of internationalization variable and concrete syntax.
For example:
English: licenseinfo=Licence Infomation
Chinese: licenseinfo=authorization user information
Chinese-traditional: licenseinfo=awards Right Households information
Step S104, according to initial configuration file, carry out initialization, the temporary variable in initialization SQL script is replaced with internationalization variable.
Referring to Fig. 2, is the flowchart of a kind of data transfer device based on internationalization database in an embodiment of the present invention.This internationalization database is obtained by above-mentioned implementation method exploitation.Should specifically comprise the steps: by the data transfer device based on internationalization database
Step S201, server end Query Database read all language pack and language pack are carried out in internal memory to buffer memory, comprise the mapping relations of internationalization variable and concrete syntax in language pack;
Step S202, when server end receive that browser end sends obtain request of data time, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously.Because internationalization operation has adopted buffer memory and completed in JSON serializing process, international efficiency is higher.
Step S203, browser end are resolved JSON sequence and are obtained data.
Referring to Fig. 3, is the flowchart of step S2022 in Fig. 2.Wherein, described packet is containing numerical value, Boolean type, character string, and described step S2022 specifically comprises:
Step S2021, when server end receive that browser end sends obtain request of data time, judge whether the field type in data is character string, if so, enter step S2022,
Step S2022, judge that whether this field is internationalization variable, if so, enter step S2023, if not, enter step S2024 and directly former field is back to described browser end;
Step S2023, read the language pack corresponding with browser end preset language of buffer memory, the internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously.
Referring to Fig. 4, is the flowchart of new database more.Wherein, described a kind of data transfer device based on internationalization database also comprises renewal database steps, specifically comprises:
Step S301, before database manipulation, open the program function of AOP tangent plane programming mode and safeguard;
Step S302, while carrying out database manipulation, judge more whether newer field relates to internationalization variable;
Step S303, when judging more newer field design internationalization variable, cancel the renewal to the field that comprises the variable that internationalizes.
Owing to having adopted AOP mode to protect internationalization variable not to be modified, this process and service detach, intercept the renewal operation of database uniformly, stops the retouching operation to the field that contains the variable that internationalizes.
Referring to Fig. 5, is the functional block diagram of the international device of a kind of fulfillment database in an embodiment of the present invention.The international method of described a kind of fulfillment database is applied in the international device of this fulfillment database.The international device of this fulfillment database comprises writing module, script generation module, language pack generation module, initialization module.
Writing module, for carrying out international concrete syntax write into Databasce initial configuration file, comprises the original initialization SQL statement with concrete syntax in initial configuration file.Script generation module is for replacing obtaining initialization SQL script by the concrete syntax in the original initialization SQL statement of initial configuration file by temporary variable.Language pack generation module is for generating the corresponding language pack of various language, the mapping relations that comprise temporary variable and concrete syntax in language pack, then adopt digest algorithm from language pack, to generate the internationalization variable corresponding with temporary variable, and in language pack, set up the mapping relations of internationalization variable and concrete syntax.Initialization module, for carrying out initialization according to initial configuration file, is replaced the temporary variable in initialization SQL script with internationalization variable.
Referring to Fig. 6, is the system chart of a kind of data conversion system based on internationalization database in an embodiment of the present invention.Described a kind of data transfer device based on internationalization database is applied in this data conversion system based on internationalization database.
Should the data conversion system based on internationalization database comprise server end and the browser end communicating to connect with server end, described server end comprises database, cache module, replacement module.Cache module reads all language pack and language pack is carried out to buffer memory at internal memory for Query Database, comprises the mapping relations of internationalization variable and concrete syntax in language pack.Replacement module for when server end, receive browser end transmission obtain request of data time, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously.Described browser end is used for resolving JSON sequence and obtains data.
Wherein, described packet is containing numerical value, Boolean type, character string, and described replacement module specifically comprises that the first judgement submodule, the second judgement submodule, serializing submodule, former field return to submodule.The first judgement submodule for when server end, receive browser end transmission obtain request of data time, judge whether the field type in data is character string.When the second judgement submodule is character string for judging when the first judgement submodule, judge whether this field is internationalization variable.Serializing submodule is for when the second judgement submodule judgement field is internationalization variable, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously.Former field is returned to submodule for when the second judgement submodule judgement field is not internationalization variable, directly former field contents is back to described browser end.
Wherein, described a kind of data conversion system based on internationalization database also comprises renewal database module, and this renewal database module specifically comprises AOP implementation sub-module, the 3rd judgement submodule, interception submodule.AOP implementation sub-module, for before database manipulation, is opened the program function of AOP tangent plane programming mode and is safeguarded.When the 3rd judgement submodule is used for carrying out database manipulation, judge more whether newer field relates to internationalization variable.Interception submodule, for when the 3rd judgement submodule judges that more variable is internationalized in newer field design, is cancelled the renewal to the field that comprises the variable that internationalizes.
The international method of fulfillment database of the present invention and device, data transfer device and system, in database, only preserved internationalization variable, internationalization operates in while returning to browser end JSON to be processed, therefore internationalization is irrelevant with database table structure, in this transfer process, the internationalization variable in data is replaced with to the content of corresponding language simultaneously, in the time of conversion, also internationalize, therefore replacement process can not produce a large amount of new character strings objects, to keep high-level efficiency and not affect business realizing.Without carrying out complicated list structure, safeguard, when increasing and revising language, only increase or revise language pack, without the scheme as prior art, in database, for each needs international language, increase the field of every kind of language or set up sublist for every kind of language, extensibility is good.
The foregoing is only embodiments of the invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or conversion of equivalent flow process that utilizes instructions of the present invention and accompanying drawing content to do; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.
Claims (8)
1. the international method of fulfillment database, is characterized in that, comprises the steps:
S101, need to carry out international concrete syntax write into Databasce initial configuration file, in initial configuration file, comprise the original initialization SQL statement with concrete syntax;
S102, the concrete syntax in the original initialization SQL statement in initial configuration file is replaced obtaining initialization SQL script by temporary variable;
S103, generate the corresponding language pack of various language, the mapping relations that comprise temporary variable and concrete syntax in language pack, then adopt digest algorithm from language pack, to generate the internationalization variable corresponding with temporary variable, and in language pack, set up the mapping relations of internationalization variable and concrete syntax;
S104, according to initial configuration file, carry out initialization, the temporary variable in initialization SQL script is replaced with internationalization variable.
2. the international device of fulfillment database, is characterized in that, comprising:
Writing module, carries out international concrete syntax write into Databasce initial configuration file for needs, comprises the original initialization SQL statement with concrete syntax in initial configuration file;
Script generation module, for replacing obtaining initialization SQL script by the concrete syntax in the original initialization SQL statement of initial configuration file by temporary variable;
Language pack generation module, for generating the corresponding language pack of various language, the mapping relations that comprise temporary variable and concrete syntax in language pack, then adopt digest algorithm from language pack, to generate the internationalization variable corresponding with temporary variable, and in language pack, set up the mapping relations of internationalization variable and concrete syntax;
Initialization module, for carrying out initialization according to initial configuration file, replaces the temporary variable in initialization SQL script with internationalization variable.
3. the data transfer device based on internationalization database, is characterized in that, comprises the steps:
S201, server end Query Database read all language pack and language pack are carried out in internal memory to buffer memory, comprise the mapping relations of internationalization variable and concrete syntax in language pack;
S202, when server end receive that browser end sends obtain request of data time, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously;
S203, browser end are resolved JSON sequence and are obtained data.
4. a kind of data transfer device based on internationalization database according to claim 3, is characterized in that, described packet is containing numerical value, Boolean type, character string, and described step S2022 specifically comprises:
S2021, when server end receive that browser end sends obtain request of data time, judge whether the field type in data is character string, if so, enter step S2022,
S2022, judge that whether this field is internationalization variable, if so, enter step S2023, if not, directly former field is back to described browser end;
S2023, read the language pack corresponding with browser end preset language of buffer memory, the internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously.
5. according to a kind of data transfer device based on internationalization database described in claim 3-4 any one, it is characterized in that, also comprise renewal database steps, specifically comprise:
Before database manipulation, open the program function of AOP tangent plane programming mode and safeguard;
While carrying out database manipulation, judge more whether newer field relates to internationalization variable;
When judging that more variable is internationalized in newer field design, cancel the renewal to the field that comprises the variable that internationalizes.
6. the data conversion system based on internationalization database, comprises server end and the browser end communicating to connect with server end, it is characterized in that, described server end comprises:
Cache module, reads all language pack and language pack is carried out to buffer memory at internal memory for Query Database, comprises the mapping relations of internationalization variable and concrete syntax in language pack;
Replacement module, for when server end, receive browser end transmission obtain request of data time, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously;
Described browser end is used for resolving JSON sequence and obtains data.
7. a kind of data conversion system based on internationalization database according to claim 6, is characterized in that, described packet is containing numerical value, Boolean type, character string, and described replacement module specifically comprises:
The first judgement submodule, for when server end, receive browser end transmission obtain request of data time, judge whether the field type in data is character string;
The second judgement submodule, while being character string for judging when the first judgement submodule, judges whether this field is internationalization variable;
Serializing submodule, for when the second judgement submodule judgement field is internationalization variable, read the language pack corresponding with browser end preset language of buffer memory, internationalization variable in data is replaced with to the concrete syntax of corresponding preset language, by after data JSON serializing, be sent to described browser end simultaneously;
Former field is returned to submodule, for when the second judgement submodule judgement field is not internationalization variable, directly former field contents is back to described browser end.
8. according to a kind of data conversion system based on internationalization database described in claim 6-7 any one, it is characterized in that, also comprise renewal database module, specifically comprise:
AOP implementation sub-module, for before database manipulation, opens the program function of AOP tangent plane programming mode and safeguards;
The 3rd judgement submodule, when carrying out database manipulation, judges more whether newer field relates to internationalization variable;
Interception submodule, for when the 3rd judgement submodule judges that more variable is internationalized in newer field design, cancels the renewal to the field that comprises the variable that internationalizes.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310738035.0A CN103699655B (en) | 2013-12-27 | 2013-12-27 | Method and device for internationalizing databases and method and system for converting data |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310738035.0A CN103699655B (en) | 2013-12-27 | 2013-12-27 | Method and device for internationalizing databases and method and system for converting data |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103699655A true CN103699655A (en) | 2014-04-02 |
CN103699655B CN103699655B (en) | 2017-02-15 |
Family
ID=50361183
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310738035.0A Active CN103699655B (en) | 2013-12-27 | 2013-12-27 | Method and device for internationalizing databases and method and system for converting data |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103699655B (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105260402A (en) * | 2015-09-18 | 2016-01-20 | 久盈世纪(北京)科技有限公司 | Data management method and apparatus |
CN106445482A (en) * | 2015-08-12 | 2017-02-22 | 腾讯科技(深圳)有限公司 | Display control method and apparatus |
CN106897074A (en) * | 2017-03-10 | 2017-06-27 | 深圳国泰安教育技术股份有限公司 | A kind of data processing method and its system of VR development platforms |
WO2018095351A1 (en) * | 2016-11-28 | 2018-05-31 | 中兴通讯股份有限公司 | Method and device for search processing |
CN108304430A (en) * | 2017-06-02 | 2018-07-20 | 深圳三诺信息科技有限公司 | A method of modification database |
CN112306620A (en) * | 2020-12-24 | 2021-02-02 | 深圳市蓝凌软件股份有限公司 | Multi-language loading method and device for user-defined form control |
CN113704242A (en) * | 2020-05-20 | 2021-11-26 | 北京沃东天骏信息技术有限公司 | Data processing method and device |
CN118410814A (en) * | 2024-04-28 | 2024-07-30 | 达蒙数字科技(南通)有限公司 | Internationalization language dynamic switching method based on back end |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020111933A1 (en) * | 2000-10-24 | 2002-08-15 | Noble William B. | Multilingual system having dynamic language selection |
CN1577263A (en) * | 2003-06-26 | 2005-02-09 | 华为技术有限公司 | Multilanguage-supporting user interface realizing method and apparatus thereof |
CN1619546A (en) * | 2003-09-30 | 2005-05-25 | 微软公司 | Label system-translation of text and multi-language support at runtime and design |
CN102446221A (en) * | 2011-12-22 | 2012-05-09 | 南京联创科技集团股份有限公司 | Dynamic tree structured directory retrieval method in BS (browser/server) structure software |
-
2013
- 2013-12-27 CN CN201310738035.0A patent/CN103699655B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020111933A1 (en) * | 2000-10-24 | 2002-08-15 | Noble William B. | Multilingual system having dynamic language selection |
CN1577263A (en) * | 2003-06-26 | 2005-02-09 | 华为技术有限公司 | Multilanguage-supporting user interface realizing method and apparatus thereof |
CN1619546A (en) * | 2003-09-30 | 2005-05-25 | 微软公司 | Label system-translation of text and multi-language support at runtime and design |
CN102446221A (en) * | 2011-12-22 | 2012-05-09 | 南京联创科技集团股份有限公司 | Dynamic tree structured directory retrieval method in BS (browser/server) structure software |
Non-Patent Citations (2)
Title |
---|
许晖 等: "J2EE系统国际化问题的解决方案", 《计算机工程》 * |
齐白钰: "WEB国际化通用框架研究及在大冬会系统中的应用", 《中国优秀硕士学位论文全文数据库 信息科技辑》 * |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106445482A (en) * | 2015-08-12 | 2017-02-22 | 腾讯科技(深圳)有限公司 | Display control method and apparatus |
CN106445482B (en) * | 2015-08-12 | 2020-09-22 | 腾讯科技(深圳)有限公司 | Display control method and device |
CN105260402A (en) * | 2015-09-18 | 2016-01-20 | 久盈世纪(北京)科技有限公司 | Data management method and apparatus |
WO2018095351A1 (en) * | 2016-11-28 | 2018-05-31 | 中兴通讯股份有限公司 | Method and device for search processing |
CN106897074A (en) * | 2017-03-10 | 2017-06-27 | 深圳国泰安教育技术股份有限公司 | A kind of data processing method and its system of VR development platforms |
CN108304430A (en) * | 2017-06-02 | 2018-07-20 | 深圳三诺信息科技有限公司 | A method of modification database |
CN113704242A (en) * | 2020-05-20 | 2021-11-26 | 北京沃东天骏信息技术有限公司 | Data processing method and device |
CN113704242B (en) * | 2020-05-20 | 2024-10-18 | 北京沃东天骏信息技术有限公司 | Data processing method and device |
CN112306620A (en) * | 2020-12-24 | 2021-02-02 | 深圳市蓝凌软件股份有限公司 | Multi-language loading method and device for user-defined form control |
CN118410814A (en) * | 2024-04-28 | 2024-07-30 | 达蒙数字科技(南通)有限公司 | Internationalization language dynamic switching method based on back end |
CN118410814B (en) * | 2024-04-28 | 2024-10-11 | 达蒙数字科技(南通)有限公司 | Internationalization language dynamic switching method based on back end |
Also Published As
Publication number | Publication date |
---|---|
CN103699655B (en) | 2017-02-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103699655A (en) | Method and device for internationalizing databases and method and system for converting data | |
CN107391653B (en) | Distributed NewSQL database system and picture data storage method | |
Carlsson et al. | SICStus Prolog—the first 25 years | |
US8997070B2 (en) | Extension mechanism for scripting language compiler | |
CN105022630B (en) | A kind of assembly management system and assembly management method | |
EP3336690A1 (en) | Extensible data transformation authoring and validation system | |
CN108369591B (en) | System and method for caching and parameterizing IR | |
CN106415495A (en) | Programming system and language for application development | |
CN108363566A (en) | File configuration method, intelligent terminal and storage medium in a kind of project development process | |
CN113569508B (en) | Database model construction method and device for data indexing and access based on ID | |
CN104423982A (en) | Request processing method and device | |
US10268776B1 (en) | Graph store built on a distributed hash table | |
KR102705751B1 (en) | Apparatus, system comprising the same, and method for storing key of the apparatus | |
US8024374B2 (en) | Computer object conversion using an intermediate object | |
CN103412766A (en) | User right-based data access method and device | |
CN109558121A (en) | Development approach, device, equipment and the storage medium of interface drive program | |
CN103501341A (en) | Method and device for establishing Web service | |
CN113238739A (en) | Plug-in development and data acquisition method, device, electronic equipment and medium | |
CN105573763A (en) | Embedded system modeling method supporting RTOS | |
CN109597611A (en) | Front end data flow control Components Development system, method, equipment and storage medium | |
CA3203549A1 (en) | Unified verification method, device, equipment and storage medium | |
CN116644122A (en) | Data transaction processing method, device, computer equipment and storage medium | |
CN116466915A (en) | MVP architecture-based iOS development framework construction method and device | |
CN112231409B (en) | Database synchronization initialization loading method, device, equipment and storage medium | |
CN103207787A (en) | Data packet loading method and system in project development |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant |