WO2020103057A1 - Procédé de traitement de données, appareil, dispositif électronique et support de stockage - Google Patents

Procédé de traitement de données, appareil, dispositif électronique et support de stockage

Info

Publication number
WO2020103057A1
WO2020103057A1 PCT/CN2018/116803 CN2018116803W WO2020103057A1 WO 2020103057 A1 WO2020103057 A1 WO 2020103057A1 CN 2018116803 W CN2018116803 W CN 2018116803W WO 2020103057 A1 WO2020103057 A1 WO 2020103057A1
Authority
WO
WIPO (PCT)
Prior art keywords
resource file
data packet
target resource
data
memory
Prior art date
Application number
PCT/CN2018/116803
Other languages
English (en)
Chinese (zh)
Inventor
熊晨宏
Original Assignee
深圳市欢太科技有限公司
Oppo广东移动通信有限公司
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 深圳市欢太科技有限公司, Oppo广东移动通信有限公司 filed Critical 深圳市欢太科技有限公司
Priority to CN201880098464.7A priority Critical patent/CN112823336A/zh
Priority to PCT/CN2018/116803 priority patent/WO2020103057A1/fr
Publication of WO2020103057A1 publication Critical patent/WO2020103057A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the present application relates to the field of data processing technology, and more specifically, to a data processing method, device, electronic device, and storage medium.
  • H5 is a series of technologies for creating interactive effects on web pages.
  • H5 games can be regarded as mobile web games. Usually, you do not need to download other client software to experience H5 games. The security of H5 game data still needs to be improved.
  • the present application proposes a data processing method, device, electronic device, and storage medium to achieve the improvement of the above problems.
  • the present application provides a data processing method, which is applied to an electronic device.
  • the method includes: the electronic device obtains a data packet to be run from a persistent storage area; processing the data packet to obtain a target Resource file, store the target resource file directly in the memory; read the target resource file from the memory.
  • the present application provides a data processing device that runs on an electronic device.
  • the device includes: a data acquisition unit for acquiring a data packet to be executed from a persistent storage area; The data packet is processed to obtain a target resource file, and the target resource file is directly stored in the memory; a data reading unit is used to read the target resource file from the memory.
  • the present application provides an electronic device, including one or more processors and a memory; one or more programs are stored in the memory and configured to be executed by the one or more processors, The one or more programs are configured to perform the above method.
  • a computer-readable storage medium provided by the present application, in which a program code is stored, wherein the above method is executed when the program code is run.
  • a data processing method, device, electronic device, and storage medium provided by the present application.
  • the electronic device obtains a data packet to be run from a persistent storage area, and then processes the data packet to obtain a target resource file, and converts the target
  • the resource file is directly stored in the memory, and then the target resource file is read from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • FIG. 1 shows a schematic diagram of a data packet transmission path proposed in this application
  • FIG. 2 shows a flowchart of a data processing method proposed by an embodiment of the present application
  • FIG. 3 shows a schematic diagram of downloading application programs in a data processing method according to an embodiment of the present application
  • FIG. 4 shows a flowchart of a data processing method proposed by another embodiment of the present application.
  • FIG. 5 shows a flowchart of a data processing method proposed by yet another embodiment of the present application.
  • FIG. 6 shows a structural block diagram of an information transmission device proposed by an embodiment of the present application.
  • FIG. 7 shows a structural block diagram of an information transmission device according to another embodiment of the present application.
  • FIG. 8 shows a structural block diagram of an information transmission device proposed by still another embodiment of the present application.
  • 10 is a storage unit for storing or carrying program code for implementing the data processing method according to an embodiment of the present application.
  • HTML5 (that is, H5) is a collection of new web standards, which includes newly defined HTML tags and more standardized HTML tags, CSS3, and a new javascript API interface. These interfaces can operate not only what the front end sees, but also the data that the background transfers to the foreground, such as the offline storage function. With the development of HTML5 technology, HTML5 technology has also been applied in the field of games. In this case, HTML5 is the mobile web page. HTML5 games can be viewed as mobile web games, which can be experienced without downloading a client.
  • the data packets of games developed based on the HTML5 language usually include multiple types of files.
  • it usually includes code resource files and media resource files.
  • the code resource file mainly includes html code and JavaScript code.
  • the media resource files mainly include pictures, audio files, and video files.
  • the data packet of the H5 game is uploaded by the developer to the server 98 after being developed by the development device 99, and the server 98 encrypts the data packet uploaded by the developer.
  • the electronic device 100 downloads the game package from the server 98 through the wireless access point 97, it decrypts or pressurizes the data package, thereby obtaining the aforementioned data including the included resource file.
  • the electronic device 100 can be a smart phone, a tablet computer, or a computer.
  • the inventor found through research that after the electronic device obtains the resource file in the above manner, the resource file stored on the electronic device is not encrypted, and is not stored in a special security chip, so the security of the resource file will exist problem. Therefore, the inventor proposes a data processing method, device, electronic device, and storage medium that can improve the security of data packets in this application.
  • a data processing method provided in this application is applied to an electronic device.
  • the method includes:
  • Step S110 The electronic device obtains a data packet to be run from the persistent storage area.
  • the developer may upload the data package to the server through the developer terminal, for example, the server of the software center. Then, the server can encrypt the data packet uploaded from the developer terminal.
  • the electronic device can request the data package of the application program selected by the user from the server, and store the data package returned by the server in the persistent storage area.
  • persistence is a mechanism for converting program data between a persistent state and a transient state.
  • transient data such as the data in memory, which cannot be permanently saved
  • persistent data such as persisted to the database, which can be stored for a long time.
  • Persistent storage means that the data is persistently stored in the disk of the electronic device or the SD of the peripheral device, so that even if the electronic device is powered off or restarted, the data will not be lost.
  • a plurality of application programs are displayed for downloading.
  • the electronic device can download the data package of the application program to the local storage in the persistent storage area.
  • the disk of an electronic device or the SD card of a peripheral device For example, the disk of an electronic device or the SD card of a peripheral device.
  • the data package of the application usually includes multiple types of resource files.
  • it will include code resource files and media resource files.
  • the code resource file records the code that realizes the function of the application
  • the media resource file records the picture and video to be displayed on the interface of the application, or the corresponding audio file during the operation of the application.
  • the electronic device After detecting that the application to which the data packet belongs starts, the electronic device starts to obtain the data packet to be run from the persistent storage area. That is to say, in the case where the electronic device stores multiple data packets, after detecting that an application is started, the electronic device can start to obtain the to-be-run corresponding to the started application from the persistent storage area data pack.
  • the electronic device can have multiple ways to determine the currently running application. Among them, as a way, when the operating system of the electronic device is the android operating system, and the application is a client-type application, the current running application in the foreground can be obtained by executing the getRunningTasks method of ActivityManager name. In addition, the electronic device can also obtain a list of programs used by the user through the UsageStatsManager, and identify the most recently used application recorded in the list as the current foreground application. In addition, you can also use Android's own barrier-free function to monitor the change of the window focus, and get the corresponding package name of the focus window as the current application running in the foreground.
  • the electronic devices can also have multiple ways to detect whether they are in a running state. It can be understood that, for a web page type application, which usually needs to access the network, as a way, the electronic device can detect whether data is requested from the target IP address to detect whether a web page type application is running. Specifically, the electronic device may establish an IP address table in which the IP address accessed by the user in the web page type application program downloaded in advance by the user is stored. Then, when the electronic device captures the data request to access the IP address in the IP address table, it is determined that the application program corresponding to the captured IP address of the data request starts to run.
  • Step S120 Process the data packet to obtain a target resource file, and store the target resource file directly in the memory.
  • the data packet can be compressed or encrypted.
  • compressing the data packet can reduce the storage space occupied by the data packet, and encrypting the data packet can improve the security of the data packet.
  • the electronic device receives the data packet from the server, it is necessary to determine whether the data packet has been compressed or encrypted, and then determine the corresponding processing, and then obtain the target resource file from the data packet.
  • the target resource file may be all resource files in the data package, or may be part of resource files.
  • the storage space occupied by the media resource file is large, so as a way, only the code resource file can be used as the target resource file, thereby avoiding occupying a large amount of memory storage space for a long time.
  • Step S130 Read the target resource file from the memory.
  • the memory is usually configured with a certain recycling mechanism, which can kill some application processes that occupy memory when the memory is insufficient, thereby increasing the amount of available memory. Then, as a way, after the electronic device detects that the target condition is satisfied, the target resource file is deleted from the memory, so as to reduce the occupation of the memory.
  • the target condition may be determined according to various ways.
  • the target condition includes: detecting that the application to which the data packet belongs is closed.
  • the target condition includes: detecting that the application to which the data packet belongs is closed, and the remaining storage space in the memory is less than a specified value. It can be understood that the foregoing method is to process the data packet to obtain the target resource file after detecting that the application program starts to run. Then, after the application program is closed, the electronic device may initially determine that the user no longer needs to use the application program, and then the electronic device may delete the target resource file stored in the memory corresponding to the application program to save memory space.
  • the target resource file stored in the memory is deleted, then after detecting that the application is started again, the data packet needs to be processed again to obtain the target resource file. This not only allows the electronic device to write data to the memory more frequently, but also causes CPU resources to be used more frequently to process data packets. As a way, the target resource file may be deleted from the memory after detecting that the application to which the data packet belongs is closed and the remaining storage space in the memory is less than the specified value.
  • the aforementioned specified value may be greater than the memory threshold when the operating system starts to perform memory reclamation, so as to reduce the probability that the electronic device performs memory reclamation, and thereby avoid affecting other running applications.
  • the electronic device can also determine when to delete the target resource file in the memory according to the user's usage habits.
  • the electronic device can count the running time of all the applications installed by it, so as to determine in which time period of each application is more frequent in a day, or in which time period it will be repeatedly Of the application, and for these applications, the electronic device can be determined as the application to be determined. In this case, if the electronic device detects that an application is closed, it can start to determine whether the closed application satisfies the aforementioned application to be determined, thereby determining the target corresponding to the closed application When to delete resource files.
  • the electronic device For example, for application A, the electronic device counts that application A will start multiple times between time a and time b, or detects that application A will run longer than target time from time a to time b, then The electronic device can determine the application A as the application to be determined, and the time between a and b is the condition to be determined.
  • the application A When it is detected that the application A is triggered to start, it starts to obtain the data packet corresponding to the application A from the persistent storage area, and starts processing the data packet to obtain the target resource file corresponding to the data packet,
  • the target resource file is directly stored in the memory, and then the target resource file is stored in the memory, so that the application program A runs normally.
  • it is judged whether the application A is an application to be judged If the application A is judged to be an application to be judged, then the condition to be judged of the application A is further obtained. Until the current time is before time a to time b, then the electronic device will continue to retain the target resource file corresponding to application A in the memory.
  • the electronic device can directly delete the target resource file in the memory after detecting that the application program is closed and the current electronic device is in a wired connection state with the external device. In this way, the security of the target resource file is further improved.
  • an electronic device obtains a data packet to be run from a persistent storage area, and then processes the data packet to obtain a target resource file, and directly stores the target resource file in memory, Then, the target resource file is read from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file, thereby improving the data Package security.
  • a data processing method provided in this application is applied to an electronic device, and the method includes:
  • Step S210 The electronic device obtains a data packet to be run from the persistent storage area.
  • Step S220 Process the data packet to obtain the processed resource file.
  • the server can encrypt or compress the uploaded data packets.
  • the electronic device after obtaining the data package from the server, the electronic device will also perform the corresponding decompression or decryption processing, and then obtain the resource file from the data package.
  • the data packet to be run is identified as a compressed and unencrypted data packet, decompress the data packet to be run to obtain a target resource file.
  • the data packet to be run is recognized as an encrypted and uncompressed data packet, the data packet to be run is decrypted to obtain a target resource file.
  • the data packet to be run is identified as a compressed and encrypted data packet, the data packet to be run is decompressed and encrypted to obtain a target resource file.
  • the specific compression rule can be identified by the file format of the compressed resource file, so that the corresponding rule is used for decompression.
  • Step S230 Detect the target parameter of the processed resource file.
  • Step S240 Use a file whose target parameters meet the target conditions as the target resource file, and store the target resource file directly in the memory.
  • the data package of the application usually includes multiple types of resource files.
  • it will include code resource files and media resource files.
  • the code resource file records the code that realizes the function of the application
  • the media resource file records the picture and video to be displayed on the interface of the application, or the corresponding audio file during the operation of the application.
  • some of the files included will occupy a larger storage space, while others will not take up too much storage space.
  • the target condition includes at least one of the following conditions: a resource file whose data type is the specified type; and a resource file whose storage space occupied by the data is less than the specified space.
  • some resource files are not too important, such as some small icon resource files or some audio resource files. Then, if the resource file is obtained by processing the data packet, all the obtained resource files are used as the target resource file, and the identification will store all the processed resource files directly into the memory. In this way, although the security of those relatively less important resource files is further improved, it also sacrifices memory space. Then in this case, as a way, the electronic device can determine the target resource file by the type of the resource file.
  • the resource file obtained by processing its data package includes a code resource file, a picture resource file, and an audio resource file.
  • the electronic device can store the code resource file and the picture resource file as the target resource file directly in the memory, and store the audio resource file in the persistent storage area. Only when the required audio file is called, the required resource file is loaded into memory for reading.
  • the target resource files corresponding to the data packages of different applications may be different.
  • the application is an audio game
  • its audio resource file may be more important.
  • the code resource files are relatively more important.
  • the electronic device can first identify the type of application program, and then determine the target resource file according to the identified type. Specifically, the electronic device can store a data table locally, and the correspondence between the application type and the target resource file is stored in the data table. Then, when the electronic device recognizes the type of an application, it can check the table. To determine which of the processed resource files are target resource files.
  • the data table stored in the electronic device records that the target resource file corresponding to the social application includes a picture resource file and a code resource file, it also records that the target resource file corresponding to the interesting application includes a code resource file.
  • the electronic device detects that the application C is started, it begins to process the data packet of the application C.
  • the electronic device can perform type identification and determine that the application C is a social application. In this case, the identified code resource file and picture resource file will be used as the target resource file, and if the application C is identified as a fun application, only the code resource file will be used as the target resource file.
  • Step S250 Read the target resource file from the memory.
  • an electronic device obtains a data packet to be run from a persistent storage area, and then processes the data packet, and obtains a target resource file based on the target parameter of the processed resource file.
  • the target resource file is directly stored in the memory, and then the target resource file is read from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • a data processing method provided by this application is applied to an electronic device.
  • the method includes:
  • Step S310 The electronic device obtains a data packet to be run from the persistent storage area.
  • Step S320 Detect whether the application to which the data packet belongs is a designated application.
  • Step S330 If it is detected that the application to which the data packet belongs is not the designated application, process the data packet to obtain a target resource file, and store the target resource file in the persistent storage area.
  • the storage of the electronic device is limited. If all the application programs installed on the electronic device directly store all the resource files after the packet processing in the memory, it may cause memory resource strain. Then, as a way, the electronic device can select the target resource file obtained by processing the data packet of some application programs and directly store it in the memory.
  • the electronic device can be configured with a data table that characterizes the running resource file and stores it directly into memory. Then, when the electronic device starts an application, it can first determine whether the name of the started application exists in the data table that stores the running resource file directly in the memory, and if it exists, characterize the started application After processing the resource file, the data package can be directly stored in the memory, and if the name of the started application is not in the data table that characterizes the running resource file is directly stored in the memory, then the electronic device The resource files obtained after the processing of the data packet will be stored in the persistent storage area first, and when a resource file needs to be used, the required resource file is loaded from the persistent storage area into memory, and then from the memory Read in.
  • the electronic device detects that the application program A is started, it is detected that the name of the application program A is directly stored in the characterizing operation resource file to In the data table in the memory, the electronic device obtains the data packet to be run from the application A from the persistent storage area, processes the data packet to obtain a target resource file, and directly stores the target resource file in In memory.
  • the electronic device detects that the name of the application D is not in the data table directly stored in the memory after the application D is detected after the application D is started, then the electronic device obtains the data packet of the application D after processing Resource files are stored in the persistent storage area first, and when a resource file needs to be used, the required resource files are loaded from the persistent storage area into memory, and then read from the memory.
  • the characterizing operation resource file is directly stored in the memory, it can specifically include which application programs can be determined by the electronic device according to various situations.
  • the electronic device can add an application program with high security requirements to the data table. Furthermore, the electronic device can add applications that occupy less than the target value to the data table.
  • the application name in the data table can also be manually configured by the user.
  • the electronic device can be configured with a management interface in which all applications installed on the electronic device can be displayed in a page-turning or paging manner, and each application can correspond to a switch, which is turned on when the user triggers the switch In the state of the characterization, the electronic device can directly store the target resource file obtained by processing the data packet of the application into the memory.
  • Step S340 Transfer the target resource file in the persistent storage area to the memory for reading.
  • Step S350 If it is detected that the application program to which the data packet belongs is a designated application program, process the data packet to obtain a target resource file, and store the target resource file directly in the memory.
  • Step S360 Read the target resource file from the memory.
  • an electronic device obtains a data package to be run from a persistent storage area, determines whether an application program to which the data package belongs is a specified application program, and if it is a specified application program, then analyzes the data package After processing, a target resource file is obtained, the target resource file is directly stored in the memory, and then the target resource file is read from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • a data processing device 400 provided by the present application runs on an electronic device.
  • the device 400 includes a data acquiring unit 410, a data processing unit 420 and a data reading unit 430.
  • the data obtaining unit 410 is used to obtain the data package to be run from the persistent storage area.
  • the data acquisition unit is further configured to: send a data packet acquisition request to a server; and store the data packet returned by the server in a persistent storage area.
  • the data processing unit 420 is configured to process the data packet to obtain a target resource file, and store the target resource file directly in the memory.
  • the data reading unit 430 is used to read the target resource file from the memory.
  • an electronic device obtains a data packet to be run from a persistent storage area, and then processes the data packet to obtain a target resource file, and directly stores the target resource file in a memory. Then, the target resource file is read from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • a data processing apparatus 500 provided by the present application runs on an electronic device, and the apparatus 500 includes: a data acquisition unit 510, a data processing unit 520, a parameter detection unit 530, a target file recognition unit 540, and data reading ⁇ ⁇ 550.
  • the data obtaining unit 510 is used to obtain the data package to be run from the persistent storage area.
  • the data processing unit 520 is configured to process the data packet to obtain the processed resource file.
  • the data processing unit 520 is specifically configured to process the data packet to obtain a target resource file.
  • the step includes at least one of the following steps: decompressing the data packet; and processing the data
  • the packet is decrypted.
  • the data processing unit 520 is configured to decompress the data packet to be run to obtain a target resource file if the data packet to be run is identified as a compressed and unencrypted data packet.
  • the data processing unit 520 is configured to decrypt the data packet to be run to obtain a target resource file if the data packet to be run is recognized as an encrypted and uncompressed data packet.
  • the data processing unit 520 is configured to decompress and encrypt the data packet to be run to obtain a target resource file if the data packet to be run is identified as a compressed and encrypted data packet.
  • the parameter detection unit 530 is configured to detect the target parameter of the processed resource file.
  • the target file identification unit 540 is configured to use a file whose target parameters meet the target condition as a target resource file, and store the target resource file directly in the memory.
  • the target condition includes at least one of the following conditions: a resource file whose data type is a specified type; and a resource file whose storage space occupied by the data is less than the specified space.
  • the data reading unit 550 is configured to read the target resource file from the memory.
  • an electronic device obtains a data packet to be run from a persistent storage area, and then processes the data packet, and obtains a target resource file based on the target parameter of the processed resource file.
  • the target resource file is directly stored in the memory, and then the target resource file is read from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • a data processing device 600 provided by the present application runs on an electronic device.
  • the device 600 includes a data acquisition unit 610, a program judgment unit 620, a data processing unit 630, and a data reading unit 640.
  • the data obtaining unit 610 is used to obtain the data package to be run from the persistent storage area.
  • the program judgment unit 620 is configured to detect whether the application to which the data packet belongs is a designated application.
  • the data processing unit 630 is configured to detect that the application program to which the data packet belongs is a designated application program, process the data packet to obtain a target resource file, and store the target resource file directly in the memory.
  • the data processing unit 630 is further configured to process the data packet to obtain a target resource file if it is detected that the application to which the data packet belongs is not a designated application, and store the target resource file in a persistent storage area .
  • the data reading unit 640 is configured to read the target resource file from the memory.
  • a data processing device obtains a data package to be run from a persistent storage area, judges whether the application program to which the data package belongs is a specified application program, and if it is a specified application program, then processes the data package Obtain the target resource file, store the target resource file directly in the memory, and then read the target resource file from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • each functional module in each embodiment of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module.
  • the above integrated modules may be implemented in the form of hardware or software function modules.
  • a data processing method, device, electronic device, and storage medium provided by the present application, the electronic device obtains a data packet to be run from a persistent storage area, and then processes the data packet to obtain a target resource file , Store the target resource file directly in the memory, and then read the target resource file from the memory. Therefore, by directly storing the target resource file included in the data packet after the data packet is processed into the memory, the target resource file is not easily obtained by other programs, thereby improving the security of the target resource file and thereby improving the data Package security.
  • the electronic device 100 includes one or more processors (only one shown in the figure), a memory 104, a network module 106, and a position acquisition module 108 coupled to each other.
  • the memory 104 stores a program that can execute the content in the foregoing embodiment, and the processor 102 can execute the program stored in the memory 104.
  • the processor 102 may include one or more processing cores.
  • the processor 102 connects various parts of the entire electronic device 100 using various interfaces and lines, executes or executes instructions, programs, code sets or instruction sets stored in the memory 104, and calls data stored in the memory 104 to execute Various functions and processing data of the electronic device 100.
  • the processor 102 may adopt at least one of digital signal processing (Digital Signal Processing, DSP), field programmable gate array (Field-Programmable Gate Array, FPGA), programmable logic array (Programmable Logic Array, PLA) Various hardware forms.
  • the processor 102 may integrate one or a combination of one of a central processing unit (Central Processing Unit, CPU), an image processing unit (Graphics Processing Unit, GPU), and a modem.
  • CPU Central Processing Unit
  • GPU Graphics Processing Unit
  • modem modem
  • CPU mainly deals with operating system, user interface and application program, etc .
  • GPU is used for rendering and rendering of display content
  • modem is used for handling wireless communication. It can be understood that the above-mentioned modem may not be integrated into the processor 102, and may be implemented by a communication chip alone.
  • the memory 104 may include random access memory (RAM) or read-only memory (Read-Only Memory).
  • the memory 104 may be used to store instructions, programs, codes, code sets, or instruction sets.
  • the memory 104 may include a storage program area and a storage data area, where the storage program area may store instructions for implementing an operating system and instructions for implementing at least one function (such as a touch function, a sound playback function, an image playback function, etc.) , Instructions for implementing the following method embodiments.
  • the storage data area may also store data created by the electronic device 100 in use (such as a phone book, audio and video data, chat history data), and the like.
  • the network module 106 may be a radio frequency module, which is used to receive and send electromagnetic waves, realize the mutual conversion of electromagnetic waves and electrical signals, and thereby communicate with a communication network or other devices, such as audio playback devices communication.
  • the radio frequency module may include various existing circuit elements for performing these functions, for example, an antenna, a radio frequency transceiver, a digital signal processor, an encryption / decryption chip, a subscriber identity module (SIM) card, a memory, and so on.
  • SIM subscriber identity module
  • the network module 106 may be a network adapter, and the network adapter may communicate with various networks such as the Internet, an intranet, and a wireless network, or communicate with other devices through the wireless network.
  • the aforementioned wireless network may include a cellular telephone network, a wireless local area network, or a metropolitan area network.
  • FIG. 10 shows a structural block diagram of a computer-readable storage medium provided by an embodiment of the present application.
  • the computer readable medium 800 stores program codes, and the program codes can be called by a processor to execute the method described in the above method embodiments.
  • the computer-readable storage medium 800 may be an electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM.
  • the computer-readable storage medium 800 includes a non-transitory computer-readable storage medium.
  • the computer-readable storage medium 800 has a storage space for the program code 810 that performs any of the method steps described above. These program codes can be read from or written into one or more computer program products.
  • the program code 810 may be compressed in an appropriate form, for example.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

