CN112579073A - Code conversion method and device, electronic equipment and storage medium - Google Patents

Code conversion method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112579073A
CN112579073A CN202011561269.9A CN202011561269A CN112579073A CN 112579073 A CN112579073 A CN 112579073A CN 202011561269 A CN202011561269 A CN 202011561269A CN 112579073 A CN112579073 A CN 112579073A
Authority
CN
China
Prior art keywords
code
target
program interface
determining
unit
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
CN202011561269.9A
Other languages
Chinese (zh)
Other versions
CN112579073B (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.)
Ubtech Robotics Corp
Original Assignee
Ubtech Robotics Corp
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 Ubtech Robotics Corp filed Critical Ubtech Robotics Corp
Priority to CN202011561269.9A priority Critical patent/CN112579073B/en
Publication of CN112579073A publication Critical patent/CN112579073A/en
Application granted granted Critical
Publication of CN112579073B publication Critical patent/CN112579073B/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/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code

Abstract

The embodiment of the invention discloses a code conversion method, a code conversion device, electronic equipment and a storage medium. The method comprises the following steps: determining a target graphic program unit in response to the selection operation of a user, and determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes; responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code. By operating the technical scheme provided by the embodiment of the invention, the problem that the codes cannot be understood one by one due to the fact that the codes cannot be in one-to-one correspondence with the graphical programming units after a user sees the codes converted by the graphical programming units can be solved, and the effect of improving the readability of the codes is realized.

Description

