CN109814897B - Application program file management method and system - Google Patents

Application program file management method and system Download PDF

Info

Publication number
CN109814897B
CN109814897B CN201811549550.3A CN201811549550A CN109814897B CN 109814897 B CN109814897 B CN 109814897B CN 201811549550 A CN201811549550 A CN 201811549550A CN 109814897 B CN109814897 B CN 109814897B
Authority
CN
China
Prior art keywords
application program
storage partition
data file
updated
needs
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
CN201811549550.3A
Other languages
Chinese (zh)
Other versions
CN109814897A (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.)
Fujian Newland Payment Technology Co ltd
Original Assignee
Fujian Newland Payment 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 Fujian Newland Payment Technology Co ltd filed Critical Fujian Newland Payment Technology Co ltd
Priority to CN201811549550.3A priority Critical patent/CN109814897B/en
Publication of CN109814897A publication Critical patent/CN109814897A/en
Application granted granted Critical
Publication of CN109814897B publication Critical patent/CN109814897B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an application program file management method and system. Wherein the method comprises the following steps: the method comprises the steps of setting a first configured storage partition for storing a signature data file in the installation process of an application program, setting a second configured storage partition for storing a cache data file in the use process of the application program, setting a third configured storage partition for storing an execution code data file in the updating process of the application program, detecting whether the application program needs to be updated according to the application program data files stored in the first configured storage partition, the second configured storage partition and the third configured storage partition, and updating the application program according to the detected result of whether the application program needs to be updated when the detection result is that the application program needs to be updated. By the method, the application program can be updated quickly, the time consumption in the updating process of the application program is short, and the user experience is good.

Description

