WO2017201968A1 - 商品库存的校验方法及校验系统 - Google Patents
商品库存的校验方法及校验系统 Download PDFInfo
- Publication number
- WO2017201968A1 WO2017201968A1 PCT/CN2016/104277 CN2016104277W WO2017201968A1 WO 2017201968 A1 WO2017201968 A1 WO 2017201968A1 CN 2016104277 W CN2016104277 W CN 2016104277W WO 2017201968 A1 WO2017201968 A1 WO 2017201968A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- verification
- commodity
- inventory
- time
- merchandise
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/08—Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/08—Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
- G06Q10/087—Inventory or stock management, e.g. order filling, procurement or balancing against orders
Definitions
- the present patent application relates to the field of information processing technology, and in particular, to a method and a verification system for verifying commodity inventory.
- the information of each commodity in the electronic mall cannot be separated from the support of a powerful background processing system.
- Product inventory as an important commodity information
- the background processing system needs to periodically check whether the inventory of each commodity is insufficient, when the inventory is insufficient, it is necessary to promptly remind the merchant to replenish the goods. Due to the real-time changes in the sales volume of goods in the electronic mall, at present, the verification of the goods inventory is basically once a day; and each time the check is performed, the inventory of each product is separately verified.
- the purpose of some embodiments of the present invention is to provide a method for verifying goods inventory and a verification system, so that the verification of the product inventory is faster, and the processing burden is reduced; and the processing speed due to the increasing number of products is avoided. Slow and increased processing burden.
- an embodiment of the present invention provides a method for verifying a commodity inventory, which is applied to a terminal, including: after the last verification is completed, the last verification time is recorded; if it is determined that the school is received And determining, by the request, the at least one commodity that meets the preset condition; wherein the preset condition comprises: the inventory update time of the commodity is later than the last verification time; and verifying the inventory of the commodity.
- An embodiment of the present invention further provides a product inventory verification system, including: a commodity storage unit, a verification time recording unit, a commodity acquisition unit, and a verification unit; the commodity storage unit is configured to store each commodity and each commodity The inventory and the inventory update time of each commodity; the verification time recording unit is configured to record the last verification time after the last verification is completed; the commodity acquisition unit is configured to determine whether the verification request is received If the current verification request is received, the commodity acquiring unit is further configured to acquire at least one commodity that meets the preset condition; wherein the preset condition includes: the inventory update time of the commodity is later than the The last verification time; the verification unit is used to verify the inventory of the commodity.
- Embodiments of the present invention also provide a terminal comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory is stored for execution by the at least one processor An instruction executed by the at least one processor to enable the at least one processor to perform the verification method of the commodity inventory described above.
- Embodiments of the present invention also provide a non-volatile computer storage medium storing computer-executable instructions that perform the verification method of the above-described merchandise inventory.
- Embodiments of the present invention also provide a computer program capable of implementing the above-mentioned commodity inventory school Test method.
- the embodiment of the present invention only the items whose inventory update time is later than the last check time are verified at each inventory check. That is, when the inventory of the product is updated, the inventory update time is automatically saved; when the inventory update time of the product is later than the last verification time, it indicates that the inventory of the product changes after the last verification; anyway, there is no change; Therefore, each time the verification is performed, only the goods whose inventory update time is later than the last verification time are verified, so that the verification of the product inventory can be made faster, and the processing burden is reduced; avoiding the increasing number of products. The resulting processing speed is slowed down and the processing load is increased.
- the method before determining that the verification request is received, the method further includes: copying the commodity that meets the preset condition to a preset verification temporary storage area; and acquiring the predetermined condition
- the commodity is obtained from the verification temporary storage area. That is, the product that meets the preset condition is placed in a preset storage area (checking the temporary storage area), thereby facilitating subsequent acquisition of the current to be verified directly from the preset storage area (checking temporary storage area).
- Commodities avoiding the need to compare the inventory update time of each item to obtain each item that meets the preset conditions; thus further accelerating inventory verification.
- the method before or after verifying the inventory of the item, further includes: clearing the item in the verification buffer. After the verification is completed, the goods in the verification temporary storage area are immediately cleared, so that the verification temporary storage area can temporarily store the goods to be verified next time. That is, the verification temporary storage area stores only the commodities that need to be verified next, so that the verification temporary storage area occupies a small storage space and is repeatedly used.
- copying the product into the preset verification temporary storage area specifically includes: binding the inventory of the commodity to the verification temporary storage area together with the commodity. Therefore, the inventory of each commodity and each commodity can be directly obtained from the verification temporary storage area; and the inventory of each commodity is not obtained from the main storage area after the commodities obtained by verifying the temporary storage area, thereby further accelerating the inventory check.
- FIG. 1 is a flow chart showing a method of verifying a stock of goods according to a first embodiment of the present invention
- FIG. 2 is a flow chart showing a method of verifying a stock of goods according to a second embodiment of the present invention
- FIG. 3 is a block diagram of a verification system for a merchandise inventory in accordance with a third embodiment of the present invention.
- FIG. 4 is a block diagram of a verification system for a merchandise inventory in accordance with a fourth embodiment of the present invention.
- FIG. 5 is a block diagram of a verification system for a merchandise inventory in accordance with a fifth embodiment of the present invention.
- Fig. 6 is a block diagram showing the hardware configuration of a method for verifying the stock of goods in accordance with the eighth embodiment of the present invention.
- a first embodiment of the present invention relates to a method of verifying a stock of goods, which is applied to a terminal.
- the verification system of the commodity inventory in the embodiment, the inventory of each commodity is stored, and the system can update the inventory of each commodity in time according to the operation of the consumer, such as placing an order and returning a bill.
- the inventory verification system of the commodity inventory needs to periodically check the inventory of each commodity, determine whether there is a commodity with insufficient inventory, and promptly remind the merchant to replenish the goods; the inventory verification is, for example, checked once a day.
- FIG. 1 it is a flowchart of a method for verifying a stock of goods according to the first embodiment of the present invention, and specific steps are explained below.
- Step 101 After the last verification is completed, the last verification time is recorded.
- the verification system of the commodity inventory may periodically receive the verification request from the outside, or generate a verification request internally by itself; thereby periodically verifying the inventory of each commodity stored therein to determine whether the inventory is insufficient; The period is, for example, one day.
- the verification time will be recorded, that is, as described in this step, when the last verification is completed, the last verification time is recorded.
- Step 102 Determine whether the verification request is received. If yes, go to step 103; if no, go back to step 102.
- the verification system of the commodity inventory determines whether the verification request received by the external transmission or internally generated is received.
- Step 103 Acquire at least one commodity that meets a preset condition; wherein the preset condition includes: an inventory update time of the commodity is later than the last verification time.
- the product inventory verification system updates the inventory of each product in time according to the operation information such as the user order and the return order, and records the inventory update time.
- the inventory update time of each product is compared with the last verification time of the record, and the item whose inventory update time is later than the last verification time is obtained, that is, the acquisition is obtained.
- the inventory update time of the product is later than the last verification time, which can be understood as: the order is placed and the refund is made by the consumer within a timing period after the last verification is completed until the start of the verification. Or the replenishment of the merchant, etc., causes the inventory of the merchandise to change. Conversely, if the inventory update time of the product is earlier than the last verification time, it indicates that the product has been verified at the time of the last inventory verification, and after the last verification, the inventory of the product is not Has changed.
- Step 104 Verify the inventory of the commodity.
- an inventory threshold is pre-set in the verification system of the commodity inventory, and each commodity obtained is obtained.
- the inventory is compared with the inventory threshold; if the inventory of an item is less than the inventory threshold, it means that the inventory of the commodity is insufficient; thus, a prompt message may be generated to notify the relevant personnel to replenish the goods in time.
- a second embodiment of the present invention relates to a method of verifying a stock of goods.
- the second embodiment is an improvement on the basis of the first embodiment.
- the main improvement is that in the second embodiment of the present invention, the commodity satisfying the preset condition is temporarily stored in the verification temporary storage area, thereby facilitating subsequent direct
- the preset storage area (checking temporary storage area) acquires the goods to be verified at present; avoiding the need to compare the inventory update time of each commodity one by one to obtain each commodity satisfying the preset condition; thereby further accelerating the inventory school Test.
- the products in the verification temporary storage area are also cleared. That is, the check buffer area stores only the items that need to be verified next; thus, the check buffer area can occupy a small storage space and be reused.
- FIG. 2 it is a flowchart of a method for verifying a product inventory according to a second embodiment of the present invention; wherein, step 201, steps 203 to 205 are respectively the same as steps 101 to 104 in the first embodiment; Steps 202 and 206 are added in the embodiment, as follows:
- Step 202 Copy the commodity that meets the preset condition to the preset verification temporary storage area.
- the item whose inventory update time is later than the last check time is copied to the check temporary storage area.
- the inventory of the commodity is bound to the commodity to be copied to the verification buffer. Therefore, the inventory of each commodity and each commodity can be directly obtained from the verification temporary storage area; and the inventory of each commodity is not obtained from the main storage area after the commodities obtained by verifying the temporary storage area, thereby further accelerating the inventory check.
- Step 206 Clear the goods in the verification temporary storage area.
- the verification temporary storage area stores only the commodities that need to be verified next, so that the verification temporary storage area occupies a small storage space and is repeatedly used.
- a third embodiment of the present invention relates to a verification system for a merchandise inventory, as shown in FIG.
- the product inventory verification system of the present embodiment includes: a commodity storage unit, a verification time recording unit, a commodity acquisition unit, and a verification unit.
- the product storage unit is configured to store each item, an inventory of each item, and an inventory update time of each item.
- the verification time recording unit is configured to record the last verification time after the last verification is completed.
- the commodity obtaining unit is configured to determine whether the current verification request is received; if the current verification request is received, the commodity acquiring unit is further configured to acquire at least one commodity that meets a preset condition; wherein The preset condition includes: the inventory update time of the commodity is later than the last verification time.
- the verification unit is configured to verify an inventory of the commodity.
- the embodiment is a system embodiment corresponding to the first embodiment, and the embodiment can be implemented in cooperation with the first embodiment.
- the related technical details mentioned in the first embodiment are still effective in this embodiment, and are not described herein again in order to reduce repetition. Accordingly, the related art details mentioned in the embodiment can also be applied to the first embodiment.
- each module involved in this embodiment is a logic module.
- a logical unit may be a physical unit or a part of a physical unit. It can also be implemented in a combination of multiple physical units.
- the unit which is not closely related to solving the technical problem proposed by the present invention is not introduced in this embodiment, but this does not mean that there are no other units in this embodiment.
- a fourth embodiment of the present invention relates to a product inventory verification system, as shown in FIG.
- the fourth embodiment is an improvement on the basis of the third embodiment, and the main improvement is that, in the fourth embodiment of the present invention, the commodity storage unit includes a check temporary storage area and a main storage area; It stores the stocks of each product, each item, and the stock update time of each item.
- the merchandise inventory verification system further includes a merchandise mobile unit; the merchandise mobile unit is coupled to the merchandise storage unit.
- the commodity moving unit is configured to copy the commodity that meets the preset condition from the primary storage area to the verification temporary storage area.
- the commodity acquiring unit is configured to acquire the commodity from the verification temporary storage area.
- the product that meets the preset condition is placed in a preset storage area (checking the temporary storage area), thereby facilitating subsequent acquisition of the current storage area directly from the preset storage area (checking temporary storage area).
- Checked goods avoid the need to compare the inventory update time of each item to obtain each item that meets the preset conditions; thus further speeding up inventory verification.
- the commodity moving unit binds the inventory of the commodity to the verification temporary storage area together with the commodity. Therefore, the inventory of each commodity and each commodity can be directly obtained from the verification temporary storage area; and the inventory of each commodity is not obtained from the main storage area after the commodities obtained by verifying the temporary storage area, thereby further accelerating the inventory check.
- the present embodiment can be implemented in cooperation with the second embodiment.
- the technical details mentioned in the second embodiment are still effective in this embodiment, and the technical effects that can be achieved in the second embodiment can also be implemented in the embodiment. To reduce the repetition, details are not described herein again. Accordingly, the related art details mentioned in the embodiment can also be applied to the second embodiment.
- a fifth embodiment of the present invention relates to a product inventory verification system, as shown in FIG.
- the verification system of the commodity inventory of this embodiment includes: a task server and a storage server.
- Storage server There is stock of each item.
- the task server is used to periodically check the inventory of each item stored in the storage server, and find that the inventory of the item is insufficient and remind the merchant to replenish the goods.
- the inventory check is, for example, checked once a day (the period is 1 day). The details are as follows.
- the task server periodically sends a verification request to the storage server. After receiving the verification request, the storage server feeds back the commodity inventory to be verified to the task server. At this time, the storage server considers that the last verification is completed, and records the last verification time.
- the storage server can update the inventory of each commodity in time according to the operation information such as the user's order and the refund, and record the inventory update time.
- the storage server determines that the verification request sent by the task server is received, the storage server acquires the commodity that meets the preset condition, and the preset condition includes: the inventory update time of the commodity is later than the last verification time. That is, the storage server compares the inventory update time of each product with the last verification time of the record, and acquires the item whose inventory update time is later than the last verification time, that is, acquires the item that satisfies the preset condition. Then, the storage server feeds back the acquired inventory of each item satisfying the preset condition to the task server.
- the task server receives the inventory of each item that satisfies the preset condition fed back by the storage server, and checks the inventory of each item. Specifically, the inventory threshold is pre-set in the task server, and the acquired inventory of each commodity is compared with the inventory threshold; if the inventory of an commodity is less than the inventory threshold, the inventory of the commodity is insufficient; thus the task server can generate Prompt information to inform relevant personnel to replenish in time.
- the verification system of the commodity inventory described above corresponds to the verification method of the commodity inventory of the first embodiment.
- a storage temporary storage area is preset in the storage server for temporarily storing the commodity that meets the preset condition. That is, the storage server copies the item satisfying the preset condition to the check buffer area. Therefore, when the storage server needs to obtain the commodity that meets the preset condition, the commodity to be verified can be quickly obtained from the check temporary storage area; avoiding the need to compare the inventory update times of each commodity one by one. Obtain each item that meets the preset criteria; thus further speeding up inventory verification.
- the storage server determines that the verification is completed, the storage server also clears the goods in the verification temporary storage area. That is, the check buffer area stores only the items that need to be verified next; thus, the check buffer area can occupy a small storage space and be reused.
- the present embodiment is a system embodiment corresponding to the first or second embodiment, and this embodiment can be implemented in cooperation with the first or second embodiment.
- the related technical details mentioned in the first or second embodiment are still effective in this embodiment, and are not described herein again in order to reduce repetition. Accordingly, the related art details mentioned in the embodiment can also be applied to the first or second embodiment.
- a sixth embodiment of the present invention is directed to a non-volatile computer storage medium storing computer-executable instructions that can perform the method of verifying the inventory of an item in any of the above-described embodiments.
- a seventh embodiment of the present invention relates to a computer program capable of implementing a method for verifying a stock of goods in any of the above method embodiments.
- An eighth embodiment of the present invention relates to a terminal for performing a method for verifying a commodity inventory, as shown in FIG. 6, comprising:
- processors 610 and memory 620 one processor 610 is taken as an example in FIG.
- the terminal that performs the verification method of the commodity inventory may further include: an input device 630 and an output device 640.
- the processor 610, the memory 620, the input device 630, and the output device 640 may be connected by a bus or other means, as exemplified by a bus connection in FIG.
- the memory 620 is a non-volatile computer readable storage medium, and can be used for storing a non-volatile software program, a non-volatile computer executable program, and a module, such as the quotient in the embodiment of the present application.
- a program command/module corresponding to the verification method of the product stock for example, the commodity storage unit, the verification time recording unit, the commodity acquisition unit, and the verification unit shown in FIG. 3).
- the processor 610 executes various functional applications and data processing of the server by executing non-volatile software programs, instructions, and modules stored in the memory 620, that is, a method for verifying the inventory of the products of the above method embodiments.
- the memory 620 may include a storage program area and an storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created by use of the processing device according to the data generation method, and the like. .
- memory 620 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
- memory 620 can optionally include memory remotely located relative to processor 610 that can be connected to the processing device for verification of the merchandise inventory via a network. Examples of such networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
- Input device 630 can receive input numeric or character information and generate key signal inputs related to user settings and function control of the data generating device.
- the output device 640 can include a display device such as a display screen.
- the one or more modules are stored in the memory 620, and when executed by the one or more processors 610, perform a verification method of the merchandise inventory in any of the above method embodiments.
- the electronic device of the embodiment of the present application exists in various forms, including but not limited to:
- Mobile communication devices These devices are characterized by mobile communication functions and are mainly aimed at providing voice and data communication.
- Such terminals include: smart phones (such as iPhone), multimedia phones, functional phones, and low-end phones.
- Ultra-mobile PC devices These devices belong to the category of personal computers, with calculations and The function is generally also equipped with mobile Internet access.
- Such terminals include: PDAs, MIDs, and UMPC devices, such as the iPad.
- Portable entertainment devices These devices can display and play multimedia content. Such devices include: audio, video players (such as iPod), handheld game consoles, e-books, and smart toys and portable car navigation devices.
- the server consists of a processor, a hard disk, a memory, a system bus, etc.
- the server is similar to a general-purpose computer architecture, but because of the need to provide highly reliable services, processing power and stability High reliability in terms of reliability, security, scalability, and manageability.
- a ninth embodiment of the present invention is directed to a nonvolatile computer storage medium storing computer executable instructions that can execute the above data generation method.
- a tenth embodiment of the present invention relates to a computer program capable of implementing the above data generating method.
- the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
Landscapes
- Business, Economics & Management (AREA)
- Economics (AREA)
- Engineering & Computer Science (AREA)
- Marketing (AREA)
- Quality & Reliability (AREA)
- Theoretical Computer Science (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- General Physics & Mathematics (AREA)
- Operations Research (AREA)
- Development Economics (AREA)
- Strategic Management (AREA)
- Tourism & Hospitality (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
涉及信息处理技术领域,公开了一种商品库存的校验方法及校验系统。商品库存的校验方法,应用于终端,包括:上次校验完毕后,记录上次校验时刻(101);若判断出接收到本次校验请求(102),获取满足预设条件的至少一商品(103);其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;对所述商品的库存进行校验(104)。还提供了一种商品库存的校验系统。提供的技术方案,使得商品库存的校验更加快速,且减轻了处理负担;避免由于商品种类的不断增多而导致的处理速度减慢与处理负担增加的问题。
Description
交叉引用
本申请要求在2016年5月25日提交中国专利局、申请号为2016103552027、发明名称为“商品库存的校验方法及校验系统”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本专利申请涉及信息处理技术领域,特别涉及一种商品库存的校验方法及校验系统。
电子商城中的各商品的信息,离不开强大的后台处理系统的支持。商品库存作为重要的商品信息,后台处理系统需要定时校验各商品的库存是否不足,当库存不足时则要及时提醒商家补货等。由于电子商城中商品的销量存在实时变化,目前,对商品库存的校验基本是每天一次;且每次校验,均要对各商品的库存分别进行校验。
随着电子商务这种销售模式的逐渐普遍,人们越来越喜欢足不出户就能“逛商城购物”,为了使得消费者随意选购到自己需要的商品,电子商城中的商品种类的不断增加,已基本拥有与现实商场的商品种类规模相当的商品。在实现本发明过程中,发明人发现现有技术中至少存在如下问题:如此巨大的商品种类数量,使得商品的库存校验变得越来越耗时,且占用了处理器的较多资源。
发明内容
本发明部分实施例的目的在于提供一种商品库存的校验方法及校验系统,使得商品库存的校验更加快速,且减轻了处理负担;避免由于商品种类的不断增多而导致的处理速度减慢与处理负担增加的问题。
为解决上述技术问题,本发明的实施例提供了一种商品库存的校验方法,应用于终端,包括:上次校验完毕后,记录上次校验时刻;若判断出接收到本次校验请求,获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;对所述商品的库存进行校验。
本发明的实施例还提供了一种商品库存的校验系统,包括:商品存储单元、校验时刻记录单元、商品获取单元以及校验单元;所述商品存储单元用于存储各商品、各商品的库存及各商品的库存更新时刻;所述校验时刻记录单元用于在上次校验完毕后,记录上次校验时刻;所述商品获取单元用于判断是否接收到本次校验请求;若接收到所述本次校验请求,所述商品获取单元还用于获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;所述校验单元用于对所述商品的库存进行校验。
本发明的实施例还提供了一种终端,包括:至少一个处理器;以及,与所述至少一个处理器通信连接的存储器;其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行上述商品库存的校验方法。
本发明的实施例还提供了一种非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令可执行上述商品库存的校验方法。
本发明的实施例还提供了一种计算机程序,能够实现上述商品库存的校
验方法。
本发明实施例相对于现有技术而言,在每次库存校验时,仅对库存更新时刻晚于上次校验时刻的商品进行校验。即,商品的库存更新时会自动保存库存更新时刻;当商品的库存更新时刻晚于上次校验时刻,说明在上次校验之后,该商品的库存发生变化;反正,则没有发生变化;因此,每次校验时,仅对库存更新时刻晚于上次校验时刻的商品进行校验,可以使得商品库存的校验更加快速,且减轻了处理负担;避免由于商品种类的不断增多而导致的处理速度减慢与处理负担增加的问题。
在一个实施例中,在判断出接收到本次校验请求之前,还包括:将满足所述预设条件的所述商品复制到预设的校验暂存区;在获取满足预设条件的至少一商品中,从所述校验暂存区获取所述商品。即,将满足预设条件的商品放在一个预设的存储区域(校验暂存区),从而便于后续直接从该预设的存储区域(校验暂存区)获取本次待校验的商品;避免需要对各商品的库存更新时刻逐个比对才能获取满足预设条件的各商品;从而进一步加快了库存校验。
在一个实施例中,在对所述商品的库存进行校验之前或之后,还包括:清除所述校验暂存区中的所述商品。当本次校验完毕后,即时清除校验暂存区中商品,以使得校验暂存区能够暂存下次需要校验的商品。即,该校验暂存区仅储存接下来需要校验的商品,从而可以使得校验暂存区占用较小的存储空间,并重复使用。
在一个实施例中,在将所述商品复制到预设的校验暂存区中,具体包括:将所述商品的库存绑定于所述商品一同复制到所述校验暂存区。从而,可以直接从该校验暂存区获取各商品及各商品的库存;而无需从校验暂存区获取的各商品后,再从主存储区获取各商品的库存,从而进一步加快了库存校验。
附图是用来提供对本发明的进一步理解,并且构成说明书的一部分,与下面的具体例子一起用于解释本发明,但并不构成对本发明的限制。在附图中:
图1是根据本发明第一实施例的商品库存的校验方法的流程图;
图2是根据本发明第二实施例的商品库存的校验方法的流程图;
图3是根据本发明第三实施例的商品库存的校验系统的方框图;
图4是根据本发明第四实施例的商品库存的校验系统的方框图;
图5是根据本发明第五实施例的商品库存的校验系统的方框图。
图6是根据本发明第八实施例的执行商品库存的校验方法的硬件结构示意图。
为使本发明部分实施例的目的、技术方案和优点更加清楚,下面将结合附图对本发明的各实施例进行详细的阐述。然而,本领域的普通技术人员可以理解,在本发明各实施例中,为了使读者更好地理解本申请而提出了许多技术细节。但是,即使没有这些技术细节和基于以下各实施例的种种变化和修改,也可以实现本申请所要求保护的技术方案。
本发明的第一实施例涉及一种商品库存的校验方法,应用于终端。本实施例中的商品库存的校验系统内储存有各商品的库存,并且,系统可以根据消费者的下单、退单等操作及时更新各商品的库存。商品库存的校验系统需要定时校验各商品的库存,判断是否存在库存不足的商品,并及时提醒商家补货;库存校验例如每天校验一次。
如图1所示,是根据本发明第一实施例的商品库存的校验方法的流程图,具体步骤说明如下。
步骤101:上次校验完毕后,记录上次校验时刻。
具体而言,商品库存的校验系统可以定时从外部接收校验请求,或者自己内部定时产生校验请求;从而定时对其内部储存的各商品的库存进行校验,以判断是否库存不足;定时周期例如为1天。当一次校验完毕后,会记录该次校验时刻,即本步骤中所述的,当上次校验完毕后,记录上次校验时刻。
步骤102:判断是否接收到本次校验请求。若是,进入步骤103;若否,返回步骤102。
即,上次校验完毕后,商品库存的校验系统会判断是否接收到外部传输进来的或者是自己内部产生的本次校验请求。
步骤103:获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻。
具体而言,商品库存的校验系统会根据用户订单、退单等操作信息对各商品的库存进行及时更新,并记录库存更新时刻。当判断出接收到本次校验请求时,会将各商品的库存更新时刻与记录的上次校验时刻进行比较,并获取库存更新时刻晚于所述上次校验时刻的商品,即获取满足预设条件的商品。
其中,商品的库存更新时刻晚于所述上次校验时刻,可以理解为,在上次校验完毕后到本次校验开始时的一个定时周期内,由于消费者的下单、退单或者商家的补货等操作导致该商品的库存发生改变。相反的,若商品的库存更新时刻早于所述上次校验时刻的商品,表示该商品在上次库存校验时已经被校验过,且上次校验完毕后,该商品的库存没有发生过变化。
步骤104:对所述商品的库存进行校验。
具体而言,商品库存的校验系统内预设有库存阈值,并将获取的各商品
的库存与库存阈值进行比较;若某个商品的库存小于库存阈值,则表示该商品的库存不足;从而可以产生提示信息,以通知相关人员及时补货。
因此,在本次校验中,仅对库存更新时刻晚于所述上次校验时刻的商品进行校验,可以避免上次校验完毕后没有发生库存变化的商品被重复校验;从而,使得商品库存的校验更加快速,且减轻了处理负担;避免由于商品种类的不断增多而导致的处理速度减慢与处理负担增加的问题。
本发明的第二实施例涉及一种商品库存的校验方法。第二实施例是在第一实施例基础上的改进,主要改进之处在于:在本发明第二实施例中,将满足预设条件的商品暂存在校验暂存区,从而便于后续直接从该预设的存储区域(校验暂存区)获取本次待校验的商品;避免需要对各商品的库存更新时刻逐个比对才能获取满足预设条件的各商品;从而进一步加快了库存校验。进一步的,在本次校验完毕后,还会清除校验暂存区中的商品。即,该校验暂存区仅储存接下来需要校验的商品;从而可以使得校验暂存区占用较小的存储空间,并重复使用。
如图2所示,是根据本发明第二实施例的商品库存的校验方法的流程图;其中,步骤201、步骤203至205与第一实施例中的步骤101至104分别对应相同;本实施例中新增了步骤202与步骤206,具体如下:
步骤202:将满足预设条件的商品复制到预设的校验暂存区。
即,将库存更新时刻晚于所述上次校验时刻的商品复制到校验暂存区。
较佳的,将所述商品的库存绑定于所述商品一同复制到所述校验暂存区。从而,可以直接从该校验暂存区获取各商品及各商品的库存;而无需从校验暂存区获取的各商品后,再从主存储区获取各商品的库存,从而进一步加快了库存校验。
步骤206:清除校验暂存区中的商品。
即,当本次校验完毕后,即时清除校验暂存区中商品,以使得校验暂存区能够暂存下次需要校验的商品。即,该校验暂存区仅储存接下来需要校验的商品,从而可以使得校验暂存区占用较小的存储空间,并重复使用。
上面各种方法的步骤划分,只是为了描述清楚,实现时可以合并为一个步骤或者对某些步骤进行拆分,分解为多个步骤,只要包括相同的逻辑关系,都在本专利的保护范围内;对算法中或者流程中添加无关紧要的修改或者引入无关紧要的设计,但不改变其算法和流程的核心设计都在该专利的保护范围内。
本发明第三实施例涉及一种商品库存的校验系统,如图3所示。本实施例的商品库存的校验系统包括:商品存储单元、校验时刻记录单元、商品获取单元以及校验单元。
所述商品存储单元用于存储各商品、各商品的库存及各商品的库存更新时刻。
所述校验时刻记录单元用于在上次校验完毕后,记录上次校验时刻。
所述商品获取单元用于判断是否接收到本次校验请求;若接收到所述本次校验请求,所述商品获取单元还用于获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻。
所述校验单元用于对所述商品的库存进行校验。
不难发现,本实施例为与第一实施例相对应的系统实施例,本实施例可与第一实施例互相配合实施。第一实施例中提到的相关技术细节在本实施例中依然有效,为了减少重复,这里不再赘述。相应地,本实施例中提到的相关技术细节也可应用在第一实施例中。
值得一提的是,本实施例中所涉及到的各模块均为逻辑模块,在实际应用中,一个逻辑单元可以是一个物理单元,也可以是一个物理单元的一部分,
还可以以多个物理单元的组合实现。此外,为了突出本发明的创新部分,本实施例中并没有将与解决本发明所提出的技术问题关系不太密切的单元引入,但这并不表明本实施例中不存在其它的单元。
本发明第四实施例涉及一种商品库存的校验系统,如图4所示。第四实施例是在第三实施例基础上的改进,主要改进之处在于:在本发明第四实施例中,商品存储单元包括校验暂存区与主存储区;所述主存储区用于存储各商品、各商品的库存及各商品的库存更新时刻。商品库存的校验系统还包括商品移动单元;所述商品移动单元连接于商品存储单元。所述商品移动单元用于将满足所述预设条件的所述商品从所述主存储区复制到所述校验暂存区。对应的,所述商品获取单元用于从所述校验暂存区获取所述商品。
本实施例中,将满足预设条件的商品放在一个预设的存储区域(校验暂存区),从而便于后续直接从该预设的存储区域(校验暂存区)获取本次待校验的商品;避免需要对各商品的库存更新时刻逐个比对才能获取满足预设条件的各商品;从而进一步加快了库存校验。
较佳的,商品移动单元将所述商品的库存绑定于所述商品一同复制到所述校验暂存区。从而,可以直接从该校验暂存区获取各商品及各商品的库存;而无需从校验暂存区获取的各商品后,再从主存储区获取各商品的库存,从而进一步加快了库存校验。
由于第二实施例与本实施例相互对应,因此本实施例可与第二实施例互相配合实施。第二实施例中提到的相关技术细节在本实施例中依然有效,在第二实施例中所能达到的技术效果在本实施例中也同样可以实现,为了减少重复,这里不再赘述。相应地,本实施例中提到的相关技术细节也可应用在第二实施例中。
本发明第五实施例涉及一种商品库存的校验系统,如图5所示。本实施例的商品库存的校验系统包括:任务服务器与存储服务器。存储服务器中储
存有各商品的库存。任务服务器用于定时校验存储服务器中储存的各商品的库存,以及时发现商品的库存不足并提醒商家补货,库存校验例如每天校验一次(周期为1天)。具体说明如下。
任务服务器定时发送校验请求至存储服务器,存储服务器接收到校验请求后,将待校验的商品库存反馈至任务服务器。此时,即存储服务器认为上次校验完毕后,并记录上次校验时刻。
存储服务器可以根据用户订单、退单等操作信息对各商品的库存进行及时更新,并记录库存更新时刻。
当存储服务器判断出接收到任务服务器发送的本次校验请求,存储服务器获取满足预设条件的商品,预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻。即,存储服务器会将各商品的库存更新时刻与记录的上次校验时刻进行比较,并获取库存更新时刻晚于所述上次校验时刻的商品,即获取满足预设条件的商品。然后,存储服务器将获取的满足预设条件的各商品的库存反馈至任务服务器。
任务服务器接收到存储服务器反馈的满足预设条件的各商品的库存,并对各商品的库存进行校验。具体而言,任务服务器内预设有库存阈值,并将获取的各商品的库存与库存阈值进行比较;若某个商品的库存小于库存阈值,则表示该商品的库存不足;从而任务服务器可以产生提示信息,以通知相关人员及时补货。
以上描述的商品库存的校验系统对应于第一实施例的商品库存的校验方法。
较佳的,存储服务器内预设一个校验暂存区,用于暂存满足预设条件的商品。即,存储服务器将满足预设条件的商品复制到该校验暂存区。从而,当存储服务器需要获取满足预设条件的商品时,可以快速地从该该校验暂存区获取本次待校验的商品;避免需要对各商品的库存更新时刻逐个比对才能
获取满足预设条件的各商品;从而进一步加快了库存校验。
进一步的,当存储服务器判断出在本次校验完毕后,存储服务器还会清除校验暂存区中的商品。即,该校验暂存区仅储存接下来需要校验的商品;从而可以使得校验暂存区占用较小的存储空间,并重复使用。
可知,上述商品库存的校验系统对应于第二实施例的商品库存的校验方法。
不难发现,本实施例为与第一或第二实施例相对应的系统实施例,本实施例可与第一或第二实施例互相配合实施。第一或第二实施例中提到的相关技术细节在本实施例中依然有效,为了减少重复,这里不再赘述。相应地,本实施例中提到的相关技术细节也可应用在第一或第二实施例中。
本发明第六实施例涉及一种非易失性计算机存储介质,存储有计算机可执行指令,该计算机可执行指令可执行上述任意方法实施例中的商品库存的校验方法。
本发明第七实施例涉及一种计算机程序,能够实现上述任意方法实施例中的商品库存的校验方法。
本发明第八实施例涉及一种执行商品库存的校验方法的终端,如图6所示,包括:
一个或多个处理器610以及存储器620,图6中以一个处理器610为例。
执行商品库存的校验方法的终端还可以包括:输入装置630和输出装置640。
处理器610、存储器620、输入装置630和输出装置640可以通过总线或者其他方式连接,图6中以通过总线连接为例。
存储器620作为一种非易失性计算机可读存储介质,可用于存储非易失性软件程序、非易失性计算机可执行程序以及模块,如本申请实施例中的商
品库存的校验方法对应的程序指令/模块(例如,附图3所示的商品存储单元、校验时刻记录单元、商品获取单元以及校验单元)。处理器610通过运行存储在存储器620中的非易失性软件程序、指令以及模块,从而执行服务器的各种功能应用以及数据处理,即实现上述方法实施例商品库存的校验方法。
存储器620可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储根据数据生成方法的处理装置的使用所创建的数据等。此外,存储器620可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非易失性固态存储器件。在一些实施例中,存储器620可选包括相对于处理器610远程设置的存储器,这些远程存储器可以通过网络连接至商品库存的校验的处理装置。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。
输入装置630可接收输入的数字或字符信息,以及产生与数据生成装置的用户设置以及功能控制有关的键信号输入。输出装置640可包括显示屏等显示设备。
所述一个或者多个模块存储在所述存储器620中,当被所述一个或者多个处理器610执行时,执行上述任意方法实施例中的商品库存的校验方法。
上述产品可执行本申请实施例所提供的方法,具备执行方法相应的功能模块和有益效果。未在本实施例中详尽描述的技术细节,可参见本申请实施例所提供的方法。
本申请实施例的电子设备以多种形式存在,包括但不限于:
(1)移动通信设备:这类设备的特点是具备移动通信功能,并且以提供话音、数据通信为主要目标。这类终端包括:智能手机(例如iPhone)、多媒体手机、功能性手机,以及低端手机等。
(2)超移动个人计算机设备:这类设备属于个人计算机的范畴,有计算和处
理功能,一般也具备移动上网特性。这类终端包括:PDA、MID和UMPC设备等,例如iPad。
(3)便携式娱乐设备:这类设备可以显示和播放多媒体内容。该类设备包括:音频、视频播放器(例如iPod),掌上游戏机,电子书,以及智能玩具和便携式车载导航设备。
(4)服务器:提供计算服务的设备,服务器的构成包括处理器、硬盘、内存、系统总线等,服务器和通用的计算机架构类似,但是由于需要提供高可靠的服务,因此在处理能力、稳定性、可靠性、安全性、可扩展性、可管理性等方面要求较高。
(5)其他具有数据交互功能的电子装置。
本发明第九实施例涉及一种非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令可执行上述数据生成方法。
本发明第十实施例涉及一种计算机程序,能够实现上述数据生成方法。
以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对相关技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机
设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分所述的方法。
最后应说明的是:以上实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围。
Claims (11)
- 一种商品库存的校验方法,应用于终端,包括:上次校验完毕后,记录上次校验时刻;若判断出接收到本次校验请求,获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;对所述商品的库存进行校验。
- 根据权利要求1所述的商品库存的校验方法,其中,在判断出接收到本次校验请求之前,还包括将满足所述预设条件的所述商品复制到预设的校验暂存区;在获取满足预设条件的至少一商品中,从所述校验暂存区获取所述商品。
- 根据权利要求2所述的商品库存的校验方法,其中,在对所述商品的库存进行校验之前或之后,还包括:清除所述校验暂存区中的所述商品。
- 根据权利要求2或3所述的商品库存的校验方法,其中,在将所述商品复制到预设的校验暂存区中,具体包括:将所述商品的库存绑定于所述商品一同复制到所述校验暂存区。
- 一种商品库存的校验系统,包括:商品存储单元、校验时刻记录单元、商品获取单元以及校验单元;所述商品存储单元用于存储各商品、各商品的库存及各商品的库存更新时刻;所述校验时刻记录单元用于在上次校验完毕后,记录上次校验时刻;所述商品获取单元用于判断是否接收到本次校验请求;若接收到所述本次校验请求,所述商品获取单元还用于获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;所述校验单元用于对所述商品的库存进行校验。
- 根据权利要求5所述的商品库存的校验系统,其中,所述校验系统还包括商品移动单元;所述商品存储单元包括校验暂存区与主存储区;所述主存储区用于存储各商品、各商品的库存及各商品的库存更新时刻;所述商品移动单元用于将满足所述预设条件的所述商品从所述主存储区复制到所述校验暂存区;所述商品获取单元用于从所述校验暂存区获取所述商品。
- 根据权利要求6所述的商品库存的校验系统,其中,所述商品移动单元还用于在对所述商品的库存进行校验之前或之后,清除所述校验暂存区中的所述商品。
- 根据权利要求6或7所述的商品库存的校验系统,其中,所述商品移动单元还用于将所述商品的库存绑定于所述商品一同复制到所述校验暂存区。
- 一种终端,包括:至少一个处理器;以及,与所述至少一个处理器通信连接的存储器;其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够:上次校验完毕后,记录上次校验时刻;若判断出接收到本次校验请求,获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;对所述商品的库存进行校验。
- 一种非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为:上次校验完毕后,记录上次校验时刻;若判断出接收到本次校验请求,获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;对所述商品的库存进行校验。
- 一种计算机程序,能够:上次校验完毕后,记录上次校验时刻;若判断出接收到本次校验请求,获取满足预设条件的至少一商品;其中,所述预设条件包括:所述商品的库存更新时刻晚于所述上次校验时刻;对所述商品的库存进行校验。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610355202.7 | 2016-05-25 | ||
| CN201610355202.7A CN106056329A (zh) | 2016-05-25 | 2016-05-25 | 商品库存的校验方法及校验系统 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017201968A1 true WO2017201968A1 (zh) | 2017-11-30 |
Family
ID=57175944
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/104277 Ceased WO2017201968A1 (zh) | 2016-05-25 | 2016-11-01 | 商品库存的校验方法及校验系统 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN106056329A (zh) |
| WO (1) | WO2017201968A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113377792A (zh) * | 2021-06-10 | 2021-09-10 | 上海微盟企业发展有限公司 | 一种数据回写方法、装置、电子设备和存储介质 |
| CN114240357A (zh) * | 2021-12-14 | 2022-03-25 | 中国平安财产保险股份有限公司 | 基于定时任务框架的信息提示方法、装置、设备和介质 |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106056329A (zh) * | 2016-05-25 | 2016-10-26 | 乐视控股(北京)有限公司 | 商品库存的校验方法及校验系统 |
| CN107248052A (zh) * | 2017-05-16 | 2017-10-13 | 上海艾融软件股份有限公司 | 一种商品库存信息确定方法、装置及系统 |
| CN114462906B (zh) * | 2021-07-02 | 2025-01-10 | 北京字跳网络技术有限公司 | 预设对象的存量校验方法、装置、存储介质及电子设备 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101655934A (zh) * | 2009-06-09 | 2010-02-24 | 北京千禧维讯技术服务有限公司 | 一种通讯网络维护可控电子系统 |
| CN102117432A (zh) * | 2009-12-31 | 2011-07-06 | 上海巨服信息科技有限公司 | 通过手机的库存信息盘点方法 |
| CN102136091A (zh) * | 2010-01-21 | 2011-07-27 | 吕学忠 | 多显示信息的库存管理系统 |
| WO2013009658A1 (en) * | 2011-07-08 | 2013-01-17 | Smartstrips, Llc | Digital price, space management, and advertising display |
| CN103295118A (zh) * | 2013-05-31 | 2013-09-11 | 龙岩烟草工业有限责任公司 | 一种物料出入库的管理方法和系统 |
| CN106056329A (zh) * | 2016-05-25 | 2016-10-26 | 乐视控股(北京)有限公司 | 商品库存的校验方法及校验系统 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2008214098A (ja) * | 2007-02-06 | 2008-09-18 | Sanden Corp | 在庫管理システム |
| CN103034935B (zh) * | 2012-11-30 | 2017-03-15 | 北京京东世纪贸易有限公司 | 一种用于实时盘点的装置及方法 |
| CN104616126A (zh) * | 2013-11-04 | 2015-05-13 | 西安艾力特电子实业有限公司 | 一种基于大数据分析的新型商品库存数据系统 |
-
2016
- 2016-05-25 CN CN201610355202.7A patent/CN106056329A/zh active Pending
- 2016-11-01 WO PCT/CN2016/104277 patent/WO2017201968A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101655934A (zh) * | 2009-06-09 | 2010-02-24 | 北京千禧维讯技术服务有限公司 | 一种通讯网络维护可控电子系统 |
| CN102117432A (zh) * | 2009-12-31 | 2011-07-06 | 上海巨服信息科技有限公司 | 通过手机的库存信息盘点方法 |
| CN102136091A (zh) * | 2010-01-21 | 2011-07-27 | 吕学忠 | 多显示信息的库存管理系统 |
| WO2013009658A1 (en) * | 2011-07-08 | 2013-01-17 | Smartstrips, Llc | Digital price, space management, and advertising display |
| CN103295118A (zh) * | 2013-05-31 | 2013-09-11 | 龙岩烟草工业有限责任公司 | 一种物料出入库的管理方法和系统 |
| CN106056329A (zh) * | 2016-05-25 | 2016-10-26 | 乐视控股(北京)有限公司 | 商品库存的校验方法及校验系统 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113377792A (zh) * | 2021-06-10 | 2021-09-10 | 上海微盟企业发展有限公司 | 一种数据回写方法、装置、电子设备和存储介质 |
| CN114240357A (zh) * | 2021-12-14 | 2022-03-25 | 中国平安财产保险股份有限公司 | 基于定时任务框架的信息提示方法、装置、设备和介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106056329A (zh) | 2016-10-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12321928B2 (en) | Blockchain-implemented method and system for access control on remote internet-enabled resources | |
| CN111314723B (zh) | 展示方法、装置、电子设备和存储介质 | |
| CN108876380B (zh) | 一种基于中心化结算与区块链存证的交易方法及系统 | |
| CN109242453B (zh) | 一种基于中心化结算与区块链存证的交易方法及系统 | |
| WO2017201968A1 (zh) | 商品库存的校验方法及校验系统 | |
| US20210081951A1 (en) | Payment risk control method and system | |
| WO2017177630A1 (zh) | 个性化信息推荐方法及装置 | |
| WO2018219185A1 (zh) | 资源处理方法、装置、服务器及终端设备 | |
| KR102542631B1 (ko) | 블록체인과는 다른 형식의 저장소에 저장되는 블록체인 데이터를 검증하는 방법 및 시스템 | |
| US20240104642A1 (en) | Apparatus for processing non-fungible token | |
| US9415312B2 (en) | Method for identifying a client's request signal at game based on web | |
| US20140205195A1 (en) | Landmark triggered image augmentation | |
| WO2020155811A1 (zh) | 区块链的智能合约执行方法及装置和电子设备 | |
| US20140282886A1 (en) | Content list sharing | |
| US20160110526A1 (en) | Systems and methods of sharing media content with digital rights management (drm) | |
| US20200193430A1 (en) | Determining generation time for blockchain data | |
| CN104463062B (zh) | 基于二维码扫描的访问方法和系统 | |
| US20200219183A1 (en) | Method, system, and non-transitory computer readable record medium for providing convenience functions related to bank account transaction history based on messenger | |
| CN110033188A (zh) | 基于区块链的业务调度方法、装置、计算设备和介质 | |
| CN105512208B (zh) | 一种信息发布方法、装置及系统 | |
| CN110060069A (zh) | 基于区块链的在线教育商品合约处理方法、装置和设备 | |
| CN106228042A (zh) | 用户识别方法及装置 | |
| CN115292472B (zh) | 一种小程序消息的推送方法以及系统 | |
| CN111125246A (zh) | 一种物品转移存证方法及装置 | |
| CN117611329A (zh) | 事务数据预测方法、装置、存储介质、产品及电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16902952 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16902952 Country of ref document: EP Kind code of ref document: A1 |