CN107133297A - Data interactive method, system and computer-readable recording medium - Google Patents

Data interactive method, system and computer-readable recording medium Download PDF

Info

Publication number
CN107133297A
CN107133297A CN201710284815.0A CN201710284815A CN107133297A CN 107133297 A CN107133297 A CN 107133297A CN 201710284815 A CN201710284815 A CN 201710284815A CN 107133297 A CN107133297 A CN 107133297A
Authority
CN
China
Prior art keywords
data
access request
server
request
terminal
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
CN201710284815.0A
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.)
Nubia Technology Co Ltd
Original Assignee
Nubia 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 Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201710284815.0A priority Critical patent/CN107133297A/en
Publication of CN107133297A publication Critical patent/CN107133297A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computational Linguistics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a kind of data interactive method, this method includes:The access request is identified according to default recognition rule when receiving the access request of terminal transmission for server;If the access request can recognize that, the server opens corresponding thread according to recognition result and the access request is handled, and accesses the cache module in data storage layer;The server obtains request data corresponding with the access request in the cache module, and the request data is returned into the terminal.Invention additionally discloses a kind of data interaction system and computer-readable recording medium.The present invention can reduce the number of times of back-end data base real response access request, reduce the operating pressure of rear end, while also improving the response speed of system.

Description

Data interactive method, system and computer-readable recording medium
Technical field
The present invention relates to data interaction technology field, more particularly to a kind of data interactive method, system and computer-readable Storage medium.
Background technology
With the fast development of Internet technology, often there are multiple terminals in a network, these terminals are needed with after Client database carries out frequently data interaction.In these interactions, interacted the most with distributed rear end with Android mobile phone terminal Frequently.Current mobile phone terminal is substantially that client terminals send a data access request with interacting for distributed rear end, after End is carried out in database after data search and processing, and data message is returned into client with json forms.
There is certain defect in this data interactive method:Client terminals every time can when being interacted with rear end It is related to the operation of back-end data base, has aggravated rear end burden, occupies unnecessary system resource;Meanwhile, in multiple terminals When client is interacted with rear end, the response speed of rear end can be also influenceed.
The content of the invention
It is a primary object of the present invention to propose a kind of data interactive method, system and computer-readable recording medium, purport Back-end data base, the excessive technical problem of rear end operating pressure are frequently accessed solving terminal.
To achieve the above object, the present invention provides a kind of data interactive method, and the data interactive method application data is handed over Mutual system, the data interaction system includes server and data storage layer, and the data storage layer includes cache module, described Data interactive method comprises the following steps:
The server is when receiving the access request of terminal transmission, according to default recognition rule to the access request It is identified;
If the access request can recognize that, the server is opened corresponding thread according to recognition result and accessed described Request is handled, and accesses the cache module in the data storage layer;
The server obtains request data corresponding with the access request in the cache module, and described will ask Data are asked to return to the terminal.
Alternatively, the server includes network proxy server and application server, and the cache module includes key-value To storage redis cachings, the server is when receiving the access request of terminal transmission, according to default recognition rule to described The step of access request is identified includes:
The network proxy server is when receiving the access request of terminal transmission, according to default recognition rule to described Access request is identified;
If the access request can recognize that, the server opens corresponding thread to described according to recognition result Access request is handled, and is included the step of access the cache module in the data storage layer:
If the access request can recognize that the network proxy server deposits the access request according to recognition result Enter the message queue of the redis cachings;
The application server opens corresponding thread and access request in the message queue is handled, and and accesses The redis cachings.
Alternatively, the data storage layer also includes database, and the server please in the access for receiving terminal transmission When asking, after the step of access request is identified according to default recognition rule, in addition to:
If the access request not can recognize that, the server open corresponding thread to the access request at Reason, and access the database;
The server obtains request data corresponding with the access request in the database, and by the request Data return to the terminal.
Alternatively, the data interactive method also includes:
When data in the database are changed, the server is carried out more to the data in the cache module Newly.
Alternatively, the access request includes terminal data version number, and the cache module includes level cache and two grades Caching, the level cache is used for memory buffers versions of data number, and the L2 cache is used for memory buffers data, the service Device obtains request data corresponding with the access request in the cache module, and the request data is returned into the end The step of end, also includes:
Data cached version in terminal data version number and level cache of the server in the access request This number, judge whether the data in the terminal need renewal;
If the data in the terminal need to update, obtain corresponding with the access request in the L2 cache Request data, and the request data is returned into the terminal.
In addition, to realize object above, the present invention also provides a kind of data interaction system, and the data interaction system includes Server and data storage layer, the data storage layer include cache module, and the server includes processor, memory and deposited The data interaction program that can be run on the memory and on the processor is stored up, wherein the data interaction program is by institute Following steps are realized when stating computing device:
The server is when receiving the access request of terminal transmission, according to default recognition rule to the access request It is identified;
If the access request can recognize that, the server is opened corresponding thread according to recognition result and accessed described Request is handled, and accesses the cache module in the data storage layer;
The server obtains request data corresponding with the access request in the cache module, and described will ask Data are asked to return to the terminal.
Alternatively, the server includes network proxy server and application server, and the cache module includes key-value To storage redis cachings, when the data interaction program is by the computing device, following steps are also realized:
The network proxy server is when receiving the access request of terminal transmission, according to default recognition rule to described Access request is identified;
If the access request can recognize that the network proxy server deposits the access request according to recognition result Enter the message queue of the redis cachings;
The application server opens corresponding thread and access request in the message queue is handled, and accesses institute State redis cachings.
Alternatively, the data storage layer also includes database, when the data interaction program is by the computing device, Also realize following steps:
If the access request not can recognize that, the server open corresponding thread to the access request at Reason, and access the database;
The server obtains request data corresponding with the access request in the database, and by the request Data return to the terminal;
When data in the database are changed, the server is carried out more to the data in the cache module Newly.
Alternatively, the access request includes terminal data version number, and the cache module includes level cache and two grades Caching, the level cache is used for memory buffers versions of data number, and the L2 cache is used for memory buffers data, the data When interactive program is by the computing device, following steps are also realized:
Data cached version in terminal data version number and level cache of the server in the access request This number, judge whether the data in the terminal need renewal;
If the data in the terminal need to update, obtain corresponding with the access request in the L2 cache Request data, and the request data is returned into the terminal.
In addition, to realize object above, the present invention also provides a kind of computer-readable recording medium, described computer-readable Be stored with data interaction program on storage medium, and the data interaction program realizes that data described above are handed over when being executed by processor The step of mutual method.
The present invention, when receiving the access request that terminal is sent, is visited described by server according to default recognition rule Ask that request is identified;If the access request can recognize that, the server opens corresponding thread pair according to recognition result The access request is handled, and accesses the cache module in data storage layer;The server is in the cache module Request data corresponding with the access request is obtained, and the request data is returned into the terminal.By with upper type, sheet Invention sets one between user terminal and data storage layer, and there is access request to recognize the server with diverter function, simultaneously The cache module of setting one outside database;When receiving the access request of user terminal transmission, pass through the server Access request is identified, recognizable access request is oriented to the cache module, corresponding industry is obtained in cache module Business data, so as to reduce the number of times of back-end data base real response access request, reduce the operating pressure of rear end, while also carrying The high response speed of system.
Brief description of the drawings
Fig. 1 is the hardware architecture diagram of server in scheme of the embodiment of the present invention;
Fig. 2 shows for the mobile terminal hardware configuration for carrying out data interaction with data interaction system in scheme of the embodiment of the present invention It is intended to;
The communications network system Organization Chart that Fig. 3 interacts for terminal in scheme of the embodiment of the present invention with data interaction system;
Fig. 4 is the schematic flow sheet of data interactive method first embodiment of the present invention;
Fig. 5 is the data interaction schematic diagram that data interactive method first embodiment of the present invention is related to;
Fig. 6 is the schematic flow sheet of data interactive method second embodiment of the present invention;
Fig. 7 is the data interaction schematic diagram that data interactive method second embodiment of the present invention is related to;
Fig. 8 is that server obtains request data corresponding with the access request in the cache module described in Fig. 4, And the request data is returned to the refinement schematic flow sheet of the terminal.
The realization, functional characteristics and advantage of the object of the invention will be described further referring to the drawings in conjunction with the embodiments.
Embodiment
It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, it is not intended to limit the present invention.
In follow-up description, the suffix using such as " module ", " part " or " unit " for representing element is only Be conducive to the explanation of the present invention, itself there is no a specific meaning.Therefore, " module ", " part " or " unit " can be mixed Ground is used.
The present embodiments relate to system architecture at least include server and data storage layer, wherein server is this The processing module of data interaction system in inventive embodiments, data storage layer is mainly used in the business number of data storage interactive system According to.
The server of the embodiment of the present invention can be the server cluster of distributed terminal composition, naturally it is also possible to be to concentrate Formula.Wherein, composition server cluster terminal can include such as mobile phone, tablet personal computer, notebook computer, palm PC, Personal digital assistant (Personal Digital Assistant, PDA), portable media player (Portable Media Player, PMP), guider, wearable device, Intelligent bracelet, the mobile terminal such as pedometer, and such as numeral TV, PC be whole The fixed terminals such as end.
It will be illustrated in subsequent descriptions using PC terminals as server, it will be appreciated by those skilled in the art that except Outside the element for being used in particular for moving purpose, construction according to the embodiment of the present invention can also apply to other types of end End.
Reference picture 1, Fig. 1 is the hardware architecture diagram of server in scheme of the embodiment of the present invention.In the embodiment of the present invention, Using PC terminals as server, PC terminals can include processor 1001 (such as CPU), communication bus 1002, user interface 1003, network interface 1004, memory 1005.Wherein, communication bus 1002 is used to realize the connection communication between these components; User interface 1003 can include display screen (Display), input block such as keyboard (Keyboard);Network interface 1004 can That selects can include wireline interface, the wave point (such as WI-FI interfaces) of standard;Memory 1005 can be high-speed RAM storage Device or stable memory (non-volatile memory), such as magnetic disk storage, memory 1005 is optional It can also be the storage device independently of aforementioned processor 1001.
Alternatively, the PC terminals can also include camera, RF (Radio Frequency, radio frequency) circuit, sensor, Voicefrequency circuit, WiFi module etc..Wherein, sensor ratio such as optical sensor, motion sensor and other sensors.Specifically Ground, optical sensor may include ambient light sensor and proximity transducer, wherein, ambient light sensor can be according to the bright of ambient light The brightness of display screen secretly is adjusted, proximity transducer can close display screen and/or backlight when mobile terminal is moved in one's ear. As one kind of motion sensor, gravity accelerometer can detect in all directions the big of (generally three axles) acceleration It is small, size and the direction of gravity are can detect that when static, available for identification mobile terminal posture application (such as horizontal/vertical screen is cut Change, dependent game, magnetometer pose calibrating), Vibration identification correlation function (such as pedometer, tap) etc.;Certainly, the terminal is also The other sensors such as configurable gyroscope, barometer, hygrometer, thermometer, infrared ray sensor, will not be repeated here.
It will be understood by those skilled in the art that the PC terminal structures shown in Fig. 1 do not constitute the restriction to PC terminals, can With including than illustrating more or less parts, either combining some parts or different parts arrangement.
With continued reference to Fig. 1, in Fig. 1 as a kind of memory 1005 of computer-readable storage medium can include operating system, Network communication module, Subscriber Interface Module SIM and data interaction program.
In Fig. 1, network interface 1004 is mainly used in connecting data storage layer, and row data communication is entered with data storage layer; User interface 1003 is mainly used in connection user terminal (client), and row data communication is entered with user terminal;And processor 1001 It can be used for calling the data interaction program stored in memory 1005, and perform following operate:
Server is carried out when receiving the access request of terminal transmission according to default recognition rule to the access request Identification;
If the access request can recognize that, the server is opened corresponding thread according to recognition result and accessed described Request is handled, and accesses the cache module in the data storage layer;
Request data corresponding with the access request is obtained in the cache module, and the request data is returned The terminal.
Further, processor 1001 may call upon the data interaction program stored in memory 1005, perform following Operation:
The network proxy server is when receiving the access request of terminal transmission, according to default recognition rule to described Access request is identified;
If the access request can recognize that the network proxy server deposits the access request according to recognition result Enter the message queue of the redis cachings;
The application server opens corresponding thread and access request in the message queue is handled, and accesses institute State redis cachings.
Further, processor 1001 may call upon the data interaction program stored in memory 1005, perform following Operation:
If the access request not can recognize that, the server open corresponding thread to the access request at Reason, accesses database;
The server obtains request data corresponding with the access request in the database, and by the request Data return to the terminal;
When data in the database are changed, the server is carried out more to the data in the cache module Newly.
Further, processor 1001 may call upon the data interaction program stored in memory 1005, perform following Operation:
Data cached version in terminal data version number and level cache of the server in the access request This number, judge whether the data in the terminal need renewal;
If the data in the terminal need to update, obtain corresponding with the access request in the L2 cache Request data, and the request data is returned into the terminal.
The terminal for carrying out data interaction with data interaction system in the embodiment of the present invention can be implemented in a variety of manners, example Such as, terminal can include such as mobile phone, tablet personal computer, notebook computer, palm PC, personal digital assistant (Personal Digital Assistant, PDA), portable media player (Portable Media Player, PMP), guider, The mobile terminals such as wearable device, Intelligent bracelet, pedometer, and the fixed terminal such as numeral TV, desktop computer.Subsequently It will be illustrated in description by taking mobile terminal as an example, it will be appreciated by those skilled in the art that except being used in particular for moving purpose Element outside, construction according to the embodiment of the present invention can also apply to the terminal of fixed type.
Referring to Fig. 2, Fig. 2 is the mobile terminal in scheme of the embodiment of the present invention with data interaction system progress data interaction Hardware architecture diagram, the mobile terminal 1 00 can include:RF (Radio Frequency, radio frequency) unit 101, WiFi module 102nd, audio output unit 103, A/V (audio/video) input block 104, sensor 105, display unit 106, user's input The parts such as unit 107, interface unit 108, memory 109, processor 110 and power supply 111.Those skilled in the art can be with Understand, the mobile terminal structure shown in Fig. 1 does not constitute the restriction to mobile terminal, mobile terminal can be included than diagram more Many or less parts, either combine some parts or different parts arrangement.
The all parts of mobile terminal are specifically introduced with reference to Fig. 2:
Radio frequency unit 101 can be used for receiving and sending messages or communication process in, the reception and transmission of signal, specifically, by base station Downlink information receive after, handled to processor 110;In addition, up data are sent into base station.Generally, radio frequency unit 101 Including but not limited to antenna, at least one amplifier, transceiver, coupler, low-noise amplifier, duplexer etc..In addition, penetrating Frequency unit 101 can also be communicated by radio communication with network and other equipment.Above-mentioned radio communication can use any communication Standard or agreement, including but not limited to GSM, GPRS, CDMA2000, WCDMA, TD-SCDMA, FDD-LTE and TDD-LTE etc..
WiFi belongs to short range wireless transmission technology, and mobile terminal can help user's transmitting-receiving electricity by WiFi module 102 Sub- mail, browse webpage and access streaming video etc., it has provided the user wireless broadband internet and accessed.Although Fig. 2 shows Go out WiFi module 102, but it is understood that, it is simultaneously not belonging to must be configured into for mobile terminal, completely can be according to need To be omitted in the essential scope for do not change invention.
Audio output unit 103 can be in call signal reception pattern, call mode, record mould in mobile terminal 1 00 When under the isotypes such as formula, speech recognition mode, broadcast reception mode, it is that radio frequency unit 101 or WiFi module 102 are received or The voice data stored in memory 109 is converted into audio signal and is output as sound.Moreover, audio output unit 103 The audio output related to the specific function that mobile terminal 1 00 is performed can also be provided (for example, call signal receives sound, disappeared Breath receives sound etc.).Audio output unit 103 can include loudspeaker, buzzer etc..
A/V input blocks 104 are used to receive audio or video signal.A/V input blocks 104 can include graphics processor (Graphics Processing Unit, GPU) 1041 and microphone 1042,1041 pairs of graphics processor is in video acquisition mode Or the view data progress of the static images or video obtained in image capture mode by image capture apparatus (such as camera) Reason.Picture frame after processing may be displayed on display unit 106.Picture frame after being handled through graphics processor 1041 can be deposited Storage is transmitted in memory 109 (or other storage mediums) or via radio frequency unit 101 or WiFi module 102.Mike Wind 1042 can connect in telephone calling model, logging mode, speech recognition mode etc. operational mode via microphone 1042 Quiet down sound (voice data), and can be voice data by such acoustic processing.Audio (voice) data after processing can To be converted to the form output that mobile communication base station can be sent to via radio frequency unit 101 in the case of telephone calling model. Microphone 1042 can implement various types of noises and eliminate (or suppression) algorithm to eliminate (or suppression) in reception and send sound The noise produced during frequency signal or interference.
Mobile terminal 1 00 also includes at least one sensor 105, such as optical sensor, motion sensor and other biographies Sensor.Specifically, optical sensor includes ambient light sensor and proximity transducer, wherein, ambient light sensor can be according to environment The light and shade of light adjusts the brightness of display panel 1061, and proximity transducer can close when mobile terminal 1 00 is moved in one's ear Display panel 1061 and/or backlight.As one kind of motion sensor, accelerometer sensor can detect in all directions (general For three axles) size of acceleration, size and the direction of gravity are can detect that when static, the application available for identification mobile phone posture (such as horizontal/vertical screen switching, dependent game, magnetometer pose calibrating), Vibration identification correlation function (such as pedometer, percussion) etc.; The fingerprint sensor that can also configure as mobile phone, pressure sensor, iris sensor, molecule sensor, gyroscope, barometer, The other sensors such as hygrometer, thermometer, infrared ray sensor, will not be repeated here.
Display unit 106 is used for the information for showing the information inputted by user or being supplied to user.Display unit 106 can be wrapped Display panel 1061 is included, liquid crystal display (Liquid Crystal Display, LCD), Organic Light Emitting Diode can be used Forms such as (Organic Light-Emitting Diode, OLED) configures display panel 1061.
User input unit 107 can be used for the numeral or character information for receiving input, and produce the use with mobile terminal The key signals input that family is set and function control is relevant.Specifically, user input unit 107 may include contact panel 1071 with And other input equipments 1072.Contact panel 1071, also referred to as touch-screen, collect touch operation of the user on or near it (such as user is using any suitable objects such as finger, stylus or annex on contact panel 1071 or in contact panel 1071 Neighbouring operation), and corresponding attachment means are driven according to formula set in advance.Contact panel 1071 may include touch detection Two parts of device and touch controller.Wherein, touch detecting apparatus detects the touch orientation of user, and detects touch operation band The signal come, transmits a signal to touch controller;Touch controller receives touch information from touch detecting apparatus, and by it It is converted into contact coordinate, then gives processor 110, and the order sent of reception processing device 110 and can be performed.In addition, can To realize contact panel 1071 using polytypes such as resistance-type, condenser type, infrared ray and surface acoustic waves.Except contact panel 1071, user input unit 107 can also include other input equipments 1072.Specifically, other input equipments 1072 can be wrapped Include but be not limited to physical keyboard, in function key (such as volume control button, switch key etc.), trace ball, mouse, action bars etc. One or more, do not limit herein specifically.
Further, contact panel 1071 can cover display panel 1061, detect thereon when contact panel 1071 or After neighbouring touch operation, processor 110 is sent to determine the type of touch event, with preprocessor 110 according to touch thing The type of part provides corresponding visual output on display panel 1061.Although in Fig. 1, contact panel 1071 and display panel 1061 be input and the output function that mobile terminal is realized as two independent parts, but in certain embodiments, can By contact panel 1071 and the input that is integrated and realizing mobile terminal of display panel 1061 and output function, not do specifically herein Limit.
Interface unit 108 is connected the interface that can pass through as at least one external device (ED) with mobile terminal 1 00.For example, External device (ED) can include wired or wireless head-band earphone port, external power source (or battery charger) port, wired or nothing Line FPDP, memory card port, the port for connecting the device with identification module, audio input/output (I/O) end Mouth, video i/o port, ear port etc..Interface unit 108 can be used for receiving the input from external device (ED) (for example, number It is believed that breath, electric power etc.) and the input received is transferred to one or more elements in mobile terminal 1 00 or can be with For transmitting data between mobile terminal 1 00 and external device (ED).
Memory 109 can be used for storage software program and various data.Memory 109 can mainly include storing program area And storage data field, wherein, application program (the such as sound that storing program area can be needed for storage program area, at least one function Sound playing function, image player function etc.) etc.;Storage data field can be stored uses created data (such as according to mobile phone Voice data, phone directory etc.) etc..In addition, memory 109 can include high-speed random access memory, it can also include non-easy The property lost memory, for example, at least one disk memory, flush memory device or other volatile solid-state parts.
Processor 110 is the control centre of mobile terminal, utilizes each of various interfaces and the whole mobile terminal of connection Individual part, by operation or performs and is stored in software program and/or module in memory 109, and calls and be stored in storage Data in device 109, perform the various functions and processing data of mobile terminal, so as to carry out integral monitoring to mobile terminal.Place Reason device 110 may include one or more processing units;It is preferred that, processor 110 can integrated application processor and modulatedemodulate mediate Device is managed, wherein, application processor mainly handles operating system, user interface and application program etc., and modem processor is main Handle radio communication.It is understood that above-mentioned modem processor can not also be integrated into processor 110.
Mobile terminal 1 00 can also include the power supply 111 (such as battery) powered to all parts, it is preferred that power supply 111 Can be logically contiguous by power-supply management system and processor 110, so as to realize management charging by power-supply management system, put The function such as electricity and power managed.
Although Fig. 2 is not shown, mobile terminal 1 00 can also will not be repeated here including bluetooth module etc..
For the ease of understanding the embodiment of the present invention, data communication institute is carried out to terminal of the present invention and data interaction system below Based on communications network system be described.
Referring to Fig. 3, Fig. 3 is the communications network system Organization Chart of terminal and data interaction system in the embodiment of the present invention, The communications network system is the LTE system of universal mobile communications technology, and the LTE system includes communicating the UE (User of connection successively Equipment, user equipment) 201, E-UTRAN (Evolved UMTS Terrestrial Radio Access Network, Evolved UMTS Terrestrial radio access network) 202, EPC (Evolved Packet Core, evolved packet-based core networks) 203 and fortune Seek the IP operation 204 of business.
Specifically, UE201 can be above-mentioned terminal 100, and here is omitted.
E-UTRAN202 includes eNodeB2021 and other eNodeB2022 etc..Wherein, eNodeB2021 can be by returning Journey (backhaul) (such as X2 interface) is connected with other eNodeB2022, and eNodeB2021 is connected to EPC203, ENodeB2021 can provide UE201 to EPC203 access.
EPC203 can include MME (Mobility Management Entity, mobility management entity) 2031, HSS (Home Subscriber Server, home subscriber server) 2032, other MME2033, SGW (Serving Gate Way, Gateway) 2034, PGW (PDN Gate Way, grouped data network gateway) 2035 and PCRF (Policy and Charging Rules Function, policy and rate functional entity) 2036 etc..Wherein, MME2031 be processing UE201 and There is provided carrying and connection management for the control node of signaling between EPC203.HSS2032 is all to manage for providing some registers Such as function of attaching position register (not shown) etc, and some are preserved about the use such as service features, data rate The special information in family.All customer data can be transmitted by SGW2034, and PGW2035 can provide UE 201 IP Address is distributed and other functions, and PCRF2036 is strategy and the charging control strategic decision-making of business data flow and IP bearing resources Point, it selects and provided available strategy and charging control decision-making with charge execution function unit (not shown) for strategy.
IP operation 204 can include internet, Intranet, IMS (IP Multimedia Subsystem, IP multimedia System) or other IP operations etc..
Although above-mentioned be described by taking LTE system as an example, those skilled in the art it is to be understood that the present invention not only Suitable for LTE system, be readily applicable to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA with And following new network system etc., do not limit herein.
Based on above-mentioned data interaction system and terminal hardware structure and communications network system, data interaction of the present invention is proposed Each embodiment of method.
Reference picture 4, Fig. 4 is the schematic flow sheet of data interactive method first embodiment of the present invention.
In the present embodiment, the data interactive method application data interactive system, the data interaction system includes service Device and data storage layer, the data storage layer include cache module, and the data interactive method comprises the following steps:
Step S401, the server is when receiving the access request of terminal transmission, according to default recognition rule to institute Access request is stated to be identified;
Current user terminal is substantially that client terminals send a data access request with interacting for rear end, and rear end exists Carried out in database after data search and processing, data message is returned into client with json forms.This data interaction side There is certain defect in method:Client terminals can be related to the operation of back-end data base every time when being interacted with rear end, Rear end burden has been aggravated, unnecessary system resource is occupied;Meanwhile, when multiple client terminals and rear end are interacted, The response speed of rear end can also be influenceed.
In the present embodiment, it is contemplated that the defect of available data exchange method, a kind of data interactive method is proposed, this method exists Between user terminal and database set one have access request recognize and diverter function server, while database it One cache module of outer setting;When receiving the access request of user terminal transmission, access request is entered by the server Row identification, is oriented to the cache module by recognizable access request, corresponding business datum is obtained in cache module, so as to subtract The number of times of few back-end data base real response access request, reduces the operating pressure of rear end, while can also improve the sound of system Answer speed.Wherein, server is mainly used in handling the access request of user terminal, and obtains in data storage layer phase The business datum answered, then the data are returned into business datum.And data cached in cache module is just entered after pretreatment Row storage, i.e. cache module can first carry out the pretreatment such as form conversion, compression, to meet before data storage to data Storage condition and use condition, while saving memory space.
Specifically, in the present embodiment, user clicks on some business mould in client process is used by mobile terminal Block;The mobile terminal then can generate corresponding processing task according to the operation of user, and according to the processing task to data interaction The server of system sends access request, and to obtain the task data of correlation, the task data can be described as request data.In data When the server of interactive system receives the access request of mobile terminal transmission, it will please to the access according to default recognition rule Ask and be identified, this identification process primarily to determine the access request sender whether the authority of data interaction, together When in order to judge the request data obtained desired by the access request whether there is in cache module.The identification process can be It is achieved in that:Access request transmitted by mobile terminal includes the type and content of request data;It is provided with server Data cached index, the index record institute's data storage directory information in cache module, and certain index can also include number According to size, the information such as form;Server can be according to the data cached rope in the type and content and server of the request data Draw, judge that the request data whether there is in cache module;If server judges that the request data is deposited according to relevant information It is in caching (i.e. the access request can recognize that), then performs step S20.
Step S402, if the access request is recognizable, the server opens corresponding thread according to recognition result The access request is handled, and accesses the cache module in the data storage layer;
In the present embodiment, after the access request that the server in data interaction system is sent to user terminal is analyzed, Judge the desired request data obtained of the access request in data cached index, then it is assumed that the access request can recognize that;This When server corresponding thread will be opened according to the result access request is handled, and believed according to the index of server Breath accesses the cache module in data storage layer, and the request data of needs is searched in cache module.The Thread Count wherein opened, It can be configured according to the amount of request data, when the data volume of request data is bigger, more Thread Counts can be opened and carried out Processing, so as to improve the processing speed of system.
Further, cache module can include the redis cachings designed based on key-value data storage storehouse redis, its Middle redis be the use increased income an ANSI C language write, support network, can based on internal memory also can persistence log type, Key-Value databases, and the API of multilingual is provided.It supports that the value types of storage are relatively more, including string (character string), list (chained list), set (set), zset (sorted set-- ordered sets) and hash (Hash type);And this Data types all support push/pop, add/remove and take common factor union and difference set and more rich operation a bit, and these Operation is all atomicity;On this basis, redis also supports the sequence of various different modes.Redis also supports principal and subordinate same Step, data can associate other from service from server from master server to any number of synchronization from server The master server of device.This causes Redis to can perform individual layer tree copying.Deposit can be consciously or unconsciously to data carry out write operation. Due to fully achieving publish/subscribe mechanism so that from database anywhere synchronization tree when, a channel can be subscribed to and connect The complete news release record of master server is received, and synchronous scalability and data redundancy to read operation is helpful.This In the redis cachings of embodiment, the business datum for being previously stored with by certain pretreatment and being preserved with certain format.
And for the server in data interaction system, network proxy server and application server two can also be included Part.Reference picture 5, Fig. 5 is the data interaction schematic diagram that data interactive method first embodiment of the present invention is related to.Wherein network generation Manage server and be mainly responsible for the access request that receiving terminal is sent, and the access request is known according to default recognition rule Not;Application server is then responsible for handling access request according to the recognition result of network proxy server.
Specifically, network proxy server can use Nginx servers, Nginx is a high performance HTTP and anti- To proxy server, NginX servers can not stop service in the case of modify configuration file, change journal file Deng operation, heat deployment is realized, facilitates staff to be cached according to user's service condition and redis on the premise of use is not influenceed Recognition rule is preset in change conditions time update;Meanwhile, the consumption of NginX server memories is low, high concurrent can be supported to connect, When user terminal access amount is big, requirements for access can be met to greatest extent, improve the response speed of whole system;In addition, NginX Server also has reliability high, the advantages of configuration facilitates.Certainly, network proxy server can also be carried out using other manner Set.And Tomcat servers can be used for application server, Tomcat servers are a lightweight application servers, Its is safe, supports the characteristic such as Servlet 2.5 and JSP 2.1.And the Tomcat servers of application server include two Part a, part is responsible for providing related interface access data accumulation layer, another part be responsible for collecting the information of each server with Backstage is managed.Certain application server can also be configured using other manner.
Further, interacting for server and data storage layer, is also based on the producer/consumer's pattern and sets Message queue is put, to handle access request.Wherein, the producer/consumer's pattern refers to produces module and data in data Set a buffering area as intermediary between processing module, data processing module places data into buffering area, and data processing mould Block takes out data from buffering area and handled.Based on the thinking, the message queue based on redis is provided with the present embodiment, is used In the access request that storage is pending;, will when network proxy server judges that the access request that user terminal is sent is recognizable The access request is stored in the message queue, and application server then opens corresponding thread to the access request in message queue Handled.By using message queue and the producer/consumer's pattern, system concurrency, i.e. network proxy server can be supported Two independent concurrent main bodys are considered as with application server, network proxy server is receiving the visit of user terminal transmission When asking request, if the access request is recognizable, it is only necessary to which the access request is stored in into message queue, it is possible to go to receive another again The access request of one, the processing procedure without waiting application server;This tupe can also realize network simultaneously The decoupling of proxy server and application server, both directly relying on property of reduction, facilitates staff to carry out associated maintenance.
Step S403, the server obtains request data corresponding with the access request in the cache module, And the request data is returned into the terminal.
In the present embodiment, server will be searched pair according to access request and data cached index information in cache module The request data answered;In the request data required for getting the access request, the request data can be returned and sent out by server Send the user terminal of access request.Certainly, before request data is returned, this can also be asked according to actual use situation Data enter row format conversion, to facilitate user terminal to parse the request data;Before request data is returned, may be used also Compressed so that request data is packed, reduce the volume of transmission data, improve the speed of transmission;Before request data is returned, Operation first request data can also be encrypted, it is to avoid what transmitting procedure request data was caused when being intercepted and captured or lost by third party Privacy leakage.
In specific implementation, an application layer can also be defined, step S10, S20 in the present embodiment is all by servicing What device was completed in the application layer;The application layer can be divided into network agent layer and application-server layer again, respectively map network generation Manage server and application server and respective step implementation process.
In the present embodiment, by server when receiving the access request that terminal is sent, according to default recognition rule pair The access request is identified;If the access request can recognize that, the server opens corresponding according to recognition result Thread is handled the access request, and accesses the cache module in data storage layer;The server is in the caching Request data corresponding with the access request is obtained in module, and the request data is returned into the terminal.Pass through the above Mode, the present embodiment sets one between user terminal and data storage layer, and there is access request to recognize the clothes with diverter function Business device, while setting a cache module outside database;When receiving the access request of user terminal transmission, by this Access request is identified server, and recognizable access request is oriented into the cache module, phase is obtained in cache module The business datum answered, so as to reduce the number of times of back-end data base real response access request, reduces the operating pressure of rear end, together When also improve the response speed of system.
Reference picture 6, Fig. 6 is the schematic flow sheet of data interactive method second embodiment of the present invention.
Based on above-mentioned embodiment illustrated in fig. 4, data interactive method includes in the present embodiment:
Step S601, identical with above-described embodiment Fig. 4 steps S401, as detailed above, here is omitted.
Step S602, identical with above-described embodiment Fig. 4 steps S402, as detailed above, here is omitted.
Step S603, identical with above-described embodiment Fig. 4 steps S403, as detailed above, here is omitted.
Step S604, if the access request not can recognize that, the server is opened corresponding thread and accessed described Request is handled, and accesses the database;
In the present embodiment, the data storage layer of data interaction system also includes the data that are stored with database, the database All business datums of interactive system;Business datum in cache module can find its data prototype in the database;Should Also be stored with database the data not stored in cache module, i.e. cache module data be only database a part. Can be that MongoDB databases and Mysql databases are applied in combination for the specific set-up mode of database, wherein, MongoDB databases are mainly used in storing big data, and Mysql databases are used to store relationship type basic data.Specifically, can join According to Fig. 7, Fig. 7 is the data interaction schematic diagram that data interactive method second embodiment of the present invention is related to.
In the present embodiment, in the data exchange process of user terminal and data interaction system, server is to user terminal After the access request of transmission is analyzed, do not find the number of request that is obtained desired by access request in data cached index it is believed that Breath, i.e., the request data is not stored in cache module, then server thinks that the access request not can recognize that.Now server Corresponding thread will be opened to handle the access request, accesses database searches the number of request of needs in database According to.
Step S605, the server obtains request data corresponding with the access request in the database, and The request data is returned into the terminal.
In the present embodiment, when server gets the request data required for the access request in database, server The request data can be returned to the user terminal for sending access request.
Further, when data in the database are changed, server is also by the number in the cache module According to being updated, it is ensured that the synchronism of data in database and cache module, it is to avoid cache module is returned caused by stale data Business function is abnormal.
In the present embodiment, if the request data of access request is not present in cache module, system can be obtained in database Take correlation request data, it is ensured that the access request of user terminal can be handled, return in time corresponding request data with Support the normal operation of terminal.
Reference picture 8, Fig. 8 is that server obtains corresponding with the access request in the cache module described in Fig. 4 Request data, and the request data is returned to the refinement schematic flow sheet of the terminal.
Based on above-mentioned embodiment illustrated in fig. 4, data interactive method includes in the present embodiment:
Step S801, identical with above-described embodiment Fig. 4 steps S401, as detailed above, here is omitted.
Step S802, identical with above-described embodiment Fig. 4 steps S402, as detailed above, here is omitted.
It is slow in step S803, terminal data version number and level cache of the server in the access request Deposit data version number, judges whether the data in the terminal need renewal;
Step S804, if the data in the terminal need to update, obtains in the L2 cache and is accessed with described Corresponding request data is asked, and the request data is returned into the terminal.
In the present embodiment, cache module includes level cache and L2 cache.Wherein level cache is used for memory buffers number According to version number, L2 cache be used for memory buffers data in itself.When terminal sends access request, the access request includes Versions of data number in terminal;, can be first by the terminal data version when server searches corresponding request data in cache module This number is compared with the data cached version number in level cache, judges whether terminal data needs renewal;If both versions Number consistent, then terminal data is without updating;If terminal data version number is less than data cached version number, continues to search for two grades and delay Deposit to obtain corresponding request data.There is video playback client exemplified by obtaining channel list, in user terminal, video is broadcast Put in client and have original program information;And in the cache module of data interaction system, then there is two-level cache, one-level is delayed Be stored with current client data version number, and L2 cache, which is stored with to be processed, can be directly returned to client Programme information json documents;User is when starting video playback client, and terminal will send access request to server, to obtain Programme information, the request includes the client data version number of terminal;When server searches corresponding ask in cache module When seeking data, both versions of data number are compared by meeting in level cache, if the two consistent explanation client is local Data and system it is consistent, then return to empty data, client, which would not also be done, to be updated;Otherwise located in direct return cache module The programme information json documents managed, so as to avoid a series of logical process in database.
The present invention also provides a kind of data interaction system.
Data interaction system of the present invention includes server and data storage layer, and the data storage layer includes cache module, The server includes processor, memory and is stored in the data friendship that can be run on the memory and on the processor Mutual program, wherein the step of realizing data interactive method as described above when the data interaction program is by the computing device.
Wherein, the method realized when the data interaction program is performed can refer to data interactive method of the present invention each Embodiment, here is omitted.
The present invention also provides a kind of computer-readable recording medium.
Be stored with data interaction program on computer-readable recording medium of the present invention, and the data interaction program is by processor The step of data interactive method as described above being realized during execution.
Wherein, the method realized when the data interaction program is performed can refer to data interactive method of the present invention each Embodiment, here is omitted.
Through the above description of the embodiments, those skilled in the art can be understood that above-described embodiment side Method can add the mode of required general hardware platform to realize by software, naturally it is also possible to by hardware, but in many cases The former is more preferably embodiment.Understood based on such, technical scheme is substantially done to prior art in other words Going out the part of contribution can be embodied in the form of software product, and the computer software product is stored in a storage medium In (such as ROM/RAM, magnetic disc, CD), including some instructions are to cause a station terminal equipment (can be mobile phone, computer, clothes It is engaged in device, air conditioner, or network equipment etc.) perform method described in each embodiment of the invention.
The preferred embodiments of the present invention are these are only, are not intended to limit the scope of the invention, it is every to utilize this hair Equivalent structure or equivalent flow conversion that bright specification and accompanying drawing content are made, or directly or indirectly it is used in other related skills Art field, is included within the scope of the present invention.

