CN113010184A - Method for realizing conversion from Axure engineering to Qt engineering - Google Patents

Method for realizing conversion from Axure engineering to Qt engineering Download PDF

Info

Publication number
CN113010184A
CN113010184A CN202110289826.4A CN202110289826A CN113010184A CN 113010184 A CN113010184 A CN 113010184A CN 202110289826 A CN202110289826 A CN 202110289826A CN 113010184 A CN113010184 A CN 113010184A
Authority
CN
China
Prior art keywords
control
axiure
tree
identification
virtual
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
Application number
CN202110289826.4A
Other languages
Chinese (zh)
Other versions
CN113010184B (en
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.)
Nanjing Rengu System Integration Co ltd
Original Assignee
Nanjing Rengu System Integration 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 Nanjing Rengu System Integration Co ltd filed Critical Nanjing Rengu System Integration Co ltd
Priority to CN202110289826.4A priority Critical patent/CN113010184B/en
Publication of CN113010184A publication Critical patent/CN113010184A/en
Application granted granted Critical
Publication of CN113010184B publication Critical patent/CN113010184B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method for realizing the conversion from Axiure engineering to Qt engineering, which relates to the software development technology, and comprises the steps of acquiring identification characteristics corresponding to each Axiure standard control and establishing a mapping relation between the Axiure standard control and the corresponding Qt control; extracting the Axiure project to construct a virtual Axiure control tree; based on the identification features and the mapping relation, carrying out identification processing on the Axiure control tree to generate a virtual Qt control tree; based on the preset format, the technical scheme of outputting the Qt control tree as the file with the preset format can utilize the mapping relation between the Axiure standard control and the corresponding Qt control to carry out control identification processing on the Axiure project, convert the Axiure control tree corresponding to the Axiure project into the corresponding Qt control tree, and finally output according to a certain format, thereby simplifying the design process of the Qt style sheet to a greater extent and improving the efficiency.

Description