Application program file management method and system
Technical Field
The invention relates to the technical field of application program installation, in particular to an application program file management method and system.
Background
With the development Of mobile payment and new retail, a Point Of Sale (Point Of Sale) terminal is more and more favored by merchants, and the intelligent POS machine takes mobile payment as a basic function and realizes collection management, member management, store management and the like by utilizing a merchant management cloud platform matched with the intelligent POS.
When an application is updated, the existing intelligent POS updates the application by comparing program data of the current application with data of the application stored in the memory.
However, the inventors found that at least the following problems exist in the prior art:
when an application program is updated, the existing intelligent POS machine updates the application program by comparing program data of the current application program with data of the application program stored in a memory, and various data related to the application program are stored in the memory and comprise information of an application program signature process, such as application program signature data, cache data in the application program using process, execution codes of the application program and the like, so that the data comparison process in the application program updating process consumes more time, the application program updating speed is low, and the user experience is general.
Disclosure of Invention
In view of the above, the present invention provides an application file management method and system, which can achieve fast application update, and the application update process consumes less time and has better user experience.
According to an aspect of the present invention, there is provided an application file management method, including:
configuring a first storage partition, a second storage partition and a third storage partition in an application storage space;
setting a first storage partition of the configuration for storing a signature data file in the installation process of the application program, setting a second storage partition of the configuration for storing a cache data file in the use process of the application program, and setting a third storage partition of the configuration for storing an execution code data file in the update process of the application program;
detecting whether the application program needs to be updated or not according to the application program data files stored in the configured first storage partition, the second storage partition and the third storage partition;
and updating the application program when the detection result is that the application program needs to be updated according to the detection result of whether the detected application program needs to be updated.
Wherein, in the application program storage space, configuring a first storage partition, a second storage partition and a third storage partition comprises:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
Wherein, the detecting whether the application program needs to be updated according to the application program data files stored in the configured first storage partition, the second storage partition and the third storage partition comprises:
according to the signature data file stored in the first storage partition in the installation process of the application program, whether the application program needs to be updated or not is detected by detecting whether an authorization file needing to update the application program exists in the signature data file or not, when the signature data file is detected to exist the authorization file needing to update the application program, the application program is detected to be updated, and when the signature data file is detected to not exist the authorization file needing to update the application program, the application program is detected not to need to be updated.
Wherein, the updating the application program according to the detected result of whether the application program needs to be updated or not when the detected result is that the application program needs to be updated includes:
and calling a program version data file corresponding to the update of the application program from an execution code data file of the application program stored in the third storage partition in the updating process according to the detected result of whether the application program needs to be updated or not, and updating the application program according to the called program version data file.
Wherein, after the application program is updated according to the detection result of whether the detected application program needs to be updated and when the detection result is that the application program needs to be updated, the method further comprises:
deleting data files associated with the application update from the first and second and third memory partitions.
According to another aspect of the present invention, there is provided an application file management system including:
the device comprises a configuration module, a setting module, a detection module and an updating module;
the configuration module is used for configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space;
the setting module is used for setting the configured first storage partition to be used for storing a signature data file in the installation process of the application program, setting the configured second storage partition to be used for storing a cache data file in the use process of the application program, and setting the configured third storage partition to be used for storing an execution code data file in the updating process of the application program;
the detection module is used for detecting whether the application program needs to be updated according to the application program data files stored in the configured first storage partition, the second storage partition and the third storage partition;
and the updating module is used for updating the application program when the detection result is that the application program needs to be updated according to the detection result of whether the detected application program needs to be updated.
Wherein the configuration module is specifically configured to:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
Wherein, the detection module is specifically configured to:
according to the signature data file stored in the first storage partition in the installation process of the application program, whether the application program needs to be updated or not is detected by detecting whether an authorization file needing to update the application program exists in the signature data file or not, when the signature data file is detected to exist the authorization file needing to update the application program, the application program is detected to be updated, and when the signature data file is detected to not exist the authorization file needing to update the application program, the application program is detected not to need to be updated.
Wherein the update module is specifically configured to:
and calling a program version data file corresponding to the update of the application program from an execution code data file of the application program stored in the third storage partition in the updating process according to the detected result of whether the application program needs to be updated or not, and updating the application program according to the called program version data file.
Wherein, the application program file management system further comprises:
a deletion module to delete data files associated with the application update from the first and second and third memory partitions.
It can be found that, in the above solution, the first storage partition configured can be set for storing the signature data file during the installation process of the application program, the second storage partition configured can be set for storing the cache data file during the use process of the application program, the third storage partition configured can be set for storing the execution code data file during the update process of the application program, whether the application program needs to be updated can be detected according to the application program data files stored in the first storage partition configured, the second storage partition configured, and the third storage partition configured, whether the application program needs to be updated can be detected, the application program can be updated according to the detection result of whether the detected application program needs to be updated, when the detection result is that the application program needs to be updated, the classification management of the application program files can be realized, the application program can be updated quickly, the application program update process consumes less time, the user experience is better.
Furthermore, according to the scheme, the updated data files of the associated application program can be deleted from the first storage partition, the second storage partition and the third storage partition, so that the data files stored in the storage space can be kept in an optimized state, the next application program can be updated more quickly, the time consumed in the next application program updating process is less, and the user experience is further improved.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating an embodiment of a method for managing application files according to the present invention;
FIG. 2 is a flowchart illustrating an application file management method according to another embodiment of the present invention;
FIG. 3 is a block diagram of an embodiment of an application file management system;
FIG. 4 is a schematic diagram of another embodiment of the application file management system of the present invention;
FIG. 5 is a schematic structural diagram of another embodiment of the application file management system of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be noted that the following examples are only illustrative of the present invention, and do not limit the scope of the present invention. Similarly, the following examples are only some but not all examples of the present invention, and all other examples obtained by those skilled in the art without any inventive work are within the scope of the present invention.
The invention provides an application program file management method which can realize quick update of an application program, and has the advantages of less time consumption in the update process of the application program and better user experience.
Referring to fig. 1, fig. 1 is a flowchart illustrating an embodiment of a method for managing application files according to the present invention. It should be noted that the method of the present invention is not limited to the flow sequence shown in fig. 1 if the results are substantially the same. As shown in fig. 1, the method comprises the steps of:
s101: in the application program memory space, a first memory partition and a second memory partition and a third memory partition are configured.
Wherein, configuring the first storage partition, the second storage partition and the third storage partition in the application storage space may include:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
S102: the first storage partition of the configuration is set for storing signature data files in the installation process of the application program, the second storage partition of the configuration is set for storing cache data files in the use process of the application program, and the third storage partition of the configuration is set for storing execution code data files in the updating process of the application program.
S103: and detecting whether the application program needs to be updated according to the application program data files stored in the first storage partition, the second storage partition and the third storage partition.
The detecting whether the application program needs to be updated according to the application program data files stored in the configured first storage partition, the second storage partition and the third storage partition may include:
according to the signature data file stored in the first storage partition in the installation process of the application program, whether the application program needs to be updated or not is detected by detecting whether the signature data file contains an authorization file which needs to update the application program or not, when the signature data file is detected to contain the authorization file which needs to update the application program, the application program is detected to be updated, and when the signature data file is detected to contain no authorization file which needs to update the application program, the application program is detected not to need to be updated.
S104: and updating the application program when the detection result indicates that the application program needs to be updated according to the detection result indicating whether the detected application program needs to be updated.
Wherein, the detecting whether the detected application program needs to be updated according to the detection result, and when the detection result is that the application program needs to be updated, updating the application program may include:
and calling a program version data file corresponding to the application program update from the execution code data file of the application program stored in the third storage partition in the updating process according to the detection result of whether the detected application program needs to be updated or not, and updating the application program according to the called program version data file when the detection result is that the application program needs to be updated.
Wherein, after the application program is updated according to the detected result of whether the application program needs to be updated and when the detected result is that the application program needs to be updated, the method may further include:
deleting the data file associated with the application update from the first and second memory partitions and the third memory partition.
In this embodiment, the application program may be an application package and/or a user program, etc.
It can be found that, in this embodiment, a first storage partition configured to store signature data files during application installation, a second storage partition configured to store cache data files during application use, a third storage partition configured to store execution code data files during update of an application may be provided, whether an application needs to be updated may be detected according to application data files stored in the first storage partition, the second storage partition, and the third storage partition configured, whether an application needs to be updated may be detected, the application may be updated according to a detection result of whether the detected application needs to be updated, when the detection result is that the application needs to be updated, the application may be updated, classification management of the application files may be implemented, application may be updated quickly, and the application update process consumes less time, the user experience is better.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating an application file management method according to another embodiment of the present invention. In this embodiment, the method includes the steps of:
s201: in the application program memory space, a first memory partition and a second memory partition and a third memory partition are configured.
As described above in S101, further description is omitted here.
S202: the first storage partition of the configuration is set for storing signature data files in the installation process of the application program, the second storage partition of the configuration is set for storing cache data files in the use process of the application program, and the third storage partition of the configuration is set for storing execution code data files in the updating process of the application program.
S203: and detecting whether the application program needs to be updated according to the application program data files stored in the first storage partition, the second storage partition and the third storage partition.
As described above in S103, which is not described herein.
S204: and updating the application program when the detection result indicates that the application program needs to be updated according to the detection result indicating whether the detected application program needs to be updated.
As described above in S104, and will not be described herein.
S205: deleting the data file associated with the application update from the first and second memory partitions and the third memory partition.
It can be found that, in this embodiment, the data file updated by the associated application program can be deleted from the first storage partition, the second storage partition and the third storage partition, so that the data file stored in the storage space can be kept in an optimized state, the next application program can be updated more quickly, the time consumed in the next application program updating process is less, and the user experience is further improved.
The invention also provides an application program file management system, which can realize the quick update of the application program, and has the advantages of less time consumption in the update process of the application program and better user experience.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an embodiment of an application file management system according to the present invention. In this embodiment, the application file management system 30 includes a configuration module 31, a setting module 32, a detection module 33, and an update module 34.
The configuration module 31 is configured to configure the first storage partition, the second storage partition, and the third storage partition in the application storage space.
The setting module 32 is configured to set the first storage partition of the configuration to store a signature data file during installation of the application program, set the second storage partition of the configuration to store a cache data file during use of the application program, and set the third storage partition of the configuration to store an execution code data file during update of the application program.
The detection module 33 is configured to detect whether the application needs to be updated according to the application data files stored in the configured first storage partition, the second storage partition, and the third storage partition.
The update module 34 is configured to update the application program when the detection result indicates that the application program needs to be updated according to the detection result indicating whether the detected application program needs to be updated.
Optionally, the configuration module 31 may be specifically configured to:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
Optionally, the detection module 33 may be specifically configured to:
according to the signature data file stored in the first storage partition in the installation process of the application program, whether the application program needs to be updated or not is detected by detecting whether the signature data file contains an authorization file which needs to update the application program or not, when the signature data file is detected to contain the authorization file which needs to update the application program, the application program is detected to be updated, and when the signature data file is detected to contain no authorization file which needs to update the application program, the application program is detected not to need to be updated.
Optionally, the updating module 34 may be specifically configured to:
and calling a program version data file corresponding to the application program update from the execution code data file of the application program stored in the third storage partition in the updating process according to the detection result of whether the detected application program needs to be updated or not, and updating the application program according to the called program version data file when the detection result is that the application program needs to be updated.
Referring to fig. 4, fig. 4 is a schematic structural diagram of another embodiment of the application file management system according to the present invention. Different from the previous embodiment, the application file management system 40 in this embodiment further includes: the module 41 is deleted.
The deleting module 41 is configured to delete the data file associated with the application update from the first storage partition, the second storage partition, and the third storage partition.
Each unit module of the application file management system 30/40 can respectively execute the corresponding steps in the above method embodiments, and therefore, the detailed description of each unit module is omitted here, and please refer to the description of the corresponding steps above.
Referring to fig. 5, fig. 5 is a schematic structural diagram of another embodiment of the application file management system according to the present invention. Each unit module of the application file management system can respectively execute the corresponding steps in the above method embodiments. For a detailed description of the above method, please refer to the above method, which is not repeated herein.
In this embodiment, the application file management system includes: a processor 51, a memory 52 coupled to the processor 51, an updater 53, and a deleter 54.
The processor 51 is used for configuring a first storage partition, a second storage partition and a third storage partition in an application program storage space, setting the configured first storage partition to be used for storing a signature data file in an application program installation process, setting the configured second storage partition to be used for storing a cache data file of an application program in a use process, setting the configured third storage partition to be used for storing an execution code data file of the application program in an updating process, and detecting whether the application program needs to be updated according to the application program data file stored in the configured first storage partition, the second storage partition and the third storage partition.
The memory 52 is used for storing an operating system, instructions executed by the processor 51, and the like.
The updater 53 is configured to update the application when the application needs to be updated according to a detection result of whether the detected application needs to be updated.
The deleter 54 is configured to delete the data file associated with the application update from the first storage partition and the second storage partition and the third storage partition.
Optionally, the processor 51 may be specifically configured to:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
Optionally, the processor 51 may be specifically configured to:
according to the signature data file stored in the first storage partition in the installation process of the application program, whether the application program needs to be updated or not is detected by detecting whether the signature data file contains an authorization file which needs to update the application program or not, when the signature data file is detected to contain the authorization file which needs to update the application program, the application program is detected to be updated, and when the signature data file is detected to contain no authorization file which needs to update the application program, the application program is detected not to need to be updated.
Optionally, the updater 53 may be specifically configured to:
and calling a program version data file corresponding to the application program update from the execution code data file of the application program stored in the third storage partition in the updating process according to the detection result of whether the detected application program needs to be updated or not, and updating the application program according to the called program version data file when the detection result is that the application program needs to be updated.
It can be found that, in the above solution, the first storage partition configured can be set for storing the signature data file during the installation process of the application program, the second storage partition configured can be set for storing the cache data file during the use process of the application program, the third storage partition configured can be set for storing the execution code data file during the update process of the application program, whether the application program needs to be updated can be detected according to the application program data files stored in the first storage partition configured, the second storage partition configured, and the third storage partition configured, whether the application program needs to be updated can be detected, the application program can be updated according to the detection result of whether the detected application program needs to be updated, when the detection result is that the application program needs to be updated, the classification management of the application program files can be realized, the application program can be updated quickly, the application program update process consumes less time, the user experience is better.
Furthermore, according to the scheme, the updated data files of the associated application program can be deleted from the first storage partition, the second storage partition and the third storage partition, so that the data files stored in the storage space can be kept in an optimized state, the next application program can be updated more quickly, the time consumed in the next application program updating process is less, and the user experience is further improved.
In the several embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a module or a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be substantially or partially implemented in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only a part of the embodiments of the present invention, and not intended to limit the scope of the present invention, and all equivalent devices or equivalent processes performed by the present invention through the contents of the specification and the drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (4)

