CN109408104B - Method and device for acquiring game integration information - Google Patents

Method and device for acquiring game integration information Download PDF

Info

Publication number
CN109408104B
CN109408104B CN201811088693.9A CN201811088693A CN109408104B CN 109408104 B CN109408104 B CN 109408104B CN 201811088693 A CN201811088693 A CN 201811088693A CN 109408104 B CN109408104 B CN 109408104B
Authority
CN
China
Prior art keywords
number information
version number
task
version
acquiring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811088693.9A
Other languages
Chinese (zh)
Other versions
CN109408104A (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.)
Tianjin Dragon Punch Storm Technology Co ltd
Original Assignee
Tianjin Dragon Punch Storm Technology 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 Tianjin Dragon Punch Storm Technology Co ltd filed Critical Tianjin Dragon Punch Storm Technology Co ltd
Priority to CN201811088693.9A priority Critical patent/CN109408104B/en
Publication of CN109408104A publication Critical patent/CN109408104A/en
Application granted granted Critical
Publication of CN109408104B publication Critical patent/CN109408104B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides a method and a device for acquiring game integration information, wherein the method comprises the following steps: acquiring version number information of a task corresponding to a game development process; analyzing the version number information to obtain the task type and the development progress of the task; clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version. The device performs the above method. According to the method and the device provided by the embodiment of the invention, the task type and the development progress of the task corresponding to the game development flow are firstly obtained, and then the version number information is clustered to the module version corresponding to the development progress, so that the game integration information can be obtained, and further fragmented game information caused by different work division can be effectively managed.

Description