Method for realizing conversion from Axure engineering to Qt engineering
Technical Field
The invention relates to a software development technology, in particular to a method for realizing the conversion from Axure engineering to Qt engineering.
Background
The Qt is a cross-platform application program and UI framework, comprises a cross-platform class library, an integrated development tool and a cross-platform IDE, and can be deployed across different desktops and embedded operating systems only by developing the application program once without rewriting source codes.
At present, an Acure RP design tool is generally used for interface display and interactive design to generate Web end prototype software and related codes; finally, the Qt style sheet (qss for short) and the code are used for realizing the prototype software function.
However, at present, qss generation mainly depends on manual design, and interface mapping, qss style design and the like are performed through comparison with prototype software, so that the process is complicated.
Disclosure of Invention
The embodiment of the invention provides a method for realizing the conversion from Axure engineering to Qt engineering, which can simplify the design process of a Qt style sheet and improve the efficiency.
The embodiment of the invention provides a method for realizing the conversion from Axure engineering to Qt engineering, which comprises the following steps:
acquiring identification characteristics corresponding to each Axiure standard control, and establishing a mapping relation between the Axiure standard control and a corresponding Qt control;
extracting the Axiure project to construct a virtual Axiure control tree;
based on the identification features and the mapping relation, carrying out identification processing on the Axiure control tree to generate a virtual Qt control tree;
and outputting the Qt control tree as a file in a preset format based on the preset format.
Optionally, in a possible implementation manner, the acquiring the identification feature corresponding to each axis standard control includes:
and carrying out feature extraction processing on the Axiure standard controls one by one, and acquiring the identification features corresponding to each Axiure standard control.
Optionally, in a possible implementation manner, the establishing a mapping relationship between the axis standard control and the corresponding Qt control includes:
and acquiring a Qt control matched with the Axis standard control from a preset Qt control library, and establishing a mapping relation between the Axis standard control and the Qt control.
Optionally, in a possible implementation manner, the extracting the axis project and constructing a virtual axis control tree include:
extracting convertible resource information of the Axiure project, wherein the resource information comprises a page, an associated style and a picture;
and constructing a virtual Axiure control tree in a memory by taking the page as a unit.
Optionally, in a possible implementation manner, the constructing a virtual Axure control tree in a memory by using the page as a unit includes:
extracting identification information of the identification elements, extracting attribute information of the container elements, and acquiring the control type of the current element according to the attribute information;
and constructing a virtual Axiure control tree in a memory according to the inclusion and hierarchical relation of the control based on the identification information and the control type.
Optionally, in a possible implementation manner, the identifying, based on the identifying feature and the mapping relationship, the Axure control tree to generate a virtual Qt control tree includes:
identifying the Axiure control tree based on the identification characteristics and the mapping relation, and acquiring a standby Qt control corresponding to the Axiure control, a coordinate position of the standby Qt control and a style of a combined control;
and generating a virtual Qt control tree based on the to-be-used Qt control, the coordinate position and the style of the combined control.
Optionally, in a possible implementation manner, the obtaining of a standby Qt control corresponding to the axis control includes:
scanning the Axiure control tree nodes one by one from top to bottom and from outside to inside, and searching the identification features and the mapping relation;
and acquiring the standby Qt control according to the identification feature and the mapping relation.
Optionally, in a possible implementation manner, the obtaining the standby Qt control according to the identification feature and the mapping relationship includes:
and acquiring the Axiure standard control according to the identification characteristics, inquiring a Qt control corresponding to the Axiure standard control based on the mapping relation, and taking the Qt control as a standby Qt control.
Optionally, in a possible implementation manner, the outputting the Qt control tree as a file in a preset format based on the preset format includes:
and outputting the Qt control tree into a UI file format.
Optionally, in a possible implementation manner, after the outputting the Qt control tree as a file in a preset format based on the preset format, the method further includes:
and saving the file to a disk.
The invention provides a method for realizing the conversion from Axiure engineering to Qt engineering, which comprises the steps of acquiring identification characteristics corresponding to each Axiure standard control and establishing a mapping relation between the Axiure standard control and the corresponding Qt control; extracting the Axiure project to construct a virtual Axiure control tree; based on the identification features and the mapping relation, carrying out identification processing on the Axiure control tree to generate a virtual Qt control tree; based on the preset format, the technical scheme of outputting the Qt control tree as the file with the preset format can utilize the mapping relation between the Axiure standard control and the corresponding Qt control to identify the control of the Axiure project, convert the Axiure control tree corresponding to the Axiure project into the corresponding Qt control tree, and finally output according to a certain format, thereby simplifying the design process of the Qt style sheet to a greater extent and improving the efficiency.
Drawings
Fig. 1 is a schematic flowchart of a method for implementing the Axure engineering to Qt engineering conversion according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a process of acquiring a standby Qt control corresponding to an axis control according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein.
It should be understood that, in various embodiments of the present invention, the sequence numbers of the processes do not mean the execution sequence, and the execution sequence of the processes should be determined by the functions and the internal logic of the processes, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
It should be understood that in the present application, "comprising" and "having" and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that, in the present invention, "a plurality" means two or more. "and/or" is merely an association describing an associated object, meaning that three relationships may exist, for example, and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "comprises A, B and C" and "comprises A, B, C" means that all three of A, B, C comprise, "comprises A, B or C" means that one of A, B, C comprises, "comprises A, B and/or C" means that any 1 or any 2 or 3 of A, B, C comprises.
It should be understood that in the present invention, "B corresponding to a", "a corresponds to B", or "B corresponds to a" means that B is associated with a, and B can be determined from a. Determining B from a does not mean determining B from a alone, but may be determined from a and/or other information. And the matching of A and B means that the similarity of A and B is greater than or equal to a preset threshold value.
As used herein, "if" may be interpreted as "at … …" or "when … …" or "in response to a determination" or "in response to a detection", depending on the context.
The technical solution of the present invention will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Referring to fig. 1, it is a schematic flow chart of a method for implementing the Axure engineering to Qt engineering provided by the embodiment of the present invention, and an execution main body of the method shown in fig. 1 may be a software and/or hardware device. The execution subject of the present application may include, but is not limited to, at least one of: user equipment, network equipment, etc. The user equipment may include, but is not limited to, a computer, a smart phone, a Personal Digital Assistant (PDA), the above mentioned electronic equipment, and the like. The network device may include, but is not limited to, a single network server, a server group of multiple network servers, or a cloud of numerous computers or network servers based on cloud computing, wherein cloud computing is one type of distributed computing, a super virtual computer consisting of a cluster of loosely coupled computers. The present embodiment does not limit this. The method comprises the following steps of S101 to S104:
s101, acquiring identification features corresponding to each Axiure standard control, and establishing a mapping relation between the Axiure standard controls and corresponding Qt controls.
Specifically, in order to identify the control in the axis project, the identification feature of the control needs to be acquired, the identification feature is adopted to identify the control in the axis project, and after the axis standard control is identified, the corresponding Qt control can be found by using the established mapping relationship. The mapping relationship may be a mapping table, and it can be understood that in the mapping table, one axis standard control corresponds to one Qt control, and after one axis standard control is found, the mapping table may be queried to find the corresponding Qt control.
In practical application, the identification feature corresponding to each axis standard control is obtained, which may be that feature extraction processing is performed on the axis standard controls one by one, and the identification feature corresponding to each axis standard control is obtained, that is, one axis standard control corresponds to one identification feature.
In some embodiments, the mapping relationship may be established by obtaining a Qt control matched with the axis standard control from a preset Qt control library, and then establishing a mapping relationship between the axis standard control and the Qt control.
S102, extracting and processing the Axiure project, and constructing a virtual Axiure control tree.
Specifically, in order to construct a virtual Qt control tree, a virtual axis control tree needs to be constructed first, and then the virtual axis control tree is converted to generate a virtual Qt control tree.
S103, based on the identification features and the mapping relation, the Acure control tree is identified, and a virtual Qt control tree is generated.
Specifically, the axis control tree can be identified by using the identification features and the mapping relationship, and a standby Qt control corresponding to the axis control in the axis control tree, and the coordinate position of the standby Qt control and the style of the merge control are obtained, wherein the standby Qt control, i.e., the Qt control converted from the axis control, is used for constructing the virtual Qt control tree.
The virtual Qt control tree is constructed based on the to-be-used Qt control, the coordinate position and the style of the merging control, it can be understood that the to-be-used Qt control is converted from the Axiure control, and the coordinate position and the style of the merging control are synchronously calculated when the Axiure control is searched, so that the to-be-used Qt control generates the virtual Qt control tree.
In practical applications, the acquiring of the standby Qt control corresponding to the axis control, referring to fig. 2, includes steps S21-S22:
s21, scanning the Axiure control tree nodes one by one from top to bottom and from outside to inside, and searching the identification features and the mapping relation;
and S22, acquiring the standby Qt control according to the identification feature and the mapping relation.
Specifically, the axis standard control can be obtained according to the identification feature, and the Qt control corresponding to the axis standard control is queried based on the mapping relationship and is used as the Qt control to be used. It can be understood that after the identification feature is found, the axis control corresponding to the identification feature can be found, and after the mapping relationship is found, the Qt control corresponding to the axis control can be found by using the mapping relationship, which is a one-to-one correspondence relationship.
And S104, outputting the Qt control tree as a file in a preset format based on the preset format.
It is understood that after the construction of the Qt control tree is completed, the Qt control tree may be output as a file in a desired format, and then the file may be saved to a disk for subsequent use, for example, the file may be output as a UI file, a resource file, or the like in a certain format.
The embodiment can utilize the mapping relation between the Axiure standard control and the corresponding Qt control to identify the control of the Axiure project, convert the Axiure control tree corresponding to the Axiure project into the corresponding Qt control tree, and finally output the Qt control tree according to a certain format, thereby simplifying the design process of the Qt style sheet to a greater extent and improving the efficiency.
On the basis of the foregoing embodiment, a specific implementation manner of step S102 (extracting the axis project and constructing a virtual axis control tree) may be:
in order to construct a virtual Axiure control tree, the Axiure project needs to be extracted, convertible resource information of the Axiure project is extracted, the resource information comprises a page, an associated style and a picture, and then the page is taken as a unit to construct a virtual Axiure control tree in a memory.
Wherein, in the Axiure control, html elements can be divided into two types: one type is an identification element such as html, body, etc., and the other type is a container element such as div. Based on the element node tree, the elements are identified layer by layer in a top-down mode, when the identification elements are encountered, only information extraction is carried out, and identification information of the identification elements is extracted. When a container element is encountered, extracting attribute information of the container element, judging a control type represented by the current element according to the attribute information of the current container element, such as attribute values of name, type and the like, and finally constructing an Axiure control tree according to the containing and hierarchical relationship of the control by using the identification information and the control type.
In addition, the invention explains the resolution of the Html element in the Html file, the language form of the Html file is an Html element (for example, the container element is < div >), if the single element has no sub-element, the < div/>, if the single element contains at least one sub-element, the format is < div >. </div >, and the intermediate package is the sub-element, and the complete page is generated through nesting and combination.
The method comprises the steps that html files with the content of the format of < html > < head > < body > < div > </div > </body > </html > are read at one time during recognition, and are analyzed one by one according to characters, and if the current character is '<', the current character is considered to be the beginning of an element identifier; when meeting '>' the element is considered to be the end of the element identification, then the 'and' intermediate package is the current element, the < html > element can be identified through the method, when reading the character downwards, the < head > and </head > elements are met, the pairing identification of the < head > and </head > elements is completed, because the end elements of html are not matched, the head element is a child element of html, the head node is mounted under the html node, and the format is as follows:
+html
-head
then, the body element is identified, and because the head is identified, the body and the head belong to the same level and are in the format of:
+html
-head
-body
and identifying the div element, wherein the div element is a sub-element of the body because the end element of the body is not matched yet, and the format is as follows:
+html
-head
+body
-div
then identifying three elements of the html, the body and the html, and completing the whole identification process after completing the html element matching. The format is now:
+html
-head
+body
-div
and completing the above identification process, namely completing the analysis of html and constructing a memory element node tree.
The present invention also provides a program product comprising execution instructions stored in a readable storage medium. The at least one processor of the device may read the execution instructions from the readable storage medium, and the execution of the execution instructions by the at least one processor causes the device to implement the methods provided by the various embodiments described above.
In the above embodiments of the apparatus, it should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose processors, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for realizing the conversion from Axure engineering to Qt engineering is characterized by comprising the following steps:
acquiring identification characteristics corresponding to each Axiure standard control, and establishing a mapping relation between the Axiure standard control and a corresponding Qt control;
extracting the Axiure project to construct a virtual Axiure control tree;
based on the identification features and the mapping relation, carrying out identification processing on the Axiure control tree to generate a virtual Qt control tree;
and outputting the Qt control tree as a file in a preset format based on the preset format.
2. The method according to claim 1, wherein the obtaining of the identification feature corresponding to each Axis standard control comprises:
and carrying out feature extraction processing on the Axiure standard controls one by one, and acquiring the identification features corresponding to each Axiure standard control.
3. The method according to claim 1 or 2, wherein the establishing a mapping relationship between the Axiure standard control and the corresponding Qt control comprises:
and acquiring a Qt control matched with the Axis standard control from a preset Qt control library, and establishing a mapping relation between the Axis standard control and the Qt control.
4. The method according to claim 1, wherein the extracting the Axis project to construct a virtual Axis control tree comprises:
extracting convertible resource information in the Axiure project, wherein the resource information comprises a page, an associated style and a picture;
and constructing a virtual Axiure control tree in a memory by taking the page as a unit.
5. The method according to claim 4, wherein said constructing a virtual said axis control tree in memory in units of said pages comprises:
extracting identification information of the identification elements, extracting attribute information of the container elements, and acquiring the control type of the current element according to the attribute information;
and constructing a virtual Axiure control tree in a memory according to the inclusion and hierarchical relation of the control based on the identification information and the control type.
6. The method according to claim 1, wherein the identifying the Axure control tree based on the identifying features and the mapping relationship to generate a virtual Qt control tree comprises:
identifying the Axiure control tree based on the identification characteristics and the mapping relation, and acquiring a standby Qt control corresponding to the Axiure control, a coordinate position of the standby Qt control and a style of a combined control;
and generating a virtual Qt control tree based on the to-be-used Qt control, the coordinate position and the style of the combined control.
7. The method of claim 6, wherein obtaining standby Qt controls corresponding to the axis controls comprises:
scanning the Axiure control tree nodes one by one from top to bottom and from outside to inside, and searching the identification features and the mapping relation;
and acquiring the standby Qt control according to the identification feature and the mapping relation.
8. The method of claim 7, wherein obtaining the dormant Qt control according to the identifying characteristic and the mapping relationship comprises:
and acquiring the Axiure standard control according to the identification characteristics, inquiring a Qt control corresponding to the Axiure standard control based on the mapping relation, and taking the Qt control as a standby Qt control.
9. The method according to claim 1, wherein the outputting the Qt control tree as a file in a preset format based on a preset format comprises:
and outputting the Qt control tree into a UI file format.
10. The method according to claim 1 or 9, wherein after outputting the Qt control tree as a file in a preset format based on the preset format, the method further comprises:
and saving the file to a disk.
CN202110289826.4A 2021-03-18 2021-03-18 Method for realizing conversion from Axure engineering to Qt engineering Active CN113010184B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110289826.4A CN113010184B (en) 2021-03-18 2021-03-18 Method for realizing conversion from Axure engineering to Qt engineering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110289826.4A CN113010184B (en) 2021-03-18 2021-03-18 Method for realizing conversion from Axure engineering to Qt engineering