La présente invention concerne, selon des modes de réalisation, un procédé de traitement de données, un appareil, un dispositif électronique et un support de stockage. Le procédé comprend les étapes consistant à : obtenir un paquet à exécuter à partir d'une région de stockage persistante par le dispositif électronique ; traiter le paquet pour obtenir un fichier de ressources cible, et stocker directement le fichier de ressources cible dans une mémoire ; et lire le fichier de ressources cible à partir de la mémoire. En stockant directement le fichier de ressources cible inclus dans le paquet obtenu après le traitement du paquet dans la mémoire, le procédé permet au fichier de ressources cible de ne pas être facilement accessible par d'autres programmes, et améliore en outre la sécurité du fichier de ressources cible, et améliore ainsi la sécurité du paquet.
PCT/CN2018/116803 2018-11-21 2018-11-21 Procédé de traitement de données, appareil, dispositif électronique et support de stockage WO2020103057A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201880098464.7A CN112823336A (zh) 2018-11-21 2018-11-21 数据处理方法、装置、电子设备以及存储介质
PCT/CN2018/116803 WO2020103057A1 (fr) 2018-11-21 2018-11-21 Procédé de traitement de données, appareil, dispositif électronique et support de stockage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/116803 WO2020103057A1 (fr) 2018-11-21 2018-11-21 Procédé de traitement de données, appareil, dispositif électronique et support de stockage