Claims (10)

1. a kind of data interactive method, it is characterised in that the data interactive method application data interactive system, the data are handed over Mutual system includes server and data storage layer, and the data storage layer includes cache module, and the data interactive method includes Following steps:
The server is carried out when receiving the access request of terminal transmission according to default recognition rule to the access request Identification;
If the access request can recognize that, the server opens corresponding thread to the access request according to recognition result Handled, and access the cache module in the data storage layer;
The server obtains request data corresponding with the access request in the cache module, and by the number of request According to the return terminal.
2. data interactive method as claimed in claim 1, it is characterised in that the server include network proxy server and Application server, the cache module includes key-value to storage redis cachings, and the server is receiving terminal transmission During access request, the step of access request is identified according to default recognition rule includes:
The network proxy server is accessed described when receiving the access request of terminal transmission according to default recognition rule Request is identified;
If the access request can recognize that, the server is opened corresponding thread according to recognition result and accessed described The step of asking to be handled, and access the cache module in the data storage layer includes:
If the access request can recognize that, the access request is stored in institute by the network proxy server according to recognition result State the message queue of redis cachings;
The application server opens corresponding thread and access request in the message queue is handled, and accesses described Redis is cached.
3. data interactive method as claimed in claim 1, it is characterised in that the data storage layer also includes database, institute Server is stated when receiving the access request of terminal transmission, the access request is identified according to default recognition rule After step, in addition to:
If the access request not can recognize that, the server opens corresponding thread and the access request is handled, And access the database;
The server obtains request data corresponding with the access request in the database, and by the request data Return to the terminal.
4. data interactive method as claimed in claim 3, it is characterised in that the data interactive method also includes:
When data in the database are changed, the server is updated to the data in the cache module.
5. the data interactive method as any one of claim 1-4, it is characterised in that the access request includes terminal Versions of data number, the cache module includes level cache and L2 cache, and the level cache is used for memory buffers data version This number, the L2 cache is used for memory buffers data, and the server is obtained in the cache module please with the access The step of seeking corresponding request data, and the request data is returned into the terminal also includes:
Data cached version number in terminal data version number and level cache of the server in the access request, Judge whether the data in the terminal need renewal;
If the data in the terminal need to update, request corresponding with the access request is obtained in the L2 cache Data, and the request data is returned into the terminal.
6. a kind of data interaction system, it is characterised in that the data interaction system includes server and data storage layer, described Data storage layer includes cache module, and the server includes processor, memory and is stored on the memory and can be The data interaction program run on the processor, wherein the data interaction program is following by realization during the computing device Step:
The server is carried out when receiving the access request of terminal transmission according to default recognition rule to the access request Identification;
If the access request can recognize that, the server opens corresponding thread to the access request according to recognition result Handled, and access the cache module in the data storage layer;
The server obtains request data corresponding with the access request in the cache module, and by the number of request According to the return terminal.
7. data interaction system as claimed in claim 6, it is characterised in that the server include network proxy server and Application server, the cache module includes key-value to storage redis cachings, and the data interaction program is by the processor During execution, following steps are also realized:
The network proxy server is accessed described when receiving the access request of terminal transmission according to default recognition rule Request is identified;
If the access request can recognize that, the access request is stored in institute by the network proxy server according to recognition result State the message queue of redis cachings;
The application server opens corresponding thread and access request in the message queue is handled, and accesses described Redis is cached.
8. data interaction system as claimed in claim 6, it is characterised in that the data storage layer also includes database, institute When stating data interaction program by the computing device, following steps are also realized:
If the access request not can recognize that, the server opens corresponding thread and the access request is handled, And access the database;
The server obtains request data corresponding with the access request in the database, and by the request data Return to the terminal;
When data in the database are changed, the server is updated to the data in the cache module.
9. data interaction system as claimed in claim 6, it is characterised in that the access request includes terminal data version Number, the cache module includes level cache and L2 cache, and the level cache is used for memory buffers versions of data number, described L2 cache is used for memory buffers data, when the data interaction program is by the computing device, also realizes following steps:
Data cached version number in terminal data version number and level cache of the server in the access request, Judge whether the data in the terminal need renewal;
If the data in the terminal need to update, request corresponding with the access request is obtained in the L2 cache Data, and the request data is returned into the terminal.
10. a kind of computer-readable recording medium, it is characterised in that the data that are stored with the computer-readable recording medium are handed over Mutual program, realizes the data interaction as any one of claim 1 to 5 when the data interaction program is executed by processor The step of method.
CN201710284815.0A 2017-04-26 2017-04-26 Data interactive method, system and computer-readable recording medium Pending CN107133297A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710284815.0A CN107133297A (en) 2017-04-26 2017-04-26 Data interactive method, system and computer-readable recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710284815.0A CN107133297A (en) 2017-04-26 2017-04-26 Data interactive method, system and computer-readable recording medium