1. An application file management method, comprising:
configuring a first storage partition, a second storage partition and a third storage partition in an application storage space;
setting a first storage partition of the configuration for storing a signature data file in the installation process of the application program, setting a second storage partition of the configuration for storing a cache data file in the use process of the application program, and setting a third storage partition of the configuration for storing an execution code data file in the update process of the application program;
detecting whether the application program needs to be updated according to the application program data files stored in the configured first storage partition, the second storage partition and the third storage partition, wherein the detecting comprises the following steps: according to the signature data file stored in the first storage partition in the installation process of the application program, detecting whether the application program needs to be updated or not by detecting whether an authorization file of the application program needs to be updated exists in the signature data file or not;
when detecting that the signature data file does not have an authorization file which needs to update the application program, detecting that the application program does not need to be updated;
when detecting that the signature data file contains an authorization file which needs to update the application program, detecting that the application program needs to be updated; updating the application, including: and calling a program version data file corresponding to the application program update from an execution code data file of the application program stored in the third storage partition in the updating process, and updating the application program according to the called program version data file.
2. The method for application file management according to claim 1, wherein said configuring the first storage partition and the second storage partition and the third storage partition in the application storage space comprises:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
3. An application file management system, comprising:
the device comprises a configuration module, a setting module, a detection module and an updating module;
the configuration module is used for configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space;
the setting module is used for setting the configured first storage partition to be used for storing a signature data file in the installation process of the application program, setting the configured second storage partition to be used for storing a cache data file in the use process of the application program, and setting the configured third storage partition to be used for storing an execution code data file in the updating process of the application program;
the detection module is used for detecting whether the application program needs to be updated or not by detecting whether an authorized file of the application program needs to be updated or not in the signature data file according to the signature data file stored in the first storage partition in the installation process of the application program, detecting that the application program needs to be updated when detecting that the authorized file of the application program needs to be updated exists in the signature data file, and detecting that the application program does not need to be updated when detecting that the authorized file of the application program needs to be updated does not exist in the signature data file;
and the updating module is used for calling out a program version data file corresponding to the updating of the application program from an execution code data file of the application program stored in the third storage partition in the updating process according to the detection result of whether the detected application program needs to be updated or not, and updating the application program according to the called out program version data file when the detection result is that the application program needs to be updated.
4. The application file management system of claim 3, wherein the configuration module is specifically configured to:
and configuring a first storage partition, a second storage partition and a third storage partition in the application program storage space in a variable partition mode.
CN201811549550.3A 2018-12-18 2018-12-18 Application program file management method and system Active CN109814897B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811549550.3A CN109814897B (en) 2018-12-18 2018-12-18 Application program file management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811549550.3A CN109814897B (en) 2018-12-18 2018-12-18 Application program file management method and system

