CN110502527A - Method, apparatus, computer equipment and the storage medium of background request anti-replay - Google Patents

Method, apparatus, computer equipment and the storage medium of background request anti-replay Download PDF

Info

Publication number
CN110502527A
CN110502527A CN201910790015.5A CN201910790015A CN110502527A CN 110502527 A CN110502527 A CN 110502527A CN 201910790015 A CN201910790015 A CN 201910790015A CN 110502527 A CN110502527 A CN 110502527A
Authority
CN
China
Prior art keywords
request
user
background
unit
locking
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
CN201910790015.5A
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.)
Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanlianyi Information Technology Service 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 Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd
Priority to CN201910790015.5A priority Critical patent/CN110502527A/en
Publication of CN110502527A publication Critical patent/CN110502527A/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/23Updating
    • G06F16/2308Concurrency control
    • G06F16/2336Pessimistic concurrency control approaches, e.g. locking or multiple versions without time stamps
    • G06F16/2343Locking methods, e.g. distributed locking or locking implementation details

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

The present invention relates to the method, apparatus of background request anti-replay, computer equipment and storage mediums;Wherein, method, comprising: S1, backstage defines an anti-repetition and explains, comprising locking keyword in the note;S2, front end receiver user request, and request is intercepted;S3 carries out locking processing to the request of interception from the background, and expired time is arranged;S4, judges whether locking processing succeeds;S5 executes user's request, and discharges locking;S6 does not execute user's request, and returns to specific coding to front end.The present invention is concurrently high, and in the case where request amount is big, performance is good, high-efficient;Risk is low, because there is lock expired time under special fortuitous event, not will cause user can not be re-requested, being capable of preferably meet demand.

Description

