CN104899290A - Object management method - Google Patents

Object management method Download PDF

Info

Publication number
CN104899290A
CN104899290A CN201510305437.0A CN201510305437A CN104899290A CN 104899290 A CN104899290 A CN 104899290A CN 201510305437 A CN201510305437 A CN 201510305437A CN 104899290 A CN104899290 A CN 104899290A
Authority
CN
China
Prior art keywords
sum
user
request
database table
mark
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.)
Granted
Application number
CN201510305437.0A
Other languages
Chinese (zh)
Other versions
CN104899290B (en
Inventor
邓波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510305437.0A priority Critical patent/CN104899290B/en
Publication of CN104899290A publication Critical patent/CN104899290A/en
Application granted granted Critical
Publication of CN104899290B publication Critical patent/CN104899290B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/43Querying

Landscapes

  • Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

The invention relates to an object management method for deducting the residual number of objects requested by a user. The method includes: acquiring the total number, total used number and last user information of the objects from a database table according to the identification of the objects; if the difference delta of the total number of the objects and the total used number of the objects is larger than 0, updating the total used number as the sum of the total used number and user request number n, and using the identification of the user and the time stamps of the objects requested by the user to update the last user information; inquiring the updated total used number from the database table according to the identification of the objects and the updated last user information; if the updated total used number is inquired and the difference m of the total used number and the total number of the objects is larger than 0, updating the total used number in the database table as the difference of the total used number and m, and returning a request success message which includes information indicating the request number as n-m to the user.

Description

Method for managing object
Technical field
Embodiments of the invention relate to Object Management group, are specifically related to based on the last method and apparatus using the remainder of user profile to object to reduce.
Background technology
In Object Management group field, need the remainder of reducing object when user's request object, and need the remainder of reduction object when user cancels request.In order to realize the adjustment of object smoothly, in the prior art, proposing two schemes, relating to and object related parameter is stored in a table or a buffer memory, when needs regulating object, relevant field or attribute being modified.Particularly, in the first scheme, the mark of object and remainder are stored in database table as a record, whenever user's request object, first inquire about according to object identity and judge whether remainder enough reduces, and then upgrading remainder; When user cancels request, according to object identity reduction remainder.In first scheme, using object identity, object sum, be stored in database table with sum as a record, whenever user's request object, first inquire about according to object identity and judge object sum and whether enough reduce by the difference of sum, and then renewal uses sum; When user cancels request, use sum according to object identity reduction.
But, the first scheme and first scheme all exist may cause remainder be negative (that is, with sum exceeded object sum or be called object excess deduction) problem.The first scheme judges when reducing remainder whether remainder is more than or equal to number of request, and first scheme judges whether be less than or equal to object sum by sum and number of request sum.But two schemes all exist a common problem, namely when there is reduction remainder and reduce the situation of remainder simultaneously, object excess deduction and remainder object may be there is but user cannot ask situation about using.
Such as, when the remainder of object be 20, the number of request of thread A be 15 and the number of request of thread B is 10 time, following several situation may be there is: remainder is 5 (thread A reduces successfully, and then thread B judges that not therefore remainder reduces unsuccessfully); Remainder is 10 (thread B reduces successfully, and then thread A judges that not therefore remainder reduces unsuccessfully); And remainder is for-5 (thread A judges that remainder is enough reduced, and thread B judges that remainder is enough reduced, and then thread A and thread B carries out object respectively and reduces).In addition, if now there is thread C reduction remainder, then situation can be more complicated.
In order to solve the problem of the object excess deduction that may occur, propose the method for carrying out successively training in rotation by increasing a field in the prior art.In the method, first inquire about remainder, then thread carries out object and reduces one by one.In the method, may need to upgrade repeatedly database, that is, repeatedly write operation be carried out to database.But this mode performance is lower and resource consumption is larger.
Therefore, in Object Management group, when to there is multiple user's request object and cancel request simultaneously, because the concurrent probability occurring object excess deduction when reducing and reduce remainder that causes is very high, make user after request object, be apprised of the appearance of the situation not having object.In order to solve object excess deduction and remainder object but user cannot ask the problem that uses, need to propose a kind of simple and practical mode to stop the appearance of object excess deduction and to make full use of residue object, thus the higher Object Management group efficiency of realization consumes less resource simultaneously.
Summary of the invention
In view of one or more problem of the prior art, the method and apparatus that the remainder proposing a kind of object for asking user is reduced, can solve in prior art and there is object excess deduction and remainder object but the problem that cannot ask of user.
In one aspect of the invention, the method that the remainder proposing a kind of object for asking user is reduced, described method comprises:
According to the mark of described object obtain from database table object sum, with sum and finally use user profile;
If described object sum is greater than 0 with the difference delta of sum with described, then be updated to described the number of request n sum using sum and described user with sum, and use the timestamp of the mark of described user and described user's request object to upgrade described last use user profile;
Sum is used after inquire about renewal according to the mark of described object and the last use user profile after upgrading from described database table; And
0 is greater than with the difference m that sum is total with described object with sum and after upgrading after renewal if inquired, then being updated to sum in described database table is used difference that is total and m, and return request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n-m.
Preferably, before obtain object sum, use sum and last use user profile from database table according to the mark of described object, described method also comprises:
Creation database table, described database table comprise mark, object sum, with total and finally use user profile.
Preferably, described method also comprises: if delta is less than or equal to 0, then do not carry out object and reduce, and return request failure message to described user.
Preferably, described method also comprises: use sum if do not inquired after renewal, then do not upgrade described database table, and return request success message to described user, and described request success message comprises and indicates the number of request of described user to be the information of n.
Preferably, described method also comprises: if m is less than or equal to 0, then do not upgrade described database table, and returns request success message to described user, and described request success message comprises and indicates the number of request of described user to be the information of n.
Preferably, described last use user profile comprises the last timestamp using user ID and last use user request object.
Preferably, from database table, obtain object sum according to the mark of described object, comprise by sum and the last user profile that uses:
The inquiry mark identical with the mark of described object from described database table, and according to the mark inquired obtains from described database table the object corresponding with described object total, with total and finally use user profile.
In another aspect of the present invention, the device that the remainder proposing a kind of object for asking user is reduced, described device comprises:
For obtaining object sum from database table according to the mark of described object, by sum and the last module using user profile;
If be greater than 0 with the difference delta of sum for described object sum with described, then be updated to described the number of request n sum using sum and described user with sum, and use the timestamp of the mark of described user and described user's request object to upgrade the module of described last use user profile;
For inquiring about the module using sum after upgrading according to the mark of described object and the last use user profile after upgrading from described database table; And
If with difference m that sum with described object total be greater than 0 with sum and after upgrading for inquiring after renewal, then being updated to sum in described database table is used difference that is total and m, and return the module of request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n-m.
Preferably, described device also comprises:
For the module of creation database table, described database table comprise mark, object sum, with total and finally use user profile.
Preferably, described device also comprises:
If be less than or equal to 0 for delta, then do not carry out object and reduce, and return the module of request failure message to described user.
Preferably, described device also comprises:
If use sum for not inquiring after renewal, then do not upgrade described database table, and return the module of request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n.
Preferably, described device also comprises:
If be less than or equal to 0 for m, then do not upgrade described database table, and return the module of request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n.
Preferably, described last use user profile comprises the last timestamp using user ID and last use user request object.
Preferably, for obtaining object sum according to the mark of described object from database table, comprising by sum and the last module of user profile that uses:
For the mark that inquiry from described database table is identical with the mark of described object, and from described database table, obtain the object sum corresponding with described object, by sum and the module finally using user profile according to the mark inquired.
Adopt this programme, only need to increase by one in database table and finally use user information field, first judge whether remainder in addition at every turn before reducing remainder, then directly deduct number of request, judge whether occur object excess deduction situation in database, finally return true discount subtrahend again.Stopped the situation occurring object excess deduction so completely, also can not cause user ask successfully after and there is no the appearance of object situation, thus realize higher Object Management group efficiency and consume less resource simultaneously.
Accompanying drawing explanation
In order to understand the present invention better, will be described embodiments of the invention according to the following drawings:
Fig. 1 shows according to the embodiment of the present invention for reducing the process flow diagram of the method for remainder based on last use user profile; And
Fig. 2 shows according to the embodiment of the present invention for reducing the schematic diagram of the system of remainder based on last use user profile.
Accompanying drawing does not show all circuit of embodiment or structure.The Reference numeral running through institute's drawings attached identical represents same or analogous parts or feature.
Embodiment
To specific embodiments of the invention be described in detail below, it should be noted that the embodiments described herein is only for illustrating, is not limited to the present invention.In the following description, in order to provide thorough understanding of the present invention, a large amount of specific detail has been set forth.But, those of ordinary skill in the art be it is evident that: these specific detail need not be adopted to carry out the present invention.In other instances, in order to avoid obscuring the present invention, do not specifically describe known circuit, material or method.
In whole instructions, " embodiment ", " embodiment ", " example " or mentioning of " example " are meaned: the special characteristic, structure or the characteristic that describe in conjunction with this embodiment or example are at least one embodiment of the invention involved.Therefore, the phrase " in one embodiment " occurred in each place of whole instructions, " in an embodiment ", " example " or " example " differ to establish a capital and refer to same embodiment or example.In addition, can with any suitable combination and/or sub-portfolio by specific feature, structure or property combination in one or more embodiment or example.In addition, it should be understood by one skilled in the art that the accompanying drawing provided at this is all for illustrative purposes, and accompanying drawing is not necessarily drawn in proportion.Term "and/or" used herein comprises any and all combinations of one or more relevant project listed.
Below, the method being used for reducing remainder based on last use user profile is described with reference to Fig. 1.
First, in step 101, creation database table, this database table comprises the mark of object, object sum, with sum, finally use the attribute such as user profile, described attribute is relation one to one.A mark is corresponding with a concrete object.Illustrate, object can be bandwidth, capacity, product etc.When object is product, keeper unit (the Stocking Keeping Unit be designated corresponding to product of object, sku), and comprise with properties, such as product type, product type, product colour, product size, product internal memory, product function, product capacity etc.User profile is finally used to comprise the last timestamp using user ID and finally use user's request object.This timestamp can be as accurate as millisecond.
Then, in step 102, the mark corresponding to the object of user's request obtains object sum, with total and finally use user profile from database table.Particularly, the inquiry mark identical with the mark of the object that user ask from database table, and according to the mark inquired obtain from database table the object corresponding with object total, with total and finally use user profile." request " herein can be different according to object, and such as, when object is bandwidth, request object can be understood as request utilized bandwidth, and when object is product, request object can be understood as request and buys product.
Next, in step 103, judge the object sum of acquisition and whether be greater than 0 with the difference delta of sum.If delta is less than or equal to 0, then in step 104, do not carry out object and reduce, and return request failure message to user.
If delta is greater than 0, then in step 105, will be updated to the number of request n sum using total salenum and user with total salenum, and use the timestamp of the mark of user and user's request object to upgrade and finally use user profile.Then, in step 106, after inquire about renewal according to the mark of object and the last use user profile after upgrading from database table, use sum.
Use sum (such as if do not inquired after renewal, this also may cause database table again to be upgraded due to another user at request object), then in step 107, do not upgrade database table, and return request success message to user, the number of request that this request success message comprises indicating user is the information of n.
Use sum if inquired after renewal, then in step 108, judge whether be greater than 0 with the difference m that sum is total with object after upgrading.If m is less than or equal to 0, then in step 109, do not upgrade database table, and return request success message to user, the number of request that this request success message comprises indicating user is the information of n.If m is greater than 0, then in step 110, being updated to sum in database table is used difference that is total and m, and returns request success message to user, the number of request that this request success message comprises indicating user is the information of n-m.
Below, will be that user asks the product bought to be example with object, the method for reducing remainder based on last use user profile will be described in detail.
Assuming that the user of thread A asks purchase 5 products, and the object of the product obtained from database table in a step 102 adds up to 20 and with ading up to 10.In step 103, calculate object sum and be 10 by total difference, be greater than 0, therefore in step 105, will be updated to 15 with sum, and be the information of the user of thread A by last purchaser's information updating.If now the user of thread B asks purchase 3 products, and will be updated to 18 with sum by step 102 to step 105, and by the information that last purchaser's information updating is the user of thread B, then in step 106, after the user of thread A cannot inquire renewal from database table, use sum, therefore in step 107, for the user of thread A, do not upgrade database table, and return purchase success message to the user of thread A, the purchase number of the user of this message instruction thread A is 5.For the user of thread B, because last purchaser's information has been updated to the information of the user of thread B, therefore in step 106, after the user of thread B inquires renewal from database table, use sum.Then, in step 108, judge that m is as-2, is less than 0, therefore in step 109, do not upgrade database table, and return purchase success message to the user of thread B, the purchase number of the user of this message instruction thread B is 3.
In another example, assuming that the user of thread A asks purchase 5 products, and the object of the product obtained from database table in a step 102 adds up to 20 and with ading up to 10.In step 103, calculate object sum and be 10 by total difference, be greater than 0, therefore in step 105, will be updated to 15 with sum, and be the information of the user of thread A by last purchaser's information updating.If now the user of thread B asks purchase 6 products, and will be updated to 21 with sum by step 102 to step 105, and by the information that last purchaser's information updating is the user of thread B, then in step 106, after the user of thread A cannot inquire renewal from database table, use sum, therefore in step 107, for the user of thread A, do not upgrade database table, and return purchase success message to the user of thread A, the purchase number of the user of this message instruction thread A is 5.For the user of thread B, because last purchaser's information has been updated to the information of the user of thread B, therefore in step 106, after the user of thread B inquires renewal from database table, use sum.Then, in step 108, judge that m is 1, be greater than 0, therefore in step 110, will be updated to 20 with sum, and return purchase success message to the user of thread B in database table, the purchase number of the user of this message instruction thread B is 5.
By said process, achieve and ask the remainder of product bought to be reduced based on last purchaser's information to user, avoid the situation occurring product excess deduction, also can not cause user buy successfully after and there is no the appearance of product situation.
Fig. 2 shows for finally using user profile to reduce the schematic diagram of the system 200 of remainder based on object.System 200 comprises processor 210, such as, and digital signal processor (DSP).Processor 210 can be the individual unit of different actions for performing process described herein or multiple unit.System 200 can also comprise I/O (I/O) unit 230, for sending signal from other entity Received signal strength or to other entities.
In addition, system 200 comprises storer 220, and this storer 220 can have following form: non-volatile or volatile memory, such as, and Electrically Erasable Read Only Memory (EEPROM), flash memory etc.Storer 220 stores computer-readable instruction, and when processor 210 performs this computer-readable instruction, this computer-readable instruction makes processor 210 perform action as herein described.
Above detailed description, by using schematic diagram, process flow diagram and/or example, has set forth numerous embodiments of inspection method and system.When this schematic diagram, process flow diagram and/or example comprise one or more function and/or operation, it will be understood by those skilled in the art that each function in this schematic diagram, process flow diagram or example and/or operation can by various structure, hardware, software, firmware or in fact their combination in any come to realize separately and/or jointly.In one embodiment, some parts of theme described in embodiments of the invention can be realized by special IC (ASIC), field programmable gate array (FPGA), digital signal processor (DSP) or other integrated forms.But, those skilled in the art will recognize that, some aspects of embodiment disclosed herein can realize in integrated circuits on the whole or partly equally, be embodied as one or more computer programs of running on one or more computing machine (such as, be embodied as the one or more programs run in one or more computer system), be embodied as one or more programs of running on the one or more processors (such as, be embodied as the one or more programs run on one or more microprocessor), be embodied as firmware, or be embodied as in fact the combination in any of aforesaid way, and those skilled in the art are according to the disclosure, the ability of design circuit and/or write software and/or firmware code will be possessed.In addition, those skilled in the art will recognize that, the mechanism of theme described in the disclosure can be distributed as the program object of various ways, and regardless of the actual particular type of signal bearing medium being used for performing distribution, the exemplary embodiment of theme described in the disclosure is all applicable.The example of signal bearing medium includes but not limited to: recordable-type media, as floppy disk, hard disk drive, compact-disc (CD), digital universal disc (DVD), numerical tape, computer memory etc.; And transmission type media, as numeral and/or analogue communication medium (such as, optical fiber cable, waveguide, wired communications links, wireless communication link etc.).
Although exemplary embodiment describe the present invention with reference to several, should be appreciated that term used illustrates and exemplary and nonrestrictive term.Spirit or the essence of invention is not departed from because the present invention can specifically implement in a variety of forms, so be to be understood that, above-described embodiment is not limited to any aforesaid details, and explain widely in the spirit and scope that should limit in claim of enclosing, therefore fall into whole change in claim or its equivalent scope and remodeling and all should be claim of enclosing and contained.

Claims (14)

1., for the method that the remainder of the object of asking user is reduced, described method comprises:
According to the mark of described object obtain from database table object sum, with sum and finally use user profile;
If described object sum is greater than 0 with the difference delta of sum with described, then be updated to described the number of request n sum using sum and described user with sum, and use the timestamp of the mark of described user and described user's request object to upgrade described last use user profile;
Sum is used after inquire about renewal according to the mark of described object and the last use user profile after upgrading from described database table; And
0 is greater than with the difference m that sum is total with described object with sum and after upgrading after renewal if inquired, then being updated to sum in described database table is used difference that is total and m, and return request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n-m.
2. method according to claim 1, wherein, before obtain object sum, use sum and last use user profile from database table according to the mark of described object, described method also comprises:
Creation database table, described database table comprise mark, object sum, with total and finally use user profile.
3. method according to claim 1, also comprises:
If delta is less than or equal to 0, does not then carry out object and reduce, and return request failure message to described user.
4. method according to claim 1, also comprises:
Use sum if do not inquired after renewal, then do not upgrade described database table, and return request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n.
5. method according to claim 1, also comprises:
If m is less than or equal to 0, then do not upgrade described database table, and return request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n.
6. method according to any one of claim 1 to 5, wherein, described last use user profile comprises the last timestamp using user ID and last use user request object.
7. method according to any one of claim 1 to 5, wherein, obtains object sum according to the mark of described object, comprises by sum and the last user profile that uses from database table:
The inquiry mark identical with the mark of described object from described database table, and according to the mark inquired obtains from described database table the object corresponding with described object total, with total and finally use user profile.
8., for the device that the remainder of the object of asking user is reduced, described device comprises:
For obtaining object sum from database table according to the mark of described object, by sum and the last module using user profile;
If be greater than 0 with the difference delta of sum for described object sum with described, then be updated to described the number of request n sum using sum and described user with sum, and use the timestamp of the mark of described user and described user's request object to upgrade the module of described last use user profile;
For inquiring about the module using sum after upgrading according to the mark of described object and the last use user profile after upgrading from described database table; And
If with difference m that sum with described object total be greater than 0 with sum and after upgrading for inquiring after renewal, then being updated to sum in described database table is used difference that is total and m, and return the module of request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n-m.
9. device according to claim 8, also comprises:
For the module of creation database table, described database table comprise mark, object sum, with total and finally use user profile.
10. device according to claim 8, also comprises:
If be less than or equal to 0 for delta, then do not carry out object and reduce, and return the module of request failure message to described user.
11. devices according to claim 8, also comprise:
If use sum for not inquiring after renewal, then do not upgrade described database table, and return the module of request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n.
12. devices according to claim 8, also comprise:
If be less than or equal to 0 for m, then do not upgrade described database table, and return the module of request success message to described user, described request success message comprises and indicates the number of request of described user to be the information of n.
Device according to any one of 13. according to Claim 8 to 12, wherein, described last use user profile comprises the last timestamp using user ID and last use user request object.
Device according to any one of 14. according to Claim 8 to 12, wherein, for obtaining object sum according to the mark of described object from database table, comprising by sum and the last module of user profile that uses:
For the mark that inquiry from described database table is identical with the mark of described object, and from described database table, obtain the object sum corresponding with described object, by sum and the module finally using user profile according to the mark inquired.
CN201510305437.0A 2015-06-05 2015-06-05 Method for managing object Active CN104899290B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510305437.0A CN104899290B (en) 2015-06-05 2015-06-05 Method for managing object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510305437.0A CN104899290B (en) 2015-06-05 2015-06-05 Method for managing object

Publications (2)

Publication Number Publication Date
CN104899290A true CN104899290A (en) 2015-09-09
CN104899290B CN104899290B (en) 2018-12-21

Family

ID=54031952

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510305437.0A Active CN104899290B (en) 2015-06-05 2015-06-05 Method for managing object

Country Status (1)

Country Link
CN (1) CN104899290B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108696472A (en) * 2017-04-05 2018-10-23 北京京东尚科信息技术有限公司 request processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1395201A (en) * 2001-07-06 2003-02-05 博客来数位科技股份有限公司 Immediate display management system for on-line comodity stocks and its method
CN1760898A (en) * 2004-10-11 2006-04-19 佛山市顺德区顺达电脑厂有限公司 Method for planning demand on materials
CN101165714A (en) * 2006-10-19 2008-04-23 国际商业机器公司 Method and system for enforcing stock counting
CN104636933A (en) * 2015-02-11 2015-05-20 广州唯品会信息科技有限公司 Method and device for positioning oversell reasons of e-commerce website

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1395201A (en) * 2001-07-06 2003-02-05 博客来数位科技股份有限公司 Immediate display management system for on-line comodity stocks and its method
CN1760898A (en) * 2004-10-11 2006-04-19 佛山市顺德区顺达电脑厂有限公司 Method for planning demand on materials
CN101165714A (en) * 2006-10-19 2008-04-23 国际商业机器公司 Method and system for enforcing stock counting
CN104636933A (en) * 2015-02-11 2015-05-20 广州唯品会信息科技有限公司 Method and device for positioning oversell reasons of e-commerce website

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108696472A (en) * 2017-04-05 2018-10-23 北京京东尚科信息技术有限公司 request processing method and device
CN108696472B (en) * 2017-04-05 2021-05-25 北京京东尚科信息技术有限公司 Request processing method and device

Also Published As

Publication number Publication date
CN104899290B (en) 2018-12-21

Similar Documents

Publication Publication Date Title
US9129699B2 (en) Semiconductor storage apparatus and method including executing refresh in a flash memory based on a reliability period using degree of deterioration and read frequency
CN109741087A (en) The management method and device of electronic coupons
CN103458052A (en) Resource scheduling method and device based on IaaS cloud platform
US10642838B2 (en) Real-time or event-based analysis of process data
CN111105134A (en) Material demand plan calculation method and platform, electronic device and storage medium
CN109583921A (en) Advertising budget acquisition methods, device, storage medium and processor
CN104750620A (en) Memory migration method and device
JP5791121B2 (en) Cost calculation apparatus, cost calculation method, and program
US11204967B2 (en) Computer system transaction processing
CN102024051B (en) Data updating method for distributed memory database
CN111222972A (en) Account checking and clearing method and device
CN104899290A (en) Object management method
CN112930524A (en) Source driven job dependency assessment
US20200234352A1 (en) Data Storage Device, Method and System, and Control of Data Storage Device Based on Writing Operations and Lifetime
CN117389472A (en) Cold and hot data migration method and system for transaction data
CN112860779B (en) Batch data importing method and device
US20180039517A1 (en) Load distribution system, apparatus, and method
US20140188706A1 (en) Correctable pre-payment for database services
Chen et al. Multiseason production planning under export quotas
CN108595488B (en) Data migration method and device
CN112581277A (en) Data processing method and device
CN112286572A (en) Configuration method and device of business process
CN111694506A (en) Method and device for determining total capacity of magnetic disk, magnetic disk and machine-readable storage medium
CN111161019B (en) Data processing system and method
CN112732669B (en) Data processing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant