CN116431122A - Compiling method, displaying method and device for development effect and readable storage medium - Google Patents

Compiling method, displaying method and device for development effect and readable storage medium Download PDF

Info

Publication number
CN116431122A
CN116431122A CN202310216662.1A CN202310216662A CN116431122A CN 116431122 A CN116431122 A CN 116431122A CN 202310216662 A CN202310216662 A CN 202310216662A CN 116431122 A CN116431122 A CN 116431122A
Authority
CN
China
Prior art keywords
project
developed
development
compiling
files
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
CN202310216662.1A
Other languages
Chinese (zh)
Other versions
CN116431122B (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.)
Zhongdian Jinxin Software Co Ltd
Original Assignee
Zhongdian Jinxin Software 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 Zhongdian Jinxin Software Co Ltd filed Critical Zhongdian Jinxin Software Co Ltd
Priority to CN202310216662.1A priority Critical patent/CN116431122B/en
Publication of CN116431122A publication Critical patent/CN116431122A/en
Application granted granted Critical
Publication of CN116431122B publication Critical patent/CN116431122B/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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9554Retrieval from the web using information identifiers, e.g. uniform resource locators [URL] by using bar codes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a compiling method, a displaying method, a device and a readable storage medium of development effects, wherein an initial project architecture of a project to be developed is built based on a preset development architecture which is set in response to a project development instruction; responding to the project activating operation, and selecting a file to be compiled of a project to be developed; compiling a file to be compiled in response to project compiling operation so as to modify an initial project architecture; responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of the terminal equipment and a port number of a port used for calling the project to be developed; and generating a project two-dimensional code of a project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code. Therefore, a developer can check the development effect of the project to be developed in real time, and the development efficiency of the project to be developed is improved.

Description