Publications (1)

Publication Number Publication Date
WO2020103057A1 true WO2020103057A1 (fr) 2020-05-28

Family

ID=70773596

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/116803 WO2020103057A1 (fr) 2018-11-21 2018-11-21 Procédé de traitement de données, appareil, dispositif électronique et support de stockage

Country Status (2)

Country Link
CN (1) CN112823336A (fr)
WO (1) WO2020103057A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021254383A1 (fr) * 2020-06-17 2021-12-23 京东方科技集团股份有限公司 Procédé et appareil de traitement de données de modèle de corps humain, dispositif électronique et support de stockage

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101626391A (zh) * 2008-07-08 2010-01-13 盛大计算机(上海)有限公司 网络游戏客户端资源处理方法
US8892876B1 (en) * 2012-04-20 2014-11-18 Trend Micro Incorporated Secured application package files for mobile computing devices
CN106293852A (zh) * 2016-08-19 2017-01-04 北京奇虎科技有限公司 一种加固安装包的资源文件的方法和装置
CN106598584A (zh) * 2016-12-08 2017-04-26 广州华多网络科技有限公司 一种处理资源文件的方法、装置和系统
CN106843880A (zh) * 2017-01-20 2017-06-13 广东欧珀移动通信有限公司 Android安装包APK的定制方法、装置及服务器

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819702B (zh) * 2012-07-19 2015-11-25 腾讯科技(深圳)有限公司 文件加密运行方法和文件加密运行系统
CN103605577B (zh) * 2013-12-04 2017-06-30 广州博冠信息科技有限公司 跨进程的资源共享方法和设备
CN105227565B (zh) * 2015-10-13 2019-02-22 北京娜迦信息科技发展有限公司 用于安卓系统的防逆向破解共享对象文件的方法和装置
CN106709282B (zh) * 2016-06-28 2018-10-02 腾讯科技(深圳)有限公司 资源文件解密方法及装置
CN107066298B (zh) * 2017-04-18 2020-03-10 北京元心科技有限公司 无痕运行应用程序的方法及装置
CN107292134A (zh) * 2017-05-27 2017-10-24 北京思特奇信息技术股份有限公司 一种防止Android应用被反编译的应用加固方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101626391A (zh) * 2008-07-08 2010-01-13 盛大计算机(上海)有限公司 网络游戏客户端资源处理方法
US8892876B1 (en) * 2012-04-20 2014-11-18 Trend Micro Incorporated Secured application package files for mobile computing devices
CN106293852A (zh) * 2016-08-19 2017-01-04 北京奇虎科技有限公司 一种加固安装包的资源文件的方法和装置
CN106598584A (zh) * 2016-12-08 2017-04-26 广州华多网络科技有限公司 一种处理资源文件的方法、装置和系统
CN106843880A (zh) * 2017-01-20 2017-06-13 广东欧珀移动通信有限公司 Android安装包APK的定制方法、装置及服务器

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021254383A1 (fr) * 2020-06-17 2021-12-23 京东方科技集团股份有限公司 Procédé et appareil de traitement de données de modèle de corps humain, dispositif électronique et support de stockage

