CN105187521A - Service processing device and method - Google Patents

Service processing device and method Download PDF

Info

Publication number
CN105187521A
CN105187521A CN201510529059.4A CN201510529059A CN105187521A CN 105187521 A CN105187521 A CN 105187521A CN 201510529059 A CN201510529059 A CN 201510529059A CN 105187521 A CN105187521 A CN 105187521A
Authority
CN
China
Prior art keywords
service request
data
buffer memory
client
described service
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
CN201510529059.4A
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 CN201510529059.4A priority Critical patent/CN105187521A/en
Publication of CN105187521A publication Critical patent/CN105187521A/en
Pending legal-status Critical Current

Links

Classifications

    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a service processing device. The service processing device comprises: an interception module for intercepting a service request of a client through a control layer interceptor when the service request of the client is received; a judgment module for judging whether a first cache contains data corresponding to the service request; and a response module for reading the data and returning the data to the client if the first cache contains the data. The invention further provides a service processing method. The service processing device is capable of making a quick response to the request of the client; as a result, the problems of system load pressure increase and low service request response speed due to direct access to a database are effectively solved.

Description

Business processing device and method
Technical field
The present invention relates to internet system field, particularly relate to a kind of business processing device and method.
Background technology
For internet system, the height of load performance, the speed of client's request answer speed is two important indicators weighing this system quality.And in the process of system process client request, mutual the most consuming time often with database, very long request processing procedure, not only increases the load pressure of system, also reduces Consumer's Experience simultaneously.Therefore, due to mutual the caused system load pressure increase of database and the slow problem of service request response speed, problems demand inventor in this respect solves.
Foregoing, only for auxiliary understanding technical scheme of the present invention, does not represent and admits that foregoing is prior art.
Summary of the invention
Main purpose of the present invention is to solve due to mutual the caused system load pressure increase of database and the slow problem of service request response speed.
For achieving the above object, a kind of business processing device provided by the invention, described business processing device comprises:
Blocking module, for when receiving the service request of client, tackles described service request by key-course blocker;
Judge module, for judging whether contain data corresponding to described service request in the first buffer memory;
Respond module, if for containing described data in described first buffer memory, then read described data and be back to described client.
Preferably, described business processing device also comprises processing module;
Described processing module, if in described first buffer memory not containing described data, then enter key-course Business Processing, and call operation layer interface described service request is sent to operation layer;
Whether described blocking module, also for tackling described service request by operation layer blocker, and judge in the second buffer memory containing described data;
Described respond module, if also for containing described data in described second buffer memory, then read described data and be back to described client.
Preferably, described processing module, if also in described second buffer memory not containing described data, then enter operation layer Business Processing, and call persistent layer interface described service request is sent to persistent layer;
Whether described blocking module, also for tackling described service request by persistent layer blocker, and judge in L2 cache containing described data;
Described respond module, if also for containing described data in described L2 cache, then read described data and be back to described client.
Preferably, described processing module, if also for not containing described data in described L2 cache, then enter persistent layer Business Processing, and the database that access is corresponding;
Described respond module, also for reading described data and be back to described client from described database.
Preferably, described judge module comprises acquiring unit, generation unit and judging unit;
Described acquiring unit, for obtaining corresponding request class complete trails title, method label and required parameter according to described service request;
Described generation unit, for generating corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter;
Described judging unit, for judging whether contain data corresponding to described service request in described service request according to described buffer memory key assignments.
In addition, for achieving the above object, the present invention also provides a kind of method for processing business, and described method for processing business comprises the following steps:
When receiving the service request of client, tackle described service request by key-course blocker;
Judge whether contain data corresponding to described service request in the first buffer memory;
If containing described data in described first buffer memory, then read described data and be back to described client.
Preferably, described to judge in the first buffer memory the step of whether corresponding containing described service request data after, also comprise:
If not containing described data in described first buffer memory, then enter key-course Business Processing, and call operation layer interface described service request is sent to operation layer;
Tackle described service request by operation layer blocker, and whether judge in the second buffer memory containing described data;
If containing described data in described second buffer memory, then read described data and be back to described client.
Preferably, describedly tackle described service request by operation layer blocker, and after judging in the second buffer memory the step whether containing described data, also comprise:
If not containing described data in described second buffer memory, then enter operation layer Business Processing, and call persistent layer interface described service request is sent to persistent layer;
Tackle described service request by persistent layer blocker, and whether judge in L2 cache containing described data;
If containing described data in described L2 cache, then read described data and be back to described client.
Preferably, describedly tackle described service request by persistent layer blocker, and after judging in L2 cache the step whether containing described data, also comprise:
If not containing described data in described L2 cache, then enter persistent layer Business Processing, and the database that access is corresponding;
From described database, read described data and be back to described client.
Preferably, describedly to judge in the first buffer memory that whether corresponding containing described service request the step of data comprise:
Corresponding request class complete trails title, method label and required parameter is obtained according to described service request;
Corresponding buffer memory key assignments is generated according to the request class complete trails title obtained, method label and required parameter;
Judge whether contain data corresponding to described service request in described first buffer memory according to described buffer memory key assignments.
The present invention is before the request of client enters key-course Business Processing, described service request is tackled by key-course blocker, and data corresponding to described service request are read from the first buffer memory of correspondence, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
Accompanying drawing explanation
Fig. 1 is the hardware configuration signal of the mobile terminal realizing each embodiment of the present invention;
Fig. 2 is the wireless communication system schematic diagram of mobile terminal as shown in Figure 1;
Fig. 3 is the high-level schematic functional block diagram of first embodiment of apparatus of the present invention;
Fig. 4 is transaction processing system schematic diagram of the present invention;
Fig. 5 is the high-level schematic functional block diagram of second embodiment of apparatus of the present invention;
Fig. 6 is the high-level schematic functional block diagram of the 3rd embodiment of apparatus of the present invention;
Fig. 7 is the schematic flow sheet of first embodiment of the inventive method;
Fig. 8 is the schematic flow sheet of second embodiment of the inventive method;
Fig. 9 is the schematic flow sheet of the 3rd embodiment of the inventive method;
Figure 10 is the schematic flow sheet of the 4th embodiment of the inventive method;
Figure 11 is the schematic flow sheet of the 5th embodiment of the inventive method.
The realization of the object of the invention, functional characteristics and advantage will in conjunction with the embodiments, are described further with reference to accompanying drawing.
Embodiment
Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
The mobile terminal realizing each embodiment of the present invention is described referring now to accompanying drawing.In follow-up description, use the suffix of such as " module ", " parts " or " unit " for representing element only in order to be conducive to explanation of the present invention, itself is specific meaning not.Therefore, " module " and " parts " can mixedly use.
Mobile terminal can be implemented in a variety of manners.Such as, the terminal described in the present invention can comprise the such as mobile terminal of mobile phone, smart phone, notebook computer, digit broadcasting receiver, PDA (personal digital assistant), PAD (panel computer), PMP (portable media player), guider etc. and the fixed terminal of such as digital TV, desktop computer etc.Below, suppose that terminal is mobile terminal.But it will be appreciated by those skilled in the art that except the element except being used in particular for mobile object, structure according to the embodiment of the present invention also can be applied to the terminal of fixed type.
Fig. 1 is the hardware configuration signal of the mobile terminal realizing each embodiment of the present invention.
Mobile terminal 100 can comprise wireless communication unit 110, A/V (audio/video) input unit 120, user input unit 130, sensing cell 140, output unit 150, memory 160, interface unit 170, controller 180 and power subsystem 190 etc.Fig. 1 shows the mobile terminal with various assembly, it should be understood that, does not require to implement all assemblies illustrated.Can alternatively implement more or less assembly.Will be discussed in more detail below the element of mobile terminal.
Wireless communication unit 110 generally includes one or more assembly, and it allows the radio communication between mobile terminal 100 and wireless communication system or network.Such as, wireless communication unit can comprise at least one in broadcast reception module 111, mobile communication module 112, wireless Internet module 113, short range communication module 114 and positional information module 115.
Broadcast reception module 111 via broadcast channel from external broadcasting management server receiving broadcast signal and/or broadcast related information.Broadcast channel can comprise satellite channel and/or terrestrial channel.Broadcast management server can be generate and send the server of broadcast singal and/or broadcast related information or the broadcast singal generated before receiving and/or broadcast related information and send it to the server of terminal.Broadcast singal can comprise TV broadcast singal, radio signals, data broadcasting signal etc.And broadcast singal may further include the broadcast singal combined with TV or radio signals.Broadcast related information also can provide via mobile communications network, and in this case, broadcast related information can be received by mobile communication module 112.Broadcast singal can exist in a variety of manners, such as, it can exist with the form of the electronic service guidebooks (ESG) of the electronic program guides of DMB (DMB) (EPG), digital video broadcast-handheld (DVB-H) etc.Broadcast reception module 111 can by using the broadcast of various types of broadcast system Received signal strength.Especially, broadcast reception module 111 can by using such as multimedia broadcasting-ground (DMB-T), DMB-satellite (DMB-S), digital video broadcasting-hand-held (DVB-H), forward link media (MediaFLO @) the digit broadcasting system receiving digital broadcast of Radio Data System, received terrestrial digital broadcasting integrated service (ISDB-T) etc.Broadcast reception module 111 can be constructed to be applicable to providing the various broadcast system of broadcast singal and above-mentioned digit broadcasting system.The broadcast singal received via broadcast reception module 111 and/or broadcast related information can be stored in memory 160 (or storage medium of other type).
Radio signal is sent at least one in base station (such as, access point, Node B etc.), exterior terminal and server and/or receives radio signals from it by mobile communication module 112.Various types of data that such radio signal can comprise voice call signal, video calling signal or send according to text and/or Multimedia Message and/or receive.
Wireless Internet module 113 supports the Wi-Fi (Wireless Internet Access) of mobile terminal.This module can be inner or be externally couple to terminal.Wi-Fi (Wireless Internet Access) technology involved by this module can comprise WLAN (WLAN) (Wi-Fi), Wibro (WiMAX), Wimax (worldwide interoperability for microwave access), HSDPA (high-speed downlink packet access) etc.
Short range communication module 114 is the modules for supporting junction service.Some examples of short-range communication technology comprise bluetooth tM, radio-frequency (RF) identification (RFID), Infrared Data Association (IrDA), ultra broadband (UWB), purple honeybee tMetc..
Positional information module 115 is the modules of positional information for checking or obtain mobile terminal.The typical case of positional information module is GPS (global positioning system).According to current technology, GPS module 115 calculates from the range information of three or more satellite and correct time information and for the Information application triangulation calculated, thus calculates three-dimensional current location information according to longitude, latitude and pin-point accuracy.Current, the method for calculating location and temporal information uses three satellites and by the error of the position that uses an other satellite correction calculation to go out and temporal information.In addition, GPS module 115 can carry out computational speed information by Continuous plus current location information in real time.
A/V input unit 120 is for audio reception or vision signal.A/V input unit 120 can comprise camera 121 and microphone 122, and the view data of camera 121 to the static images obtained by image capture apparatus in Video Capture pattern or image capture mode or video processes.Picture frame after process may be displayed on display unit 151.Picture frame after camera 121 processes can be stored in memory 160 (or other storage medium) or via wireless communication unit 110 and send, and can provide two or more cameras 121 according to the structure of mobile terminal.Such acoustic processing can via microphones sound (voice data) in telephone calling model, logging mode, speech recognition mode etc. operational mode, and can be voice data by microphone 122.Audio frequency (voice) data after process can be converted to the formatted output that can be sent to mobile communication base station via mobile communication module 112 when telephone calling model.Microphone 122 can be implemented various types of noise and eliminate (or suppress) algorithm and receiving and sending to eliminate (or suppression) noise or interference that produce in the process of audio signal.
User input unit 130 can generate key input data to control the various operations of mobile terminal according to the order of user's input.User input unit 130 allows user to input various types of information, and keyboard, the young sheet of pot, touch pad (such as, detecting the touch-sensitive assembly of the change of the resistance, pressure, electric capacity etc. that cause owing to being touched), roller, rocking bar etc. can be comprised.Especially, when touch pad is superimposed upon on display unit 151 as a layer, touch-screen can be formed.
Sensing cell 140 detects the current state of mobile terminal 100, (such as, mobile terminal 100 open or close state), the position of mobile terminal 100, user for mobile terminal 100 contact (namely, touch input) presence or absence, the orientation of mobile terminal 100, the acceleration or deceleration of mobile terminal 100 move and direction etc., and generate order or the signal of the operation for controlling mobile terminal 100.Such as, when mobile terminal 100 is embodied as sliding-type mobile phone, sensing cell 140 can sense this sliding-type phone and open or close.In addition, whether whether sensing cell 140 can detect power subsystem 190 provides electric power or interface unit 170 to couple with external device (ED).Sensing cell 140 can comprise proximity transducer 141 and will be described this in conjunction with touch-screen below.
Interface unit 170 is used as at least one external device (ED) and is connected the interface that can pass through with mobile terminal 100.Such as, external device (ED) can comprise wired or wireless head-band earphone port, external power source (or battery charger) port, wired or wireless FPDP, memory card port, for connecting the port, audio frequency I/O (I/O) port, video i/o port, ear port etc. of the device with identification module.Identification module can be that storage uses the various information of mobile terminal 100 for authentication of users and can comprise subscriber identification module (UIM), client identification module (SIM), Universal Subscriber identification module (USIM) etc.In addition, the device (hereinafter referred to " recognition device ") with identification module can take the form of smart card, and therefore, recognition device can be connected with mobile terminal 100 via port or other jockey.Interface unit 170 may be used for receive from external device (ED) input (such as, data message, electric power etc.) and the input received be transferred to the one or more element in mobile terminal 100 or may be used for transmitting data between mobile terminal and external device (ED).
In addition, when mobile terminal 100 is connected with external base, interface unit 170 can be used as to allow by it electric power to be provided to the path of mobile terminal 100 from base or can be used as the path that allows to be transferred to mobile terminal by it from the various command signals of base input.The various command signal inputted from base or electric power can be used as and identify whether mobile terminal is arranged on the signal base exactly.Output unit 150 is constructed to provide output signal (such as, audio signal, vision signal, alarm signal, vibration signal etc.) with vision, audio frequency and/or tactile manner.Output unit 150 can comprise display unit 151, dio Output Modules 152, alarm unit 153 etc.
Display unit 151 may be displayed on the information of process in mobile terminal 100.Such as, when mobile terminal 100 is in telephone calling model, display unit 151 can show with call or other communicate (such as, text messaging, multimedia file are downloaded etc.) be correlated with user interface (UI) or graphic user interface (GUI).When mobile terminal 100 is in video calling pattern or image capture mode, display unit 151 can the image of display capture and/or the image of reception, UI or GUI that video or image and correlation function are shown etc.
Meanwhile, when display unit 151 and touch pad as a layer superposed on one another to form touch-screen time, display unit 151 can be used as input unit and output device.Display unit 151 can comprise at least one in liquid crystal display (LCD), thin-film transistor LCD (TFT-LCD), Organic Light Emitting Diode (OLED) display, flexible display, three-dimensional (3D) display etc.Some in these displays can be constructed to transparence and watch from outside to allow user, and this can be called transparent display, and typical transparent display can be such as TOLED (transparent organic light emitting diode) display etc.According to the specific execution mode wanted, mobile terminal 100 can comprise two or more display units (or other display unit), such as, mobile terminal can comprise outernal display unit (not shown) and inner display unit (not shown).Touch-screen can be used for detecting touch input pressure and touch input position and touch and inputs area.
When dio Output Modules 152 can be under the isotypes such as call signal receiving mode, call mode, logging mode, speech recognition mode, broadcast reception mode at mobile terminal, voice data convert audio signals that is that wireless communication unit 110 is received or that store in memory 160 and exporting as sound.And dio Output Modules 152 can provide the audio frequency relevant to the specific function that mobile terminal 100 performs to export (such as, call signal receives sound, message sink sound etc.).Dio Output Modules 152 can comprise loud speaker, buzzer etc.
Alarm unit 153 can provide and export that event informed to mobile terminal 100.Typical event can comprise calling reception, message sink, key signals input, touch input etc.Except audio or video exports, alarm unit 153 can provide in a different manner and export with the generation of notification event.Such as, alarm unit 153 can provide output with the form of vibration, when receive calling, message or some other enter communication (incomingcommunication) time, alarm unit 153 can provide sense of touch to export (that is, vibrating) to notify to user.By providing such sense of touch to export, even if when the mobile phone of user is in the pocket of user, user also can identify the generation of various event.Alarm unit 153 also can provide the output of the generation of notification event via display unit 151 or dio Output Modules 152.
Memory 160 software program that can store process and the control operation performed by controller 180 etc., or temporarily can store oneself through exporting the data (such as, telephone directory, message, still image, video etc.) that maybe will export.And, memory 160 can store about when touch be applied to touch-screen time the vibration of various modes that exports and the data of audio signal.
Memory 160 can comprise the storage medium of at least one type, described storage medium comprises flash memory, hard disk, multimedia card, card-type memory (such as, SD or DX memory etc.), random access storage device (RAM), static random-access memory (SRAM), read-only memory (ROM), Electrically Erasable Read Only Memory (EEPROM), programmable read only memory (PROM), magnetic storage, disk, CD etc.And mobile terminal 100 can be connected the memory function of execute store 160 network storage device with by network cooperates.
Controller 180 controls the overall operation of mobile terminal usually.Such as, controller 180 performs the control relevant to voice call, data communication, video calling etc. and process.In addition, controller 180 can comprise the multi-media module 181 for reproducing (or playback) multi-medium data, and multi-media module 181 can be configured in controller 180, or can be configured to be separated with controller 180.Controller 180 can pattern recognition process, is identified as character or image so that input is drawn in the handwriting input performed on the touchscreen or picture.
Power subsystem 190 receives external power or internal power and provides each element of operation and the suitable electric power needed for assembly under the control of controller 180.
Various execution mode described herein can to use such as computer software, the computer-readable medium of hardware or its any combination implements.For hardware implementation, execution mode described herein can by using application-specific IC (ASIC), digital signal processor (DSP), digital signal processing device (DSPD), programmable logic device (PLD), field programmable gate array (FPGA), processor, controller, microcontroller, microprocessor, being designed at least one performed in the electronic unit of function described herein and implementing, in some cases, such execution mode can be implemented in controller 180.For implement software, the execution mode of such as process or function can be implemented with allowing the independent software module performing at least one function or operation.Software code can be implemented by the software application (or program) write with any suitable programming language, and software code can be stored in memory 160 and to be performed by controller 180.
So far, oneself is through the mobile terminal according to its functional description.Below, for the sake of brevity, by the slide type mobile terminal that describes in various types of mobile terminals of such as folded form, board-type, oscillating-type, slide type mobile terminal etc. exemplarily.Therefore, the present invention can be applied to the mobile terminal of any type, and is not limited to slide type mobile terminal.
Mobile terminal 100 as shown in Figure 1 can be constructed to utilize and send the such as wired and wireless communication system of data via frame or grouping and satellite-based communication system operates.
Describe wherein according to the communication system that mobile terminal of the present invention can operate referring now to Fig. 2.
Such communication system can use different air interfaces and/or physical layer.Such as, the air interface used by communication system comprises such as frequency division multiple access (FDMA), time division multiple access (TDMA), code division multiple access (CDMA) and universal mobile telecommunications system (UMTS) (especially, Long Term Evolution (LTE)), global system for mobile communications (GSM) etc.As non-limiting example, description below relates to cdma communication system, but such instruction is equally applicable to the system of other type.
With reference to figure 2, cdma wireless communication system can comprise multiple mobile terminal 100, multiple base station (BS) 270, base station controller (BSC) 275 and mobile switching centre (MSC) 280MSC280 and be constructed to form interface with Public Switched Telephony Network (PSTN) 290.MSC280 is also constructed to form interface with the BSC275 that can be couple to base station 270 via back haul link.Back haul link can construct according to any one in some interfaces that oneself knows, described interface comprises such as E1/T1, ATM, IP, PPP, frame relay, HDSL, ADSL or xDSL.Will be appreciated that system as shown in Figure 2 can comprise multiple BSC275.
Each BS270 can serve one or more subregion (or region), by multidirectional antenna or point to specific direction each subregion of antenna cover radially away from BS270.Or each subregion can by two or more antenna covers for diversity reception.Each BS270 can be constructed to support multiple parallel compensate, and each parallel compensate has specific frequency spectrum (such as, 1.25MHz, 5MHz etc.).
Subregion can be called as CDMA Channel with intersecting of parallel compensate.BS270 also can be called as base station transceiver subsystem (BTS) or other equivalent terms.Under these circumstances, term " base station " may be used for broadly representing single BSC275 and at least one BS270.Base station also can be called as " cellular station ".Or each subregion of particular B S270 can be called as multiple cellular station.
As shown in Figure 2, broadcast singal is sent to the mobile terminal 100 at operate within systems by broadcsting transmitter (BT) 295.Broadcast reception module 111 as shown in Figure 1 is arranged on mobile terminal 100 and sentences the broadcast singal receiving and sent by BT295.In fig. 2, several global positioning system (GPS) satellite 300 is shown.Satellite 300 helps at least one in the multiple mobile terminal 100 in location.
In fig. 2, depict multiple satellite 300, but be understandable that, the satellite of any number can be utilized to obtain useful locating information.GPS module 115 as shown in Figure 1 is constructed to coordinate to obtain the locating information wanted with satellite 300 usually.Substitute GPS tracking technique or outside GPS tracking technique, can use can other technology of position of tracking mobile terminal.In addition, at least one gps satellite 300 optionally or extraly can process satellite dmb transmission.
As a typical operation of wireless communication system, BS270 receives the reverse link signal from various mobile terminal 100.Mobile terminal 100 participates in call usually, information receiving and transmitting communicates with other type.Each reverse link signal that certain base station 270 receives is processed by particular B S270.The data obtained are forwarded to relevant BSC275.BSC provides call Resourse Distribute and comprises the mobile management function of coordination of the soft switching process between BS270.The data received also are routed to MSC280 by BSC275, and it is provided for the extra route service forming interface with PSTN290.Similarly, PSTN290 and MSC280 forms interface, and MSC and BSC275 forms interface, and BSC275 correspondingly control BS270 so that forward link signals is sent to mobile terminal 100.
Based on above-mentioned mobile terminal hardware configuration and communication system, each embodiment of business processing device of the present invention is proposed.
With reference to the high-level schematic functional block diagram that Fig. 3, Fig. 3 are the first embodiment of business processing device of the present invention.
In the present embodiment, described business processing device comprises blocking module 10, judge module 20 and respond module 30.
Described blocking module 10, for when receiving the service request of client, tackles described service request by key-course blocker;
Described client can be above-mentioned mobile terminal.Reference Fig. 4, Fig. 4 are transaction processing system schematic diagram of the present invention.Described application server receives the service request from client, Business Processing is carried out according to described service request, accesses database server, reads the data that described service request is corresponding from database, and described data are responsively back to described client.
When receiving the service request of client, before entering key-course Business Processing, application server tackles described service request by key-course blocker.To read corresponding data from the first buffer memory according to described service request, and then accelerate service response.
Described judge module 20, for judging whether contain data corresponding to described service request in the first buffer memory;
After application server to be tackled described service request by key-course blocker, to judge in the first buffer memory whether corresponding containing described service request data according to described service request.Described first buffer memory is preferably the Redis buffer memory preset.
Preferably, corresponding request class complete trails title, method label and required parameter can be obtained according to described service request; Corresponding buffer memory key assignments is generated according to the request class complete trails title obtained, method label and required parameter; Judge whether contain data corresponding to described service request in described first buffer memory according to described buffer memory key assignments.
Described respond module 30, if for containing described data in described first buffer memory, then read described data and be back to described client.
If containing the data that described service request is corresponding in described first buffer memory, then read described data by described application server, and described data be responsively back to described client.
If not containing the data that described service request is corresponding in described first buffer memory, then can enter key-course Business Processing, and successively by the Business Processing of key-course, operation layer, persistent layer, the database that access is corresponding, from described database, read data corresponding to described service request, and data corresponding for described service request are back to described client.
Or, also can in described first buffer memory containing data corresponding to described service request time, enter key-course Business Processing, and call operation layer interface, described service request is tackled by the blocker of operation layer, persistent layer, and read data corresponding to described service request according to described service request from the buffer memory of correspondence, if all do not read data corresponding to described service request in the buffer memory that described in described business level, persistent layer is corresponding, then read described data by accessing database, read data are back to described client.
The present embodiment is before the request of client enters key-course Business Processing, described service request is tackled by key-course blocker, and data corresponding to described service request are read from the first buffer memory of correspondence, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
With reference to the high-level schematic functional block diagram that Fig. 5, Fig. 5 are second embodiment of apparatus of the present invention.Based on the first embodiment of said apparatus, described business processing device also comprises processing module 40;
Described processing module 40, if in described first buffer memory not containing described data, then enter key-course Business Processing, and call operation layer interface described service request is sent to operation layer;
Whether described blocking module 10, also for tackling described service request by operation layer blocker, and judge in the second buffer memory containing described data;
Described respond module 30, if also for containing described data in described second buffer memory, then read described data and be back to described client.
If not containing described data in described first buffer memory, then described application server enters key-course Business Processing, and calls operation layer interface described service request is sent to operation layer; Before entering described operation layer process, described application server tackles described service request by operation layer blocker, and judges whether contain data corresponding to described service request in the second buffer memory; If containing the data that described service request is corresponding in described second buffer memory, then described application server reads described data, and described data are responsively back to described client.
Preferably, described application server obtains corresponding request class complete trails title, method label and required parameter according to described service request; And generate corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter; Described application server judges whether contain data corresponding to described service request in described second buffer memory according to described buffer memory key assignments.Described second buffer memory is preferably the Ehcache buffer memory preset.
When the present embodiment does not read data corresponding to described service request in the first buffer memory of key-course, enter key-course Business Processing, described service request is sent to operation layer, and tackle described service request by operation layer blocker, data corresponding to described service request are read from the second buffer memory, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
Further, described processing module 40, if also in described second buffer memory not containing described data, then enter operation layer Business Processing, and call persistent layer interface described service request is sent to persistent layer;
Whether described blocking module 10, also for tackling described service request by persistent layer blocker, and judge in L2 cache containing described data;
Described respond module 30, if also for containing described data in described L2 cache, then read described data and be back to described client.
If not containing described data in described second buffer memory, then described application server enters operation layer Business Processing, and calls persistent layer interface described service request is sent to persistent layer; Before entering described persistent layer Business Processing, described application server tackles described service request by persistent layer blocker, and judges whether contain data corresponding to described service request in L2 cache according to described service request; If containing the data that described service request is corresponding in described L2 cache, then described application server reads described data, and described data are responsively back to described client.
Preferably, described application server obtains corresponding request class complete trails title, method label and required parameter according to described service request; And generate corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter; Described application server judges whether contain data corresponding to described service request in described L2 cache according to described buffer memory key assignments.Described L2 cache is preferably arranged in described Ehcache caching server.
The present embodiment is at the first buffer memory of key-course, when all not reading data corresponding to described service request in the second buffer memory of operation layer, enter operation layer Business Processing, described service request is sent to persistent layer, and tackle described service request by persistent layer blocker, the data that described service request is corresponding are read from L2 cache, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
Further, described processing module 40, if also for not containing described data in described L2 cache, then enter persistent layer Business Processing, and the database that access is corresponding;
Described respond module 30, also for reading described data and be back to described client from described database.
If not containing described data in described L2 cache, then application server enters persistent layer Business Processing, and accesses database corresponding to described service request by persistent layer; Described application server reads described data from described database, and described data are responsively back to described client.
When the present embodiment does not all read data corresponding to described service request in the L2 cache of the first buffer memory of key-course, the second buffer memory of operation layer and persistent layer, enter persistent layer Business Processing, the database that access is corresponding, the data that described service request is corresponding are read from database, the data read are back to described client, ensure that described Business Processing can meet with a response.
With reference to the high-level schematic functional block diagram that Fig. 6, Fig. 6 are the 3rd embodiment of apparatus of the present invention.Based on the first embodiment of said apparatus, described judge module 20 comprises acquiring unit 21, generation unit 22 and judging unit 23;
Described acquiring unit 21, for obtaining corresponding request class complete trails title, method label and required parameter according to described service request;
Preferably, described application server can pass through Java principle of reflection, obtains corresponding request class complete trails title, method label and required parameter.
Described generation unit 22, for generating corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter;
Preferably, described application server can pass through tool method, generates corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter.
Described judging unit 23, for judging whether contain data corresponding to described service request in described service request according to described buffer memory key assignments.
Described application server searches described first buffer memory according to described buffer memory key assignments, whether judge in described first buffer memory containing described buffer memory key assignments, if containing described buffer memory key assignments in described first buffer memory, then determine that data that described buffer memory key assignments is corresponding are data corresponding to described service request; If not containing described buffer memory key assignments in described first buffer memory, then determine in described first buffer memory not containing the data that described service request is corresponding.
The present embodiment generates corresponding buffer memory key assignments according to described service request, and judge whether contain data corresponding to described service request in buffer memory by buffer memory key assignments, so that read data corresponding to described service request from buffer memory, and the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
The present invention further provides a kind of method for processing business.
With reference to the schematic flow sheet that Fig. 7, Fig. 7 are the first embodiment of method for processing business of the present invention.
In the present embodiment, described method for processing business comprises:
Step S10, when receiving the service request of client, tackles described service request by key-course blocker;
The main body performing method for processing business of the present invention can be the business processing device in application server or described application server, and further, also can be mounted in the application program in application server, described client can be above-mentioned mobile terminal.Reference Fig. 4, Fig. 4 are transaction processing system schematic diagram of the present invention.Described application server receives the service request from client, Business Processing is carried out according to described service request, accesses database server, reads the data that described service request is corresponding from database, and described data are responsively back to described client.
When receiving the service request of client, before entering key-course Business Processing, application server tackles described service request by key-course blocker.To read corresponding data from the first buffer memory according to described service request, and then accelerate service response.
Step S20, judges whether contain data corresponding to described service request in the first buffer memory;
After application server to be tackled described service request by key-course blocker, to judge in the first buffer memory whether corresponding containing described service request data according to described service request.Described first buffer memory is preferably the Redis buffer memory preset.
Preferably, corresponding request class complete trails title, method label and required parameter can be obtained according to described service request; Corresponding buffer memory key assignments is generated according to the request class complete trails title obtained, method label and required parameter; Judge whether contain data corresponding to described service request in described first buffer memory according to described buffer memory key assignments.
Step S30, if containing described data in described first buffer memory, then read described data and be back to described client.
If containing the data that described service request is corresponding in described first buffer memory, then read described data by described application server, and described data be responsively back to described client.
If not containing the data that described service request is corresponding in described first buffer memory, then can enter key-course Business Processing, and successively by the Business Processing of key-course, operation layer, persistent layer, the database that access is corresponding, from described database, read data corresponding to described service request, and data corresponding for described service request are back to described client.
Or, also can in described first buffer memory containing data corresponding to described service request time, enter key-course Business Processing, and call operation layer interface, described service request is tackled by the blocker of operation layer, persistent layer, and read data corresponding to described service request according to described service request from the buffer memory of correspondence, if all do not read data corresponding to described service request in described operation layer and buffer memory corresponding to described persistent layer, then read described data by accessing database, read data are back to described client.
The present embodiment is before the request of client enters key-course Business Processing, described service request is tackled by key-course blocker, and data corresponding to described service request are read from the first buffer memory of correspondence, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
With reference to the schematic flow sheet that Fig. 8, Fig. 8 are the second embodiment of method for processing business of the present invention.Based on the first embodiment of above-mentioned method for processing business, after described step S20, also comprise:
Step S21, if not containing described data in described first buffer memory, then enter key-course Business Processing, and calls operation layer interface described service request is sent to operation layer;
Whether step S22, tackles described service request by operation layer blocker, and judge in the second buffer memory containing described data;
Step S23, if containing described data in described second buffer memory, then read described data and be back to described client.
If not containing described data in described first buffer memory, then described application server enters key-course Business Processing, and calls operation layer interface described service request is sent to operation layer; Before entering described operation layer process, described application server tackles described service request by operation layer blocker, and judges whether contain data corresponding to described service request in the second buffer memory; If containing the data that described service request is corresponding in described second buffer memory, then described application server reads described data, and described data are responsively back to described client.
If not containing described data in described second buffer memory, then can enter operation layer Business Processing, and successively by the Business Processing of operation layer, persistent layer, the database that access is corresponding, from described database, read data corresponding to described service request, and data corresponding for described service request are back to described client.
Or, also can in described second buffer memory containing data corresponding to described service request time, enter operation layer Business Processing, and call persistent layer interface, described service request is tackled by the blocker of persistent layer, and read data corresponding to described service request according to described service request from the buffer memory of correspondence, if do not read data corresponding to described service request in the buffer memory that described persistent layer is corresponding, then read described data by accessing database, read data are back to described client.
Preferably, described application server obtains corresponding request class complete trails title, method label and required parameter according to described service request; And generate corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter; Described application server judges whether contain data corresponding to described service request in described second buffer memory according to described buffer memory key assignments.Described second buffer memory is preferably the Ehcache buffer memory preset.
When the present embodiment does not read data corresponding to described service request in the first buffer memory of key-course, enter key-course Business Processing, described service request is sent to operation layer, and tackle described service request by operation layer blocker, data corresponding to described service request are read from the second buffer memory, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
With reference to the schematic flow sheet that Fig. 9, Fig. 9 are the 3rd embodiment of method for processing business of the present invention.Based on the second embodiment of above-mentioned method for processing business, after described step S22, also comprise:
Step S31, if not containing described data in described second buffer memory, then enter operation layer Business Processing, and calls persistent layer interface described service request is sent to persistent layer;
Whether step S32, tackles described service request by persistent layer blocker, and judge in L2 cache containing described data;
Step S33, if containing described data in described L2 cache, then read described data and be back to described client.
If not containing described data in described second buffer memory, then described application server enters operation layer Business Processing, and calls persistent layer interface described service request is sent to persistent layer; Before entering described persistent layer Business Processing, described application server tackles described service request by persistent layer blocker, and judges whether contain data corresponding to described service request in L2 cache according to described service request; If containing the data that described service request is corresponding in described L2 cache, then described application server reads described data, and described data are responsively back to described client.
Preferably, described application server obtains corresponding request class complete trails title, method label and required parameter according to described service request; And generate corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter; Described application server judges whether contain data corresponding to described service request in described L2 cache according to described buffer memory key assignments.Described L2 cache is preferably arranged in described Ehcache caching server.
The present embodiment is at the first buffer memory of key-course, when all not reading data corresponding to described service request in the second buffer memory of operation layer, enter operation layer Business Processing, described service request is sent to persistent layer, and tackle described service request by persistent layer blocker, the data that described service request is corresponding are read from L2 cache, the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
With reference to the schematic flow sheet that Figure 10, Figure 10 are the 4th embodiment of method for processing business of the present invention.Based on the 3rd embodiment of above-mentioned method for processing business, after described step S32, also comprise:
Step S41, if not containing described data in described L2 cache, then enter persistent layer Business Processing, and the database that access is corresponding;
Step S42, reads described data and is back to described client from described database.
If not containing described data in described L2 cache, then application server enters persistent layer Business Processing, and accesses database corresponding to described service request by persistent layer; Described application server reads described data from described database, and described data are responsively back to described client.
When the present embodiment does not all read data corresponding to described service request in the L2 cache of the first buffer memory of key-course, the second buffer memory of operation layer and persistent layer, enter persistent layer Business Processing, the database that access is corresponding, the data that described service request is corresponding are read from database, the data read are back to described client, ensure that described Business Processing can meet with a response.
With reference to the schematic flow sheet that Figure 11, Figure 11 are the 5th embodiment of method for processing business of the present invention.Based on the first embodiment of above-mentioned method for processing business, described step S20 comprises:
Step S201, obtains corresponding request class complete trails title, method label and required parameter according to described service request;
Preferably, described application server can pass through Java principle of reflection, obtains corresponding request class complete trails title, method label and required parameter.
Step S202, generates corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter;
Preferably, described application server can pass through tool method, generates corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter.
Step S203, judges whether contain data corresponding to described service request in described first buffer memory according to described buffer memory key assignments.
Described application server searches described first buffer memory according to described buffer memory key assignments, whether judge in described first buffer memory containing described buffer memory key assignments, if containing described buffer memory key assignments in described first buffer memory, then determine that data that described buffer memory key assignments is corresponding are data corresponding to described service request; If not containing described buffer memory key assignments in described first buffer memory, then determine in described first buffer memory not containing the data that described service request is corresponding.
The present embodiment generates corresponding buffer memory key assignments according to described service request, and judge whether contain data corresponding to described service request in buffer memory by buffer memory key assignments, so that read data corresponding to described service request from buffer memory, and the data read are back to described client, the request of client can be responded fast, effectively solve the system load pressure increase caused that direct accessing database causes and the slow problem of service request response speed.
It should be noted that, in this article, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or device and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or device.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, article or the device comprising this key element and also there is other identical element.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
Through the above description of the embodiments, those skilled in the art can be well understood to the mode that above-described embodiment method can add required general hardware platform by software and realize, hardware can certainly be passed through, but in a lot of situation, the former is better execution mode.Based on such understanding, technical scheme of the present invention can embody with the form of software product the part that prior art contributes in essence in other words, this computer software product is stored in a storage medium (as ROM/RAM, magnetic disc, CD), comprising some instructions in order to make a station terminal equipment (can be mobile phone, computer, server, air conditioner, or the network equipment etc.) perform method described in each embodiment of the present invention.
These are only the preferred embodiments of the present invention; not thereby the scope of the claims of the present invention is limited; every utilize specification of the present invention and accompanying drawing content to do equivalent structure or equivalent flow process conversion; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. a business processing device, is characterized in that, described business processing device comprises:
Blocking module, for when receiving the service request of client, tackles described service request by key-course blocker;
Judge module, for judging whether contain data corresponding to described service request in the first buffer memory;
Respond module, if for containing described data in described first buffer memory, then read described data and be back to described client.
2. business processing device as claimed in claim 1, it is characterized in that, described business processing device also comprises processing module;
Described processing module, if in described first buffer memory not containing described data, then enter key-course Business Processing, and call operation layer interface described service request is sent to operation layer;
Whether described blocking module, also for tackling described service request by operation layer blocker, and judge in the second buffer memory containing described data;
Described respond module, if also for containing described data in described second buffer memory, then read described data and be back to described client.
3. business processing device as claimed in claim 2, is characterized in that, described processing module, if also in described second buffer memory not containing described data, then enter operation layer Business Processing, and call persistent layer interface described service request is sent to persistent layer;
Whether described blocking module, also for tackling described service request by persistent layer blocker, and judge in L2 cache containing described data;
Described respond module, if also for containing described data in described L2 cache, then read described data and be back to described client.
4. business processing device as claimed in claim 3, is characterized in that, described processing module, if also for not containing described data in described L2 cache, then enter persistent layer Business Processing, and the database that access is corresponding;
Described respond module, also for reading described data and be back to described client from described database.
5. business processing device as claimed in claim 1, it is characterized in that, described judge module comprises acquiring unit, generation unit and judging unit;
Described acquiring unit, for obtaining corresponding request class complete trails title, method label and required parameter according to described service request;
Described generation unit, for generating corresponding buffer memory key assignments according to the request class complete trails title obtained, method label and required parameter;
Described judging unit, for judging whether contain data corresponding to described service request in described service request according to described buffer memory key assignments.
6. a method for processing business, is characterized in that, described method for processing business comprises the following steps:
When receiving the service request of client, tackle described service request by key-course blocker;
Judge whether contain data corresponding to described service request in the first buffer memory;
If containing described data in described first buffer memory, then read described data and be back to described client.
7. method for processing business as claimed in claim 6, is characterized in that, described to judge in the first buffer memory the step of whether corresponding containing described service request data after, also comprise:
If not containing described data in described first buffer memory, then enter key-course Business Processing, and call operation layer interface described service request is sent to operation layer;
Tackle described service request by operation layer blocker, and whether judge in the second buffer memory containing described data;
If containing described data in described second buffer memory, then read described data and be back to described client.
8. method for processing business as claimed in claim 7, is characterized in that, describedly tackles described service request by operation layer blocker, and after judging in the second buffer memory the step whether containing described data, also comprises:
If not containing described data in described second buffer memory, then enter operation layer Business Processing, and call persistent layer interface described service request is sent to persistent layer;
Tackle described service request by persistent layer blocker, and whether judge in L2 cache containing described data;
If containing described data in described L2 cache, then read described data and be back to described client.
9. method for processing business as claimed in claim 8, is characterized in that, describedly tackles described service request by persistent layer blocker, and after judging in L2 cache the step whether containing described data, also comprises:
If not containing described data in described L2 cache, then enter persistent layer Business Processing, and the database that access is corresponding;
From described database, read described data and be back to described client.
10. method for processing business as claimed in claim 6, is characterized in that, describedly to judge in the first buffer memory that whether corresponding containing described service request the step of data comprise:
Corresponding request class complete trails title, method label and required parameter is obtained according to described service request;
Corresponding buffer memory key assignments is generated according to the request class complete trails title obtained, method label and required parameter;
Judge whether contain data corresponding to described service request in described first buffer memory according to described buffer memory key assignments.
CN201510529059.4A 2015-08-25 2015-08-25 Service processing device and method Pending CN105187521A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510529059.4A CN105187521A (en) 2015-08-25 2015-08-25 Service processing device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510529059.4A CN105187521A (en) 2015-08-25 2015-08-25 Service processing device and method