Method and device for acquiring game integration information
Technical Field
The embodiment of the invention relates to the technical field of online games, in particular to a method and a device for acquiring game integration information.
Background
With the development of internet technology, online games are increasingly popular with people.
In order to meet the preference of people to games, games developed by game developers are updated more and more frequently, updated contents are more and more, work division of workers responsible for game developers is more and more complicated, and due to the refinement of work division, a plurality of fragmented game information (such as version number information) is caused, and information management is not facilitated.
Therefore, how to effectively manage fragmented game information caused by different work division while avoiding the above-mentioned drawbacks is a problem to be solved urgently.
Disclosure of Invention
Aiming at the problems in the prior art, the embodiment of the invention provides a method and a device for acquiring game integration information.
In a first aspect, an embodiment of the present invention provides a method for acquiring game integration information, where the method includes:
acquiring version number information of a task corresponding to a game development process;
analyzing the version number information to obtain the task type and the development progress of the task;
clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
In a second aspect, an embodiment of the present invention provides an apparatus for acquiring game integration information, where the apparatus includes:
the acquiring unit is used for acquiring version number information of tasks corresponding to a game development process;
the analysis unit is used for analyzing the version number information to obtain the task type and the development progress of the task;
the integration unit is used for clustering the version number information to the module version corresponding to the development progress according to the task type, the development progress and a preset relation so as to enable each type of module version to contain integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
In a third aspect, an embodiment of the present invention provides an electronic device, including: a processor, a memory, and a bus, wherein,
the processor and the memory are communicated with each other through the bus;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform a method comprising:
acquiring version number information of a task corresponding to a game development process;
analyzing the version number information to obtain the task type and the development progress of the task;
clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, including:
the non-transitory computer readable storage medium stores computer instructions that cause the computer to perform a method comprising:
acquiring version number information of a task corresponding to a game development process;
analyzing the version number information to obtain the task type and the development progress of the task;
clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
According to the method and the device for acquiring the game integration information, the task type and the development progress of the task corresponding to the game development flow are acquired, and then the version number information is clustered to the module version corresponding to the development progress, so that the game integration information can be acquired, and further fragmented game information caused by different work division is effectively managed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flow chart illustrating a method for obtaining game integration information according to an embodiment of the present invention;
FIG. 2 is a screenshot of version number information of a task obtained according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of an apparatus for acquiring game integration information according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flow chart of a method for acquiring game integration information according to an embodiment of the present invention, and as shown in fig. 1, the method for acquiring game integration information according to the embodiment of the present invention includes the following steps:
s101: and acquiring version number information of a task corresponding to the game development process.
Specifically, the device acquires version number information of a task corresponding to a game development flow. The device may be a management server, and the game development process corresponds to a task, and may include: the game development process is correspondingly provided with a plurality of selection modules; there are several of the tasks for each selection module. Fig. 2 is a screenshot of version number information of a task acquired according to an embodiment of the present invention, as shown in fig. 2, a game name is snk, which may be selected in a pull-down menu manner, a development process of the game corresponds to a plurality of selection modules, one of the selection modules is snk _ package _ ios, the selection module may be understood as modularizing the development process, and game development is performed based on a modularized development process, the selection module may specifically analyze a game name as snk, and a modularization function of game development is packaging and is based on an ios platform. The selection module further corresponds to a plurality of tasks, and referring to fig. 2, the tasks may include svn detection values, svn detection skill scripts, svn detection scenarios, svn detection art resources, and the like, wherein svn is a short for Subversion, and is a version control system of an open source code. Many version control services on the internet have migrated from CVS to Subversion. The simple svn is used for the purpose that a plurality of persons jointly develop the same project and share resources. The detected svn value can be understood as the configuration parameter of the configuration parameter item which needs to be changed frequently in the game, such as the attack power value, the blood volume and the like of the game character. The svn detection skill script can be understood as a skill configuration item of a game character, an svn detection scenario and an svn detection art resource can be understood according to the conventional meaning in game development, and is not described any more.
S102: and analyzing the version number information to acquire the task type and the development progress of the task.
Specifically, the device analyzes the version number information to obtain the task type and the development progress of the task. Referring to the above description, the svn check value, the svn check skill script, the svn check scenario, and the svn check art resource may respectively correspond to four task types, and the version number information may carry a development time and a task type identifier, for example, the version number information may be a master _180814_01, where the master is a task type identifier, for example, used to identify the check scenario, 180814 is the development time, and 01 is the version number of the development task type master. Therefore, the analyzing the version number information to obtain the task type and the development progress of the task may include: acquiring a task type according to the task type identifier; and acquiring the development progress according to the development time, namely reflecting the development progress of game development through the development time, wherein the development progress of the development time is 180814 faster than that of the development time 180812. Different version number information corresponding to different task types is stored in different terminals in advance respectively; correspondingly, the acquiring of the version number information of the task corresponding to the game development process includes: and respectively receiving the different version number information from the different terminals, and referring to the description, storing the version number information corresponding to the svn detection value in the terminal A in advance, storing the version number information corresponding to the svn detection skill script in the terminal B in advance, storing the version number information corresponding to the svn detection scenario in the terminal C in advance, and storing the version number information corresponding to the svn detection art resource in the terminal D in advance. In fact, the terminal a is a terminal used by a worker responsible for svn detected value development, and similarly, the terminals B to D are not described again. Therefore, the device can acquire the version number information of the development tasks corresponding to the workers with different work division.
Further, the method can also: respectively sending the acquisition requests of different version number information to the different terminals; acquiring a time interval between the sending time of the acquisition request and the receiving time of the information with different version numbers; and if the time interval is judged to be larger than the preset time interval, sending a prompt message for prompting receiving overtime to the target terminal larger than the preset time interval. The receiving time may be understood as the time when the version number information is actually received, and the preset time interval may be set autonomously according to the actual situation, for example, as follows: taking the version number information corresponding to the detected svn value as an example, the apparatus transmits an acquisition request (the latest version number information is requested) for the version number information corresponding to the detected svn value to the terminal a, and after receiving the acquisition request, the version number information to be sent to the device can be found by means of indexing and the like, and then sent to the device, due to the influence of multiple factors such as index lookup, the content of the version number information, network conditions, etc., a time interval between the time when the device receives the version number information and the time when the device sends the acquisition request may be longer, if the time interval is larger than the preset time interval, the problem defect of the task developed by the staff corresponding to the terminal A is indicated, therefore, a prompt message for prompting the overtime of reception is sent to the target terminal (terminal a), so that the staff can find the problem in time and process the problem as early as possible.
In order to further facilitate monitoring, sending status information of the version number information is also obtained, where the sending status information includes sending success, waiting for sending, and sending failure, and the sending status information may be understood as version number information sent to the inside of the development company, and may be understood as follows: after the device receives all the terminals (terminal a to terminal D), the version number information issued internally has practical application value that the staff corresponding to the terminal a does not know the development conditions of the staff corresponding to the terminals B to D, and the staff corresponding to the terminal a needs to know the development conditions of the staff corresponding to the terminals B to D in time, so that the version number information of all the terminals needs to be issued internally by the device regularly or irregularly, different version number information which can be understood as different tasks needs to be transmitted in order, for example, a svn detection skill script needs to be transmitted first, then an svn detection value needs to be transmitted, and if all the tasks are transmitted simultaneously, but the tasks corresponding to the svn detection skill script are not transmitted completely, the svn detection value is in a state of waiting to be transmitted.
S103: clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
Specifically, the device clusters the version number information to the module version corresponding to the development progress according to the task type, the development progress and a preset relation, so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version. Referring to the above example, the preset task type in the preset relationship is the svn detected value and the preset module version corresponding to the svn detected skill script is the preset module version a, that is, if the version number information corresponding to the svn detected value is jcsz _20180814_01, the version number information corresponding to the svn detected value is jcsz _20180815_02, if the version number information corresponding to the svn detected skill script is jcjnjb _20180814_01, and the version number information corresponding to the svn detected skill script is jcjnjb _20180815_ 02; then jcsz _20180814_01 and jcjnjb _20180814_01 are clustered into module version jcsz _ jnjb _20180814_ 01; and similarly, clustering all task version number information by adopting the clustering mode to obtain a plurality of types of module versions, wherein each type of module version comprises integrated version number information, and all the module versions comprise all the integrated version number information.
After this step, the method further comprises: and issuing each type of module version containing the integrated version number information. Here, the delivery to the outside may include delivery to a game player, and the like, and is not particularly limited.
According to the method for acquiring the game integration information, the task type and the development progress of the task corresponding to the game development process are acquired, the version number information is clustered to the module version corresponding to the development progress, the game integration information can be acquired, and accordingly fragmented game information caused by different work division is effectively managed.
On the basis of the above embodiment, the game development process corresponds to tasks, including:
the game development process is correspondingly provided with a plurality of selection modules; there are several of the tasks for each selection module.
Specifically, the game development process in the device corresponds to a plurality of selection modules; there are several of the tasks for each selection module. Reference may be made to the above embodiments, which are not described in detail.
The method for acquiring the game integration information provided by the embodiment of the invention can acquire a plurality of tasks corresponding to each selection module, and further ensure the normal operation of the method.
On the basis of the embodiment, different version number information corresponding to different task types is stored in different terminals in advance respectively; correspondingly, the acquiring of the version number information of the task corresponding to the game development process includes:
and respectively receiving the information of different version numbers from the different terminals.
Specifically, the device receives the different version number information from the different terminals respectively. Reference may be made to the above embodiments, which are not described in detail.
According to the method for acquiring the game integration information, provided by the embodiment of the invention, the version number information of all tasks can be acquired by respectively receiving the information of different version numbers from different terminals.
On the basis of the foregoing embodiment, before the step of receiving the information of different version numbers from the different terminals respectively, the method further includes:
and respectively sending the acquisition requests of different version number information to the different terminals.
Specifically, the device sends the different version number information acquisition requests to the different terminals respectively. Reference may be made to the above embodiments, which are not described in detail.
And acquiring the time interval between the sending time of the acquisition request and the receiving time of the information with different version numbers.
Specifically, the device obtains a time interval between the sending time of the obtaining request and the receiving time of the information with different version numbers. Reference may be made to the above embodiments, which are not described in detail.
And if the time interval is judged to be larger than the preset time interval, sending a prompt message for prompting receiving overtime to the target terminal larger than the preset time interval.
Specifically, if the device determines that the time interval is greater than the preset time interval, the device sends a prompt message for prompting receiving timeout to the target terminal greater than the preset time interval. Reference may be made to the above embodiments, which are not described in detail.
According to the method for acquiring the game integration information, provided by the embodiment of the invention, the technical problem can be timely found and processed by the staff by sending the prompt message for prompting the overtime reception to the target terminal with the time interval greater than the preset time interval.
On the basis of the above embodiment, the method further includes obtaining sending status information of the version number information, where the sending status information includes success in sending, waiting for sending, and failure in sending.
Specifically, the device acquires the sending status information of the version number information, wherein the sending status information includes successful sending, waiting for sending and failed sending. Reference may be made to the above embodiments, which are not described in detail.
According to the method for acquiring the game integration information, provided by the embodiment of the invention, the sending state of the version number information sent in the pair can be effectively monitored through the acquired sending state information.
On the basis of the embodiment, the version number information carries development time and task type identification; correspondingly, the analyzing the version number information to obtain the task type and the development progress of the task includes:
acquiring a task type according to the task type identifier; and acquiring the development progress according to the development time.
Specifically, the device acquires the task type according to the task type identifier; and acquiring the development progress according to the development time. Reference may be made to the above embodiments, which are not described in detail.
The method for acquiring the game integration information provided by the embodiment of the invention can effectively acquire the task type and the development progress of the task.
On the basis of the above embodiment, after the step of clustering the version number information to the module version corresponding to the development progress, the method further includes:
and issuing each type of module version containing the integrated version number information.
Specifically, the device issues each type of module version containing the integrated version number information. Reference is made to the above embodiments and will not be described again.
According to the method for acquiring the game integration information, provided by the embodiment of the invention, each module version containing the integrated version number information is issued to the outside, so that the outside can acquire the updated and integrated version number information in time.
Fig. 3 is a schematic structural diagram of an apparatus for acquiring game integration information according to an embodiment of the present invention, and as shown in fig. 3, an apparatus for acquiring game integration information according to an embodiment of the present invention includes an acquiring unit 301, an analyzing unit 302, and an integrating unit 303, where:
the acquiring unit 301 is configured to acquire version number information of a task corresponding to a game development process; the analyzing unit 302 is configured to analyze the version number information to obtain a task type and a development progress of the task; the integrating unit 303 is configured to cluster the version number information to the module versions corresponding to the development progress according to the task type, the development progress, and a preset relationship, so that each type of module version includes integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
Specifically, the device acquiring unit 301 is configured to acquire version number information of a task corresponding to a game development process; the analyzing unit 302 is configured to analyze the version number information to obtain a task type and a development progress of the task; the integrating unit 303 is configured to cluster the version number information to the module versions corresponding to the development progress according to the task type, the development progress, and a preset relationship, so that each type of module version includes integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
The device for acquiring the game integration information, provided by the embodiment of the invention, can acquire the game integration information by acquiring the task type and the development progress of the task corresponding to the game development flow and then clustering the version number information to the module version corresponding to the development progress, so that fragmented game information caused by different work division can be effectively managed.
The device for acquiring game integration information provided by the embodiment of the present invention may be specifically configured to execute the processing flows of the above method embodiments, and the functions thereof are not described herein again, and reference may be made to the detailed description of the above method embodiments.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 4, the electronic device includes: a processor (processor)401, a memory (memory)402, and a bus 403;
the processor 401 and the memory 402 complete communication with each other through a bus 403;
the processor 401 is configured to call the program instructions in the memory 402 to execute the methods provided by the above-mentioned method embodiments, for example, including: acquiring version number information of a task corresponding to a game development process; analyzing the version number information to obtain the task type and the development progress of the task; clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
The present embodiment discloses a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform the method provided by the above-mentioned method embodiments, for example, comprising: acquiring version number information of a task corresponding to a game development process; analyzing the version number information to obtain the task type and the development progress of the task; clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
The present embodiments provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the methods provided by the above method embodiments, for example, including: acquiring version number information of a task corresponding to a game development process; analyzing the version number information to obtain the task type and the development progress of the task; clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the electronic device and the like are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may also be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the embodiments of the present invention, and are not limited thereto; although embodiments of the present invention have been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for obtaining game integration information, comprising:
acquiring version number information of a task corresponding to a game development process;
analyzing the version number information to obtain the task type and the development progress of the task;
clustering the version number information to module versions corresponding to the development progress according to the task type, the development progress and a preset relation so that each type of module version comprises integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version;
different version number information corresponding to different task types is stored in different terminals in advance respectively; correspondingly, the acquiring of the version number information of the task corresponding to the game development process includes: receiving the different version number information from the different terminals respectively; and acquiring the sending state information of the version number information, wherein the sending state information comprises successful sending, waiting for sending and failed sending.
2. The method of claim 1, wherein the game development process corresponds to a task comprising:
the game development process is correspondingly provided with a plurality of selection modules; there are several of the tasks for each selection module.
3. The method according to claim 2, wherein before the step of receiving the different version number information from the different terminals respectively, the method further comprises:
respectively sending the acquisition requests of different version number information to the different terminals;
acquiring a time interval between the sending time of the acquisition request and the receiving time of the information with different version numbers;
and if the time interval is judged to be larger than the preset time interval, sending a prompt message for prompting receiving overtime to the target terminal larger than the preset time interval.
4. The method according to any one of claims 1 to 3, wherein the version number information carries development time and task type identifier; correspondingly, the analyzing the version number information to obtain the task type and the development progress of the task includes:
acquiring a task type according to the task type identifier; and acquiring the development progress according to the development time.
5. The method according to any one of claims 1 to 3, wherein after the step of clustering the version number information to the module version corresponding to the development progress, the method further comprises:
and issuing each type of module version containing the integrated version number information.
6. An apparatus for acquiring game integration information, comprising:
the acquiring unit is used for acquiring version number information of tasks corresponding to a game development process;
the analysis unit is used for analyzing the version number information to obtain the task type and the development progress of the task;
the integration unit is used for clustering the version number information to the module version corresponding to the development progress according to the task type, the development progress and a preset relation so as to enable each type of module version to contain integrated version number information; the preset relationship comprises a corresponding relationship between a preset task type and a preset module version;
different version number information corresponding to different task types is stored in different terminals in advance respectively; correspondingly, the acquiring of the version number information of the task corresponding to the game development process includes: receiving the different version number information from the different terminals respectively; and acquiring the sending state information of the version number information, wherein the sending state information comprises successful sending, waiting for sending and failed sending.
7. An electronic device, comprising: a processor, a memory, and a bus, wherein,
the processor and the memory are communicated with each other through the bus;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 5.
8. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1 to 5.
CN201811088693.9A 2018-09-18 2018-09-18 Method and device for acquiring game integration information Active CN109408104B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811088693.9A CN109408104B (en) 2018-09-18 2018-09-18 Method and device for acquiring game integration information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811088693.9A CN109408104B (en) 2018-09-18 2018-09-18 Method and device for acquiring game integration information