Compiling method, displaying method and device for development effect and readable storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a compiling method, a displaying method, a device and a readable storage medium for development effects.
Background
Software development refers to the process of developing a software system or software portions of a system that meets the requirements of a user. Software is typically implemented based on a programming language that may be developed using software development tools. Software development is specifically classified into system software development and application software development, and includes not only programs that can be run on a computer, but also files related to these programs are generally considered to be part of the software development. The software development process comprises the steps of software function involvement, algorithm and method implementation, software overall structure and module design, programming and the like, and finally, packaging to generate a compiled data packet.
At present, data packets related to software for completing development are all offline, and in this case, after software development of a project is completed, a developer needs to install and operate in used terminal equipment to check the development effect of the software; this also makes it take a long time for the developer to see the effect, resulting in low development efficiency for the developer.
Disclosure of Invention
In view of the foregoing, an object of the present application is to provide a compiling method, a displaying method, a device and a readable storage medium for developing effects, by which a developer can search for real-time developing effects of a project to be developed in real time by scanning generated project two-dimensional codes after finishing project development, and further, the developing efficiency of the project to be developed can be improved.
The embodiment of the application provides a compiling method of a development effect, which is applied to an HBuilderx development tool; the compiling method comprises the following steps:
responding to a project development instruction, and constructing an initial project framework of a project to be developed based on a preset development framework set in the HBuilderx development tool to obtain a plurality of local storage files related to the project to be developed;
responding to project activation operation, and selecting a file to be compiled of the project to be developed from the plurality of local storage files;
compiling the files to be compiled in response to project compiling operation to obtain a plurality of project development files of the project to be developed so as to modify the initial project architecture;
responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed;
Generating a project two-dimensional code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code; and displaying the real-time development effect of the project to be developed in the development effect display interface.
In one possible implementation manner, the responding to the project development instruction builds an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool, and obtains a plurality of local storage files related to the project to be developed, including:
responding to a project development instruction, and acquiring a local path of the project to be developed;
and under the local path, generating an initial project framework of the project to be developed based on the preset development framework, and obtaining a plurality of local storage files related to the project to be developed.
In one possible implementation manner, the selecting, in response to a project activation operation, a file to be compiled of the project to be developed from the plurality of local storage files includes:
in response to a file selection operation for the plurality of local storage files, determining the local storage file selected by the file selection operation as a file to be compiled of the item to be developed;
And displaying the content of the file to be compiled in a graphical user interface of the terminal equipment.
In one possible implementation, before the compiling state responsive to the to-be-developed item is changed to the completed state, the compiling method further includes:
detecting whether an installation dependent package is installed in the project to be developed or not;
if yes, acquiring a compiling log of the file to be compiled in real time by executing a log monitoring command;
and determining the compiling state of the file to be compiled based on the compiling log.
In one possible implementation, the compiling method further includes:
responding to the secondary compiling operation, and secondarily compiling target compiling files in the plurality of project development files;
responding to the compiling state of the target compiling file to be converted into a completed state, and obtaining a plurality of updated project development files;
and running the updated plurality of project development files, and displaying the secondary development effect of the file to be compiled in the development effect display interface.
The embodiment of the application also provides a display method of the development effect, which comprises the following steps:
the method comprises the steps of determining a local ip address and a port number carried by a project two-dimensional code through scanning the project two-dimensional code displayed in an HBuilderx development tool;
And running a plurality of project development files of the project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in the development page of the HBuilderx development tool.
The embodiment of the application also provides a compiling device for the development effect, which is applied to the HBuilderx development tool; the compiling apparatus includes:
the architecture construction module is used for responding to a project development instruction, constructing an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool, and obtaining a plurality of local storage files related to the project to be developed;
the project activating module is used for responding to project activating operation and selecting files to be compiled of the project to be developed from the plurality of local storage files;
the framework modification module is used for responding to project compiling operation, compiling the files to be compiled to obtain a plurality of project development files of the project to be developed so as to modify the initial project framework;
the information acquisition module is used for responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of the terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed;
The two-dimension code generation module is applied to generating a project two-dimension code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimension code; and displaying the real-time development effect of the project to be developed in the development effect display interface.
In one possible implementation manner, the architecture construction module is configured to, in response to a project development instruction, construct an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool, and obtain a plurality of local storage files related to the project to be developed, where the architecture construction module is configured to:
responding to a project development instruction, and acquiring a local path of the project to be developed;
and under the local path, generating an initial project framework of the project to be developed based on the preset development framework, and obtaining a plurality of local storage files related to the project to be developed.
In one possible implementation manner, the project activating module, when configured to select a file to be compiled of the project to be developed from the plurality of local storage files in response to a project activating operation, is configured to:
In response to a file selection operation for the plurality of local storage files, determining the local storage file selected by the file selection operation as a file to be compiled of the item to be developed;
and displaying the content of the file to be compiled in a graphical user interface of the terminal equipment.
In one possible implementation manner, before the compiling state in response to the to-be-developed item is changed to the completed state, the compiling apparatus further includes a log obtaining module for:
detecting whether an installation dependent package is installed in the project to be developed or not;
if yes, acquiring a compiling log of the file to be compiled in real time by executing a log monitoring command;
and determining the compiling state of the file to be compiled based on the compiling log.
In a possible implementation manner, the compiling device further comprises a secondary compiling module, and the secondary compiling module is used for:
responding to the secondary compiling operation, and secondarily compiling target compiling files in the plurality of project development files;
responding to the compiling state of the target compiling file to be converted into a completed state, and obtaining a plurality of updated project development files;
And running the updated plurality of project development files, and displaying the secondary development effect of the file to be compiled in the development effect display interface.
The embodiment of the application also provides a display device for developing effects, which comprises:
the information identification module is used for determining a local ip address and a port number carried by the project two-dimensional code by scanning the project two-dimensional code displayed in the HBuilderx development tool;
and the effect display module is used for running a plurality of project development files of the project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in the development page of the HBuilderx development tool.
The embodiment of the application also provides electronic equipment, which comprises: the system comprises a processor, a memory and a bus, wherein the memory stores machine-readable instructions executable by the processor, the processor and the memory are communicated through the bus when the electronic device runs, and the machine-readable instructions are executed by the processor to execute the steps of the compiling method of the development effect and/or the steps of the display method of the development effect.
The embodiments of the present application also provide a computer-readable storage medium having a computer program stored thereon, which when executed by a processor performs the steps of the compiling method of the development effect and/or the steps of the displaying method of the development effect described above.
According to the compiling method, the displaying method, the device and the readable storage medium of the development effect, provided by the embodiment of the application, an initial project framework of a project to be developed is constructed based on a preset development framework set in the HBuilderx development tool in response to a project development instruction, and a plurality of local storage files related to the project to be developed are obtained; responding to project activation operation, and selecting a file to be compiled of the project to be developed from the plurality of local storage files; compiling the files to be compiled in response to project compiling operation to obtain a plurality of project development files of the project to be developed so as to modify the initial project architecture; responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed; generating a project two-dimensional code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code; and displaying the real-time development effect of the project to be developed in the development effect display interface. Therefore, a developer can check the development effect of the project to be developed in real time, and timely modify the project framework of the project to be developed, thereby being beneficial to improving the development efficiency of the project to be developed; in addition, in the process of developing the project to be developed by a developer, the developer can also refer to the real-time development effect at any time, timely perform secondary compiling on the project framework of the project to be developed, and the developer does not need to repeatedly operate the project development file of the project to be developed to check the real-time development effect in the secondary compiling process, so that the operation pressure of the terminal equipment can be reduced;
In addition, in the compiling process, a plurality of files to be compiled can be displayed in a superimposed manner in a graphical user interface of the terminal device used by the developer, so that the developer can adaptively adjust other related files to be compiled in the compiling process.
In order to make the above objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered limiting the scope, and that other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a compiling method for developing effects according to an embodiment of the present application;
fig. 2 is a flowchart of a method for displaying a development effect according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a real-time development effect review process according to an embodiment of the present application;
FIG. 4 is a schematic structural diagram of a compiling apparatus for developing effects according to an embodiment of the present disclosure;
FIG. 5 is a second schematic diagram of a compiling apparatus for developing effects according to the embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a display device with a development effect according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. Based on the embodiments of the present application, every other embodiment that a person skilled in the art would obtain without making any inventive effort is within the scope of protection of the present application.
According to research, at present, data packets related to software for completing development are all offline, and under the condition, after the software development of a project is completed, a developer needs to install and operate in used terminal equipment, and then the development effect of the software can be checked; this also makes it take a long time for the developer to see the effect, resulting in low development efficiency for the developer; and if the developer is not satisfied with the development effect, the developer needs to find the file related to the project to be developed again, modify the file again, and then install and operate again to check the development effect, so that the development efficiency of the project to be developed is further reduced repeatedly.
Based on the above, the embodiment of the application provides a compiling method of development effects, and developers can search the real-time development effects of the development project to be developed in real time by scanning the two-dimensional code of the project, so that the development efficiency of the development project to be developed is improved.
Referring to fig. 1, fig. 1 is a flowchart of a compiling method for developing effects according to an embodiment of the present application. Applied to an HBuilderx development tool; as shown in fig. 1, the compiling method for a development effect provided in the embodiment of the present application includes:
S101, responding to a project development instruction, and constructing an initial project framework of a project to be developed based on a preset development framework set in the HBuilderx development tool to obtain a plurality of local storage files related to the project to be developed.
S102, responding to project activation operation, and selecting a file to be compiled of the project to be developed from the plurality of local storage files.
S103, compiling the files to be compiled in response to project compiling operation to obtain a plurality of project development files of the projects to be developed so as to modify the initial project architecture.
S104, responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of the terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed.
S105, generating a project two-dimensional code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code.
The compiling method of the development effect is applied to an HBuilderx development tool; when development requirements of a project to be developed are met, the HBuilderx development tool responds to a project development instruction, an initial project framework of the project to be developed is built based on a preset development framework set in the HBuilderx development tool, and a plurality of local storage files of the project to be developed are generated; a developer can activate a project to be developed and select a file to be compiled which needs to be compiled through project activation operation; compiling the files to be compiled of the items to be developed through item compiling operation to obtain a plurality of item development files; and responding to the compiling state of the project to be developed to be converted into a finished state, acquiring a local ip address of the terminal equipment and a port number of a port used for calling the project to be developed, and generating a project two-dimensional code of the project to be developed, so that a developer enters a development effect display interface by scanning the project two-dimensional code, and checking the real-time development effect of the project to be developed. Therefore, a developer can check the development effect of the project to be developed in real time, and timely modify the project architecture of the project to be developed, thereby being beneficial to improving the development efficiency of the project to be developed.
Here, the HBuilderx development tool is installed on the terminal device used by the developer, and the developer can complete development of the project to be developed in the HBuilderx development tool and realize real-time display of the development effect.
In step S101, a developer enters a project development interface of the HBuilderx development tool, and can issue a project development instruction through a project development control displayed in the touch project development interface; specifically, in response to a project development instruction applied by a developer, an initial project architecture of a project to be developed is initially constructed based on a preset development architecture set in an HBuilderx development tool, and a plurality of local storage files related to the project to be developed are generated.
The plurality of local storage files related to the project to be developed have fixed storage positions in terminal equipment used by developers.
In the scheme provided by the application, the response to the project development instruction can be specifically that when a developer presses a project development control corresponding to the project development instruction, the project development instruction can be triggered to be issued; specifically, a developer can develop a control through touch projects such as fingers, a mouse and the like; or the control is developed through a preset combination key in the keyboard, for example, a ctrl key, an alt key, an a key and other key touch control projects in the keyboard, and the preset key can be set manually according to the requirement of a developer.
Here, in order to simplify the development flow of the developer, a preset development architecture is set in the HBuilderx development tool in advance, and when the developer has development requirements, the developer can implement the construction of the initial development architecture of the project to be developed based on the preset development architecture according to the project condition of the project to be developed.
For a to-be-developed project, a fixed local path is required in the terminal equipment, and in order to enable the to-be-developed project to run smoothly, an initial development framework of the to-be-developed project is constructed under the local path of the to-be-developed project.
In one embodiment, step S101 includes:
s1011, responding to a project development instruction, and acquiring a local path of the project to be developed.
In the step, a local path of a project to be developed in the terminal device is acquired in response to a project development instruction applied by a developer.
Here, the local path of the project to be developed in the terminal device may be manually selected by the developer; the terminal equipment can be automatically allocated to the project to be developed; specifically, the terminal device may allocate a suitable local path to the to-be-developed project in combination with the occupancy rate of each storage space.
S1012, under the local path, generating an initial project framework of the project to be developed based on the preset development framework, and obtaining a plurality of local storage files related to the project to be developed.
In the step, under the local path of the to-be-developed project, referring to the determined preset development architecture, an initial project architecture of the to-be-developed project is constructed, a plurality of local storage files related to the to-be-developed project are generated, and the plurality of local storage files are stored under the local path.
In step S102, before modifying the initial development architecture of the project to be developed, the developer needs to activate the project to be developed; meanwhile, a developer can selectively modify individual files in a plurality of local storage files related to a project to be developed according to the actual condition of the project development; specifically, a developer can activate a project to be developed and select a file to be compiled by applying a project activating operation; and in response to project activation operation applied by a developer, selecting a file to be compiled, which is required to be modified, from a plurality of local storage files related to the project to be developed while activating the project to be developed.
In one embodiment, step S102 includes:
s1021, responding to file selection operation of the plurality of local storage files, and determining the local storage files selected by the file selection operation as files to be compiled of the development project.
In the step, a developer can apply file selection operation to a plurality of local storage files displayed in a graphical user interface so as to select files to be compiled from the plurality of local storage files; specifically, in response to a file selection operation applied by a developer to a plurality of local storage files, determining the local storage files selected by the developer through the file selection operation as files to be compiled in a project to be developed.
And S1022, displaying the content of the file to be compiled in a graphical user interface of the terminal equipment.
In the step, the contents in the file to be compiled are displayed in a graphical user interface in a superposition manner so as to facilitate the compilation of the contents of the file to be compiled by a developer.
Here, the content in the file to be compiled is the program code involved in the project to be developed.
In order to facilitate a developer to modify a plurality of files to be compiled at the same time, the developer can select a plurality of files to be compiled at the same time, and the contents of the files to be compiled are displayed in a graphical user interface in a superimposed manner; in this way, the developer adaptively adjusts other related files to be compiled in the process of modifying one of the files to be compiled.
And the lowest layer of the graphical user interface keeps displaying a plurality of local storage files related to the to-be-developed project so that after the developer finishes compiling the current to-be-compiled file, other uncompiled to-be-compiled files can be continuously selected for compiling, and therefore file searching time of the developer is reduced.
In step S103, the developer may implement compiling the file to be compiled by applying project compiling operation, so as to change the initial development architecture of the project to be developed; specifically, in response to project compiling operations applied by developers, compiling of files to be compiled is achieved, a plurality of project development files of which the projects to be developed are compiled are obtained after compiling, and then modification of an initial project architecture is achieved.
In step S104, the HBuilderx development tool monitors the compiling state of the to-be-developed item in real time during the process that the developer compiles the to-be-compiled file of the to-be-developed item; when the compiling state of the project to be developed is converted into the completed state, the local ip address of the terminal equipment deployed by the HBuilderx development tool and the port number of the port used for calling the project to be developed are acquired in response to the converting of the compiling state of the project to be developed into the completed state, so that a project two-dimensional code for acquiring the real-time development effect of the project to be developed is generated in the HBuilderx development tool.
Here, the HBuilderx development tool may implement monitoring of the compile state by listening to the compile log.
Each item to be developed has a unique corresponding port number in the terminal device.
In one embodiment, before the compiling state responsive to the item to be developed is changed to the completed state, the compiling method further includes:
and step 1, detecting whether an installation dependent package is installed in the project to be developed.
In the step, for a to-be-developed project, the operation of implementing the to-be-developed project is dependent on an installation dependent package of the to-be-developed project; therefore, in order to avoid that the project to be developed cannot normally run due to the lack of the installation dependent package in the subsequent process, at this time, the installation dependent package of the project to be developed needs to be further detected; it is determined whether there is already an installation dependency package in the development project that is required to run the development project.
Here, "dependency" refers to a collection of environments that need to be used for development and program execution; specifically, the method comprises the following steps: software, plug-ins, etc. Typically, the "dependencies" that need to be used are saved as a txt file named "requirements". If the development project is to be run in other environments, all dependencies involved in the development project may be installed at once directly by instructions.
And step 2, if yes, acquiring the compiling log of the file to be compiled in real time by executing the log monitoring command.
In the step, if the installation dependency package of the project to be developed is already installed in the terminal device, the HBuilderx development tool can obtain the compiling log of the file to be compiled in real time by executing the log monitoring command.
Specifically, the HBuilderx development tool uses the child-process module in the node to execute log monitoring commands (npm run dev: h5 commands) using the spawn method.
And step 3, determining the compiling state of the file to be compiled based on the compiling log.
In the step, a compiling log obtained in real time is analyzed, and the compiling state of a file to be compiled is determined based on a compiling identification carried in the compiling log; for example, if the compiling flag carried in the compiling log is a "completion flag", it is explained that the compiling state of the file to be compiled is a "completed state" at this time; if the compiling flag carried in the compiling log is an 'in-progress flag', the compiling state of the file to be compiled at the moment is an 'unfinished state'.
Step 4, if not, installing the installation dependent package of the project to be developed in the terminal equipment; and after the installation of the installation dependency package is completed, determining the compiling state of the file to be compiled based on the compiling log.
In step S105, based on the obtained local ip address and port number, a project two-dimensional code for looking up the real-time development result of the project to be developed is generated, so that the developer enters the development effect display interface of the project to be developed by scanning the project two-dimensional code.
Wherein, the development effect display interface displays the real-time development effect of the project to be developed; the development effect presentation interface may be displayed superimposed on a development page of the HBuilderx development tool.
Here, in the case that the developer is not satisfied with the current development effect, the secondary development can be performed on the to-be-developed project, so that the operation required to be performed by the developer to view the development effect is further reduced, and in the process that the developer performs the secondary development, the secondary development effect of the to-be-developed project is automatically displayed.
In one embodiment, the compiling method further comprises:
and a step a of performing secondary compiling on the target compiling files in the plurality of project development files in response to the secondary compiling operation.
In the step, a developer can implement secondary compiling of target compiling files in a plurality of project developing files of a project to be developed by applying secondary compiling operation; specifically, in response to the secondary compiling operation applied by the developer, selecting a target compiling file to be adjusted and compiled from a plurality of project development files of a project to be developed, and secondarily compiling the content of the target compiling file.
And b, responding to the compiling state of the target compiling file to be converted into a completed state, and obtaining a plurality of updated project development files.
In the step, the HBuilderx development tool monitors the compiling state of the target compiling file in real time in the process that a developer compiles the target compiling file; when the compiling state of the target compiling file is converted into the completed state, a plurality of updated project development files are obtained in response to the converting of the compiling state of the target compiling file into the completed state.
And c, running the updated plurality of project development files, and displaying the secondary development effect of the compiling-replaced file in the development effect display interface.
In the step, after a developer finishes secondary compiling of a project to be developed, the HBuilderx development tool automatically operates a plurality of updated project development files obtained after secondary compiling, and secondary development effects of the files to be compiled are displayed in a development effect display interface.
Therefore, in the process of developing the project to be developed by a developer, the real-time development effect can be referred at any time, the project framework of the project to be developed is compiled for the second time in time, the developer does not need to repeatedly operate the project development file of the project to be developed to check the real-time development effect in the process of compiling the second time, and further, the operation pressure of the terminal equipment can be reduced.
According to the compiling method of the development effect, provided by the embodiment of the application, an initial project framework of a project to be developed is constructed based on a preset development framework set in the HBuilderx development tool in response to a project development instruction, and a plurality of local storage files related to the project to be developed are obtained; responding to project activation operation, and selecting a file to be compiled of the project to be developed from the plurality of local storage files; compiling the files to be compiled in response to project compiling operation to obtain a plurality of project development files of the project to be developed so as to modify the initial project architecture; responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed; generating a project two-dimensional code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code; and displaying the real-time development effect of the project to be developed in the development effect display interface. Therefore, a developer can check the development effect of the project to be developed in real time, and timely modify the project architecture of the project to be developed, thereby being beneficial to improving the development efficiency of the project to be developed.
Referring to fig. 2, fig. 2 is a flowchart of a method for displaying a development effect according to an embodiment of the present application. As shown in fig. 2, the method for displaying a development effect provided in the embodiment of the present application includes:
s201, determining a local ip address and a port number carried by a project two-dimensional code through scanning the project two-dimensional code displayed in an HBuilderx development tool.
In the step, a developer can scan the project two-dimensional code displayed in the HBuilderx development tool by using the terminal equipment, and the terminal equipment determines the local ip address and port number carried by the project two-dimensional code by analyzing the scanned project two-dimensional code.
S202, running a plurality of project development files of a project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in a development page of the HBuilderx development tool.
In the step, a plurality of project development files of a project to be developed are called and operated in the terminal equipment by utilizing the local ip address and the port number obtained through analysis, so that the real-time development effect of the project to be developed is obtained, and the real-time development effect of the project to be developed is displayed in a superposition manner in a development page of an HBuilderx development tool.
Here, each to-be-developed project has a unique corresponding port number in the terminal device, so that the calling and running of a plurality of project development files of the to-be-developed project can be realized on the premise of defining the port number.
According to the development effect display method provided by the embodiment of the application, the local ip address and the port number carried by the project two-dimensional code are determined by scanning the project two-dimensional code displayed in the HBuilderx development tool; and running a plurality of project development files of the project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in the development page of the HBuilderx development tool. Therefore, developers can quickly check the real-time development effect of the project to be developed by scanning the project two-dimensional code, so that the acquisition efficiency of the development effect is improved.
Referring to fig. 3, fig. 3 is a schematic diagram of a real-time development effect checking process according to an embodiment of the present application. As shown in fig. 3, step 301: constructing an HBuilderx development tool in the terminal equipment; step 302: acquiring a local path of a project to be developed; step 303: detecting whether an installation dependent package is installed in a project to be developed; if yes, go to step 304; if not, go to step 308; step 304: acquiring a compiling log of a file to be compiled in real time by executing a log monitoring command; step 305: when the compiling state of the project to be developed is converted into a finished state, acquiring a local ip address of terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed; step 306: generating an item two-dimensional code based on the local ip address and the port number; step 307: a developer checks the real-time development effect of the project to be developed by scanning the project two-dimensional code; step 308: the installation dependency package for the project to be developed is installed, step 304 is performed.
Referring to fig. 4 and 5, fig. 4 is a schematic structural diagram of a development effect compiling apparatus according to an embodiment of the present application, and fig. 5 is a schematic structural diagram of a development effect compiling apparatus according to an embodiment of the present application. Applied to an HBuilderx development tool; as shown in fig. 4, the compiling apparatus 400 includes:
the architecture construction module 410 is configured to construct an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool in response to a project development instruction, so as to obtain a plurality of local storage files related to the project to be developed;
a project activating module 420, configured to select a file to be compiled of the project to be developed from the plurality of local storage files in response to a project activating operation;
the architecture modification module 430 is configured to compile the file to be compiled in response to a project compiling operation, so as to obtain a plurality of project development files of the project to be developed, so as to implement modification of the initial project architecture;
an information obtaining module 440, configured to obtain, in response to the translation of the compiling state of the to-be-developed project into a completed state, a local ip address of a terminal device deployed by the HBuilderx development tool and a port number of a port used for calling the to-be-developed project;
The two-dimension code generating module 450 is applied to generate a project two-dimension code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimension code; and displaying the real-time development effect of the project to be developed in the development effect display interface.
Further, when the architecture construction module 410 is configured to construct an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool in response to a project development instruction, and obtain a plurality of local storage files related to the project to be developed, the architecture construction module 410 is configured to:
responding to a project development instruction, and acquiring a local path of the project to be developed;
and under the local path, generating an initial project framework of the project to be developed based on the preset development framework, and obtaining a plurality of local storage files related to the project to be developed.
Further, a plurality of stored local storage files related to the to-be-developed project are displayed in a graphical user interface of the terminal equipment; the project activating module 420 is configured to, when selecting a file to be compiled of the project to be developed from the plurality of local storage files in response to a project activating operation, the project activating module 420:
In response to a file selection operation for the plurality of local storage files, determining the local storage file selected by the file selection operation as a file to be compiled of the item to be developed;
and displaying the content of the file to be compiled in a graphical user interface of the terminal equipment.
Further, as shown in fig. 5, before the compiling state in response to the to-be-developed item is changed to the completed state, the compiling apparatus 400 further includes a log obtaining module 460, where the log obtaining module 460 is configured to:
detecting whether an installation dependent package is installed in the project to be developed or not;
if yes, acquiring a compiling log of the file to be compiled in real time by executing a log monitoring command;
and determining the compiling state of the file to be compiled based on the compiling log.
Further, as shown in fig. 5, the compiling apparatus 400 further includes a secondary compiling module 470, where the secondary compiling module 470 is configured to:
responding to the secondary compiling operation, and secondarily compiling target compiling files in the plurality of project development files;
responding to the compiling state of the target compiling file to be converted into a completed state, and obtaining a plurality of updated project development files;
And running the updated plurality of project development files, and displaying the secondary development effect of the file to be compiled in the development effect display interface.
According to the compiling device for the development effect, provided by the embodiment of the application, an initial project framework of a project to be developed is constructed based on a preset development framework set in the HBuilderx development tool in response to a project development instruction, and a plurality of local storage files related to the project to be developed are obtained; responding to project activation operation, and selecting a file to be compiled of the project to be developed from the plurality of local storage files; compiling the files to be compiled in response to project compiling operation to obtain a plurality of project development files of the project to be developed so as to modify the initial project architecture; responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed; generating a project two-dimensional code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code; and displaying the real-time development effect of the project to be developed in the development effect display interface. Therefore, a developer can check the development effect of the project to be developed in real time, and timely modify the project framework of the project to be developed, thereby being beneficial to improving the development efficiency of the project to be developed; in addition, in the process of developing the project to be developed by a developer, the developer can also refer to the real-time development effect at any time, timely perform secondary compiling on the project framework of the project to be developed, and the developer does not need to repeatedly operate the project development file of the project to be developed to check the real-time development effect in the secondary compiling process, so that the operation pressure of the terminal equipment can be reduced;
In addition, in the compiling process, a plurality of files to be compiled can be displayed in a superimposed manner in a graphical user interface of the terminal device used by the developer, so that the developer can adaptively adjust other related files to be compiled in the compiling process.
Referring to fig. 6, fig. 6 is a schematic structural diagram of a display device with development effect according to an embodiment of the present application. As shown in fig. 6, the display device 600 includes:
the information identifying module 610 is configured to determine a local ip address and a port number carried by a project two-dimensional code by scanning the project two-dimensional code displayed in the HBuilderx development tool;
and the effect display module 620 is configured to run a plurality of project development files of a project to be developed by using the local ip address and the port number, and superimpose and display a real-time development effect of the project to be developed on a development page of the HBuilderx development tool.
According to the display device for the development effect, the local ip address and the port number carried by the project two-dimensional code are determined by scanning the project two-dimensional code displayed in the HBuilderx development tool; and running a plurality of project development files of the project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in the development page of the HBuilderx development tool. Therefore, developers can quickly check the real-time development effect of the project to be developed by scanning the project two-dimensional code, so that the acquisition efficiency of the development effect is improved.
Referring to fig. 7, fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application. As shown in fig. 7, the electronic device 700 includes a processor 710, a memory 720, and a bus 730.
The memory 720 stores machine-readable instructions executable by the processor 710, when the electronic device 700 is running, the processor 710 communicates with the memory 720 through the bus 730, and when the machine-readable instructions are executed by the processor 710, the steps of the compiling method of the development effect in the method embodiment shown in fig. 1 and/or the steps of the displaying method of the development effect in the method embodiment shown in fig. 2 can be executed, and specific implementation manners may refer to the method embodiment and will not be repeated herein.
The embodiment of the present application further provides a computer readable storage medium, where a computer program is stored on the computer readable storage medium, and when the computer program is executed by a processor, the steps of a compiling method for a development effect in the method embodiment shown in fig. 1 and/or the steps of a displaying method for a development effect in the method embodiment shown in fig. 2 may be executed, and detailed implementation manners may refer to the method embodiment and will not be repeated herein.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, and are not repeated herein.
In the several embodiments provided in this application, it should be understood that the disclosed systems, devices, and methods may be implemented in other manners. The above-described apparatus embodiments are merely illustrative, for example, the division of the units is merely a logical function division, and there may be other manners of division in actual implementation, and for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be through some communication interface, device or unit indirect coupling or communication connection, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer readable storage medium executable by a processor. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Finally, it should be noted that: the foregoing examples are merely specific embodiments of the present application, and are not intended to limit the scope of the present application, but the present application is not limited thereto, and those skilled in the art will appreciate that while the foregoing examples are described in detail, the present application is not limited thereto. Any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or make equivalent substitutions for some of the technical features within the technical scope of the disclosure of the present application; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application, and are intended to be included in the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. The compiling method of the development effect is characterized by being applied to an HBuilderx development tool; the compiling method comprises the following steps:
responding to a project development instruction, and constructing an initial project framework of a project to be developed based on a preset development framework set in the HBuilderx development tool to obtain a plurality of local storage files related to the project to be developed;
responding to project activation operation, and selecting a file to be compiled of the project to be developed from the plurality of local storage files;
compiling the files to be compiled in response to project compiling operation to obtain a plurality of project development files of the project to be developed so as to modify the initial project architecture;
responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed;
generating a project two-dimensional code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimensional code; and displaying the real-time development effect of the project to be developed in the development effect display interface.
2. The compiling method according to claim 1, wherein the constructing an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool in response to a project development instruction, to obtain a plurality of local storage files related to the project to be developed, includes:
responding to a project development instruction, and acquiring a local path of the project to be developed;
and generating an initial project framework of the project to be developed based on the preset development framework under the local path to obtain a plurality of local storage files related to the project to be developed.
3. The compiling method of claim 1, wherein selecting the file to be compiled for the item to be developed from the plurality of local storage files in response to the item activation operation comprises:
in response to a file selection operation for the plurality of local storage files, determining the local storage file selected by the file selection operation as a file to be compiled of the item to be developed;
and displaying the content of the file to be compiled in a graphical user interface of the terminal equipment.
4. The compiling method of claim 1, wherein before the compiling state responsive to the item to be developed is changed to the completed state, the compiling method further comprises:
Detecting whether an installation dependent package is installed in the project to be developed or not;
if yes, acquiring a compiling log of the file to be compiled in real time by executing a log monitoring command;
and determining the compiling state of the file to be compiled based on the compiling log.
5. The compiling method according to claim 1, wherein the compiling method further comprises:
responding to the secondary compiling operation, and secondarily compiling target compiling files in the plurality of project development files;
responding to the compiling state of the target compiling file to be converted into a completed state, and obtaining a plurality of updated project development files;
and running the updated plurality of project development files, and displaying the secondary development effect of the file to be compiled in the development effect display interface.
6. A display method of a development effect, the display method comprising:
the method comprises the steps of determining a local ip address and a port number carried by a project two-dimensional code through scanning the project two-dimensional code displayed in an HBuilderx development tool;
and running a plurality of project development files of the project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in the development page of the HBuilderx development tool.
7. The compiling device of the development effect is characterized by being applied to an HBuilderx development tool; the compiling apparatus includes:
the architecture construction module is used for responding to a project development instruction, constructing an initial project architecture of a project to be developed based on a preset development architecture set in the HBuilderx development tool, and obtaining a plurality of local storage files related to the project to be developed;
the project activating module is used for responding to project activating operation and selecting files to be compiled of the project to be developed from the plurality of local storage files;
the framework modification module is used for responding to project compiling operation, compiling the files to be compiled to obtain a plurality of project development files of the project to be developed so as to modify the initial project framework;
the information acquisition module is used for responding to the compiling state of the project to be developed to be converted into a completed state, and acquiring a local ip address of the terminal equipment deployed by the HBuilderx development tool and a port number of a port used for calling the project to be developed;
the two-dimension code generation module is applied to generating a project two-dimension code of the project to be developed based on the local ip address and the port number, so that a developer can enter a development effect display interface of the project to be developed by scanning the project two-dimension code; and displaying the real-time development effect of the project to be developed in the development effect display interface.
8. A display device for developing effects, the display device comprising:
the information identification module is used for determining a local ip address and a port number carried by the project two-dimensional code by scanning the project two-dimensional code displayed in the HBuilderx development tool;
and the effect display module is used for running a plurality of project development files of the project to be developed by utilizing the local ip address and the port number, and displaying the real-time development effect of the project to be developed in a superposition manner in the development page of the HBuilderx development tool.
9. An electronic device, comprising: a processor, a memory and a bus, the memory storing machine readable instructions executable by the processor, the processor and the memory communicating via the bus when the electronic device is running, the machine readable instructions being executable by the processor to perform the steps of the compiling method of a development effect according to any one of claims 1 to 5 and/or the steps of the displaying method of a development effect according to claim 6.
10. A computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, performs the steps of the compiling method of a development effect according to any one of claims 1 to 5 and/or the steps of the displaying method of a development effect according to claim 6.
CN202310216662.1A 2023-03-07 2023-03-07 Compiling method and device for development effect and readable storage medium Active CN116431122B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310216662.1A CN116431122B (en) 2023-03-07 2023-03-07 Compiling method and device for development effect and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310216662.1A CN116431122B (en) 2023-03-07 2023-03-07 Compiling method and device for development effect and readable storage medium

