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

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

Info

Publication number
CN112579073B
CN112579073B CN202011561269.9A CN202011561269A CN112579073B CN 112579073 B CN112579073 B CN 112579073B CN 202011561269 A CN202011561269 A CN 202011561269A CN 112579073 B CN112579073 B CN 112579073B
Authority
CN
China
Prior art keywords
code
target
program interface
program
determining
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.)
Active
Application number
CN202011561269.9A
Other languages
Chinese (zh)
Other versions
CN112579073A (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

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 graphical program unit in response to a user selection operation, and determining and presenting target program interface code associated with the target graphical program unit from candidate program interface code; and responding to a target graphic program unit running request of a user, and converting the target program interface code into an executable code according to code conversion logic corresponding to the target program interface code so as to acquire a running result of the target graphic program unit by running the executable code. By operating the technical scheme provided by the embodiment of the invention, the problem that the codes are difficult to understand because the codes cannot be in one-to-one correspondence with the graphic programming units after the user sees the codes obtained by converting the graphic programming units can be solved, and the effect of improving the readability of the codes is achieved.

Description

Code conversion method, device, electronic equipment and storage medium
Technical Field
Embodiments of the present invention relate to computer technologies, and in particular, to a transcoding method, a device, an electronic apparatus, and a storage medium.
Background
Graphical programming is popular, particularly in low-age programming education, because of its straightforward nature. Because the graphically programmed programs are generally not directly executable, conversion to executable code is required.
The existing method is to directly show the converted code, however, various programming languages have some grammars which are difficult for beginners to understand, such as the coroutine of Python, the template of c++, the pointer of C language and the like. Therefore, after 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, so that the code is difficult to understand.
Disclosure of Invention
The embodiment of the invention provides a code conversion method, a code conversion device, electronic equipment and a storage medium, so as to improve the code readability.
In a first aspect, an embodiment of the present invention provides a transcoding method, including:
determining a target graphical program unit in response to a user selection operation, and determining and presenting target program interface code associated with the target graphical program unit from candidate program interface code;
And responding to a target graphic program unit running request of a user, and converting the target program interface code into an executable code according to code conversion logic corresponding to the target program interface code so as to acquire a running result of the target graphic program unit by running the executable code.
In a second aspect, an embodiment of the present invention further provides a transcoding device, including:
A code determination module for determining a target graphical program unit in response to a user selection operation and determining and presenting a target program interface code associated with the target graphical program unit from among 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 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, including:
one or more processors;
storage means for storing one or more programs,
The one or more programs, when executed by the one or more processors, cause the one or more processors to implement the transcoding method as described above.
In a fourth aspect, embodiments of the present invention also provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a transcoding method as described above.
The method comprises the steps of determining a target graphical program unit in response to a selection operation of a user, and determining and displaying target program interface codes associated with the target graphical program unit from candidate program interface codes; and responding to a target graphic program unit running request of a user, and converting the target program interface code into an executable code according to code conversion logic corresponding to the target program interface code so as to acquire a running result of the target graphic program unit by running the executable code. The method solves the problem that after a user sees the codes obtained by converting 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, and the effect of improving the readability of the codes is achieved.
Drawings
FIG. 1 is a flowchart of a transcoding method according to a first 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 transcoding device 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 invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flowchart of a transcoding method according to an embodiment of the present invention, where the method may be implemented by a transcoding device according to an embodiment of the present invention, and the device 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 graphical program unit in response to a user selection operation, and determining and presenting target program interface codes associated with the target graphical program unit from candidate program interface codes.
The graphic program units are preset minimum program units 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 realizing process by modifying adjustable configuration parts in the graphic program units. Illustratively, the content of the graphical program element is "play tone A, beat B", where A and B are the adjustable configuration portions.
The user can select the target graphic program unit from all the candidate graphic program units and drag the target graphic program unit to a graphic program unit processing interface and the like to realize the selection operation of the target graphic program unit, alternatively, the user can splice different target graphic program units by dragging the graphic program units to obtain a target graphic program unit combination, so that the combination function is realized, and correspondingly, the program interface codes and the executable codes are also combination codes.
The program interface code is a code associated with a graphics program unit, and the acquiring manner may be that the program interface code corresponding to the interface is acquired through calling the interface, and may be that one graphics program unit corresponds to one interface, which is not limited in this embodiment. The program interface code may be in the form of both structural and executable code. The contents of the program interface code are more straightforward than the executable code.
And determining target program interface codes from all candidate program interface codes through the association relation between the target graphic program units and the program interface codes, and displaying the target program interface codes in a designated display area. The display manner 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, which is not limited in this embodiment, so as to facilitate the comparison and understanding of the user.
In this embodiment, optionally, the object program interface code is a pseudo code.
The pseudo code is informal, similar to English structure, and may be used in describing graphic program unit. By describing the structure of the operation process of the graphic program unit in a form similar to natural language, the difficulty of understanding the operation process of the graphic program unit by a user is reduced, and the readability of the corresponding executable code generated subsequently is improved.
And 120, responding to a target graphic program unit operation request of a user, and converting the target program interface code into an executable code according to code conversion logic corresponding to the target program interface code so as to acquire an operation result of the target graphic program unit by operating the executable code.
Since the object program interface code is a code that allows easy understanding by the user, it cannot be directly run. Thus, when a user is running a graphical program element, the object program interface code needs to be converted into executable code. And when the user sends out the operation request of the target graphic program unit, the target program interface code is converted into executable code through preset code conversion logic. The executable code may be displayed hidden or may be displayed in a designated display area for synchronous comparison with the target graphical program element and the target program interface code, which is not limited in this embodiment.
By running the executable code, the result of the running of the target graphical program element is displayed or fed back. For example, if the content of the target graphic program unit is such that the designated graphic moves at a uniform speed along the circumference of the designated size, the operation result may be a moving picture on which the designated graphic is displayed.
According to the technical scheme provided by the embodiment, the target graphical program unit is determined by responding to the selection operation of a user, and the target program interface code associated with the target graphical 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 code conversion logic corresponding to the target program interface code, and obtaining an operation result of the target graphic program unit by operating the executable code, so that the problem that the code cannot be one-to-one corresponding to the graphic program unit after the user sees the code converted by the graphic program unit, and the code is difficult to understand is solved, and the effect of improving the readability of the code is achieved.
Example two
Fig. 2 is a flowchart of a transcoding method according to a second embodiment of the present invention, and the present invention is additionally described with respect to a process of determining and displaying a target program interface code associated with the target graphics program unit from candidate program interface codes. In comparison with the above solution, the present solution is specifically optimized for determining and displaying, from candidate program interface codes, a target program interface code associated with the target graphics program unit, including:
Determining a target corresponding relation from candidate corresponding relations of the graphic program unit and the program interface codes according to the target graphic program unit;
And determining and displaying target program interface codes associated with the target graphic program unit from 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 graphic program unit in response to the selection operation of the user, and determining a target corresponding relationship from candidate corresponding relationships of the graphic program unit and the program interface code according to the target graphic program unit.
The candidate correspondence between the graphical program units and the program interface codes may be a correspondence between the graphical program units and the program interfaces, and a unique program interface corresponding to each graphical program unit is determined through the correspondence. And determining the target corresponding relation corresponding to the target graphic program unit from all the candidate corresponding relations according to the target graphic program unit.
And 220, determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes according to the target corresponding relation.
And determining a program interface corresponding to the graphic program unit through the target corresponding relation, and acquiring and displaying a target program interface code associated with the target graphic program unit by calling the interface.
In this embodiment, optionally, before determining and presenting the target program interface code associated with the target graphical program unit from the candidate program interface codes, the method further includes:
acquiring a code type of an executable code;
determining the relation type of the candidate corresponding relation according to the code type;
and determining the logic type of the code conversion logic according to the code type.
Wherein the code type of the executable code may be Python, c++, C language, etc., and the code type may be predetermined by a user.
The relationship type of the candidate corresponding relationship can be determined according to the code type, the corresponding interface is determined, and the graphic program unit is converted into the target program interface code corresponding to the structure of the code type according to the interface. A logic type of the transcoding logic is determined based on the code type to transcode the object program interface into executable code of the code type based on corresponding logic of the logic type. For example, if the user wants to obtain the executable code of Python, it is determined in advance that the target type of the executable code is Python from the candidate code types, and accordingly, the target program interface code is a code type with a structure close to Python. The method has the advantages that if the code types of the executable codes are to be switched, only the corresponding program interfaces and code conversion logic are needed to be replaced, the whole code conversion framework is not needed to be changed, the expandability of the code conversion is improved, the conversion of various code types can be realized, and the user experience is improved.
Step 230, in response to a target graphic program unit operation request of a user, converting the target program interface code into an executable code according to 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.
In this embodiment, optionally, according to code conversion logic corresponding to the target program interface code, converting the target program interface code into executable 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 graphic program unit when running, and is exemplified by whether multi-thread execution is needed, whether synchronous execution or asynchronous execution is needed, and the like. Because the program interface code lacks some logic-independent details that are obscure to beginners, such as thread execution, in order to make it easier for the user to understand. These details are not related to the main logic of the graphics program unit, but the code must be present at run-time. 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, a thread execution mode determined according to the target graphic program unit needs to be added, so that 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 codes associated with the target graphic program unit are determined and displayed from the candidate program interface codes through the target corresponding relation, so that the efficiency and accuracy of acquiring the target program interface codes are improved.
Example III
Fig. 3 is a schematic structural diagram of a transcoding device according to a third embodiment of the present invention. The device can be realized by hardware and/or software, and can execute the code conversion method provided by any embodiment of the invention, and the device has the corresponding functional modules and beneficial effects of the execution method. As shown in fig. 3, the apparatus includes:
A code determining module 310 for determining a target graphical program unit in response to a user's selection operation and determining and presenting a target program interface code associated with the target graphical program unit from among candidate program interface codes;
And the code conversion module 320 is configured to respond to a target graphics program unit running request of a user, and convert the target program interface code into executable code according to code conversion logic corresponding to the target program interface code, so as to obtain a running result of the target graphics program unit by running the executable code.
According to the technical scheme provided by the embodiment, the target graphical program unit is determined by responding to the selection operation of a user, and the target program interface code associated with the target graphical 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 code conversion logic corresponding to the target program interface code, and obtaining an operation result of the target graphic program unit by operating the executable code, so that the problem that the code cannot be one-to-one corresponding to the graphic program unit after the user sees the code converted by the graphic program unit, and the code is difficult to understand is solved, and the effect of improving the readability of the code is achieved.
On the basis of the above technical solutions, optionally, the code determining module includes:
The relation determining unit is used for determining a target corresponding relation from candidate corresponding relations of the graphic program unit and the program interface codes according to the target graphic program unit;
And the code determining unit is used for determining and displaying the target program interface codes 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 acquisition unit configured to acquire a code type of the executable code before the code determination unit;
A relationship type determining unit, configured to determine a relationship type of the candidate corresponding relationship 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 configured to determine a thread execution mode according to the target graphics program unit;
And the code conversion unit is used for converting the target program interface code into executable code according to the code conversion logic and the thread execution mode.
Based on the above technical solutions, optionally, the object program interface code is a pseudo code.
Example IV
Fig. 4 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention, and as shown in fig. 4, the electronic device includes a processor 40, a memory 41, an input device 42 and an output device 43; the number of processors 40 in the electronic device may be one or more, one processor 40 being taken as an example in fig. 4; the processor 40, the memory 41, the input means 42 and the output means 43 in the electronic device may be connected by a bus or by other means, in fig. 4 by way of example.
The memory 41 is a computer readable storage medium that can be used to store a software program, a computer executable program, 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 of the electronic device and data processing, i.e., implements the above-described transcoding method, by running software programs, instructions and modules stored in the memory 41.
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, at least one application program required for functions; the storage data area may store data created according to the use of the terminal, etc. In addition, 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 via 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
A fifth embodiment of the present invention also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a transcoding method, the method comprising:
determining a target graphical program unit in response to a user selection operation, and determining and presenting target program interface code associated with the target graphical program unit from candidate program interface code;
And responding to a target graphic program unit running request of a user, and converting the target program interface code into an executable code according to code conversion logic corresponding to the target program interface code so as to acquire a running result of the target graphic program unit by running the executable code.
Of course, the storage medium containing computer executable instructions provided in the embodiments of the present invention is not limited to the above-described method operations, and may also perform related operations in the transcoding method provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a read-only memory (ROM), a random access memory (Random Access Memory, RAM), a FLASH memory (FLASH), a hard disk, or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the above embodiment of the transcoding device, each unit and module included are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. 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, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (6)

1. A method of transcoding comprising:
determining a target graphical program unit in response to a user selection operation, and determining and presenting target program interface code associated with the target graphical program unit from candidate program interface code;
responding to a target graphic program unit operation request of a user, and converting the target program interface code into an executable code according to code conversion logic corresponding to the target program interface code so as to acquire an operation result of the target graphic program unit by operating the executable code;
determining and exposing target program interface code associated with the target graphical program unit from candidate program interface code, comprising:
Determining a target corresponding relation from candidate corresponding relations of the graphic program unit and the program interface codes according to the target graphic program unit;
determining and displaying target program interface codes associated with the target graphic program unit from candidate program interface codes according to the target corresponding relation;
before determining and exposing the target program interface code associated with the target graphical program unit from the candidate program interface code, further comprising:
acquiring a code type of an executable code;
determining the relation type of the candidate corresponding relation according to the code type;
and determining the logic type of the code conversion logic according to the code type.
2. The method of claim 1, wherein converting the object program interface code into executable code according to 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.
3. The method of any of claims 1-2, wherein the object program interface code is pseudocode.
4. A transcoding apparatus, comprising:
A code determination module for determining a target graphical program unit in response to a user selection operation and determining and presenting a target program interface code associated with the target graphical program unit from among candidate program interface codes;
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 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 code determination module includes:
The relation determining unit is used for determining a target corresponding relation from candidate corresponding relations of the graphic program unit and the program interface codes according to the target graphic program unit;
a code determining unit, configured to determine and display, from candidate program interface codes, a target program interface code associated with the target graphics program unit according to the target correspondence;
The device further comprises:
A code type acquisition unit configured to acquire a code type of the executable code before the code determination unit;
A relationship type determining unit, configured to determine a relationship type of the candidate corresponding relationship 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.
5. An electronic device, the electronic device comprising:
one or more processors;
storage means for storing one or more programs,
The one or more programs, when executed by the one or more processors, cause the one or more processors to implement the transcoding method of any of claims 1-3.
6. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the transcoding method as claimed in any of claims 1-3.
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 CN112579073A (en) 2021-03-30
CN112579073B true 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
CN112579073A (en) 2021-03-30

Similar Documents

Publication Publication Date Title
US10824691B2 (en) Page rendering method, device, and data storage medium
CN110096277B (en) Dynamic page display method and device, electronic equipment and storage medium
US10776567B2 (en) Method for compiling page data, method, device and storage medium for page rendering
US9075918B1 (en) System and method for creating change-resilient scripts
US8972947B2 (en) Data presentation in integrated development environments
WO2018205773A1 (en) Message processing method and apparatus, storage medium, and computer device
US10838744B2 (en) Web component design and integration system
CN109558323B (en) System, method and apparatus for debugging pages
CN113468448A (en) Page rendering method and device
CN112395027B (en) Widget interface generation method and device, storage medium and electronic equipment
CN110727429A (en) Front-end page generation method, device and equipment
US8701086B2 (en) Simplifying analysis of software code used in software systems
CN111625312A (en) APP skin changing method and device, electronic equipment and storage medium
CN114218052A (en) Service interaction graph generation method, device, equipment and storage medium
CN112506503A (en) Programming method, device, terminal equipment and storage medium
CN112905944A (en) Page online dynamic generation method and device, electronic equipment and readable storage medium
CN112579073B (en) Code conversion method, device, electronic equipment and storage medium
CN115543324B (en) Method, device, equipment and medium for generating interactive interface
CN112783494A (en) Automatic skeleton screen generation method and device and application page updating method and device
CN109582580B (en) System, method and apparatus for debugging pages
CN111061466A (en) Automatic conversion method, system, terminal and medium of behavior control scripting language
US10180822B2 (en) Development environment for real-time application development
CN112905931B (en) Page information display method and device, electronic equipment and storage medium
CN113419711A (en) Page guiding method and device, electronic equipment and storage medium
CN112632436A (en) Webpage display method and device, electronic equipment and storage medium

Legal Events

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