Publications (2)

Publication Number Publication Date
CN113010184A true CN113010184A (en) 2021-06-22
CN113010184B CN113010184B (en) 2024-02-20

Family

ID=76409607

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110289826.4A Active CN113010184B (en) 2021-03-18 2021-03-18 Method for realizing conversion from Axure engineering to Qt engineering

Country Status (1)

Country Link
CN (1) CN113010184B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040205611A1 (en) * 2002-02-12 2004-10-14 Minninger Michele C. Data transformation system
US20130174047A1 (en) * 2011-10-14 2013-07-04 StarMobile, Inc. View virtualization and transformations for mobile applications
CN110427213A (en) * 2019-07-29 2019-11-08 厦门四信通信科技有限公司 Method, device, equipment and storage medium for realizing intelligent configuration software
CN111625226A (en) * 2020-05-29 2020-09-04 北京无线电测量研究所 Prototype-based human-computer interaction design implementation method and system
US20210042079A1 (en) * 2019-08-08 2021-02-11 DENSO TEN AMERICA Limited Device and method for multi-display prototyping

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040205611A1 (en) * 2002-02-12 2004-10-14 Minninger Michele C. Data transformation system
US20130174047A1 (en) * 2011-10-14 2013-07-04 StarMobile, Inc. View virtualization and transformations for mobile applications
CN110427213A (en) * 2019-07-29 2019-11-08 厦门四信通信科技有限公司 Method, device, equipment and storage medium for realizing intelligent configuration software
US20210042079A1 (en) * 2019-08-08 2021-02-11 DENSO TEN AMERICA Limited Device and method for multi-display prototyping
CN111625226A (en) * 2020-05-29 2020-09-04 北京无线电测量研究所 Prototype-based human-computer interaction design implementation method and system