Publications (2)

Publication Number Publication Date
CN116431122A true CN116431122A (en) 2023-07-14
CN116431122B CN116431122B (en) 2024-05-07

Family

ID=87082268

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310216662.1A Active CN116431122B (en) 2023-03-07 2023-03-07 Compiling method and device for development effect and readable storage medium

Country Status (1)

Country Link
CN (1) CN116431122B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008070925A (en) * 2006-09-12 2008-03-27 Nippo Ltd System for managing edible crab
CN110489088A (en) * 2019-08-13 2019-11-22 绿漫科技有限公司 A kind of cross-platform small routine development approach
CN113138935A (en) * 2021-05-17 2021-07-20 北京京东拓先科技有限公司 Program testing method and device, electronic equipment and storage medium
CN113824783A (en) * 2021-09-18 2021-12-21 杭州合学教育科技有限公司 Internet of things byte transparent transmission method based on H5JS local programming
CN113835748A (en) * 2021-09-27 2021-12-24 商派软件有限公司 HTML 5-based application packaging method, system and readable medium
CN113868126A (en) * 2021-09-17 2021-12-31 北京顺达同行科技有限公司 Application debugging method, device and storage medium of equipment
CN113986256A (en) * 2021-11-08 2022-01-28 中电金信软件有限公司 Method and device for issuing application program, electronic equipment and storage medium
CN115248700A (en) * 2021-04-25 2022-10-28 远光软件股份有限公司 Method and system for automatically constructing mobile installation package by product code

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008070925A (en) * 2006-09-12 2008-03-27 Nippo Ltd System for managing edible crab
CN110489088A (en) * 2019-08-13 2019-11-22 绿漫科技有限公司 A kind of cross-platform small routine development approach
CN115248700A (en) * 2021-04-25 2022-10-28 远光软件股份有限公司 Method and system for automatically constructing mobile installation package by product code
CN113138935A (en) * 2021-05-17 2021-07-20 北京京东拓先科技有限公司 Program testing method and device, electronic equipment and storage medium
CN113868126A (en) * 2021-09-17 2021-12-31 北京顺达同行科技有限公司 Application debugging method, device and storage medium of equipment
CN113824783A (en) * 2021-09-18 2021-12-21 杭州合学教育科技有限公司 Internet of things byte transparent transmission method based on H5JS local programming
CN113835748A (en) * 2021-09-27 2021-12-24 商派软件有限公司 HTML 5-based application packaging method, system and readable medium
CN113986256A (en) * 2021-11-08 2022-01-28 中电金信软件有限公司 Method and device for issuing application program, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
S. CHOUDHARY 等: "Development of auto extraction and display in websites using dynamic web menu", 《2016 FOURTH INTERNATIONAL CONFERENCE ON PARALLEL, DISTRIBUTED AND GRID COMPUTING (PDGC)》, 27 April 2017 (2017-04-27), pages 410 - 414 *
杨尚林 等: "电机网络创新开发平台设计和分析", 《机电工程》, vol. 31, no. 01, 19 March 2014 (2014-03-19), pages 21 - 25 *