Publications (2)

Publication Number Publication Date
CN109814897A CN109814897A (en) 2019-05-28
CN109814897B true CN109814897B (en) 2022-04-19

Family

ID=66602123

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811549550.3A Active CN109814897B (en) 2018-12-18 2018-12-18 Application program file management method and system

Country Status (1)

Country Link
CN (1) CN109814897B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104636172A (en) * 2015-03-09 2015-05-20 联想(北京)有限公司 Application upgrading method and device
CN105740027A (en) * 2012-12-06 2016-07-06 北京奇虎科技有限公司 Application program updating method and device
CN106126290A (en) * 2016-06-27 2016-11-16 微梦创科网络科技(中国)有限公司 Application program optimization method, Apparatus and system
CN108509211A (en) * 2018-02-07 2018-09-07 深圳壹账通智能科技有限公司 Application program updating method, apparatus, mobile terminal and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10042628B2 (en) * 2016-06-29 2018-08-07 Vmware, Inc. Automated upgrade system for a service-based distributed computer system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105740027A (en) * 2012-12-06 2016-07-06 北京奇虎科技有限公司 Application program updating method and device
CN104636172A (en) * 2015-03-09 2015-05-20 联想(北京)有限公司 Application upgrading method and device
CN106126290A (en) * 2016-06-27 2016-11-16 微梦创科网络科技(中国)有限公司 Application program optimization method, Apparatus and system
CN108509211A (en) * 2018-02-07 2018-09-07 深圳壹账通智能科技有限公司 Application program updating method, apparatus, mobile terminal and storage medium