Publications (1)

Publication Number Publication Date
CN107133297A true CN107133297A (en) 2017-09-05

Family

ID=59715165

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710284815.0A Pending CN107133297A (en) 2017-04-26 2017-04-26 Data interactive method, system and computer-readable recording medium

Country Status (1)

Country Link
CN (1) CN107133297A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107679176A (en) * 2017-09-29 2018-02-09 努比亚技术有限公司 It is a kind of to improve using the method for opening speed, terminal, server, computer-readable recording medium
CN107734004A (en) * 2017-09-26 2018-02-23 河海大学 A kind of high concurrent SiteServer LBS based on Nginx, Redis
CN108549725A (en) * 2018-04-28 2018-09-18 北京百度网讯科技有限公司 Access and control strategy of database method, apparatus, system, equipment and computer-readable medium
CN109582762A (en) * 2018-09-26 2019-04-05 阿里巴巴集团控股有限公司 Data processing method and server
CN109669791A (en) * 2018-12-22 2019-04-23 网宿科技股份有限公司 Exchange method, server and computer readable storage medium
CN110166561A (en) * 2019-05-24 2019-08-23 北京旷视科技有限公司 Data processing method, device, system, equipment and the medium of wearable device
CN110311938A (en) * 2018-11-08 2019-10-08 林德(中国)叉车有限公司 Request processing method, device, gateway and system based on redis
CN110866053A (en) * 2019-10-16 2020-03-06 平安普惠企业管理有限公司 Method and device for dynamically configuring cache deadline, computer equipment and storage medium
CN111429699A (en) * 2020-04-23 2020-07-17 四川省有线广播电视网络股份有限公司 Low-delay earthquake early warning system and method for broadcast and television middleware set top box
CN112187950A (en) * 2020-10-10 2021-01-05 深圳市智百威科技发展有限公司 Method for solving slow remote data access
CN115016922A (en) * 2021-12-01 2022-09-06 荣耀终端有限公司 Behavior identification method and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682037A (en) * 2011-03-18 2012-09-19 阿里巴巴集团控股有限公司 Data acquisition method, system and device
CN104866434A (en) * 2015-06-01 2015-08-26 北京圆通慧达管理软件开发有限公司 Multi-application-oriented data storage system and data storage and calling method
WO2016155238A1 (en) * 2015-03-27 2016-10-06 中兴通讯股份有限公司 File reading method in distributed storage system, and server end

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682037A (en) * 2011-03-18 2012-09-19 阿里巴巴集团控股有限公司 Data acquisition method, system and device
WO2016155238A1 (en) * 2015-03-27 2016-10-06 中兴通讯股份有限公司 File reading method in distributed storage system, and server end
CN104866434A (en) * 2015-06-01 2015-08-26 北京圆通慧达管理软件开发有限公司 Multi-application-oriented data storage system and data storage and calling method

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107734004A (en) * 2017-09-26 2018-02-23 河海大学 A kind of high concurrent SiteServer LBS based on Nginx, Redis
CN107679176A (en) * 2017-09-29 2018-02-09 努比亚技术有限公司 It is a kind of to improve using the method for opening speed, terminal, server, computer-readable recording medium
CN108549725A (en) * 2018-04-28 2018-09-18 北京百度网讯科技有限公司 Access and control strategy of database method, apparatus, system, equipment and computer-readable medium
CN109582762A (en) * 2018-09-26 2019-04-05 阿里巴巴集团控股有限公司 Data processing method and server
CN110311938A (en) * 2018-11-08 2019-10-08 林德(中国)叉车有限公司 Request processing method, device, gateway and system based on redis
CN109669791A (en) * 2018-12-22 2019-04-23 网宿科技股份有限公司 Exchange method, server and computer readable storage medium
CN110166561A (en) * 2019-05-24 2019-08-23 北京旷视科技有限公司 Data processing method, device, system, equipment and the medium of wearable device
CN110166561B (en) * 2019-05-24 2022-04-15 北京旷视科技有限公司 Data processing method, device, system, equipment and medium for wearable equipment
CN110866053A (en) * 2019-10-16 2020-03-06 平安普惠企业管理有限公司 Method and device for dynamically configuring cache deadline, computer equipment and storage medium
CN111429699A (en) * 2020-04-23 2020-07-17 四川省有线广播电视网络股份有限公司 Low-delay earthquake early warning system and method for broadcast and television middleware set top box
CN112187950A (en) * 2020-10-10 2021-01-05 深圳市智百威科技发展有限公司 Method for solving slow remote data access
CN115016922A (en) * 2021-12-01 2022-09-06 荣耀终端有限公司 Behavior identification method and electronic equipment