Also Published As

Publication number Publication date
CN112823336A (zh) 2021-05-18

Similar Documents

Publication Publication Date Title
KR102069940B1 (ko) 페이지 기반 압축 저장 관리
CN104869305B (zh) 处理图像数据的方法及其装置
CN105138376A (zh) 混合模式应用、其网页资源升级方法、移动终端以及系统
US10824901B2 (en) Image processing of face sets utilizing an image recognition method
WO2021057665A1 (fr) Procédé et appareil de stockage de données, terminal mobile et support de stockage
US20180239839A1 (en) Method and Apparatus for Identifying To-Be-Cleaned Data, and Electronic Device
WO2021057622A1 (fr) Procédé de collecte d'ordures, dispositif, appareil électronique et support de stockage
CN106453572A (zh) 基于云服务器同步图像的方法及系统
CN113873255B (zh) 一种视频数据传输方法、视频数据解码方法及相关装置
CN104253714A (zh) 监控方法、系统、浏览器及服务器
CN114039973A (zh) 文件的传输方法、设备以及存储介质
WO2020103059A1 (fr) Appareil et procédé de traitement de données, dispositif électronique et support de mémoire
US20190245827A1 (en) Method and apparatus for synchronizing contact information and medium
WO2020103057A1 (fr) Procédé de traitement de données, appareil, dispositif électronique et support de stockage
WO2020103060A1 (fr) Procédé et appareil de traitement de données, système, serveur et dispositif électronique
CN108874591B (zh) 文件处理方法及相关产品
CN111400630A (zh) 资源预加载方法及相关设备
CN113704206B (zh) 一种元数据的处理方法、装置、电子设备及存储介质
CN107168648B (zh) 文件存储方法、装置及终端
WO2017212499A1 (fr) Systèmes et procédés assurant la gestion de l'espace de stockage et la haute disponibilité de contenus multimédias sur des dispositifs mobiles
CN107943573B (zh) 防止切换卡顿的方法、装置和计算机可读存储介质
WO2019096207A1 (fr) Procédé de traitement d'image, dispositif informatique et support d'informations lisible par ordinateur
CN113010481B (zh) 文件捕获方法、装置、终端和存储介质
CN114270309A (zh) 资源获取方法、装置以及电子设备
US10409773B2 (en) Method and device for cleaning up terminal resource and terminal

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18940812

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 22.09.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18940812

Country of ref document: EP

Kind code of ref document: A1