CN111782197A - Resource publishing method and device - Google Patents

Resource publishing method and device Download PDF

Info

Publication number
CN111782197A
CN111782197A CN202010768897.8A CN202010768897A CN111782197A CN 111782197 A CN111782197 A CN 111782197A CN 202010768897 A CN202010768897 A CN 202010768897A CN 111782197 A CN111782197 A CN 111782197A
Authority
CN
China
Prior art keywords
directory
resources
resource
release
editing
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
CN202010768897.8A
Other languages
Chinese (zh)
Other versions
CN111782197B (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN202010768897.8A priority Critical patent/CN111782197B/en
Publication of CN111782197A publication Critical patent/CN111782197A/en
Application granted granted Critical
Publication of CN111782197B publication Critical patent/CN111782197B/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/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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

Abstract

The embodiment of the invention provides a method and a device for resource release, wherein the method comprises the following steps: reconstructing a directory of a file to be configured to generate an original directory and a release directory; creating a release button according to the original catalog and the release catalog; editing the resources in the original catalog to generate edited resources; and responding to the triggering operation acted on the release button, adding the editing resources to a release directory, and releasing the resources in the release directory. Therefore, the resources can be released after the editing is finished, the resources are prevented from being output immediately and taking effect in the application program once being modified, a large number of temporary versions in effect are prevented from being generated during the resource editing, the dependency of the synchronization of upstream and downstream work is greatly reduced, multi-link cooperation development operation is facilitated, and the controllability and the flexibility in the development process are greatly enhanced.

Description

Resource publishing method and device
Technical Field
The present invention relates to the field of software application technologies, and in particular, to a method and an apparatus for resource publishing.
Background
The UE4(Unreal Engine 4, illusion Engine 4) is the most open and most advanced real-time 3D authoring platform around the world, can be used for constructing games, simulation and visualization contents, and has a realistic rendering function of photo collections, dynamic physics and effects, vivid animations, a simplified data conversion interface, and the like. With continued improvements, the UE4 has not only been a real-time engine and editor, but has also brought unlimited creative freedom and unprecedented mastery to professionals in all walks of life.
In developing authoring, it is often involved to publish resources to view development effects. Currently, the interface editor of the UE4 itself does not have the concept of "publishing resources", but it has a set of methods for compiling resources: the resource is immediately effective in the game once modified, so that the display effect of the resource can be viewed. However, this modified immediate validation approach results in a large number of interim versions in validation, which is not conducive to multi-link collaborative development.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are proposed to provide a method for resource publishing and a corresponding apparatus for resource publishing that overcome or at least partially solve the above problems.
The embodiment of the invention discloses a method for releasing resources, which comprises the following steps:
reconstructing a directory of a file to be configured to generate an original directory and a release directory;
creating a release button according to the original catalog and the release catalog;
editing the resources in the original catalog to generate edited resources;
and responding to the triggering operation acted on the release button, adding the editing resources to a release directory, and releasing the resources in the release directory.
Optionally, the inserting a publish button in a toolbar of the interface editor includes:
reading the original directory and the release directory in the file to be configured;
monitoring the calling of resources in the original directory and/or the release directory;
calling back the related function to generate a release button; and the related function is a function called for resources in the original directory and/or the release directory.
Optionally, the editing the resource in the original directory to generate an edited resource includes:
displaying the resources in the original catalog in a user interface of the interface editor;
receiving an editing operation for a resource in the original catalog;
and generating an editing resource according to the editing operation.
Optionally, the generating an editing resource according to the editing operation includes:
and calling back the related function, acquiring a return value of the related function according to the editing operation and generating an editing resource.
Optionally, the editing resource has a corresponding dependent resource, and the adding the editing resource to the publishing directory in response to the triggering operation acting on the publishing button includes:
and responding to the triggering operation acted on the publishing button, and adding the editing resources and the dependent resources to a publishing directory.
Optionally, the publishing the resource in the publishing directory includes:
redirecting a preset file to a resource which refers to the release directory;
and issuing the resources in the issuing directory through the preset file.
Optionally, the preset file comprises a uaset file.
The embodiment of the invention discloses a device for resource release, which comprises:
the directory reconstruction module is used for reconstructing the directory of the file to be configured to generate an original directory and a release directory;
the release button creating module is used for creating a release button according to the original catalog and the release catalog;
the resource editing module is used for editing the resources in the original catalog to generate edited resources;
and the resource issuing module is used for responding to the triggering operation acted on the issuing button, adding the editing resources to an issuing directory and issuing the resources in the issuing directory.
Optionally, the issue button creating module includes:
the directory reading submodule is used for reading the original directory and the release directory in the file to be configured;
the resource monitoring submodule is used for monitoring the calling of resources in the original directory and/or the release directory;
the release button generation submodule is used for calling back the related function to generate a release button; and the related function is a function called for resources in the original directory and/or the release directory.
Optionally, the resource editing module includes:
the resource display sub-module is used for displaying the resources in the original catalog in the user interface of the interface editor;
the editing operation receiving submodule is used for receiving the editing operation aiming at the resources in the original catalog;
and the editing resource generating submodule is used for generating editing resources according to the editing operation.
Optionally, the edit resource generation sub-module includes:
and the editing resource generating unit is used for calling back the related function, acquiring a return value of the related function according to the editing operation and generating the editing resource.
Optionally, the editing resource has a corresponding dependent resource, and the resource publishing module includes:
and the resource issuing submodule is used for responding to the triggering operation acted on the issuing button and adding the editing resources and the dependent resources to an issuing catalogue.
Optionally, the resource publishing module includes:
the directory redirection submodule is used for redirecting a preset file to refer to the resource in the release directory;
and the resource publishing submodule is used for publishing the resources in the publishing directory through the preset file.
Optionally, the preset file comprises a uaset file.
The embodiment of the invention also discloses an electronic device, which comprises:
one or more processors; and
one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the electronic device to perform a method according to any one of the embodiments of the invention.
Embodiments of the present invention also disclose a computer-readable storage medium having instructions stored thereon, which, when executed by one or more processors, cause the processors to perform the method according to any one of the embodiments of the present invention.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, the original catalog and the release catalog are generated by reconstructing the catalog of the file to be configured, the release button is created according to the original catalog and the release catalog, when the resource needs to be edited, the resource in the original catalog is edited to obtain the edited resource, when the resource needs to be released, the edited resource is added to the release catalog, and the resource in the release catalog is released. Therefore, the resources can be released after the editing is finished, the resources are prevented from being output immediately and taking effect in the application program once being modified, a large number of temporary versions in effect are prevented from being generated during the resource editing, the dependency of the synchronization of upstream and downstream work is greatly reduced, multi-link cooperation development operation is facilitated, and the controllability and the flexibility in the development process are greatly enhanced.
Drawings
FIG. 1 is a flowchart illustrating the steps of one embodiment of a method for resource distribution;
fig. 2 is a block diagram of an embodiment of a resource distribution apparatus according to the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a method for resource publishing in the present invention is shown, which may specifically include the following steps:
step 101, reconstructing a directory of a file to be configured to generate an original directory and a release directory;
the embodiment of the invention can be applied to an Interface editor, and the Interface editor can be an editor used for designing a User Interface (UI). Such as UMG (Unreal Motion Graphics UI Designer), which is a visual UI authoring tool that can be used to author UI elements that are desired to be presented to a user, such as HUDs within a game, menus, or other graphical elements associated with the interface. At the heart of the UMG are controls, i.e., a series of pre-made functional components (such as buttons, check boxes, sliders, progress bars, etc.) that are used to make up an interface.
In the embodiment of the invention, the directory structure of the file to be configured can be reconstructed, and the file to be configured can be a resource file prepared for editing in a certain game application. And splitting the directory structure of the file to be configured, and recombining to generate an original directory and a release directory. The original directory is used for being edited by a developer, the release directory is used for being actually installed in an application program, the original directory and the release directory can have a common root directory so as to be convenient for managing the original directory and the release directory, and the root directory of the original directory and the release directory can be a UI root directory.
In a specific implementation, the file to be configured may have some resources that have been edited previously, such as resources that have been edited by the last version of the application program, or some resources that have been edited by other programmers in the team, and so on. After the directory structure of the file to be configured is reconstructed to generate the original directory and the release directory, the original directory and the release directory may also have previously edited resources, and the original directory, the release directory and the resources included in each directory may be set according to actual needs, for example, the original directory and the release directory are the same, and the resources included in the original directory and the release directory are the same, which is not limited in the embodiment of the present invention.
102, creating a release button according to the original catalog and the release catalog;
the release button may be a functional component that integrates a series of logic programs and can implement resource release in the editor, that is, the release button is used to call back newly edited resources when editing the resources, so that the newly edited resources become effective after passing through the release resources.
In the embodiment of the invention, a publishing button can be created according to the original catalog and the publishing catalog to realize the function of publishing resources in the editor. Specifically, a listener may be registered, and a related function called for a resource in the original directory and/or the publishing directory may be monitored, and the related function may be called to generate the publishing button. Because the related functions called by the resources in the original directory and/or the release directory are called back, the newly edited resources are not immediately output and effective.
103, editing the resources in the original catalog to generate edited resources;
specifically, a user interface for editing may be provided in the interface editor, and a user may open the resource in the original directory by performing an operation on the user interface, and edit the resource in the original directory in the user interface to generate an edited resource. The editing operation on the resources in the original directory may include adding a resource, modifying a resource, deleting a resource, and the like. When the resources in the original directory are edited, the related functions called for the original directory and/or the intermediate resources can be called back, and the return values of the related functions (i.e. the edited resources) can be called back, so that the edited resources generated when the resources are edited cannot be immediately output and take effect in the application program.
And 104, responding to the trigger operation acted on the release button, adding the editing resources to a release directory, and releasing the resources in the release directory.
After the user finishes editing the resources in the original catalog, the user can perform a trigger operation on the publishing button to publish the resources. The triggering operation refers to an operation for triggering the publishing of the resource, and may include a click operation, a double click operation, a long press operation, and the like, which is not limited in this embodiment of the present invention. The interface editor may add the edited resource to the publication directory and publish the resource in the publication directory after receiving a user's trigger operation on the publication button.
The method comprises the steps of reconstructing a directory of a file to be configured to generate an original directory and a release directory, creating a release button according to the original directory and the release directory, editing resources in the original directory to obtain edited resources when the resources need to be edited, adding the edited resources to the release directory when the resources need to be released, and releasing the resources in the release directory. Therefore, the resources can be released after the editing is finished, the resources are prevented from being output immediately and taking effect in the application program once being modified, a large number of temporary versions in effect are prevented from being generated during the resource editing, the dependency of the synchronization of upstream and downstream work is greatly reduced, multi-link cooperation development operation is facilitated, and the controllability and the flexibility in the development process are greatly enhanced.
In a preferred embodiment of the present invention, the step 102 may include the following sub-steps:
reading the original directory and the release directory in the file to be configured; monitoring the calling of resources in the original directory and/or the release directory; calling back the related function to generate a release button; and the related function is a function called for resources in the original directory and/or the release directory.
In the embodiment of the invention, the publishing button can be generated by reading the original directory and the publishing directory in the file to be configured, monitoring the calling of the resources in the original directory and/or the publishing directory, and calling back the related function when monitoring the calling of the resources in the original directory and/or the publishing directory. The related function is a function called for resources in the original directory and/or the release directory.
Specifically, a preset publishing plug-in may be loaded in the interface editor, and the preset publishing plug-in is started, and the preset publishing plug-in is used to read a directory required for editing the file to be configured, where the directory includes an original directory and a publishing directory, and the read directory may further include a UI root directory common to the original directory and the publishing directory. The preset publishing plug-in can be a preset publishing plug-in, and the preset publishing plug-in is used for realizing publishing resources in the interface editor.
After reading the original directory and the release directory, registering a listener in the interface editor, wherein the listener is used for monitoring an opening event of the interface editor, judging whether the opening event of the interface editor is the opening event aiming at the original directory and/or the release directory or not when the opening event of the interface editor is monitored, and calling back a related function to generate a release control if the opening event aiming at the original directory and/or the release directory is detected; and if the opening event is not the opening event aiming at the original directory and/or the published directory, continuing to execute the opening event of the monitoring interface editor.
As an example, an onasetopenededitor function whose pointer is used to call the relevant function pointed to may be employed to call back the relevant function generation publishing control.
It should be noted that logic associated with user operation may also be set in the publishing control, and after the publishing control is generated, the publishing control is inserted into the toolbar of the interface editor, so as to publish the resource when the user operation performed on the publishing control in the toolbar is monitored.
In a preferred embodiment of the present invention, the step 103 may comprise the following sub-steps:
displaying the resources in the original catalog in a user interface of the interface editor; receiving an editing operation for a resource in the original catalog; and generating an editing resource according to the editing operation.
Specifically, the user may select an original directory to be edited on the user interface in the interface editor and open the original directory, for example, by double-clicking the original directory to open the original directory. The interface editor may display the resources in the original directory in the user interface in response to an operation of opening the original directory, and further, the user may perform an editing operation on the resources in the original directory, such as an editing operation of adding, deleting, modifying, and the like, on the resources in the original directory. The interface editor may receive an edit operation for a resource in the original catalog, and generate an edited resource from the editor operation.
In a preferred embodiment of the present invention, the generating an editing resource according to the editing operation includes:
and calling back the related function, acquiring a return value of the related function according to the editing operation and generating an editing resource.
In the embodiment of the invention, the related functions called for the resources in the original directory and/or the release directory can be called back, the return values of the related functions are obtained according to the editing operation, and the return values are output to generate the editing resources.
Specifically, the preset publishing plug-in can be used to call back the related function, obtain the return value of the related function according to the editing operation, generate editing resources, and record the editing resources. As an example, an onasetopenededitor function may be used to generate a round-trip correlation function, obtain return values of the onasetopenededitor function according to an editing operation, and output the return values to generate an editing resource.
In a preferred embodiment of the present invention, the editing resources have corresponding dependent resources, and the adding the editing resources to the publishing directory in response to the trigger operation acting on the publishing button includes:
and responding to the triggering operation acted on the publishing button, and adding the editing resources and the dependent resources to a publishing directory.
Dependent resources may refer to resources that have a dependency relationship with the editing resources, including some resources referenced by the editing resources and some resources that reference editing resources.
After the user finishes editing the resource, the user may perform a trigger operation on the issue button, where the trigger operation may include a click operation, a double click operation, a long press operation, and the like, and the embodiment of the present invention is not limited thereto. The interface editor may receive a trigger operation performed by a user on a publish button and add an edit resource and a dependent resource to the publish directory in response to the trigger operation.
In a preferred embodiment of the present invention, the publishing the resources in the publishing directory includes:
redirecting a preset file to a resource which refers to the release directory; and issuing the resources in the issuing directory through the preset file.
It should be noted that publishing the resource may refer to packaging and compressing the edited resource file into an executable file in a specific format (e.g., exe format, etc.), so that the generated file may be directly installed and run.
Specifically, when the resource is released, the interface editor may modify the resource reference in the preset file, and redirect the preset file to the resource in the reference release directory, so that the resource in the release directory to which the edited resource is added may be released through the preset file. The preset file may be a preset resource file, such as a uaset file.
In a specific implementation, before modifying the resource reference in the preset file, it refers to the resource in the publishing directory before modification (i.e. the publishing directory to which the editing resource is not added), and after modifying the resource reference in the preset file, it refers to the resource in the publishing directory after modification (i.e. the publishing directory after adding the editing resource).
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 2, a block diagram of a structure of an embodiment of a device for resource publishing in the present invention is shown, which may specifically include the following modules:
the directory reconstructing module 201 is configured to reconstruct a directory of a file to be configured, to generate an original directory and a release directory;
a release button insertion module 202, configured to create a release button according to the original directory and the release directory;
the resource editing module 203 is configured to edit the resources in the original directory to generate an edited resource;
and the resource issuing module 204 is configured to add the editing resource to an issuing directory in response to a trigger operation acting on the issuing button, and issue the resource in the issuing directory.
In a preferred embodiment of the present invention, the issue button creating module 202 includes:
the directory reading submodule is used for reading the original directory and the release directory in the file to be configured;
the resource monitoring submodule is used for monitoring the calling of resources in the original directory and the release directory;
the release button generation submodule is used for calling back the related function to generate a release button; and the related function is a function called for resources in the original directory and/or the release directory.
In a preferred embodiment of the present invention, the asset editing module 203 comprises:
the resource display sub-module is used for displaying the resources in the original catalog in the user interface of the interface editor;
the editing operation receiving submodule is used for receiving the editing operation aiming at the resources in the original catalog;
and the editing resource generating submodule is used for generating editing resources according to the editing operation.
In a preferred embodiment of the present invention, the edit resource generation sub-module includes:
and the editing resource generating unit is used for calling back the related function, acquiring a return value of the related function according to the editing operation and generating the editing resource.
In a preferred embodiment of the present invention, the editing resources have corresponding dependent resources, and the resource publishing module 204 includes:
and the resource issuing submodule is used for responding to the triggering operation acted on the issuing button and adding the editing resources and the dependent resources to an issuing catalogue.
In a preferred embodiment of the present invention, the resource publishing module 204 includes:
the directory redirection submodule is used for redirecting a preset file to refer to the resource in the release directory;
and the resource publishing submodule is used for publishing the resources in the publishing directory through the preset file.
In a preferred embodiment of the present invention, the preset file comprises a uaset file.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
An embodiment of the present invention provides an electronic device, including:
one or more processors; and one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the electronic device to perform the method of any of the embodiments of the invention.
Embodiments of the present invention disclose a computer-readable storage medium having instructions stored thereon, which, when executed by one or more processors, cause the processors to perform a method according to any one of the embodiments of the present invention.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method for publishing resources and the device for publishing resources provided by the invention are described in detail above, and the principle and the implementation of the invention are explained by applying specific examples in the text, and the description of the above examples is only used to help understanding the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for resource publishing, comprising:
reconstructing a directory of a file to be configured to generate an original directory and a release directory;
creating a release button according to the original catalog and the release catalog;
editing the resources in the original catalog to generate edited resources;
and responding to the triggering operation acted on the release button, adding the editing resources to a release directory, and releasing the resources in the release directory.
2. The method of claim 1, wherein creating a publish button from the original catalog and a publish catalog comprises:
reading the original directory and the release directory in the file to be configured;
monitoring the calling of resources in the original directory and/or the release directory;
calling back the related function to generate a release button; and the related function is a function called for resources in the original directory and/or the release directory.
3. The method of claim 2, wherein editing the assets in the original catalog generates an edited asset comprising:
displaying the resources in the original catalog in a user interface of the interface editor;
receiving an editing operation for a resource in the original catalog;
and generating an editing resource according to the editing operation.
4. The method of claim 3, wherein generating an edit resource in accordance with the edit operation comprises:
and calling back the related function, acquiring a return value of the related function according to the editing operation and generating an editing resource.
5. The method of claim 1, wherein the edit resource has a corresponding dependent resource, and wherein adding the edit resource to a publication directory in response to a trigger action on the publication button comprises:
and responding to the triggering operation acted on the publishing button, and adding the editing resources and the dependent resources to a publishing directory.
6. The method of claim 1, wherein said publishing the resources in the publication directory comprises:
redirecting a preset file to a resource which refers to the release directory;
and issuing the resources in the issuing directory through the preset file.
7. The method of claim 6, wherein the default file comprises a uaset file.
8. An apparatus for resource publishing, comprising:
the directory reconstruction module is used for reconstructing the directory of the file to be configured to generate an original directory and a release directory;
the release button creating module is used for creating a release button according to the original catalog and the release catalog;
the resource editing module is used for editing the resources in the original catalog to generate edited resources;
and the resource issuing module is used for responding to the triggering operation acted on the issuing button, adding the editing resources to an issuing directory and issuing the resources in the issuing directory.
9. An electronic device, comprising:
one or more processors; and
one or more machine-readable media having instructions stored thereon that, when executed by the one or more processors, cause the electronic device to perform the method of any of claims 1-7.
10. A computer-readable storage medium having stored thereon instructions, which when executed by one or more processors, cause the processors to perform the method of any one of claims 1-7.
CN202010768897.8A 2020-08-03 2020-08-03 Resource release method and device Active CN111782197B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010768897.8A CN111782197B (en) 2020-08-03 2020-08-03 Resource release method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010768897.8A CN111782197B (en) 2020-08-03 2020-08-03 Resource release method and device

Publications (2)

Publication Number Publication Date
CN111782197A true CN111782197A (en) 2020-10-16
CN111782197B CN111782197B (en) 2023-12-29

Family

ID=72765144

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010768897.8A Active CN111782197B (en) 2020-08-03 2020-08-03 Resource release method and device

Country Status (1)

Country Link
CN (1) CN111782197B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112473145A (en) * 2020-12-10 2021-03-12 网易(杭州)网络有限公司 Data processing method and device based on game engine

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
US20020083340A1 (en) * 2000-12-27 2002-06-27 Eggebraaten Thomas John Apparatus and method for using a directory service for authentication and authorization to access resources outside of the directory service
CA2422682A1 (en) * 2002-03-20 2003-09-20 Bestbuy.Com, Llc Software building and deployment system and method
US20040172619A1 (en) * 2003-02-28 2004-09-02 Bea Systems, Inc. System and method for using a split-directory structure for software development
US20050216486A1 (en) * 2004-03-26 2005-09-29 Lucent Technologies Inc. Methods and systems for software release management
CN102779037A (en) * 2012-05-22 2012-11-14 杭州斯凯网络科技有限公司 Visual programming method for automatically generating and uniformly maintaining java items
US8453112B1 (en) * 2008-11-13 2013-05-28 Adobe Systems Incorporated Systems and methods for collaboratively creating applications using a multiple source file project that can be accessed and edited like a single file
US20140173578A1 (en) * 2011-08-23 2014-06-19 Tencent Technology (Shenzhen) Company Limited Method and apparatus for installing and updating software
WO2016077483A1 (en) * 2014-11-11 2016-05-19 Amazon Technologies, Inc. Catalog service platform for deploying applications and services
CN107357593A (en) * 2017-08-24 2017-11-17 武汉斗鱼网络科技有限公司 Source code file construction method, device, electric terminal and readable storage medium storing program for executing
CN107729066A (en) * 2017-11-08 2018-02-23 重庆扬讯软件技术股份有限公司 One kind is based on SVN resources banks automation structure dissemination method and device
CN109408065A (en) * 2018-10-12 2019-03-01 上海庆科信息技术有限公司 A kind of code publishing tool
CN110109680A (en) * 2019-05-14 2019-08-09 重庆商勤科技有限公司 Using dispositions method, device and apply dissemination method, server, storage medium
CN110532029A (en) * 2019-09-04 2019-12-03 深圳前海微众银行股份有限公司 Small routine generation method, device, equipment and computer readable storage medium
CN110855735A (en) * 2019-09-20 2020-02-28 广州亚美信息科技有限公司 Project publishing method, device and system and computer equipment
CN111221526A (en) * 2018-11-27 2020-06-02 中云开源数据技术(上海)有限公司 Data visual editing display platform based on data lake server

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
US20020083340A1 (en) * 2000-12-27 2002-06-27 Eggebraaten Thomas John Apparatus and method for using a directory service for authentication and authorization to access resources outside of the directory service
CA2422682A1 (en) * 2002-03-20 2003-09-20 Bestbuy.Com, Llc Software building and deployment system and method
US20040172619A1 (en) * 2003-02-28 2004-09-02 Bea Systems, Inc. System and method for using a split-directory structure for software development
US20050216486A1 (en) * 2004-03-26 2005-09-29 Lucent Technologies Inc. Methods and systems for software release management
US8453112B1 (en) * 2008-11-13 2013-05-28 Adobe Systems Incorporated Systems and methods for collaboratively creating applications using a multiple source file project that can be accessed and edited like a single file
US20140173578A1 (en) * 2011-08-23 2014-06-19 Tencent Technology (Shenzhen) Company Limited Method and apparatus for installing and updating software
CN102779037A (en) * 2012-05-22 2012-11-14 杭州斯凯网络科技有限公司 Visual programming method for automatically generating and uniformly maintaining java items
WO2016077483A1 (en) * 2014-11-11 2016-05-19 Amazon Technologies, Inc. Catalog service platform for deploying applications and services
CN107357593A (en) * 2017-08-24 2017-11-17 武汉斗鱼网络科技有限公司 Source code file construction method, device, electric terminal and readable storage medium storing program for executing
CN107729066A (en) * 2017-11-08 2018-02-23 重庆扬讯软件技术股份有限公司 One kind is based on SVN resources banks automation structure dissemination method and device
CN109408065A (en) * 2018-10-12 2019-03-01 上海庆科信息技术有限公司 A kind of code publishing tool
CN111221526A (en) * 2018-11-27 2020-06-02 中云开源数据技术(上海)有限公司 Data visual editing display platform based on data lake server
CN110109680A (en) * 2019-05-14 2019-08-09 重庆商勤科技有限公司 Using dispositions method, device and apply dissemination method, server, storage medium
CN110532029A (en) * 2019-09-04 2019-12-03 深圳前海微众银行股份有限公司 Small routine generation method, device, equipment and computer readable storage medium
CN110855735A (en) * 2019-09-20 2020-02-28 广州亚美信息科技有限公司 Project publishing method, device and system and computer equipment

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DIAOJUEYI0149: "UE4:引擎目录与项目目录配置", 《HTTPS://BLOG.CSDN.NET/DIAOJUEYI0149/ARTICLE/DETAILS/101865301》 *
张益星;罗敬;: "PowerBuilder应用程序的编译发布技术研究", 计算机技术与发展, no. 08 *
杨洪娇;: "基于Docker的高校网站自动部署应用", 无线互联科技, no. 16 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112473145A (en) * 2020-12-10 2021-03-12 网易(杭州)网络有限公司 Data processing method and device based on game engine

Also Published As

Publication number Publication date
CN111782197B (en) 2023-12-29

Similar Documents

Publication Publication Date Title
CN106250128B (en) Display processing method and device of user interface
US11580297B2 (en) Systems and methods for conversion of web content into reusable templates and components
US8001519B2 (en) Model driven development including aspect integration tool
US8561048B2 (en) Late and dynamic binding of pattern components
JPH08508596A (en) Runtime loader
JP2008146664A (en) Menu item display method and device
Danielsson React Native application development
García Frey et al. UsiComp: an extensible model-driven composer
Danielsson React Native application development: A comparison between native Android and React Native
US11733973B2 (en) Interactive graphic design system to enable creation and use of variant component sets for interactive objects
CN109445775A (en) One key activity inline code method, apparatus and computer readable storage medium
Gassner Flash Builder 4 and Flex 4 Bible
CN111782197B (en) Resource release method and device
CN116909553A (en) Page online development and local compiling operation system
Nowakowski et al. Requirements-level language and tools for capturing software system essence
Baker et al. Facilitating semantic adaptation of web services at runtime using a meta-data layer
Pleuss et al. Model-driven development of interactive multimedia applications with MML
Pellens et al. A development environment using behavior patterns to facilitate building 3d/vr applications
CN114518875A (en) Graphical programming system and programming method thereof
CN112184861A (en) Lyric editing and displaying method and device and storage medium
Jain et al. Authoring interactions for tangible augmented reality
Wenz Programming ASP. NET AJAX: Build Rich, Web 2.0-Style UI with ASP. NET AJAX
CN111949267A (en) UI front end generation method and device
Little et al. Silverlight 3 programmer's reference
RU2799988C2 (en) System and method for dynamic visualization of software elements

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