CN106502746A - The packaging method and device of application program - Google Patents

The packaging method and device of application program Download PDF

Info

Publication number
CN106502746A
CN106502746A CN201610948326.6A CN201610948326A CN106502746A CN 106502746 A CN106502746 A CN 106502746A CN 201610948326 A CN201610948326 A CN 201610948326A CN 106502746 A CN106502746 A CN 106502746A
Authority
CN
China
Prior art keywords
file
updated
time point
user terminal
packing
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.)
Pending
Application number
CN201610948326.6A
Other languages
Chinese (zh)
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 CN201610948326.6A priority Critical patent/CN106502746A/en
Publication of CN106502746A publication Critical patent/CN106502746A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a kind of packaging method of application program and device.Wherein, the method includes:Obtain from first time point to the file to be updated produced between the second time point to version management server, wherein, second time point is current time, and first time point is once to treat the release application program process that carries out packing apart from current time to complete the moment before nearest;Packing process is carried out to file to be updated;File to be updated after by process is sent to user terminal, and wherein, user terminal is provided with application program to be released.The packing flow process for needing to experience during application program update that the present invention is solved provided in correlation technique is time-consuming longer, operates relatively complicated technical problem.

Description

The packaging method and device of application program
Technical field
The present invention relates to computer realm, in particular to a kind of packaging method of application program and device.
Background technology
Application program for mobile terminal in correlation technique is (for example:On smart mobile phone install game application) packing refer to by The contents such as the source code of application program, resource, data, by strapping tool, being integrated into one can install on mobile terminals Application-specific bag, for example:The IPA bags under APK bags and iOS system under Android system, wherein, resource in game Can generally include but is not limited to:User plane (UI), model, scene, audio, specially good effect;UI may further include:User operation The interactive interfaces such as the button of game, bullet frame, slider bar;Model is primarily referred to as the game role in game, generally supports a fixed number The action of amount;Scene refers to the map used in game;Audio may further include:Button click on sound, background sound, Related sound of personage's voice, figure action or collision etc.;Specially good effect refers to some dynamic effects, for example:The radiable effect of skill Really.Data refer to the Back ground Information used in game, and which is equivalent to the configuration file that applies in software development, but game needs The content of configuration is relatively more, and therefore, the data in game generally may further include:The specific ginseng that planning is filled in table Number, for example:The injury of technical ability, scope, persistent period etc.;The particular data that is derived by editing machine, for example:Copy editing machine is derived Copy flow data, the story of a play or opera animation etc. derived of story of a play or opera editing machine.Which kind of form originally no matter these data adopt, finally all Can be converted into directly reading, in game, the information for using.
The process of packing is generally needed through following steps:
The first step, more fresh code, resource and data, in project development process, these contents be all by svn or The Versions such as git are safeguarded, therefore, before packaging operation is executed were needed first to be updated.
Second step, resource process, the behaviour for mainly carrying out resource compression, waste resource rejecting and the generation of some resources Make.
3rd step, compiler engine, its are that engine file is compiled into general library file, in order to adapt to multiple inhomogeneities The language interface of type is called.
4th step, the file such as resource by engine tool by code, after processing break into final installation kit.With game class As a example by application, under normal conditions, game engine can provide related tool that resource, code and engine are carried out relevant treatment is (logical Often include:File directory and the basic document of specified platform is firstly generated, secondly copy game file, then enters to game file The operations such as row encryption, compression, to ultimately generate the installation kit of corresponding platform), and then it is packaged into complete mobile phone games Installation kit.
Additionally, the change carried out during developing by application program, is required to generate installation kit by packing, and successfully pacifies Can embody after being attached on mobile terminal.Therefore, to apply program performing packaging operation be application issued must Through process.
However, the packing manner of existing various application engines is similar, it usually needs execute above-mentioned application program and beat The conventional steps that bag is processed.Commonly used program development is needed using version control tool (for example:Svn) controlling version, beat Bao Shihui pulls the resource on version warehouse, then carries out application program packing on a special equipment.Fig. 1 is according to phase The schematic diagram of the application program packing flow process of pass technology.As shown in figure 1, the packing flow process can include following process step:
The first step, the file that deletes under svn catalogues, under normal conditions, need deletion is generated on baling press File left by some temporary files, what last time packed.
Second step, more new file, i.e. the update content being submitted on svn servers is synchronized on baling press, which can be with Including but not limited to:Script, engine, configuration, resource, form and instrument.
3rd step, table is led, which refers to that (usually EXCEL tables, which is referred in development of games process by newest planning table In, can there is the substantial amounts of basic data that is filled in and debugged by planning, these data can generally be write direct Microsoft Excel In, for example:Primary attribute, skill attribute, equipment attribute in game per class personage, the parameter of some playing methods;These data are simultaneously Directly can not use in gaming, but need, through conversion, to eventually become the configuration file of game, its process that changes is claimed For leading table) data form used in application code is exported to, can be and client-side scripting language type identical word Allusion quotation file or json files.
4th step, resource relevant treatment, its can be included but is not limited to:Resource is checked, more new application middle mold type money Source, generation map resource.
5th step, resource are generated, and its basic resources after referring to according to process generates resource that corresponding platform needs, can be with Including but not limited to:Fine arts resource and script resource.Specifically, fine arts resource generally has the resource text for covering different definitions more Part, and then high definition resource or SD resource can be generated respectively for different platform use.The generation of script resource is referred to foot Originally it is compiled, for example:By being compiled generation jsc files to js files, by being compiled generation pyc texts to py files Part.
6th step, packing compiling, which can include:(1) engine code is translated into specified platform and can be managed by compiler engine The file of solution;(2) file such as resource by engine tool by code, after processing is packaged into final installation kit.
As can be seen here, there is following defect in the application program packing flow process provided in correlation technique:
(1) packing process is required to experience above-mentioned multiple steps every time, and its consuming time is longer, is unfavorable for that fast verification is opened The change that is implemented during sending out.
(2), after final installation kit being generated on baling press, need for installation kit to download to mobile terminal locally, then enter one Step is installed on specific mobile terminal, and its operating process is relatively complicated.
(3) every time packing process generally needs exclusive baling press, i.e. the installation kit of different application only can according to when Between sequentially carry out serial packaging operation and parallel packaging operation cannot be executed.
For above-mentioned problem, effective solution is not yet proposed at present.
Content of the invention
A kind of packaging method of application program and device is embodiments provided, at least to solve institute in correlation technique The packing flow process for needing to experience during application program update for providing is time-consuming longer, operates relatively complicated technical problem.
A kind of one side according to embodiments of the present invention, there is provided packaging method of application program, including:
Obtain from first time point to the file to be updated produced between the second time point to version management server, its In, the second time point be current time, first time point be apart from current time nearest before once treat release application program Carry out packing process completes the moment;Packing process is carried out to file to be updated;File to be updated after by process is sent to use Family terminal, wherein, user terminal is provided with application program to be released.
Alternatively, before file to be updated is obtained to version management server, also include:Send to packaged service device and look into Request message is ask, and wherein, inquiry request message is used for first time point being inquired about to packaged service device;Receive packaged service device feedback Query response message, wherein, in query response message carry information include:First time point.
Alternatively, first time point is write to beating by adding the first preset instructions in the packing script of packaged service device Designated storage area on packet server.
Alternatively, obtaining file to be updated to version management server includes:Using the second preset instructions by the very first time Point is converted to first version number and the second time point is converted to the second edition number;Using the 3rd preset instructions to version management Server obtains file of the file to be updated being located between first version number and the second edition number on version management server Store path;The file to be updated got from file store path is stored to locally specified storage using the 4th preset instructions Region.
Alternatively, carrying out packing process to file to be updated includes:Conversion process is carried out to file to be updated, is changed File to be updated afterwards, wherein, conversion process is used for for the initial data in file to be updated being converted to code data;To conversion File to be updated afterwards is compiled process, the file to be updated after being compiled;File to be updated after to compiling carry out plus Close process, the file to be updated after being processed.
Alternatively, by process after file to be updated send to user terminal and include:Judge to whether there is on user terminal The assigned catalogue of the file to be updated after processing for storage;If there is assigned catalogue, then by process after file to be updated Send to assigned catalogue;If there is no assigned catalogue, then after assigned catalogue is created, then by process after file to be updated send out Deliver to assigned catalogue.
Alternatively, before the file to be updated after by process is sent to user terminal, also include:When user terminal runs During first kind system, whether it is successfully connected with user terminal using the detection of the 5th preset instructions, wherein, first kind operation system Unite as type operating system of increasing income.
Alternatively, before the file to be updated after by process is sent to user terminal, also include:When user terminal runs During Second Type system, internet protocol address is locally preset using default communication fastening means and is converted to user terminal IP address, and detect with whether user terminal is successfully connected, wherein, Second Type operating system is non-type operating system of increasing income.
Another aspect according to embodiments of the present invention, additionally provides a kind of packing apparatus of application program, including:
Acquisition module, for obtaining from first time point to treating for producing between the second time point to version management server More new file, wherein, the second time point be current time, first time point be apart from current time nearest before once treat send out The process that carries out packing of cloth application program completes the moment;Processing module, for carrying out packing process to file to be updated;Send mould Block, sends to user terminal for the file to be updated after by process, and wherein, user terminal is provided with application program to be released.
Alternatively, said apparatus also include:Request module, for sending inquiry request message to packaged service device, wherein, Inquiry request message is used for inquiring about first time point to packaged service device;Respond module, for receiving packaged service device feedback Query response message, wherein, the information carried in query response message includes:First time point.
Alternatively, first time point is write to beating by adding the first preset instructions in the packing script of packaged service device Designated storage area on packet server.
Alternatively, acquisition module includes:Converting unit, for being converted to using the second preset instructions by first time point One version number and the second time point is converted to the second edition number;Acquiring unit, for adopting the 3rd preset instructions to version Management server is obtained positioned at the file to be updated between first version number and the second edition number on version management server File store path;Memory element, for the file to be updated that will be got from file store path using the 4th preset instructions Store to locally specified memory area.
Alternatively, processing module includes:First processing units, for carrying out conversion process to file to be updated, are turned File to be updated after changing, wherein, conversion process is used for for the initial data in file to be updated being converted to code data;Second Processing unit, is compiled process for the file to be updated after to conversion, the file to be updated after being compiled;3rd is processed Unit, is encrypted for the file to be updated after to compiling, the file to be updated after being processed.
Alternatively, sending module includes:Judging unit, after judging to whether there is on user terminal for storage process File to be updated assigned catalogue;Transmitting element, for when judging unit is output as being, by process after file to be updated Send to assigned catalogue;Fourth processing unit, for when judging unit is output as no, creating assigned catalogue, and after processing File to be updated send to assigned catalogue.
Alternatively, said apparatus also include:First detection module, for when user terminal run the first kind system when, Whether it is successfully connected with user terminal using the detection of the 5th preset instructions, wherein, first kind operating system is generic operation of increasing income System.
Alternatively, said apparatus also include:Second detection module, for when user terminal run Second Type system when, Internet protocol address is locally preset using default communication fastening means and is converted to the IP address of user terminal, and detect with Whether user terminal is successfully connected, and wherein, Second Type operating system is non-type operating system of increasing income.
In embodiments of the present invention, adopt and obtain from first time point between the second time point to version management server The file to be updated for producing, second time point are current time, and the first time point is apart from current time nearest previous Secondary treat the release application program process that carries out packing and complete the moment, and the mode of process that file to be updated is carried out packing is led to File to be updated after crossing process is sent to user terminal, has been reached targetedly to updating between different time points Content packed and sent to user terminal to complete the purpose of application program update, it is achieved thereby that reduce packing process Time for being consumed, improve packing process treatment effeciency technique effect, and then solve provided in correlation technique Need the packing flow process for experiencing time-consuming longer during application program update, operate relatively complicated technical problem.
Description of the drawings
Accompanying drawing described herein is used for providing a further understanding of the present invention, constitutes the part of the application, this Bright schematic description and description does not constitute inappropriate limitation of the present invention for explaining the present invention.In the accompanying drawings:
Fig. 1 is the schematic diagram according to the application program of correlation technique packing flow process;
Fig. 2 is the flow chart of the packaging method of application program according to embodiments of the present invention;
Fig. 3 is the schematic diagram of application program packing process according to the preferred embodiment of the invention;
Fig. 4 is the structured flowchart of the packing apparatus of application program according to embodiments of the present invention;
Fig. 5 is the structured flowchart of the packing apparatus of application program according to the preferred embodiment of the invention.
Specific embodiment
In order that those skilled in the art more fully understand the present invention program, below in conjunction with the embodiment of the present invention in Accompanying drawing, to the embodiment of the present invention in technical scheme be clearly and completely described, it is clear that described embodiment is only The embodiment of a part of the invention, rather than whole embodiments.Embodiment in based on the present invention, ordinary skill people The every other embodiment obtained under the premise of creative work is not made by member, should all belong to the model of present invention protection Enclose.
It should be noted that description and claims of this specification and the term " first " in above-mentioned accompanying drawing, " Two " it is etc. for distinguishing similar object, without for describing specific order or precedence.It should be appreciated that so using Data can exchange in the appropriate case, so as to embodiments of the invention described herein can with except here diagram or Order beyond those of description is implemented.Additionally, term " comprising " and " having " and their any deformation, it is intended that cover Lid is non-exclusive to be included, and for example, the process, method, system, product or the equipment that contain series of steps or unit are not necessarily limited to Those steps that clearly lists or unit, but may include clearly not list or for these processes, method, product Or intrinsic other steps of equipment or unit.
The explanation of nouns that the present invention relates to is as follows:
(1) patch refers to the patch that downloads during software upgrading, and which need not simultaneously download complete software, but pass through one Individual less patch, you can obtain the more New function of software.
(2) svn is an open version control system, similar to git.
(3) code branch is referred to during software or development of games, and the code in different progresses is managed Method.For example:Main line branch, test branch develop branch, are commonly used for issuing, test and daily exploitation is submitted to generation respectively The control and management of code, can be realized by version control system.
(4) Python/python, its are a kind of programming language.
(5) Qt/qt refers to a kind of cross-platform graphical user interface application program development framework, and which can provide powerful boundary Face development library.
(6) PyQt refers to that Python programming languages and Qt interface developments storehouse are mutually merged, there is provided Python exploitation is used The various interfaces at family interface.
(7) JSON, its are a kind of data interchange format of lightweight, independently of language.
(8) dict, also known as dictionary, which is a kind of data type, and data content is unordered, by key assignments (key-value) To composition, corresponding value can be got by key.
According to embodiments of the present invention, there is provided a kind of embodiment of the packaging method of application program, it should be noted that The step of flow process of accompanying drawing is illustrated can be executed in the such as computer system of one group of computer executable instructions, also, Although showing logical order in flow charts, in some cases, can be executed with the order being different from herein shown The step of going out or describe.
Fig. 2 is the flow chart of the packaging method of application program according to embodiments of the present invention, as shown in Fig. 2 the method bag Include following steps:
Step S10, obtains to version management server to be updated from first time point to produced between the second time point File, wherein, the second time point be current time, first time point be apart from current time nearest before once treat issue should Carry out packing process with program completes the moment;
Step S12, carries out packing process to file to be updated;
Step S14, by process after file to be updated send to user terminal, wherein, user terminal is provided with to be released Application program.
By above-mentioned steps, can adopt and obtain from first time point between the second time point to version management server The file to be updated for producing, second time point are current time, and the first time point is apart from current time nearest previous Secondary treat the release application program process that carries out packing and complete the moment, and the mode of process that file to be updated is carried out packing is led to File to be updated after crossing process is sent to user terminal, has been reached targetedly to updating between different time points Content packed and sent to user terminal to complete the purpose of application program update, it is achieved thereby that reduce packing process Time for being consumed, improve packing process treatment effeciency technique effect, and then solve provided in correlation technique Need the packing flow process for experiencing time-consuming longer during application program update, operate relatively complicated technical problem.
It should be noted that hereinafter by by taking the complex application of game class as an example, to provided in an embodiment of the present invention The packaging method of application program elaborates, but which does not constitute the improper restriction to the present invention, and which can be applicable to which The application of his type, for example:Instant messaging class application, payment class application, shopping online class application etc..
Alternatively, in step S10, before file to be updated being obtained to version management server, can also include following holding Row step:
Step S15, sends inquiry request message to packaged service device, and wherein, inquiry request message is used for packaged service First time point inquired about by device;
Step S16, receives the query response message of packaged service device feedback, wherein, the letter of carrying in query response message Breath includes:First time point.
During being preferable to carry out, first time point passes through to add the first default finger in the packing script of packaged service device Order write is to the designated storage area on packaged service device.
Packed the time by obtaining last time, in order to search current latest edition content and previous release packaged content it Between difference content.
It is required to execute on packaged service device based on packing every time, for this purpose, specific finger can be added in packing script Order, so that the species that packs every time and time are written in specified file, and then is conducive to subsequent query relevant information.
It should be noted that the packing time of different branches needs difference record.By Version exploration project, A lot of branches are pulled sometimes, for example:During exploitation particular software item purpose, a warehouse can be created on svn.Opening When being dealt into moment, need to provide an evaluation version, but this evaluation version with target version finally to be released is Different, be only used for evaluating this time, and the evaluation version is abandoned after evaluation is completed.And target version still needs continuation Exploitation, now just can pull a branch, exploitation evaluation version in this branch, and the target version of trunk is still proceeded with out Send out.As can be seen here, different branches is just equivalent to different exploration projects, and separately packing, so need to distinguish record, Separately contrast.
Alternatively, in step slo, obtaining file to be updated to version management server can include step performed below Suddenly:
First time point is converted to first version number and by the second time point using the second preset instructions by step S101 Be converted to the second edition number;
Step S102, is obtained to version management server using the 3rd preset instructions and is located at first version number and the second edition File store path of the file to be updated between number on version management server;
Step S103, is stored the file to be updated got from file store path to local using the 4th preset instructions Designated storage area.
In a preferred embodiment, above-mentioned file to be updated can be according to version management server (for example:Svn servers) Log recording is obtaining.By taking Python as an example, Python provides pysvn modules, can execute multiple operations as follows:
It should be noted that svn can distinguish the update content of each submission by version number, often submit to once, version This number will Jia 1 therewith, and svn provides interface and pulls indicated release content, search the difference between different editions number.Hereinafter Time is converted into the version number of svn, is the version management interface in order to call svn built-in, this set of svn more into Ripe, so as to eliminate the trouble that self-developing may cause.In addition, other Versions, for example:Git, it may have one The similar management interface of set is called for developer.
(1)pysvn.Client.diff_summarize
Input:URL (URL) address of svn servers, svn versions 1, svn version 2s
Output:From svn versions 1 to the All Files path changed between version 2
The all files changed between different editions can be obtained by above-mentioned instruction.
(2) pysvn.Revision is (as described above, by the version number for converting the time into svn, so as to by svn's Version management function lookup differential file)
Input:Pysvn.opt_revision_kind.date, time
Output:Specified time corresponding svn version numbers
The packing time can be converted into by svn version numbers by above-mentioned instruction.
It should be noted that the time of input is timestamp form, i.e., relative to 1970.1.1 00:00:00, in seconds The side-play amount of calculation.
(3)pysvn.Client.export
Input:The svn url paths of file to be downloaded, (being only herein should for the file path got from svn servers The |input paramete of interface, i.e. the deposit position after the file that specifies on svn is pulled locally, which can be directly deposited in beats Under one temporary file of job contract tool, and above-mentioned file path refers to the temporary file path)
Output:Svn version numbers (i.e. the interface return value of svn)
Can be by the file download under svn url paths to locally specified file by above-mentioned instruction.
For example:There is file on svn, its corresponding svn url is https://netease.com/svn/Project/ Code/test.py, can be pulled by svn local, while can also know this document local relative to project The position of Project catalogues, i.e. Project/code/test.py.
Above three interface is the interface in svn storehouses, and git there is also similar interface, can facilitate by these interfaces Carry out file difference contrast.By converting the time into the version number of svn, it is in order to pulling change using svn interfaces Dynamic file;Otherwise, the last modification time of each file of artificial contrast is just needed, is possible to find out the text for occurring to update Part.By comparison, svn instruments can cache the record of each submission, it is possible thereby to realize quick lookup.
Alternatively, in step s 12, carrying out packing process to file to be updated can include following process step:
Step S121, carries out conversion process to file to be updated, and the file to be updated after being changed, wherein, at conversion Manage for the initial data in file to be updated is converted to code data;
Step S122, to conversion after file to be updated be compiled process, the file to be updated after being compiled;
Step S123, to compiling after file to be updated be encrypted, the file to be updated after being processed.
The file to be updated of locally downloading specified folder, can include but is not limited to:Script, planning table and resource, These files cannot be transmitted directly to mobile terminal, locally arbitrarily can not accessed by other users certainly, for this reason, it may be necessary to enter Row is following to be processed:
(1) lead table (its essence is equivalent to data conversion treatment)
By taking R&D process of playing as an example, in game design development process, substantial amounts of data can be used, for example:Technical ability Numerical value, the attribute of personage, these data are generally filled in by excel tables or csv by planning, and then reconvert is in game Data used.Therefore, the process that planning table is converted to the data directly used in game is referred to as leading table.
Leading table needs to carry out by leading table instrument, and (game item is due to the complexity of its data for each game development project Property, just occur and lead this operation of table, and general applied software development is need not to execute to lead table handling) it is equipped with phase That answered leads table instrument, and all independently can use, therefore, can be by the list data conversion for changing by leading table instrument The data used in game.
(2) encrypt
Ciphering process can include following two steps:The first step, (code text is primarily referred to as to pulling local file Part and the data that table is obtained are led, alternative document need not be compiled) it is compiled, if js files, then jsc can be compiled into, such as Fruit is py files, then can be compiled into pyc;Second step, the safety in order to ensure file, on the basis of compiling file, also File after needing to compiling is encrypted.In encryption process, not only to compiling after code and data be encrypted, Also resource can be encrypted simultaneously, but game file is had been converted in planning list file after leading list processing, therefore, Planning list file locally can be being deleted without encryption.
It should be noted that in a preferred embodiment of the invention not to using AES strictly limited, only The decryption identification demand of client be disclosure satisfy that, in the scope of application of the present invention.
In addition, in order to ensure locally piling up the change file for excessively obtaining from svn servers, fetching portion can become every time More file, then above-mentioned process is carried out to the part change file, then again the part change file is deleted.Although the process with The result of the disposable mode that unifies again to be processed from the whole change files of svn servers acquisition is consistent, but for peace Full property is considered, and it is safer that the former provides mode of operation.
Alternatively, in step S14, by process after file to be updated send to user terminal can include performed below Step:
Step S141, judges the assigned catalogue with the presence or absence of the file to be updated after processing on user terminal for storage;
Step S142, if there is assigned catalogue, then by process after file to be updated send to assigned catalogue;
Step S143, if there is no assigned catalogue, then after assigned catalogue is created, then by process after file to be updated Send to assigned catalogue.
For the mobile terminal using Android operation system, can be operated by adb instruments.The full name of adb is Android Debug Bridge, its are the bridge for connecting Android mobile terminal and PC ends, thus play the work of debugging bridge With.By the state that adb instruments can manage mobile terminal and PC ends simulator, other behaviour can also be executed on mobile terminals Make, for example:Software, system upgrade, operation shell-command are installed.
Shell instructions by adb instruments can be by specified files passe to assigned catalogue.The instruction tool of files passe Body is as follows:
adb push file_from_path file_to_path
Wherein, file_from_path represents that the path of the local file for needing and uploading, file_to_path represent needs The catalogue in Android mobile terminal for uploading to.For example:The sd cards that local a.js is uploaded to Android mobile terminal Netease/game_name/script under aaa files under, can be using such as giving an order:
adb push a.js/storage/sdcard0/netease/game_name/script/aaa/a.js
Aforesaid operations just can be completed using function subprocess.Popen ().Specifically, subprocess is A module that python is provided, class Popen defined in subprocess modules.Therefore, it is possible to use Popen is creating Process being built, and interacting for complexity being carried out with process, its constructed fuction is as follows:
Subprocess.Popen (args, bufsize=0, executable=None, stdin=None, stdout =None, stderr=None, preexec_fn=None, close_fds=False, shell=False, cwd=None, Env=None, universal_newlines=False, startupinfo=None, creationflags=0);
Wherein, parameter args is pending instruction, and the sentence of above-mentioned adb directly can be defined as:Args=" adb Push a.js ... ", other specification are related to contents such as executive mode, return types, can be sealed according to real needs Dress.
However, if above-mentioned aaa files are not present, will there is the risk for executing failure in above-mentioned instruction, this just needs To enter column catalogue inspection first when file copy is carried out, if it find that lacking this catalogue, just need a personal newly-built phase Same catalogue.Copied files are segmented into following steps to Android mobile terminal:
Whether there is next stage catalogue under the first step, the existing particular category of inspection, which can use instruction " adb Shell ls upper directory names | grep lower directory names " completing, then the output result further according to instruction is being judged.
Second step, if there is no lower directory, then lower floor's mesh is set up using " adb shell mkdir directory names " Record, through repeatable operation until innermost layer catalogue.
3rd step, under innermost layer catalogue, judge whether the file for needing push, if it does, need first to delete, Then push operations are executed again.
For the mobile terminal using iOS operating systems, if belonging to the iOS device that escapes from prison, by itools → application → concrete application → file-sharing, can find specific Documents catalogues, and be stored with the catalogue this application correlation File, also includes file to be updated certainly.
Escape from prison after equipment IOS is connected to using ssh, just can hold shell-command.The paramiko modules of python SSH agreements are achieved, easily can be interacted with remote computer, its implementation is as follows:
Import paramiko//introducing paramiko modules
Ssh=paramiko.SSHClient () // set up a ssh client
Ssh.set_missing_host_key_policy (paramiko.AutoAddPolicy ()) // setting ssh visitors Family end attribute
Ssh.connect (" IP address ", 22, " user name ", " password ") // ssh clients are connected to the service that specifies End
Stdin, stdout, stderr=ssh.exec_command (" your order ") // by the client that is successfully connected End, sends instruction to server, so that server executes corresponding instruction
The result that pring stdout.readlines () // collection order is returned after executing
Ssh.close () // closing ssh connections
In addition, can also transmit file by paramiko, its concrete form is as follows:
#paramiko carries out file transmission
Sftp=self.ssh.open_sftp ()
sftp.put(file_from_path,file_to_path)
Wherein, file_from_path represents that the path of the local file for needing and uploading, file_to_path represent needs The catalogue on iOS mobile terminals for uploading to.
In addition, the mobile terminal using iOS operating systems is needed also exist for into column catalogue inspection before upper transmitting file, which operates Process will not be described here.
Alternatively, in step S14, by process after file to be updated send to user terminal before, can also include with Lower process step:
Step S17, when user terminal runs first kind system, using the detection of the 5th preset instructions with user terminal be No be successfully connected, wherein, first kind operating system is for increasing income type operating system.
By taking the mobile terminal using Android operation system as an example, data wire can be passed through by Android mobile terminal and PC It is attached, acquiescence can install USB drivings, checks whether mobile terminal has connected in cmd windows input " adb devices " Success, if successful connection, can show the identification information of the mobile terminal of connection.Python calls adb instruments, needs to adopt In the mode that subprocess executes cmd, its concrete form is as follows:
Import subprocess//introducing python subprocess modules
Cmd_str=" adb shell adb devices " // definition needs the adb instructions for executing
P=subprocess.Popen (cmd_str, shell=False, stdout=subprocess.PIPE, Stderr=subprocess.STDOUT) // define the mode that adb is executed in subprocess, and execute the order
The result that retMsg=p.stdout.read () // collection order is returned after executing.
Alternatively, in step S14, by process after file to be updated send to user terminal before, can also include with Lower execution step:
Step S18, when user terminal runs Second Type system, locally will be preset mutually using default communication fastening means IP address of the networking protocol IP address conversion for user terminal, and detect with whether user terminal is successfully connected, wherein, Equations of The Second Kind Type operating system is non-type operating system of increasing income.
By using iOS operating systems mobile terminal as a example by, using above-mentioned paramiko modules connection iOS device and During people's computer, the IP address for obtaining mobile terminal is needed.It is more inconvenient to consider to be manually entered IP address, herein can be by Instrument:itunnel_mux.The IP address of iOS device can be mapped as local ip address by this instrument, in other words, execute During instruction ssh.connect, the IP address of input is 127.0.0.1, can be moved with any iOS of Dynamic link library by the instrument Dynamic terminal and its corresponding ip address need not be manually entered.Therefore, user only needs to be input into fixed local ip address: 127.0.0.1, itunnel_mux instruments just can obtain the real IP address of iOS device automatically, then by real IP address and Fixed local ip address is mapped, so that user feels to access the file of iOS device as accessing local file.
How recited above be by the content uploading for updating to the mobile terminal with application program installation kit, finally One step is that the update content of upload can be come into force, and views what be new in Application Program Interface.By files passe To after patch catalogues, if necessary to cause patch catalogues to come into force, then game is needed to open corresponding function.
By taking game class application as an example, the patch update mechanisms using game are needed herein.Under normal conditions, play visitor Family end can reach the purpose for updating game application by downloading patch, and the principle of patch is to upload specific file Under the patch catalogues that specifies to game application, and in loading game, then the preferential file using under patch catalogues makes again Original file is used, and so just can realize former documentary purpose is substituted by patch.Under normal conditions, game is drawn Hold up and can there is interface to aid in realizing that patch updates, only need to arrange searching route in actual application.
For Android mobile terminal, the catalogue for installing game can be found under file management system, below catalogue The file of a placement patch is usually there will be, as long as more new file is uploaded to phase according to corresponding mode of playing every time The file that answers, then game client is reruned, these more new files can come into force.IOS mobile terminals are also thus, but slightly Unlike having, iOS mobile terminals need just see the catalogue under related application in the case where escaping from prison.
The above-mentioned process that is preferable to carry out will be described in further detail with the preferred implementation shown in Fig. 3 below.
Fig. 3 is the schematic diagram of application program packing process according to the preferred embodiment of the invention.As shown in figure 3, the packing Method be applied to quickly pack windows client utilitys (with WORD apply similar, the instrument is transported under window systems OK, the game package of multiple platforms can be updated, and ARIXTRA or iOS game packages can be provided with windows behaviour by being connected to Make to be updated on the user equipment of system, realized using python+pyQT), by running the instrument, this just can be realized The quick renewal of ground installation kit.
User only needs to mobile terminal that (OS Type includes:Android, iOS) it is connected with personal computer, so Afterwards by the platform of game tester's selection packing, version, pattern, for example:After game identification code is modified, test or exploit person Member needs observation to change the carrying out practically situation on iOS smart mobile phones, and game tester just may be selected corresponding platform, version Sheet and pattern, and after game renewal, check the carrying out practically situation of newest bag on iOS mobile phones.By the tester that plays " starting to pack " button is clicked on, just can be completed to application client more by content synchronization to be updated to mobile terminal New operation, while process logs can also be shown, its update mode can include one below:
(1) if only changing script, script is executed and updates operation;
(2) if only table is led in change, operation is updated to leading table and executing;
(3) the more new option that other are specified;
As can be seen here, above-mentioned renewal process has specific aim.
Above-mentioned packing flow process can include following process step:
The first step, click on start pack button triggering under, the individual calculus chance of strapping tool is installed to packing Server sends quick packing request, has successfully played same type bag (previous release of i.e. same bag) to inquire about last time Time;
Second step, packaged service device are parsed to quick packing request, so after above-mentioned quick packing request is received The last temporal information that using baling press carry out normal flow packing is returned afterwards;
3rd step, personal computer after above-mentioned temporal information is received send request to version management server and download Change script content in specified time interval (time point for completing from last time packaging operation is started to current point in time);
4th step, from version management server (i.e. svn warehouse servers) obtain this period in update content to Ground, wherein, content to be obtained can be selected according to information such as the platforms, version, pattern that user is selected on strapping tool Select, targetedly to execute down operation.Personal computer locally can carry out a series of to the update content for getting Process, for example:Data lead table, compiling, encryption;
5th step, personal computer by process after change file upload to the mobile terminal that is provided with game client Under respective directories, then mobile terminal passes through to replace these update content, to realize the purpose of application program update.
Only more new script or resource can be selected pointedly to carry out game packing by above-mentioned packing flow process, can be significantly Save the game packing time.In addition, above-mentioned packing flow process can support ARIXTRA and iOS packings simultaneously, packing process is transferred to Locally executing, it is possible thereby to executed in parallel on different personal computers.
According to embodiments of the present invention, a kind of embodiment of the packing apparatus of application program is additionally provided, and Fig. 4 is according to this The structured flowchart of the packing apparatus of the application program of bright embodiment.As shown in figure 4, the device can include:Acquisition module 10, uses In to version management server obtain from first time point between the second time point produce file to be updated, wherein, second Time point is current time, first time point be apart from current time nearest before once treat release application program and packed Processed completes the moment;Processing module 20, for carrying out packing process to file to be updated;Sending module 30, for processing File to be updated afterwards is sent to user terminal, and wherein, user terminal is provided with application program to be released.
Alternatively, Fig. 5 is the structured flowchart of the packing apparatus of application program according to the preferred embodiment of the invention.Such as Fig. 5 Shown, said apparatus can also include:Request module 40, for sending inquiry request message to packaged service device, wherein, inquiry Request message is used for inquiring about first time point to packaged service device;Respond module 50, for receiving looking into for packaged service device feedback Response message is ask, wherein, the information carried in query response message includes:First time point.
Alternatively, first time point is write to beating by adding the first preset instructions in the packing script of packaged service device Designated storage area on packet server.
Alternatively, acquisition module 10 can include:Converting unit (not shown), for being incited somebody to action using the second preset instructions First time point is converted to first version number and the second time point is converted to the second edition number;Acquiring unit (does not show in figure Go out), it is located between first version number and the second edition number for being obtained to version management server using the 3rd preset instructions File store path of the file to be updated on version management server;Memory element (not shown), for adopting the 4th Preset instructions store the file to be updated got from file store path to locally specified memory area.
Alternatively, processing module 20 can include:First processing units (not shown), for entering to file to be updated Row conversion process, the file to be updated after being changed, wherein, conversion process is used for turning the initial data in file to be updated It is changed to code data;Second processing unit (not shown), is compiled process for the file to be updated after to conversion, obtains File to be updated to after compiling;3rd processing unit (not shown), carry out for the file to be updated after to compiling plus Close process, the file to be updated after being processed.
Alternatively, sending module 30 can include:Judging unit 300, is used for for judging to whether there is on user terminal The assigned catalogue of the file to be updated after storage process;Transmitting element 302, for when judging unit is output as being, processing File to be updated afterwards is sent to assigned catalogue;Fourth processing unit, for when judging unit is output as no, creating and specifying mesh Record, and by process after file to be updated send to assigned catalogue.
Alternatively, as shown in figure 5, said apparatus can also include:First detection module 60, for running when user terminal During first kind system, whether it is successfully connected with user terminal using the detection of the 5th preset instructions, wherein, first kind operation system Unite as type operating system of increasing income.
Alternatively, as shown in figure 5, said apparatus can also include:Second detection module 70, for running when user terminal During Second Type system, internet protocol address is locally preset using default communication fastening means and is converted to user terminal IP address, and detect with whether user terminal is successfully connected, wherein, Second Type operating system is non-type operating system of increasing income.
The embodiments of the present invention are for illustration only, do not represent the quality of embodiment.
In the above embodiment of the present invention, the description of each embodiment is all emphasized particularly on different fields, do not had in certain embodiment The part of detailed description, may refer to the associated description of other embodiment.
In several embodiments provided herein, it should be understood that disclosed technology contents, can pass through other Mode is realized.Wherein, device embodiment described above is only schematic, the division of for example described unit, Ke Yiwei A kind of division of logic function, can have when actually realizing other dividing mode, for example multiple units or component can in conjunction with or Person is desirably integrated into another system, or some features can be ignored, or does not execute.Another, shown or discussed is mutual Between coupling or direct-coupling or communication connection can be INDIRECT COUPLING or communication link by some interfaces, unit or module Connect, can be electrical or other forms.
The unit that illustrates as separating component can be or may not be physically separate, aobvious as unit The part for showing can be or may not be physical location, you can be located at a place, or can also be distributed to multiple On unit.Some or all of unit therein can be selected according to the actual needs to realize the purpose of this embodiment scheme.
In addition, each functional unit in each embodiment of the invention can be integrated in a processing unit, it is also possible to It is that unit is individually physically present, it is also possible to which two or more units are integrated in a unit.Above-mentioned integrated list Unit both can be realized in the form of hardware, it would however also be possible to employ the form of SFU software functional unit is realized.
If the integrated unit is realized and as independent production marketing or use using in the form of SFU software functional unit When, can be stored in a computer read/write memory medium.Such understanding is based on, technical scheme is substantially The part that in other words prior art is contributed or all or part of the technical scheme can be in the form of software products Embody, the computer software product is stored in a storage medium, use so that a computer including some instructions Equipment (can be personal computer, server or network equipment etc.) execute the whole of each embodiment methods described of the invention or Part steps.And aforesaid storage medium includes:USB flash disk, read only memory (ROM, Read-Only Memory), random access memory are deposited Reservoir (RAM, Random Access Memory), portable hard drive, magnetic disc or CD etc. are various can be with store program codes Medium.
The above is only the preferred embodiment of the present invention, it is noted that for the ordinary skill people of the art For member, under the premise without departing from the principles of the invention, some improvements and modifications can also be made, these improvements and modifications also should It is considered as protection scope of the present invention.

Claims (16)

1. a kind of packaging method of application program, it is characterised in that include:
Obtain from first time point to the file to be updated produced between the second time point, wherein, institute to version management server The second time point is stated for current time, the first time point be apart from the current time nearest before once treat issue should Carry out packing process with program completes the moment;
Packing process is carried out to the file to be updated;
File to be updated after by process is sent to user terminal, and wherein, the user terminal is provided with the application to be released Program.
2. method according to claim 1, it is characterised in that described to be updated obtaining to the version management server Before file, also include:
Inquiry request message is sent to packaged service device, wherein, the inquiry request message is used for looking into the packaged service device Ask the first time point;
Receive the query response message of the packaged service device feedback, wherein, the packet of carrying in the query response message Include:The first time point.
3. method according to claim 2, it is characterised in that the first time point passes through in the packaged service device Add the first preset instructions in packing script and write the designated storage area to the packaged service device.
4. method according to claim 1, it is characterised in that obtain the text to be updated to the version management server Part includes:
First time point is converted to first version number using the second preset instructions and the second time point is converted to the second edition This number;
Obtained to the version management server using the 3rd preset instructions and be located at the first version number and the second edition File store path of the file described to be updated between number on the version management server;
The file described to be updated got from the file store path is stored to locally specified using the 4th preset instructions Memory area.
5. the method according to claim 1 or 4, it is characterised in that carry out packing and process including to the file to be updated:
Conversion process is carried out to the file to be updated, the file to be updated after being changed, wherein, the conversion process is used for Initial data in the file to be updated is converted to code data;
File to be updated after to the conversion is compiled process, the file to be updated after being compiled;
File to be updated after to the compiling is encrypted, and obtains the file to be updated after the process.
6. method according to claim 1, it is characterised in that the file to be updated after by the process is sent to the use Family terminal includes:
Judge on the user terminal with the presence or absence of the assigned catalogue for being used for storing the file to be updated after the process;
If there is the assigned catalogue, then by the process after file to be updated send to the assigned catalogue;
If there is no the assigned catalogue, then after the assigned catalogue is created, then by the process after file to be updated Send to the assigned catalogue.
7. method according to claim 1, it is characterised in that the file to be updated after by the process is sent to described Before user terminal, also include:
When the user terminal runs first kind system, using the detection of the 5th preset instructions and the user terminal whether into Work(connects, and wherein, the first kind operating system is type operating system of increasing income.
8. method according to claim 1, it is characterised in that the file to be updated after by the process is sent to described Before user terminal, also include:
When the user terminal runs Second Type system, Internet protocol will locally be preset using default communication fastening means IP address conversion is the IP address of the user terminal, and detects with whether the user terminal is successfully connected, wherein, described Two type operation systems are non-type operating system of increasing income.
9. a kind of packing apparatus of application program, it is characterised in that include:
Acquisition module, to be updated from first time point to produced between the second time point for obtaining to version management server File, wherein, second time point is current time, and the first time point is apart from the current time nearest previous Secondary treat the release application program process that carries out packing and complete the moment;
Processing module, for carrying out packing process to the file to be updated;
Sending module, for sending the file to be updated to user terminal, wherein, the user terminal is provided with described treating Release application program.
10. device according to claim 9, it is characterised in that described device also includes:
Request module, for sending inquiry request message to packaged service device, wherein, the inquiry request message is used for described The first time point inquired about by packaged service device;
Respond module, for receiving the query response message of the packaged service device feedback, wherein, in the query response message The information of carrying includes:The first time point.
11. devices according to claim 10, it is characterised in that the first time point passes through in the packaged service device Packing script in add the first preset instructions and write the designated storage area to the packaged service device.
12. devices according to claim 9, it is characterised in that the acquisition module includes:
Converting unit, for being converted to first version number and by the second time point using the second preset instructions by first time point Be converted to the second edition number;
Acquiring unit, for using the 3rd preset instructions to the version management server obtain be located at the first version number with File store path of the file described to be updated between the second edition number on the version management server;
Memory element, for being deposited the file described to be updated got from the file store path using the 4th preset instructions Store up to locally specified memory area.
13. devices according to claim 9 or 12, it is characterised in that the processing module includes:
First processing units, for carrying out conversion process to the file to be updated, the file to be updated after being changed, its In, the conversion process is used for for the initial data in the file to be updated being converted to code data;
Second processing unit, is compiled process for the file to be updated after to the conversion, to be updated after being compiled File;
3rd processing unit, is encrypted for the file to be updated after to the compiling, obtains treating after the process More new file.
14. devices according to claim 9, it is characterised in that the sending module includes:
Judging unit, is used for the finger for storing the file to be updated after the process for judging to whether there is on the user terminal Determine catalogue;
Transmitting element, for when the judging unit is output as being, by the process after file to be updated send to described Assigned catalogue;
Fourth processing unit, for when the judging unit is output as no, creates the assigned catalogue, and by the process after File to be updated send to the assigned catalogue.
15. devices according to claim 9, it is characterised in that described device also includes:
First detection module, for when the user terminal run the first kind system when, using the 5th preset instructions detection with Whether the user terminal is successfully connected, and wherein, the first kind operating system is type operating system of increasing income.
16. devices according to claim 9, it is characterised in that described device also includes:
Second detection module, for when the user terminal runs Second Type system, being incited somebody to action using default communication fastening means Local default internet protocol address is converted to the IP address of the user terminal, and detect with the user terminal whether into Work(connects, and wherein, the Second Type operating system is non-type operating system of increasing income.
CN201610948326.6A 2016-11-02 2016-11-02 The packaging method and device of application program Pending CN106502746A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610948326.6A CN106502746A (en) 2016-11-02 2016-11-02 The packaging method and device of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610948326.6A CN106502746A (en) 2016-11-02 2016-11-02 The packaging method and device of application program

Publications (1)

Publication Number Publication Date
CN106502746A true CN106502746A (en) 2017-03-15

Family

ID=58322956

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610948326.6A Pending CN106502746A (en) 2016-11-02 2016-11-02 The packaging method and device of application program

Country Status (1)

Country Link
CN (1) CN106502746A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107918543A (en) * 2017-12-22 2018-04-17 金蝶蝶金云计算有限公司 Method, apparatus, computer equipment and the storage medium of installation kit generation
CN108399064A (en) * 2017-02-07 2018-08-14 南京南瑞继保电气有限公司 Multilingual entry generation method based on Qt exploitations
CN109144548A (en) * 2018-08-27 2019-01-04 杭州安恒信息技术股份有限公司 A kind of multicompartment software upgrade method, device and server realized based on git
CN109271194A (en) * 2018-08-22 2019-01-25 五八有限公司 Branch's access method and device based on distributed version control system
CN109298865A (en) * 2018-09-13 2019-02-01 天津龙拳风暴科技有限公司 Realize the method and device of game skill programmable
CN109445816A (en) * 2018-10-16 2019-03-08 网易(杭州)网络有限公司 Lead list processing method, apparatus, storage medium, processor and terminal
CN110362338A (en) * 2019-07-14 2019-10-22 广州泳泳信息科技有限公司 A kind of game resource packing and resource quick access method under mobile platform
CN110633095A (en) * 2018-12-07 2019-12-31 完美世界(北京)软件科技发展有限公司 System and method for code management
CN111078232A (en) * 2019-12-03 2020-04-28 江苏满运软件科技有限公司 Application program packaging method, device, equipment and medium
CN111569431A (en) * 2019-02-18 2020-08-25 厦门雅基软件有限公司 Game engine resource processing method, electronic device and computer readable storage medium
CN113010187A (en) * 2021-02-07 2021-06-22 上海硬通网络科技有限公司 Application installation method and device and electronic equipment
CN113138781A (en) * 2020-01-19 2021-07-20 福建省天奕网络科技有限公司 CSV configuration updating method and storage medium
CN113157306A (en) * 2021-04-16 2021-07-23 上海米哈游璃月科技有限公司 Resource packaging management method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412777A (en) * 2013-08-13 2013-11-27 珠海金山网络游戏科技有限公司 Updating method and system for synchronizing packed files with specified versions
CN103701930A (en) * 2014-01-07 2014-04-02 浙江大学 Mobile application program real-time updating method and system
CN104539696A (en) * 2014-12-26 2015-04-22 北京像素软件科技股份有限公司 Client end incremental updating method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412777A (en) * 2013-08-13 2013-11-27 珠海金山网络游戏科技有限公司 Updating method and system for synchronizing packed files with specified versions
CN103701930A (en) * 2014-01-07 2014-04-02 浙江大学 Mobile application program real-time updating method and system
CN104539696A (en) * 2014-12-26 2015-04-22 北京像素软件科技股份有限公司 Client end incremental updating method and system

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108399064A (en) * 2017-02-07 2018-08-14 南京南瑞继保电气有限公司 Multilingual entry generation method based on Qt exploitations
CN107918543A (en) * 2017-12-22 2018-04-17 金蝶蝶金云计算有限公司 Method, apparatus, computer equipment and the storage medium of installation kit generation
CN109271194A (en) * 2018-08-22 2019-01-25 五八有限公司 Branch's access method and device based on distributed version control system
CN109144548A (en) * 2018-08-27 2019-01-04 杭州安恒信息技术股份有限公司 A kind of multicompartment software upgrade method, device and server realized based on git
CN109298865A (en) * 2018-09-13 2019-02-01 天津龙拳风暴科技有限公司 Realize the method and device of game skill programmable
CN109445816B (en) * 2018-10-16 2022-03-22 网易(杭州)网络有限公司 Guide table processing method and device, storage medium, processor and terminal
CN109445816A (en) * 2018-10-16 2019-03-08 网易(杭州)网络有限公司 Lead list processing method, apparatus, storage medium, processor and terminal
CN110633095A (en) * 2018-12-07 2019-12-31 完美世界(北京)软件科技发展有限公司 System and method for code management
CN110633095B (en) * 2018-12-07 2023-07-14 完美世界(北京)软件科技发展有限公司 System and method for software development
CN111569431A (en) * 2019-02-18 2020-08-25 厦门雅基软件有限公司 Game engine resource processing method, electronic device and computer readable storage medium
CN111569431B (en) * 2019-02-18 2023-03-14 厦门雅基软件有限公司 Game engine resource processing method, electronic device and computer readable storage medium
CN110362338A (en) * 2019-07-14 2019-10-22 广州泳泳信息科技有限公司 A kind of game resource packing and resource quick access method under mobile platform
CN111078232A (en) * 2019-12-03 2020-04-28 江苏满运软件科技有限公司 Application program packaging method, device, equipment and medium
CN111078232B (en) * 2019-12-03 2022-09-16 江苏满运软件科技有限公司 Application program packaging method, device, equipment and medium
CN113138781A (en) * 2020-01-19 2021-07-20 福建省天奕网络科技有限公司 CSV configuration updating method and storage medium
CN113010187A (en) * 2021-02-07 2021-06-22 上海硬通网络科技有限公司 Application installation method and device and electronic equipment
CN113010187B (en) * 2021-02-07 2024-04-05 上海硬通网络科技有限公司 Application installation method and device and electronic equipment
CN113157306A (en) * 2021-04-16 2021-07-23 上海米哈游璃月科技有限公司 Resource packaging management method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106502746A (en) The packaging method and device of application program
CN109885311B (en) Application program generation method and device
US6370646B1 (en) Method and apparatus for multiplatform migration
Bean Laravel 5 essentials
CN111142903B (en) Configuration file interactive updating method and device based on file comparison
US7761786B2 (en) Reusable XPath validation expressions
US20200019492A1 (en) Generating executable test automation code automatically according to a test case
US5617533A (en) System and method for determining whether a software package conforms to packaging rules and requirements
CN108279902B (en) Lua script technology based multi-terminal sharing bottom layer framework generation and application method
CN105723341B (en) Realization method and system for layout engine and the memory model of script engine
US20030225927A1 (en) Method and apparatus for multiplatform migration
CN102200911B (en) variable closure
US7035860B2 (en) Trusted access by an extendible framework method, system, article of manufacture, and computer program product
US20030093420A1 (en) Method and system for retrieving sharable information using a hierarchically dependent directory structure
CN107864052A (en) Method and its system based on lasting application deployment configuration automatic updating
US11036522B2 (en) Remote component loader
CN108595187A (en) Method, device and the storage medium of Android installation kit integrated software development kit
CN107657172A (en) Code process method, apparatus and system
US20200257524A1 (en) Generating interaction libraries
CN111459892B (en) Noninvasive aar merging method based on android system
US10656922B2 (en) Systems and methods for providing an application transformation tool
CN112000334A (en) Page development method, device, server and storage medium
CN116166907B (en) Method and device for developing Web application by using WebAsssembly and service page compiling technology
KR20200071869A (en) A system for detecting obfuscation or packing of an application using machine learning, and concealed malware detection and classification system and methods including it
CN108304230A (en) Adjust implementation method, device and the readable storage medium storing program for executing of application attribute

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170315

RJ01 Rejection of invention patent application after publication