Publications (2)

Publication Number Publication Date
CN109408104A CN109408104A (en) 2019-03-01
CN109408104B true CN109408104B (en) 2021-11-30

Family

ID=65465902

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811088693.9A Active CN109408104B (en) 2018-09-18 2018-09-18 Method and device for acquiring game integration information

Country Status (1)

Country Link
CN (1) CN109408104B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111798161A (en) * 2020-07-21 2020-10-20 网易(杭州)网络有限公司 Flow configuration method, device, equipment and storage medium
CN113126968B (en) * 2021-05-19 2024-05-10 网易(杭州)网络有限公司 Task execution method, device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101021788A (en) * 2007-03-28 2007-08-22 成都金山互动娱乐科技有限公司 Edition management mode in network game development
CN101403964A (en) * 2008-11-18 2009-04-08 四川赛文纳克软件有限公司 Integration type software configuration management method based on transaction management
CN102053836A (en) * 2010-12-31 2011-05-11 广东欧珀电子工业有限公司 Implementation method of version management tool for Android application development
CN105354037A (en) * 2015-11-30 2016-02-24 用友优普信息技术有限公司 Modularized software developing method and software developing device
CN105511889A (en) * 2016-01-15 2016-04-20 珠海金山网络游戏科技有限公司 General game version incremental updating system and method
CN107185238A (en) * 2017-06-15 2017-09-22 苏州乐米信息科技股份有限公司 Game resource update method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9557968B1 (en) * 2014-12-23 2017-01-31 Github, Inc. Comparison graph

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101021788A (en) * 2007-03-28 2007-08-22 成都金山互动娱乐科技有限公司 Edition management mode in network game development
CN101403964A (en) * 2008-11-18 2009-04-08 四川赛文纳克软件有限公司 Integration type software configuration management method based on transaction management
CN102053836A (en) * 2010-12-31 2011-05-11 广东欧珀电子工业有限公司 Implementation method of version management tool for Android application development
CN105354037A (en) * 2015-11-30 2016-02-24 用友优普信息技术有限公司 Modularized software developing method and software developing device
CN105511889A (en) * 2016-01-15 2016-04-20 珠海金山网络游戏科技有限公司 General game version incremental updating system and method
CN107185238A (en) * 2017-06-15 2017-09-22 苏州乐米信息科技股份有限公司 Game resource update method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于持续集成的游戏软件版本构建和发布系统;余蕾;《中国优秀硕士学位论文全文数据库 信息科技辑》;20120515;正文第2-3章 *

Also Published As

Publication number Publication date
CN109408104A (en) 2019-03-01

Similar Documents

Publication Publication Date Title
EP3842948B1 (en) Method and apparatus for testing edge computing, device, and readable storage medium
CN108108297B (en) Method and device for automatic testing
US20160004628A1 (en) Parallel test execution framework for multiple web browser testing
CN106815031B (en) Kernel module loading method and device
CN108804215B (en) Task processing method and device and electronic equipment
CN112988485B (en) Simulation test method and device for electric power Internet of things equipment
CN110275992B (en) Emergency processing method, device, server and computer readable storage medium
CN111355622A (en) Container traffic monitoring method, system and computer readable storage medium
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN107168844B (en) Performance monitoring method and device
CN109408104B (en) Method and device for acquiring game integration information
CN112035344A (en) Multi-scenario test method, device, equipment and computer readable storage medium
CN114328132A (en) Method, device, equipment and medium for monitoring state of external data source
CN112313627A (en) Mapping mechanism of events to serverless function workflow instances
CN109828830B (en) Method and apparatus for managing containers
CN110648126A (en) Payment type configuration method, device, server and storage medium
CN107203471B (en) Joint debugging method, service platform and computer storage medium
CN113608751A (en) Operation method, device and equipment of reasoning service platform and storage medium
CN112887355A (en) Service processing method and device for abnormal server
CN115509714A (en) Task processing method and device, electronic equipment and storage medium
CN114928603A (en) Client software upgrading method and device, electronic equipment and medium
CN113868531A (en) Information acquisition method and device, electronic device and medium
CN114091909A (en) Collaborative development method, system, device and electronic equipment
CN112667255A (en) Updating method, updating device, electronic equipment and storage medium
CN114185641A (en) Virtual machine cold migration method and device, electronic equipment and storage medium

Legal Events

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