Publications (1)

Publication Number Publication Date
CN105187521A true CN105187521A (en) 2015-12-23

Family

ID=54909361

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510529059.4A Pending CN105187521A (en) 2015-08-25 2015-08-25 Service processing device and method

Country Status (1)

Country Link
CN (1) CN105187521A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220294A (en) * 2017-04-26 2017-09-29 努比亚技术有限公司 A kind of method and terminal for asking to handle
CN107220543A (en) * 2017-05-31 2017-09-29 北京京东尚科信息技术有限公司 The method and apparatus for handling the service request of mobile terminal
CN107635019A (en) * 2017-11-06 2018-01-26 湖南红手指信息技术有限公司 A kind of long-distance cloud control platform and its control method
CN108345646A (en) * 2018-01-16 2018-07-31 广东电网有限责任公司信息中心 A method of with the fast automatic structure multi-dimensional report of Interception Technology
CN109189665A (en) * 2018-08-01 2019-01-11 阿里巴巴集团控股有限公司 Data recording, data readback and the method and device tested automatically
CN109213789A (en) * 2017-07-07 2019-01-15 北京京东尚科信息技术有限公司 A kind of analysis method and device about business SQL
CN109614347A (en) * 2018-10-22 2019-04-12 中国平安人寿保险股份有限公司 Processing method, device, storage medium and the server of multi-level buffer data
CN110020271A (en) * 2017-08-04 2019-07-16 北京京东尚科信息技术有限公司 Method and system for cache management
CN110362505A (en) * 2019-07-10 2019-10-22 政采云有限公司 A method of caching is written and read using caching blocker
CN110673831A (en) * 2019-08-22 2020-01-10 深圳联友科技有限公司 Cache calculation method for request parameters
CN112312145A (en) * 2019-07-31 2021-02-02 上海幻电信息科技有限公司 Access server, burst traffic caching method, system, computer device and readable storage medium
CN114553724A (en) * 2022-03-01 2022-05-27 启明信息技术股份有限公司 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530349A (en) * 2013-09-30 2014-01-22 乐视致新电子科技(天津)有限公司 Method and equipment for cache updating
CN103973820A (en) * 2013-01-28 2014-08-06 深圳市快播科技有限公司 Method for optimizing domain name system and optimized domain name system
CN104717262A (en) * 2013-12-13 2015-06-17 中国移动通信集团辽宁有限公司 Enterprise address book downloading method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103973820A (en) * 2013-01-28 2014-08-06 深圳市快播科技有限公司 Method for optimizing domain name system and optimized domain name system
CN103530349A (en) * 2013-09-30 2014-01-22 乐视致新电子科技(天津)有限公司 Method and equipment for cache updating
CN104717262A (en) * 2013-12-13 2015-06-17 中国移动通信集团辽宁有限公司 Enterprise address book downloading method and system

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220294A (en) * 2017-04-26 2017-09-29 努比亚技术有限公司 A kind of method and terminal for asking to handle
CN107220543A (en) * 2017-05-31 2017-09-29 北京京东尚科信息技术有限公司 The method and apparatus for handling the service request of mobile terminal
CN107220543B (en) * 2017-05-31 2020-11-24 北京京东尚科信息技术有限公司 Method and device for processing service request of mobile terminal
CN109213789A (en) * 2017-07-07 2019-01-15 北京京东尚科信息技术有限公司 A kind of analysis method and device about business SQL
CN110020271A (en) * 2017-08-04 2019-07-16 北京京东尚科信息技术有限公司 Method and system for cache management
CN107635019A (en) * 2017-11-06 2018-01-26 湖南红手指信息技术有限公司 A kind of long-distance cloud control platform and its control method
CN108345646A (en) * 2018-01-16 2018-07-31 广东电网有限责任公司信息中心 A method of with the fast automatic structure multi-dimensional report of Interception Technology
CN109189665B (en) * 2018-08-01 2022-03-01 创新先进技术有限公司 Method and device for recording, replaying and automatically testing data
CN109189665A (en) * 2018-08-01 2019-01-11 阿里巴巴集团控股有限公司 Data recording, data readback and the method and device tested automatically
CN109614347A (en) * 2018-10-22 2019-04-12 中国平安人寿保险股份有限公司 Processing method, device, storage medium and the server of multi-level buffer data
CN109614347B (en) * 2018-10-22 2023-07-21 中国平安人寿保险股份有限公司 Processing method and device for multi-level cache data, storage medium and server
CN110362505A (en) * 2019-07-10 2019-10-22 政采云有限公司 A method of caching is written and read using caching blocker
CN112312145A (en) * 2019-07-31 2021-02-02 上海幻电信息科技有限公司 Access server, burst traffic caching method, system, computer device and readable storage medium
CN112312145B (en) * 2019-07-31 2023-04-18 上海幻电信息科技有限公司 Access server, burst traffic caching method, system, computer device and readable storage medium
CN110673831A (en) * 2019-08-22 2020-01-10 深圳联友科技有限公司 Cache calculation method for request parameters
CN110673831B (en) * 2019-08-22 2023-02-03 深圳联友科技有限公司 Cache calculation method for request parameters
CN114553724A (en) * 2022-03-01 2022-05-27 启明信息技术股份有限公司 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform
CN114553724B (en) * 2022-03-01 2024-03-26 启明信息技术股份有限公司 Method and system for solving operation and maintenance problems of distributed micro-service architecture platform