Code conversion method and device, electronic equipment and storage medium
Technical Field
Embodiments of the present invention relate to computer technologies, and in particular, to a code conversion method and apparatus, an electronic device, and a storage medium.
Background
Graphical programming is popular, particularly in low-age programming education, due to its simplicity and intelligibility. Since graphical programming programs are generally not directly executable, conversion to executable code is required.
In the prior art, converted codes are directly displayed, but various programming languages have grammars which are difficult to understand by beginners, such as a protocol of Python, a template of C + +, a pointer of C language, and the like. Therefore, when the user sees the code converted by the graphical programming unit, the code cannot be in one-to-one correspondence with the graphical programming unit, which makes it difficult to understand the code.
Disclosure of Invention
The embodiment of the invention provides a code conversion method, a code conversion device, electronic equipment and a storage medium, and aims to improve the readability of codes.
In a first aspect, an embodiment of the present invention provides a transcoding method, where the method includes:
determining a target graphic program unit in response to the selection operation of a user, and determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes;
responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
In a second aspect, an embodiment of the present invention further provides a transcoding apparatus, where the apparatus includes:
the code determination module is used for determining a target graphic program unit in response to the selection operation of a user and determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes;
and the code conversion module is used for responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the transcoding method described above.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the program, when executed by a processor, implements the transcoding method described above.
The method comprises the steps of determining a target graphic program unit by responding to selection operation of a user, and determining and displaying a target program interface code associated with the target graphic program unit from candidate program interface codes; responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code. The problem that after a user sees the codes converted by the graphical programming units, the codes cannot be in one-to-one correspondence with the graphical programming units, so that the codes are difficult to understand is solved, and the effect of improving the readability of the codes is achieved.
Drawings
Fig. 1 is a flowchart of a transcoding method according to an embodiment of the present invention;
fig. 2 is a flowchart of a transcoding method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a code conversion apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a code conversion method according to an embodiment of the present invention, where the present embodiment is applicable to a case where a graphic program unit is converted into a designated code, and the method may be executed by a code conversion apparatus according to an embodiment of the present invention, where the apparatus may be implemented by software and/or hardware. Referring to fig. 1, the transcoding method provided in this embodiment includes:
step 110, determining a target graphic program unit in response to the selection operation of the user, and determining and presenting target program interface codes associated with the target graphic program unit from the candidate program interface codes.
The graphic program unit is a preset minimum program unit displayed in a graphic form, each graphic program unit is used for realizing different preset functions, and a user can adjust specific parameters in the function realization process by modifying an adjustable configuration part in the graphic program unit. Illustratively, the content of the graphical program unit is "play tone a, beat B", where a and B are the adjustable configuration parts.
The user can select the target graphic program unit from all the candidate graphic program units and drag the target graphic program unit to the graphic program unit processing interface to realize the selection operation of the target graphic program unit, and optionally, the user can splice different target graphic program units by dragging the graphic program unit to obtain the target graphic program unit combination to realize the combination function, and correspondingly, the program interface code and the executable code are also combined codes.
The program interface code is a code associated with the graphic program unit, and the obtaining manner may be to obtain the program interface code corresponding to the interface by calling the interface, and may be to obtain one interface corresponding to one graphic program unit, which is not limited in this embodiment. The program interface code may be in the form of both a structural and executable code, similar to the associated graphical program elements. The contents of the program interface code are more compact and understandable than the executable code.
And determining the target program interface code from all the candidate program interface codes through the incidence relation between the target graphic program unit and the program interface codes, and displaying the target program interface code in the appointed display area. The display mode may be that when the user moves the cursor to the target graphic program unit, the corresponding target program interface code is highlighted in color or underlined in the display area, and the like.
In this embodiment, optionally, the target program interface code is a pseudo code.
The pseudo code is informal, similar to English structure, can be used for describing the language of the graphic program unit, and has the characteristics of clear structure, simple code and good readability. The structure of the operation process of the graphic program unit is described in a form close to natural language, so that the understanding difficulty of a user on the operation process of the graphic program unit is reduced, and the readability of the subsequently generated corresponding executable code is improved.
Step 120, responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, so as to obtain an operation result of the target graphic program unit by operating the executable code.
Since the object program interface code is code that makes it easy for a user to understand, it cannot be directly run. Thus, when the user is running the graphical program unit, the object program interface code needs to be converted into executable code. The user can send out the operation request of the target graphic program unit by clicking the operation icon at the appointed position, and when the user sends out the operation request of the target graphic program unit, the interface code of the target program is converted into the executable code through the preset code conversion logic. The executable code may be hidden from display, or may be displayed in a designated display area, so as to perform synchronous comparison with the target graphic program unit and the target program interface code, which is not limited in this embodiment.
And displaying or feeding back the operation result of the target graphic program unit by operating the executable code. Illustratively, the content of the target graphic program unit is such that the designated graphic moves at a uniform speed along a circle of a designated size, and the operation result may be a moving picture displaying the designated graphic.
According to the technical scheme provided by the embodiment, the target graphic program unit is determined by responding to the selection operation of a user, and the target program interface code associated with the target graphic program unit is determined and displayed from the candidate program interface codes; responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
Example two
Fig. 2 is a flowchart of a code conversion method according to a second embodiment of the present invention, and the present technical solution is supplementary explained for a process of determining and displaying an object program interface code associated with the object graphic program unit from candidate program interface codes. Compared with the scheme, the scheme is specifically optimized in that the target program interface code associated with the target graphic program unit is determined and displayed from the candidate program interface codes, and comprises the following steps:
determining a target correspondence from the candidate correspondences of the graphical program unit and the program interface code according to the target graphical program unit;
and determining and displaying the target program interface code associated with the target graphic program unit from the candidate program interface codes according to the target corresponding relation. Specifically, the flowchart of the transcoding method is shown in fig. 2:
step 210, determining a target graphical program unit in response to a selection operation by a user, and determining a target correspondence from candidate correspondences between the graphical program unit and the program interface code according to the target graphical program unit.
The candidate corresponding relationship between the graphic program unit and the program interface code may be the corresponding relationship between the graphic program unit and the program interface, and the unique program interface corresponding to each graphic program unit is determined through the corresponding relationship. And determining the target corresponding relation corresponding to the target graphic program unit from all candidate corresponding relations according to the target graphic program unit.
And step 220, determining and displaying the target program interface code associated with the target graphic program unit from the candidate program interface codes according to the target corresponding relation.
And determining a program interface corresponding to the graphic program unit according to the target corresponding relation, and calling the interface to acquire a target program interface code associated with the target graphic program unit and display the target program interface code.
In this embodiment, optionally, before determining and presenting the object program interface code associated with the object graphical program unit from the candidate program interface codes, the method further includes:
acquiring a code type of the executable code;
determining a relation type of the candidate corresponding relation according to the code type;
determining a logic type of the transcoding logic according to the code type.
The code type of the executable code may be Python, C + +, C language, etc., and the code type may be predetermined by the user.
The relationship type of the candidate correspondence may be determined according to the code type, the corresponding interface may be determined, and the graphical program unit may be converted into an object program interface code corresponding to the structure of the code type according to the interface. And determining the logic type of the code conversion logic according to the code type so as to convert the target program interface code into the executable code of the code type according to the corresponding logic of the logic type. For example, if a user wants to obtain an executable code of Python, it is determined in advance from the candidate code types that the target type of the executable code is Python, and accordingly, the target program interface code is a code type having a structure close to Python. The method has the advantages that if the code type of the executable code needs to be switched, only the corresponding program interface and the code conversion logic need to be replaced, the whole code conversion framework does not need to be changed, the expandability of code conversion is improved, the conversion of various code types can be realized, and the user experience is improved.
Step 230, responding to the target graphic program unit operation request of the user, and converting the target program interface code into an executable code according to the code conversion logic corresponding to the target program interface code, so as to obtain the operation result of the target graphic program unit by operating the executable code.
In this embodiment, optionally, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code includes:
determining a thread execution mode according to the target graphic program unit;
and converting the target program interface code into executable code according to the code conversion logic and the thread execution mode.
The thread execution mode is a thread execution mode of the graphics program unit during running, and is exemplarily indicated whether "multi-thread execution" is required, whether "synchronous" execution or "asynchronous" execution is required, and the like. Because program interface code is missing some logic-independent details that are obscure to a novice user, such as thread execution, for ease of understanding by the user. These details are not relevant to the main logic of the graphical program unit, but must be available when the code is running. Therefore, when the target program interface code is converted into the executable code through the code conversion logic, besides converting the descriptive language into the standard code language, the thread execution mode determined according to the target graphic program unit is also required to be added, and the readability of the program interface code is ensured, and meanwhile, the runnability of the executable code is ensured.
According to the embodiment of the invention, the target program interface code associated with the target graphic program unit is determined and displayed from the candidate program interface codes through the target corresponding relation, so that the efficiency and the accuracy of acquiring the target program interface code are improved.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a code conversion apparatus according to a third embodiment of the present invention. The device can be realized by hardware and/or software, can execute the code conversion method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method. As shown in fig. 3, the apparatus includes:
a code determination module 310, configured to determine a target graphical program unit in response to a selection operation by a user, and determine and expose a target program interface code associated with the target graphical program unit from candidate program interface codes;
the code conversion module 320 is configured to, in response to a target graphic program unit operation request of a user, convert the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, so as to obtain an operation result of the target graphic program unit by operating the executable code.
According to the technical scheme provided by the embodiment, the target graphic program unit is determined by responding to the selection operation of a user, and the target program interface code associated with the target graphic program unit is determined and displayed from the candidate program interface codes; responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
On the basis of the above technical solutions, optionally, the code determining module includes:
a relationship determining unit for determining a target correspondence relationship from candidate correspondence relationships of the graphic program unit and the program interface code, according to the target graphic program unit;
and the code determining unit is used for determining and displaying the target program interface code associated with the target graphic program unit from the candidate program interface codes according to the target corresponding relation.
On the basis of the above technical solutions, optionally, the apparatus further includes:
a code type acquiring unit for acquiring a code type of the executable code before the code determining unit;
a relation type determining unit, configured to determine a relation type of the candidate corresponding relation according to the code type;
and the logic type determining unit is used for determining the logic type of the code conversion logic according to the code type.
On the basis of the above technical solutions, optionally, the code conversion module includes:
a thread execution mode determining unit for determining a thread execution mode according to the target graphic program unit;
and the code conversion unit is used for converting the target program interface code into an executable code according to the code conversion logic and the thread execution mode.
On the basis of the above technical solutions, optionally, the target program interface code is a pseudo code.
Example four
Fig. 4 is a schematic structural diagram of an electronic apparatus according to a fourth embodiment of the present invention, as shown in fig. 4, the electronic apparatus includes a processor 40, a memory 41, an input device 42, and an output device 43; the number of the processors 40 in the electronic device may be one or more, and one processor 40 is taken as an example in fig. 4; the processor 40, the memory 41, the input device 42 and the output device 43 in the electronic apparatus may be connected by a bus or other means, and the bus connection is exemplified in fig. 4.
The memory 41 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the transcoding method in the embodiment of the present invention. The processor 40 executes various functional applications and data processing of the electronic device by executing software programs, instructions and modules stored in the memory 41, that is, implements the above-described transcoding method.
The memory 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 41 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 41 may further include memory located remotely from processor 40, which may be connected to the electronic device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
EXAMPLE five
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a transcoding method, the method including:
determining a target graphic program unit in response to the selection operation of a user, and determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes;
responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also execute the relevant operations in the transcoding method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the code conversion apparatus, the included units and modules are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method of transcoding, comprising:
determining a target graphic program unit in response to the selection operation of a user, and determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes;
responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
2. The method of claim 1, wherein determining and exposing object program interface code associated with the object graphical program unit from among the candidate program interface code comprises:
determining a target correspondence from the candidate correspondences of the graphical program unit and the program interface code according to the target graphical program unit;
and determining and displaying the target program interface code associated with the target graphic program unit from the candidate program interface codes according to the target corresponding relation.
3. The method of claim 2, further comprising, prior to determining and exposing the object program interface code associated with the object graphical program unit from the candidate program interface codes:
acquiring a code type of the executable code;
determining a relation type of the candidate corresponding relation according to the code type;
determining a logic type of the transcoding logic according to the code type.
4. The method of claim 1, wherein converting the object program interface code into executable code according to the code conversion logic corresponding to the object program interface code comprises:
determining a thread execution mode according to the target graphic program unit;
and converting the target program interface code into executable code according to the code conversion logic and the thread execution mode.
5. The method of any of claims 1-4, wherein the object program interface code is pseudo code.
6. A transcoding apparatus, comprising:
the code determination module is used for determining a target graphic program unit in response to the selection operation of a user and determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes;
and the code conversion module is used for responding to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to a code conversion logic corresponding to the target program interface code, and acquiring an operation result of the target graphic program unit by operating the executable code.
7. The apparatus of claim 6, wherein the code determination module comprises:
a relationship determining unit for determining a target correspondence relationship from candidate correspondence relationships of the graphic program unit and the program interface code, according to the target graphic program unit;
and the code determining unit is used for determining and displaying the target program interface code associated with the target graphic program unit from the candidate program interface codes according to the target corresponding relation.
8. The apparatus of claim 7, further comprising:
a code type acquiring unit for acquiring a code type of the executable code before the code determining unit;
a relation type determining unit, configured to determine a relation type of the candidate corresponding relation according to the code type;
and the logic type determining unit is used for determining the logic type of the code conversion logic according to the code type.
9. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a transcoding method as claimed in any of claims 1-5.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the transcoding method according to any one of claims 1 to 5.
CN202011561269.9A 2020-12-25 2020-12-25 Code conversion method, device, electronic equipment and storage medium Active CN112579073B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011561269.9A CN112579073B (en) 2020-12-25 2020-12-25 Code conversion method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011561269.9A CN112579073B (en) 2020-12-25 2020-12-25 Code conversion method, device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112579073A true CN112579073A (en) 2021-03-30
CN112579073B CN112579073B (en) 2024-04-19