Also Published As

Publication number Publication date
CN109814897A (en) 2019-05-28

Similar Documents

Publication Publication Date Title
CN108388599B (en) Electronic device, data migration and calling method and storage medium
CN110086877B (en) Application program sharing and information sharing display method, device, equipment and medium
CN112765271A (en) Block chain transaction index storage method and device, computer equipment and medium
CN111090663B (en) Transaction concurrency control method, device, terminal equipment and medium
CN103544153A (en) Data updating method and system based on database
US11625408B2 (en) Systems and methods for expedited large file processing
CN104601683A (en) File download management method, mobile terminal and communication system
CN109710286B (en) System upgrading method, device, equipment and storage medium
CN104216819A (en) Method for managing terminal application
CN109918381B (en) Method and apparatus for storing data
CN108228842B (en) Docker mirror image library file storage method, terminal, device and storage medium
CN109814897B (en) Application program file management method and system
CN112565356A (en) Data storage method and device and electronic equipment
CN107832349B (en) Business object management method and information management system
CN113272785B (en) Method for mounting file system, terminal equipment and storage medium
CN104063377A (en) Information processing method and electronic equipment using same
CN113434585B (en) Resource preservation method and equipment
CN103870603A (en) Directory management method and electronic device
CN113342270A (en) Volume unloading method and device and electronic equipment
CN111371818B (en) Data request verification method, device and equipment
CN113760237A (en) Compiling address updating method and device, terminal equipment and readable storage medium
CN108073712B (en) Method and device for deleting main data in information system and computer equipment
CN108509478B (en) Splitting and calling method of rule engine file, electronic device and storage medium
CN112463741A (en) Cleaning method for aggregated large files and related equipment
CN107291513B (en) File loading method and device and computer readable 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