Similar Documents

Publication Publication Date Title
CN105187521A (en) Service processing device and method
CN104883430A (en) Mobile terminal, processing method of unread superscripts of mobile terminal, and processing device of unread superscripts of mobile terminal
CN105282245A (en) Server-crossing message pushing system and method
CN105183308A (en) Picture display method and apparatus
CN105100401A (en) Method and device for implementing return to original interface after interface switching
CN104935747A (en) Processing method and device for application icon, and terminal
CN104735255A (en) Split screen display method and system
CN104731512A (en) Method, device and terminal for sharing pictures
CN105119825A (en) Data transmission device and data transmission method
CN105306457A (en) Data caching device and method
CN105159700A (en) Application self-start control apparatus and method
CN105094612A (en) Object selecting method and device
CN105100416A (en) Event reminding method and wearable device
CN105262821A (en) Interface management apparatus and method
CN104993180A (en) Terminal charging method and device
CN104898940A (en) Picture processing method and device
CN105302864A (en) Picture loading apparatus and method according to screen resolution
CN104917891A (en) Mobile terminal and page-turning control method thereof
CN104881218A (en) Mobile terminal screen scrolling method and mobile terminal screen scrolling device
CN104731456A (en) Desktop widget display method and device
CN104951229A (en) Screen capturing method and device
CN105100477A (en) Terminal prompt device and method
CN104658535A (en) Voice control method and device
CN105138871A (en) Unlocking method and apparatus for mobile terminal and mobile terminal
CN104917873A (en) Method and device for sharing information during call

Legal Events

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

Application publication date: 20151223