Family

ID=75140500

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011561269.9A Active CN112579073B (en) 2020-12-25 2020-12-25 Code conversion method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112579073B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103197929A (en) * 2013-03-25 2013-07-10 中国科学院软件研究所 System and method for graphical programming facing children
CN103885816A (en) * 2014-03-28 2014-06-25 南京大学 Simulation method of real-time embedded system
CN109710242A (en) * 2018-12-29 2019-05-03 深圳点猫科技有限公司 Exchange method, system and the electronic equipment of web terminal graphic programming
CN110502439A (en) * 2019-08-07 2019-11-26 Oppo广东移动通信有限公司 Adjustment method, device, electronic equipment and storage medium
CN112015400A (en) * 2019-05-29 2020-12-01 厦门牙牙信息科技有限公司 Analytic method for converting graphical code block into executable program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103197929A (en) * 2013-03-25 2013-07-10 中国科学院软件研究所 System and method for graphical programming facing children
CN103885816A (en) * 2014-03-28 2014-06-25 南京大学 Simulation method of real-time embedded system
CN109710242A (en) * 2018-12-29 2019-05-03 深圳点猫科技有限公司 Exchange method, system and the electronic equipment of web terminal graphic programming
CN112015400A (en) * 2019-05-29 2020-12-01 厦门牙牙信息科技有限公司 Analytic method for converting graphical code block into executable program
CN110502439A (en) * 2019-08-07 2019-11-26 Oppo广东移动通信有限公司 Adjustment method, device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN112579073B (en) 2024-04-19