Similar Documents

Publication Publication Date Title
CN107133297A (en) Data interactive method, system and computer-readable recording medium
CN107341212A (en) A kind of buffering updating method and equipment
CN108536481A (en) A kind of application program launching method, mobile terminal and computer storage media
CN107688607A (en) The method and mobile terminal of a kind of database access, computer-readable recording medium
CN107330035A (en) Operation Log synchronous method, mobile terminal and computer-readable recording medium in a kind of database
CN107967322A (en) Document classification display methods, mobile terminal and computer-readable recording medium
CN107193889A (en) Ad blocking method, terminal and computer-readable recording medium
CN108768775A (en) Information processing method, electronic equipment and computer storage media
CN107749919A (en) A kind of application program page display method and equipment
CN110177177A (en) Message back method, mobile terminal and computer readable storage medium
CN109299039A (en) A kind of file management method, equipment and computer readable storage medium
CN110180181A (en) Screenshot method, device and the computer readable storage medium of Wonderful time video
CN107426304A (en) Method, system and the proxy server of interactive media resource
CN109144705A (en) Application management method, mobile terminal and computer readable storage medium
CN108282405A (en) Application programming interfaces buffer memory management method, application server and storage medium
CN107135086A (en) One kind broadcast method for pushing and equipment, computer-readable recording medium
CN107133151A (en) A kind of daily record data processing method, equipment and computer-readable recording medium
CN108011937A (en) Information push method, server, intelligent terminal and computer-readable recording medium
CN108846051A (en) Data processing method, device and computer readable storage medium
CN108234749A (en) Application affairs processing method, terminal and computer readable storage medium
CN107818022A (en) Application programming interfaces merging method, mobile terminal and computer-readable recording medium
CN107145392A (en) A kind of method and apparatus of memory optimization
CN108509586A (en) The method, apparatus and computer readable storage medium of cache management
CN110069458A (en) Method, equipment and the storage medium of invalid resource in a kind of deletion Android system
CN109445945A (en) Memory allocation method, mobile terminal, server and the storage medium of application program

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20170905

RJ01 Rejection of invention patent application after publication