Also Published As

Publication number Publication date
CN116431122B (en) 2024-05-07

Similar Documents

Publication Publication Date Title
US10338956B2 (en) Application profiling job management system, program, and method
US9286042B2 (en) Control flow graph application configuration
EP3355187A1 (en) Loading method and device for terminal application (app)
CN112685035B (en) Project development method and device, computer readable storage medium and electronic equipment
CN102667730A (en) Design time debugging
CN111443923A (en) Service publishing method and device
CN104679651A (en) Automatic testing method and executing node
CN113760266B (en) Method and device for creating function module file and electronic equipment
US20100153913A1 (en) Systems and Methods for Executing Object-Oriented Programming Code Invoking Pre-Existing Objects
US10216620B2 (en) Static code testing of active code
US11604662B2 (en) System and method for accelerating modernization of user interfaces in a computing environment
US10394529B2 (en) Development platform of mobile native applications
CN107918543B (en) Installation package generation method and device, computer equipment and storage medium
CN108228266B (en) Method and device for starting Fragment component between different plug-ins under Android plug-in framework
CN116431122B (en) Compiling method and device for development effect and readable storage medium
CN110806891B (en) Method and device for generating software version of embedded device
US11221844B2 (en) Automated application partitioning system
US20160246465A1 (en) Duplicating a task sequence from a graphical user interface interaction for a development application in view of trace data
Qu Testing of configurable systems
CN114328090A (en) Program monitoring method and device, electronic equipment and storage medium
CN109284097B (en) Method, device, system and storage medium for realizing complex data analysis
JP5525658B2 (en) Computer, resource usage calculation method, and resource usage calculation program
US10545858B2 (en) Method for testing a graphical interface and corresponding test system
US20190149614A1 (en) Storage medium, information processing device, and processing method
CN114297089B (en) Python remote dynamic debugging method and system based on container

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