Also Published As

Publication number Publication date
CN113010184B (en) 2024-02-20

Similar Documents

Publication Publication Date Title
CN108734212B (en) Method for determining classification result and related device
CN112667720A (en) Conversion method, device, equipment and storage medium of interface data model
JP5671320B2 (en) Information processing apparatus, control method therefor, and program
CN109460220A (en) The predefined code generating method of message, device, electronic equipment and storage medium
JP2022088602A (en) Table generation method, device, electronic apparatus, storage medium and program
CN111753140A (en) XML file parsing method and related equipment
CN114495147B (en) Identification method, device, equipment and storage medium
CN114445047A (en) Workflow generation method and device, electronic equipment and storage medium
CN113961768A (en) Sensitive word detection method and device, computer equipment and storage medium
JP2016532190A (en) Document format conversion apparatus and method
CN116824609B (en) Document format detection method and device and electronic equipment
CN112667225A (en) Method, system, equipment and readable storage medium for prototype graph code conversion
CN110853115B (en) Creation method and device of development flow page
CN115994668B (en) Intelligent community resource management system
CN113010184B (en) Method for realizing conversion from Axure engineering to Qt engineering
CN116150371A (en) Asset repayment plan mass data processing method based on sharingJDBC
CN110597765A (en) Large retail call center heterogeneous data source data processing method and device
CN115904240A (en) Data processing method and device, electronic equipment and storage medium
CN113468258A (en) Heterogeneous data conversion method and device and storage medium
CN111753548A (en) Information acquisition method and device, computer storage medium and electronic equipment
JP2013196205A (en) Data model conversion program, data model conversion method and data model conversion device
CN114936542B (en) Table reconstruction method and apparatus, computer readable storage medium and electronic device
CN109508183B (en) REST code generation method and device in storage cluster
CN117931910A (en) Data storage method, device, equipment and storage medium
CN115357814A (en) Message data processing method, system, computer equipment and 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
CB02 Change of applicant information
CB02 Change of applicant information

Country or region after: China

Address after: 210000 room 220, No.100 Tuanjie Road, Nanjing Software Park (West District), high tech Zone, Nanjing City, Jiangsu Province

Applicant after: Nanjing Rengu Defense Technology Co.,Ltd.

Address before: 210000 room 220, No.100 Tuanjie Road, Nanjing Software Park (West District), high tech Zone, Nanjing City, Jiangsu Province

Applicant before: NANJING RENGU SYSTEM INTEGRATION CO.,LTD.

Country or region before: China

GR01 Patent grant
GR01 Patent grant