Method, apparatus, computer equipment and the storage medium of background request anti-replay
Technical field
The present invention relates to technical field of data processing, more specifically refer to method, apparatus, the meter of background request anti-replay Calculate machine equipment and storage medium.
Background technique
Due to network is slow, handset capability is not taken pains Caton, the page is caused not jump, user thinks that clicking button does not have It comes into force and frequently clicks button, initiate repeatedly same request in the short time;Or the quick adopting consecutive click chemical reaction page button hair of user Request is played, but front end page is because the reasons such as frame performance have little time to handle, and multiple, the short time has been initiated in the same request Be repeated several times request the problem of the multiple credit of user will lead to for amount application business and can not be by business air control system The problem of refusal user, request is repeated several times in the short time, then will lead to user for application of withdrawing deposit and obviously merely desire to mention a money, but Be operation system but receive repeatedly withdraw deposit request more moneys can be put to user, such case can be easy to cause user's dispute.
Be directed to above situation at present, there are mainly two types of the technical solutions of use: the first is verified using idempotence control, It allows front end to enter the page every time and generates unique business odd numbers, that is to say, that rear end receives identical business odd numbers and is then considered same Primary request, then rear end is controlled the same business odd numbers by the unique index of database and can only be put in storage once, other Request can report repetition index mistake to prompt user should not repetitive operation;Second is by mysql (relevant database management System) database build one it is anti-repeat table, user requests interface to be inserted into data label user this is being adjusted to connect every time Mouthful, when the interface is finished update mark state to be completed, request each so first removes the data base querying interface when coming Whether have and calling, reconfiguration mouth can be called by not calling, and the request is just shielded if having.But the first is adopted Controlling the shortcomings that verifying with idempotence mainly has: 1. request completely go over method every time, the system before calling storage Column inquiry method of calibration causes unnecessary pressure to system, and waste of resource even influences system performance;2. relying on inserting for data Enter and locks to guarantee that unique index does not repeat, it is concurrent inefficient, and will affect other normal request efficiency;Pass through for second Mysql database anti-the shortcomings that repeating table mainly has: 1. is concurrent low, and efficiency is relatively low in the more situation of user, influences User experience;2. point to inquire and insertion two steps operation, Non-atomic the multiserver the case where and is given and may break through limit System;3. server exception closing restarts rear under special circumstances, call state that can make because not modifying user interface Being lockable always at user can not re-request, and manpower intervention is needed to modify database;Therefore, it is impossible to meet demand.
Summary of the invention
It is an object of the invention to overcome the deficiencies of existing technologies, the method, apparatus of background request anti-replay is provided, is calculated Machine equipment and storage medium.
To achieve the above object, the present invention is used in lower technical solution:
The method of background request anti-replay, comprising the following steps:
S1, backstage defines an anti-repetition and explains, comprising locking keyword in the note;
S2, front end receiver user request, and request is intercepted;
S3 carries out locking processing to the request of interception from the background, and expired time is arranged;
S4, judges whether locking processing succeeds;If so, into S5;If it is not, then entering S6;
S5 executes user's request, and discharges locking;
S6 does not execute user's request, and returns to specific coding to front end.
Its further technical solution are as follows: in the S1, " the locking keyword " is the phone number of active user or works as The input code that preceding user uploads.
Its further technical solution are as follows: described " locking processing to be carried out to the request of interception from the background, and is arranged in the S3 Expired time " includes: that the request of interception is carried out locking processing plus keyword is locked using redis database mode;It is described Expired time is 200-300 seconds.
Its further technical solution are as follows: described " do not execute user's request, and return to specific coding to front end " in the S6 Include: not execute user's request, user's request is shielded;The specific coding is not execute operation code.
The device of background request anti-replay, comprising: definition unit receives interception unit, processing unit, and judging unit is held Row unit and return unit;
The definition unit is explained for defining an anti-repetition from the background, comprising locking keyword in the note;
The reception interception unit is requested for front end receiver user, and is intercepted to request;
The processing unit carries out locking processing for request of the backstage to interception, and expired time is arranged;
The judging unit, for judging whether locking processing succeeds;
The execution unit for executing user's request, and discharges locking;
The return unit for not executing user's request, and returns to specific coding to front end.
Its further technical solution are as follows: in the definition unit, " the locking keyword " is the cell-phone number of active user The input code that code or active user upload.
Its further technical solution are as follows: in the processing unit, described " locking processing is carried out to the request of interception from the background, And expired time is set " it include: to be carried out the request of interception at locking plus keyword is locked using redis database mode Reason;The expired time is 200-300 seconds.
Its further technical solution are as follows: described " not execute user's request, and return to specific coding in the return unit To front end " it include: not execute user's request, user's request is shielded;The specific coding is not execute operation code.
A kind of computer equipment, the computer equipment include memory and processor, and meter is stored on the memory Calculation machine program is realized when the processor executes the computer program as backstage of any of claims 1-4 asks The method for seeking anti-replay.
A kind of storage medium, the storage medium are stored with computer program, and the computer program includes program instruction, Described program instruction can be realized when being executed by a processor such as background request anti-replay of any of claims 1-4 Method.
Compared with the prior art, the invention has the advantages that: concurrent high, in the case where request amount is big, performance is good, efficiency It is high;Risk is low, because there is lock expired time under special fortuitous event, not will cause user can not be re-requested, can be more preferable Ground meet demand.
The invention will be further described in the following with reference to the drawings and specific embodiments.
Detailed description of the invention
Technical solution in order to illustrate the embodiments of the present invention more clearly, below will be to needed in embodiment description Attached drawing is briefly described, it should be apparent that, drawings in the following description are some embodiments of the invention, general for this field For logical technical staff, without creative efforts, it is also possible to obtain other drawings based on these drawings.
Fig. 1 is the flow diagram of the method for background request anti-replay provided in an embodiment of the present invention;
Fig. 2 is the schematic block diagram of the device of background request anti-replay provided in an embodiment of the present invention;
Fig. 3 is the schematic block diagram of computer equipment provided in an embodiment of the present invention.
Specific embodiment
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are some of the embodiments of the present invention, instead of all the embodiments.Based on this hair Embodiment in bright, every other implementation obtained by those of ordinary skill in the art without making creative efforts Example, shall fall within the protection scope of the present invention.
It should be appreciated that ought use in this specification and in the appended claims, term " includes " and "comprising" instruction Described feature, entirety, step, operation, the presence of element and/or component, but one or more of the other feature, whole is not precluded Body, step, operation, the presence or addition of element, component and/or its set.
It is also understood that mesh of the term used in this description of the invention merely for the sake of description specific embodiment And be not intended to limit the present invention.As description of the invention and it is used in the attached claims, unless on Other situations are hereafter clearly indicated, otherwise " one " of singular, "one" and "the" are intended to include plural form.
It will be further appreciated that the term "and/or" used in description of the invention and the appended claims is Refer to any combination and all possible combinations of one or more of associated item listed, and including these combinations.
Such as Fig. 1 to specific embodiment shown in Fig. 3, wherein as shown in Figure 1, the invention discloses background request anti-replays Method, comprising the following steps:
S1, backstage defines an anti-repetition and explains, comprising locking keyword in the note;
S2, front end receiver user request, and request is intercepted;
S3 carries out locking processing to the request of interception from the background, and expired time is arranged;
S4, judges whether locking processing succeeds;If so, into S5;If it is not, then entering S6;
S5 executes user's request, and discharges locking;
S6 does not execute user's request, and returns to specific coding to front end.
Wherein, the present invention is explained by defining an anti-repetition, and the same user of reprocessing can be effectively avoided and ask The case where the case where asking has saved performance, and avoided situations such as repetition is made loans, and efficiently avoids user's dispute generation, and Concurrent high, in the case where request amount is big, performance is good, high-efficient;Risk is low, under special fortuitous event because have lock it is expired when Between, not will cause user can not re-request.
Wherein, in the S1, " lock keyword " be the phone number of active user or active user upload it is defeated Enter code.
Further, the cell-phone number that locking keyword generally obtains active user is used for one user of uniquely tagged, can also With the input code uploaded using active user, if user does not upload input code, the cell-phone number for obtaining active user is defaulted, therefore User after login can not pass, and the user before login needs to upload cell-phone number.
Wherein, in the S3, " carry out locking processing to the request of interception from the background, and expired time is arranged " includes: Using redis database mode, the request of interception is subjected to locking processing plus keyword is locked;The expired time is 200- 300 seconds.
Further, it is also provided with lock delayed release time, can be delayed release lock according to demand, realize certain The time class interface can only request once, for example short message transmission interface defines delayed release time 60 seconds, may be implemented in 60 seconds User can only send a short message, and user is avoided frequently to send request, lead to waste of resource, then in the interface for needing anti-replay It is upper use the note, so that it may Spring Aop (Aspect-oriented programming) intercepts the request, then using request plus keyword as Lock key with mark as redis lock.
Wherein, in the S6, described " do not execute user's request, and return to specific coding to front end " includes: not execute use Family request shields user's request;The specific coding is not execute operation code;Show the use if it can add lock Family can execute the request, and release is locked automatically after executing the request;Show the request of the user if not all right not yet Having executed with regard to having carried out next request is that repetitive requests can shield, and return does not specifically execute operation code to front end, does not influence User uses, user's unaware, and neither influence user uses, and has saved performance.
Wherein, it locks and uses redis database, because redis is that memory database is more more efficient than traditional database Quickly concurrent higher and java included lock ratio meets the requirement of system distribution again, and redis is one process mechanism, born to meet It concurrently requires, because the requirement for meeting request anti-replay is comprehensively compared, because of redis data being that operation memory speed is again fast Library supports lua script and guarantees the atomicity of script, so directly using lua script execution SETNX during locking The value of key (key) (is set as value, is not present and if only if key, if given key has existed, SETNX is or not order Do any movement) and expire (failure) order (setting lock expired time), because atomicity ensures that two orders or all Success or all fail, in this way plus lock just centainly have expired time, will not because special circumstances such as server has been hung suddenly and Lock is caused to always exist, user can not re-request after server resets.
As shown in Fig. 2, the invention also discloses the devices of background request anti-replay, comprising: definition unit 10 is received and intercepted Unit 20, processing unit 30, judging unit 40, execution unit 50 and return unit 60;
The definition unit 10 is explained for defining an anti-repetition from the background, comprising locking keyword in the note;
The reception interception unit 20 is requested for front end receiver user, and is intercepted to request;
The processing unit 30 carries out locking processing for request of the backstage to interception, and expired time is arranged;
The judging unit 40, for judging whether locking processing succeeds;
The execution unit 50 for executing user's request, and discharges locking;
The return unit 60 for not executing user's request, and returns to specific coding to front end.
Wherein, in the definition unit 10, " the locking keyword " is phone number or the active user of active user The input code of upload.
Further, the cell-phone number that locking keyword generally obtains active user is used for one user of uniquely tagged, can also With the input code uploaded using active user, if user does not upload input code, the cell-phone number for obtaining active user is defaulted, therefore User after login can not pass, and the user before login needs to upload cell-phone number.
Wherein, described " when carrying out locking processing to the request of interception from the background, and being arranged expired in the processing unit 30 Between " it include: that the request of interception is carried out plus keyword is locked by locking processing using redis database mode;When described expired Between be 200-300 seconds.
Wherein, in the return unit 60, " do not execute user's request, and return to specific coding to front end " includes: User's request is not executed, and user's request is shielded;The specific coding is not execute operation code.
It should be noted that it is apparent to those skilled in the art that, above-mentioned background request anti-replay The specific implementation process of device and each unit, can be with reference to the corresponding description in preceding method embodiment, for convenience of description With it is succinct, details are not described herein.
The device of above-mentioned background request anti-replay can be implemented as a kind of form of computer program, which can To be run in computer equipment as shown in Figure 3.
Referring to Fig. 3, Fig. 3 is a kind of schematic block diagram of computer equipment provided by the embodiments of the present application;The computer Equipment 500 can be terminal, be also possible to server, wherein terminal can be smart phone, tablet computer, laptop, Desktop computer, personal digital assistant and wearable device etc. have the electronic equipment of communication function.Server can be independent Server is also possible to the server cluster of multiple server compositions.
Refering to Fig. 3, which includes processor 502, memory and the net connected by system bus 501 Network interface 505, wherein memory may include non-volatile memory medium 503 and built-in storage 504.
The non-volatile memory medium 503 can storage program area 5031 and computer program 5032.The computer program 5032 include program instruction, which is performed, and processor 502 may make to execute a kind of side of background request anti-replay Method.
The processor 502 is for providing calculating and control ability, to support the operation of entire computer equipment 500.
The built-in storage 504 provides environment for the operation of the computer program 5032 in non-volatile memory medium 503, should When computer program 5032 is executed by processor 502, a kind of may make processor 502 to execute background request anti-replay method.
The network interface 505 is used to carry out network communication with other equipment.It will be understood by those skilled in the art that in Fig. 3 The structure shown, only the block diagram of part-structure relevant to application scheme, does not constitute and is applied to application scheme The restriction of computer equipment 500 thereon, specific computer equipment 500 may include more more or fewer than as shown in the figure Component perhaps combines certain components or with different component layouts.
It should be appreciated that in the embodiment of the present application, processor 502 can be central processing unit (Central Processing Unit, CPU), which can also be other general processors, digital signal processor (Digital Signal Processor, DSP), specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-made programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic Device, discrete gate or transistor logic, discrete hardware components etc..Wherein, general processor can be microprocessor or Person's processor is also possible to any conventional processor etc..
Those of ordinary skill in the art will appreciate that be realize above-described embodiment method in all or part of the process, It is that relevant hardware can be instructed to complete by computer program.The computer program includes program instruction, computer journey Sequence can be stored in a storage medium, which is computer readable storage medium.The program instruction is by the department of computer science At least one processor in system executes, to realize the process step of the embodiment of the above method.
Therefore, the present invention also provides a kind of storage mediums.The storage medium can be computer readable storage medium.This is deposited Storage media is stored with computer program, and wherein computer program includes program instruction, and described program instruction, which is worked as, to be executed by processor When can realize above-mentioned background request anti-replay method.
The storage medium can be USB flash disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), magnetic disk Or the various computer readable storage mediums that can store program code such as CD.
Those of ordinary skill in the art may be aware that list described in conjunction with the examples disclosed in the embodiments of the present disclosure Member and algorithm steps, can be realized with electronic hardware, computer software, or a combination of the two, in order to clearly demonstrate hardware With the interchangeability of software, each exemplary composition and step are generally described according to function in the above description.This A little functions are implemented in hardware or software actually, the specific application and design constraint depending on technical solution.Specially Industry technical staff can use different methods to achieve the described function each specific application, but this realization is not It is considered as beyond the scope of this invention.
In several embodiments provided by the present invention, it should be understood that disclosed device and method can pass through it Its mode is realized.For example, the apparatus embodiments described above are merely exemplary.For example, the division of each unit, only Only a kind of logical function partition, there may be another division manner in actual implementation.Such as multiple units or components can be tied Another system is closed or is desirably integrated into, or some features can be ignored or not executed.
The steps in the embodiment of the present invention can be sequentially adjusted, merged and deleted according to actual needs.This hair Unit in bright embodiment device can be combined, divided and deleted according to actual needs.In addition, in each implementation of the present invention Each functional unit in example can integrate in one processing unit, is also possible to each unit and physically exists alone, can also be with It is that two or more units are integrated in one unit.
If the integrated unit is realized in the form of SFU software functional unit and when sold or used as an independent product, It can store in one storage medium.Based on this understanding, technical solution of the present invention is substantially in other words to existing skill The all or part of part or the technical solution that art contributes can be embodied in the form of software products, the meter Calculation machine software product is stored in a storage medium, including some instructions are used so that a computer equipment (can be a People's computer, terminal or network equipment etc.) it performs all or part of the steps of the method described in the various embodiments of the present invention.
It is above-mentioned that technology contents of the invention are only further illustrated with embodiment, in order to which reader is easier to understand, but not It represents embodiments of the present invention and is only limitted to this, any technology done according to the present invention extends or recreation, by of the invention Protection.Protection scope of the present invention is subject to claims.

Claims (10)

1. the method for background request anti-replay, which comprises the following steps:
S1, backstage defines an anti-repetition and explains, comprising locking keyword in the note;
S2, front end receiver user request, and request is intercepted;
S3 carries out locking processing to the request of interception from the background, and expired time is arranged;
S4, judges whether locking processing succeeds;If so, into S5;If it is not, then entering S6;
S5 executes user's request, and discharges locking;
S6 does not execute user's request, and returns to specific coding to front end.
2. the method for background request anti-replay according to claim 1, which is characterized in that described " to lock and close in the S1 Key word " is the phone number of active user or the input code that active user uploads.
3. the method for background request anti-replay according to claim 2, which is characterized in that in the S3, described " backstage is right The request of interception carries out locking processing, and expired time is arranged " it include: to be added the request of interception using redis database mode Upper locking keyword carries out locking processing;The expired time is 200-300 seconds.
4. the method for background request anti-replay according to claim 1, which is characterized in that described " not execute in the S6 User's request, and specific coding is returned to front end " it include: not execute user's request, user's request is shielded;It is described specific It is encoded to and does not execute operation code.
5. the device of background request anti-replay characterized by comprising definition unit receives interception unit, and processing unit is sentenced Disconnected unit, execution unit and return unit;
The definition unit is explained for defining an anti-repetition from the background, comprising locking keyword in the note;
The reception interception unit is requested for front end receiver user, and is intercepted to request;
The processing unit carries out locking processing for request of the backstage to interception, and expired time is arranged;
The judging unit, for judging whether locking processing succeeds;
The execution unit for executing user's request, and discharges locking;
The return unit for not executing user's request, and returns to specific coding to front end.
6. the device of background request anti-replay according to claim 5, which is characterized in that described in the definition unit " locking keyword " is the phone number of active user or the input code that active user uploads.
7. the device of background request anti-replay according to claim 6, which is characterized in that described in the processing unit " carry out locking processing to the request of interception from the background, and expired time is arranged " includes: that will be intercepted using redis database mode Request plus lock keyword carry out locking processing;The expired time is 200-300 seconds.
8. the device of background request anti-replay according to claim 5, which is characterized in that described in the return unit " do not execute user's request, and return to specific coding to front end " includes: not execute user's request, and user's request is shielded; The specific coding is not execute operation code.
9. a kind of computer equipment, which is characterized in that the computer equipment includes memory and processor, on the memory It is stored with computer program, the processor is realized as described in any one of claim 1-4 when executing the computer program Background request anti-replay method.
10. a kind of storage medium, which is characterized in that the storage medium is stored with computer program, the computer program packet Program instruction is included, described program instruction can be realized when being executed by a processor such as backstage of any of claims 1-4 The method for requesting anti-replay.
CN201910790015.5A 2019-08-26 2019-08-26 Method, apparatus, computer equipment and the storage medium of background request anti-replay Pending CN110502527A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910790015.5A CN110502527A (en) 2019-08-26 2019-08-26 Method, apparatus, computer equipment and the storage medium of background request anti-replay

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910790015.5A CN110502527A (en) 2019-08-26 2019-08-26 Method, apparatus, computer equipment and the storage medium of background request anti-replay

Publications (1)

Publication Number Publication Date
CN110502527A true CN110502527A (en) 2019-11-26

Family

ID=68589471

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910790015.5A Pending CN110502527A (en) 2019-08-26 2019-08-26 Method, apparatus, computer equipment and the storage medium of background request anti-replay

Country Status (1)

Country Link
CN (1) CN110502527A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111324622A (en) * 2020-02-20 2020-06-23 中国建设银行股份有限公司 Resource first-aid-purchase processing method, device, equipment and storage medium
CN111400331A (en) * 2020-03-17 2020-07-10 吉林亿联银行股份有限公司 TiDB database-based processing method and device
CN111984427A (en) * 2020-07-09 2020-11-24 安徽工程大学 Non-intrusive Web system mutual exclusion lock implementation method
CN113114513A (en) * 2021-04-30 2021-07-13 平安普惠企业管理有限公司 Interface anti-reprocessing method, device, equipment and storage medium
CN113821277A (en) * 2020-06-29 2021-12-21 北京沃东天骏信息技术有限公司 Interface calling method and device, computer readable storage medium and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140237538A1 (en) * 2013-02-21 2014-08-21 International Business Machines Corporation Input prediction in a database access control system
CN108958948A (en) * 2018-06-19 2018-12-07 北京云枢网络科技有限公司 A kind of timer event processing method, database and timer
CN109271331A (en) * 2018-08-20 2019-01-25 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of log
CN109783333A (en) * 2018-12-13 2019-05-21 平安普惠企业管理有限公司 It repeats to click filter method, device, computer equipment and storage medium
CN110097330A (en) * 2019-03-27 2019-08-06 深圳市佰仟金融服务有限公司 A kind of service request processing method, device and computer readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140237538A1 (en) * 2013-02-21 2014-08-21 International Business Machines Corporation Input prediction in a database access control system
CN108958948A (en) * 2018-06-19 2018-12-07 北京云枢网络科技有限公司 A kind of timer event processing method, database and timer
CN109271331A (en) * 2018-08-20 2019-01-25 平安普惠企业管理有限公司 Generation method, device, computer equipment and the storage medium of log
CN109783333A (en) * 2018-12-13 2019-05-21 平安普惠企业管理有限公司 It repeats to click filter method, device, computer equipment and storage medium
CN110097330A (en) * 2019-03-27 2019-08-06 深圳市佰仟金融服务有限公司 A kind of service request processing method, device and computer readable storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111324622A (en) * 2020-02-20 2020-06-23 中国建设银行股份有限公司 Resource first-aid-purchase processing method, device, equipment and storage medium
CN111400331A (en) * 2020-03-17 2020-07-10 吉林亿联银行股份有限公司 TiDB database-based processing method and device
CN111400331B (en) * 2020-03-17 2023-05-30 吉林亿联银行股份有限公司 TiDB database-based processing method and device
CN113821277A (en) * 2020-06-29 2021-12-21 北京沃东天骏信息技术有限公司 Interface calling method and device, computer readable storage medium and electronic equipment
CN111984427A (en) * 2020-07-09 2020-11-24 安徽工程大学 Non-intrusive Web system mutual exclusion lock implementation method
CN111984427B (en) * 2020-07-09 2022-04-12 安徽工程大学 Non-intrusive Web system mutual exclusion lock implementation method
CN113114513A (en) * 2021-04-30 2021-07-13 平安普惠企业管理有限公司 Interface anti-reprocessing method, device, equipment and storage medium
CN113114513B (en) * 2021-04-30 2022-11-08 平安普惠企业管理有限公司 Interface anti-reprocessing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110502527A (en) Method, apparatus, computer equipment and the storage medium of background request anti-replay
US9280402B2 (en) System and method for updating a dual layer browser
CN108509523A (en) Structuring processing method, equipment and the readable storage medium storing program for executing of block chain data
US20160253158A1 (en) Backend custom code extensibility
US10218775B2 (en) Methods for servicing web service requests using parallel agile web services and devices thereof
CN109918191B (en) Method and device for preventing frequency of service request
EP1906308B1 (en) Method and system for managing by a controller a generic data lock to a data object
CN109271807A (en) The data safety processing method and system of database
CN112527414A (en) Front-end-based data processing method, device, equipment and storage medium
US20140068696A1 (en) Partial and risk-based data flow control in cloud environments
CN109739906A (en) A kind of report form generation method and system
CN112819638A (en) Transaction weight judging method, device, equipment and computer readable medium
CN112948467B (en) Data processing method and device, computer equipment and storage medium
US20150381516A1 (en) Resource access driven distributed transaction coordination system
CN112581257A (en) Dispute service management method, system, device and medium supporting different card organizations
US9275252B2 (en) Enhanced view compliance tool
CN103812822B (en) A kind of safety certifying method and system
CN115469841A (en) Request processing method and device applied to iOS terminal
WO2019070343A1 (en) Identifying and consenting to permissions for workflow and code execution
CN113761553A (en) Menu batch authorization method and device, electronic equipment and computer readable medium
CN113760487A (en) Service processing method and device
JP5074434B2 (en) Distributed processing system, distributed processing method, development support apparatus and development support method for distributed processing system
US9378225B2 (en) Core service build / deployment for hierarchical database
Ghazinour et al. A Privacy-aware Platform for Sharing Personal Information on Wearable Devices
CN114721740B (en) Message triggering method, device, equipment and storage medium

Legal Events

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

Application publication date: 20191126

RJ01 Rejection of invention patent application after publication