Similar Documents

Publication Publication Date Title
US11392752B2 (en) Visualized editing method, device and apparatus, and storage medium
US9274934B2 (en) System and method for creating change-resilient scripts
US9122798B2 (en) Debugger with method restart capability
CN112395027B (en) Widget interface generation method and device, storage medium and electronic equipment
CN111026493B (en) Interface rendering processing method and device
CN110727429B (en) Front-end page generation method, device and equipment
CN111400244A (en) Method and device for resource batch processing, electronic equipment and storage medium
CN112269576A (en) Component display method and device, server and storage medium
US20230334723A1 (en) Post-processing special effect production system and method, and ar special effect rendering method and apparatus
CN112506854A (en) Method, device, equipment and medium for storing page template file and generating page
US20220050562A1 (en) Methods and apparatuses for generating a hosted application
US20200110584A1 (en) Automated code generation for functional testing of software applications
CN114661287A (en) Component linkage rendering method and device, electronic equipment, storage medium and product
CN112988297A (en) Language switching method and device based on touch screen, electronic equipment and storage medium
CN112506503A (en) Programming method, device, terminal equipment and storage medium
CN113282444B (en) Visualization method and device for debugging business process
CN115543324B (en) Method, device, equipment and medium for generating interactive interface
CN112579073B (en) Code conversion method, device, electronic equipment and storage medium
US11449313B2 (en) System and method applied to integrated development environment
CN114404996A (en) Resource data processing method, system, editor, electronic device and storage medium
CN112947918A (en) Data display method and device
CN109190097B (en) Method and apparatus for outputting information
CN112905931A (en) Page information display method and device, electronic equipment and storage medium
CN110659030A (en) Unity project compiling method, system, computer device and storage medium
EP4216097A1 (en) Method, system, equipment and medium for modifying the layering layer information of finite element model unit

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
GR01 Patent grant
GR01 Patent grant