WO2016101811A1 - Procédé et appareil d'agencement d'informations - Google Patents

Procédé et appareil d'agencement d'informations Download PDF

Info

Publication number
WO2016101811A1
WO2016101811A1 PCT/CN2015/097480 CN2015097480W WO2016101811A1 WO 2016101811 A1 WO2016101811 A1 WO 2016101811A1 CN 2015097480 W CN2015097480 W CN 2015097480W WO 2016101811 A1 WO2016101811 A1 WO 2016101811A1
Authority
WO
WIPO (PCT)
Prior art keywords
rule
sorting
condition
information
sub
Prior art date
Application number
PCT/CN2015/097480
Other languages
English (en)
Chinese (zh)
Inventor
姜冬金
Original Assignee
阿里巴巴集团控股有限公司
姜冬金
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 阿里巴巴集团控股有限公司, 姜冬金 filed Critical 阿里巴巴集团控股有限公司
Publication of WO2016101811A1 publication Critical patent/WO2016101811A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/16Payments settled via telecommunication systems

Definitions

  • the present application relates to the field of computer technologies, and in particular, to an information sorting method and apparatus.
  • servers In the field of Internet technology, servers often provide various services to users by displaying pages on the terminals.
  • a collection of information (for example, a collection of contact information and a collection of address information) is displayed on the page, and the information displayed is often arranged in a certain order to improve the convenience of the user.
  • sorting orders are configured in advance for different service scenarios, that is, for a fixed service scenario, the corresponding sorting order is preset, and the terminal only needs to be according to a preset sorting order.
  • Sort the information For example, a developer can pre-configure different sorting codes for different business scenarios, placing each sorting code in the page code.
  • the sorting code is specifically used to implement the sorting of the information in the information set in a certain manner (for example, sorting the information according to the order of information establishment time, or sorting the information according to the order of the frequency of use of the information) Wait).
  • the server sends a page code including the sort code to the terminal, and the terminal may display the information according to the sort code in the page code.
  • the embodiment of the present application provides an information sorting method and device, which are used to improve the flexibility of sorting information.
  • An acquiring module configured to obtain service data, and a set of information corresponding to the service data, where the information set is a payment tool information set;
  • a determining module configured to determine, in each preset collation, a sorting rule that matches the service data
  • a sorting module configured to sort information in the information set according to the determined sorting rule.
  • An information sorting method and device provided by the embodiment of the present application, the method pre-setting a plurality of sorting rules corresponding to different service scenarios, and when the server obtains the service data, determining, in the preset sorting rules, the The collation of the business data matches, and the information in the information collection is sorted according to the determined collation.
  • different ordering information can be dynamically provided for different service scenarios corresponding to different service data, thereby effectively improving the flexibility of sorting information, improving service quality, and correspondingly, and effectively improving user convenience.
  • FIG. 1 is a schematic flowchart of an information sorting method according to an embodiment of the present application
  • FIG. 2 is a schematic diagram of a syntax tree structure of a rule expression according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of a syntax tree structure of a rule expression according to an embodiment of the present disclosure
  • FIG. 4 is a schematic diagram of a syntax tree structure of a rule expression according to an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of an information sorting apparatus according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart of an information sorting method provided by an embodiment of the present application, including the following steps:
  • S101 Acquire service data, and a set of information corresponding to the service data.
  • the service data generated by processing each service is different for different services.
  • the acquiring the service data is: the server acquires the service data generated in a certain service process.
  • the information set described in the embodiment of the present application may include a payment instrument information set.
  • the server may obtain the service data generated during the payment related business process, and obtain the payment tool information set when the information set corresponding to the service data is obtained.
  • the business related to payment may specifically include: business related to transfer, recharge, online shopping, repayment, and the like.
  • the payment instrument may include a bank card, an electronic red envelope, a coupon, etc., and these types of payment instrument information may constitute a collection of payment instrument information.
  • the payment instrument information may specifically be the name or identifier of the payment instrument, etc.
  • Information, for example, bank card information includes: the name of the bank card such as Industrial and Commercial Bank of China, China Construction Bank, or the identifier ICBC and CCB corresponding to ICBC and China Construction Bank respectively.
  • the service data may also be service data generated by processing other types of services, for example, processing service data generated by a service related to adding a contact, and correspondingly, the information set. It can also be a collection of contact information such as a collection of mobile phone numbers, a collection of email addresses, and a collection of instant messaging accounts.
  • S102 Determine, in each preset collation, a collation that matches the business data.
  • the user has different requirements for the order of the information in the same information set. For example, when dealing with recharge-related services, users are often accustomed to using electronic red packets for recharging. When dealing with transactions related to transfer, users usually prefer to use bank cards for transfer. This requires the server to display the payment instrument information that the user may preferentially use in the top position of all payment instrument information for different business scenarios, so as to improve the convenience of the user operation.
  • different sorting rules may be set in advance for different service scenarios.
  • the server may determine, in the preset sorting rules, the matching with the service data. Sorting rules. Since different service data can reflect different service scenarios, once the ordering rules for matching the service data are determined, the ordering rules corresponding to the service scenarios reflected by the service data are determined.
  • the embodiment of the present application may preset a rule condition for different sorting rules according to different service scenarios.
  • the order rule corresponding to the rule condition may be determined as The business data matches the collation.
  • rules for expressing each service can be set separately for these services.
  • the service data related to the mobile phone recharge is obtained, according to the service data, among the preset rule conditions, the rule condition matching the service data is determined, and the rule rule corresponding to the determined rule condition is The collation of the business data matching, that is, the collation corresponding to the mobile phone recharge service.
  • S103 Sort information in the information set according to the determined sorting rule.
  • collation 1 and collation 2 are preset.
  • the collation 1 is: the bank card is placed before the electronic red envelope.
  • the collation 2 is: the electronic red envelope is placed before the bank card.
  • the bank card is arranged before the electronic red envelope according to the collation 1
  • the sorted bank card information and electronic red envelope information are displayed through the terminal.
  • the order of the payment instrument information displayed on the terminal is: the bank card is in front and the electronic red envelope is in the back.
  • a plurality of sorting rules corresponding to different service scenarios are set in advance.
  • the sorting rules that match the service data are determined in the preset sorting rules. And sorting the information in the information collection according to the determined sorting rule. In this way, different ordering information can be dynamically provided for different business scenarios, thereby effectively improving the flexibility of sorting information and improving the quality of service, thereby effectively improving the convenience of user operations.
  • the foregoing rule condition may include a rule sub-condition, and may also include a plurality of rule sub-conditions connected by an operator.
  • the rule sub-conditions include a business data variable, and the business data variable in the rule sub-condition is the same as the business data variable in the business data.
  • the rule condition may be a regular expression
  • the rule sub-condition may be a conditional expression, that is, a rule expression includes at least one conditional expression, and logic for connecting each conditional expression Operators, where logical operators can include "! (not)", “&& (and)", “ ⁇ (or)", etc., of course, regular expressions can also include “()", " ⁇ " Operators.
  • Conditional expressions include business data variables, relational operators, comparison values, and type characters; where, relational operators are used to operate on business data variables and comparison values, and type characters are used to describe business data changes.
  • Type symbols can include, but are not limited to, string (string), integer (int), date (date), long (long), boolean (boolean), and so on.
  • the value of the service data variable in the service data may be substituted into each rule expression, for each
  • the rule expression performs an operation to determine whether the service data satisfies the rule expression. If yes, it may be determined that the service data matches the collation rule corresponding to the rule expression; otherwise, the collation does not match. Since the operation result of the regular expression is a Boolean type (that is, the operation result is "true” or "false"), it can be determined that the service data satisfies the regular expression only when the operation result of the regular expression is true, otherwise, Determine that the business data does not satisfy the rule expression.
  • step S102 for a certain service data, a plurality of collation rules matching the service data may be determined from the preset collation rules.
  • the data matches the collation corresponding to the two rule expressions.
  • a sorting rule that best satisfies the user's ranking requirements in the current business scene is determined.
  • the priority may be set in advance for each rule condition, and in the preset collation rules, when the sorting rule matching the service data is determined, specifically, each of the presets may be sorted.
  • a rule when it is determined that the service data satisfies the rule condition corresponding to the collation rule, the collation rule is used as a to-be-determined collation rule; in the determined each of the to-be-determined collation rules, the collation rule corresponding to the rule condition with the highest priority is selected as the service The collation of the data matches.
  • the priority of each rule condition may be determined according to the sum of the weight values corresponding to the rule conditions.
  • the weight value may be set for different service data variables in each rule expression according to the service scenario, and each rule expression is calculated.
  • the sum of the weight values of all business data variables the greater the sum of the weight values indicates that the rule expression is more detailed for the business expression, so its priority is higher; wherein, when calculating the sum of the weight values of all business data variables
  • the business data variables in each of the conditional expressions in the regular expression are involved in the calculation. For example, in the above example, it is assumed that the weight values of the business data variables A, B, and C in the regular expression 1 are all 1, because four business data variables appear in the regular expression 1, respectively, A, B, and C. , C, then the sum of the weight values is 4.
  • each of the pending sorting rules selects a sorting rule corresponding to the rule condition with the highest priority, and specifically includes:
  • the sum value of the weight value corresponding to each service quantity variable in the rule condition is determined according to the weight value of the preset service quantity variable;
  • the rule condition corresponding to the largest sum value is determined as the rule condition with the highest priority;
  • the collation corresponding to the rule condition with the highest priority is used as the collation matching the business data.
  • the embodiment of the present application may also be implemented as follows:
  • the number of rule sub-conditions included in each rule condition corresponding to each collation is determined, and the highest-to-low priority is set for each rule condition according to the order of the number of rule sub-conditions.
  • the method in order to improve the processing efficiency, after the server obtains the service data, and determines whether the service data meets the rule condition corresponding to the collation rule, the method can be implemented as follows.
  • the rule sub-conditions in the rule condition are determined for each rule condition; and the rule condition corresponding to each rule sub-condition and the connection rule sub-condition operator is generated.
  • Syntax tree; rule clauses for the determined rule conditions The device performs de-reprocessing, and performs operation on each rule sub-condition after the de-duplication processing according to the service data, and obtains an operation result corresponding to each rule sub-condition; and performs operation on the syntax tree according to the operation result corresponding to each rule sub-condition, Obtaining an operation result corresponding to the syntax tree; determining that the service data satisfies the rule condition corresponding to the collation rule when the operation result of the syntax tree is true; and determining that the service data does not satisfy the collation rule when the operation result of the syntax tree is false Rule conditions.
  • Step 2 According to each conditional expression and the logical operators && and ⁇ connecting the conditional expressions, a syntax tree as shown in FIG. 2 is generated, and the syntax tree shown in FIG. 2 is a binary tree, and each conditional expression is in a binary tree.
  • Leaf nodes, logical operators && and ⁇ are intermediate nodes and root nodes in the binary tree.
  • the conditional expression is used as the leaf node of the syntax tree, and the logical operator is used as the intermediate node or the root node of the syntax tree.
  • the syntax tree is generated. Since the method of generating the syntax tree is prior art, it will not be described here.
  • Step 3 Perform de-reprocessing on each conditional expression according to each conditional expression determined in step one, and perform operation on each conditional expression after de-duplication processing according to the service data to obtain an operation result of each conditional expression.
  • Step 4 Substituting the operation result of each conditional expression into the syntax tree, performing an operation on the syntax tree to determine whether the operation result is true, and if so, determining that the service data satisfies the rule condition corresponding to the collation rule; otherwise, determining the service data is not Meet the rule conditions corresponding to the collation.
  • an identifier may be set for each conditional expression in the syntax tree, and the same conditional expression sets the same identifier, for example,
  • the leaf node in the syntax tree shown in FIG. 2 is replaced with an identifier, and the obtained syntax tree is as shown in FIG. 3. Since the operation results of all the conditional expressions after deduplication are true, the values of d1, d2, and d3 are all true.
  • step four The values of d1, d2, and d3 are substituted into the syntax tree shown in FIG. 3, and the obtained syntax tree is as shown in FIG. 4.
  • the syntax tree is calculated in step four, that is, when the syntax tree shown in FIG. 4 is operated, the leaf nodes are operated up by layer by layer, and the operation result of the determined syntax tree is true.
  • the sequence of the first step and the second step is not limited.
  • the binary tree may be generated according to the rule expression, and the leaf node of the binary tree is a conditional expression. Then iterate through each leaf node to get all the conditional expressions.
  • the information set When sorting the information in the middle, the above has exemplified that when the information set includes a bank card and an electronic red envelope, the bank card can be placed behind or in front of the red envelope.
  • the preset sorting rule may include: a category sorting sub-rule and an information sorting sub-rule.
  • the sub-rule pair information may be first sorted according to the category. The categories of information in the collection are sorted, and then the information of the same category is sorted according to the information sorting sub-rule.
  • the categories in the category ordering sub-rule may include: a category of a payment instrument (such as a bank card, an electronic red envelope, a coupon, etc.), or a channel of a payment instrument (eg, a provider of a payment instrument).
  • a category of a payment instrument such as a bank card, an electronic red envelope, a coupon, etc.
  • a channel of a payment instrument eg, a provider of a payment instrument
  • the payment instrument information set includes three types of payment instruments: a bank card, an electronic red envelope, and a coupon, and the number of each type of payment instrument is 2, 1, 2, respectively, and the bank card is provided by the provider A1.
  • Electronic red envelopes and coupons are provided by provider A2.
  • the category collation can be: bank card > electronic red envelope > coupon, that is, the bank card is placed in front of the electronic red envelope, and the electronic red envelope is arranged in front of the coupon;
  • the category sorting rule can also be: provider A1>provider A2, ie provider The payment instrument provided by A1 is placed in front of the payment instrument provided by provider A2.
  • the information sorting sub-rule may be: for bank cards, sorted according to the order of the user's frequency of use, and for electronic red envelopes and coupons, sorted according to the order of face value.
  • the sorting may be first performed according to the category of the payment instrument, and then the different payment instrument information belonging to the same category may be sorted, thereby effectively improving the sorting efficiency.
  • the information is sorted according to a preset sorting rule
  • the developer needs to pre-place the sorting code corresponding to the sorting rule in the entire page code, and when the subsequent server sends the entire page code to the terminal, the terminal You can sort and present information based on the sorting code in the entire page code.
  • the developer needs to maintain the sorting code, it needs to maintain the sorting code in each page code, so that it is more difficult to maintain the sorting rules.
  • the preset sorting codes respectively correspond to the sorting codes independently of Page code.
  • the server before the server sends the information set to the terminal, the server first determines the matching rule that matches the service data according to the information sorting method provided by the embodiment of the present application, and invokes the sorting code corresponding to the sorting rule from the preset storage area.
  • the sorting code is embedded in the page code and sent to the terminal to cause the terminal to sort and display the set of information according to the sorting code in the page code.
  • the ordering code of the embodiment of the present application is stored in the preset storage area independently of the page code.
  • the sorting rule needs to be maintained, only the sorting code needs to be maintained in the preset storage area, thereby effectively reducing It is difficult to maintain the sorting rules.
  • the sorting code is independent of the page code, the business code can be maintained in time, and the user can be provided with more accurate sorting rules in time, thereby effectively improving the flexibility of information sorting, improving the quality of service, correspondingly, and effectively improving user operations. Convenience.
  • the embodiment of the present application further provides an information sorting apparatus, as shown in FIG. 5 .
  • the obtaining module 51 is configured to obtain service data, and a set of information corresponding to the service data, where the information set is a payment tool information set;
  • a determining module 52 configured to determine, in the preset sorting rules, a sorting rule that matches the service data
  • the sorting module 53 is configured to sort the information in the information set according to the determined sorting rule.
  • the determining module 52 is specifically configured to:
  • the sorting rule For each of the preset sorting rules, when it is determined that the service data meets the rule condition corresponding to the sorting rule, the sorting rule is used as a pending sorting rule;
  • the sorting rule corresponding to the rule condition with the highest priority is selected as the sorting rule that matches the service data.
  • the rule condition includes a rule sub-condition or a plurality of rule sub-conditions connected by an operator;
  • Each rule sub-condition includes: a business data variable.
  • the determining module 52 is specifically configured to:
  • the rule condition corresponding to the largest sum value is determined as the rule condition with the highest priority; and the collation rule corresponding to the rule condition with the highest priority is matched as the service data. Sorting rules.
  • the determining module 52 is specifically configured to: determine, for each rule condition, a rule sub-condition in the rule condition;
  • the sorting rule includes a category sorting sub-rule and an information sorting sub-rule; and the sorting module 53 is specifically configured to:
  • Sorting the categories of the information in the information set according to the category sorting sub-rule sorting the information of the same category according to the information sorting sub-rules.
  • the preset sorting codes of the preset sorting rules are independent of the page code.
  • the embodiment of the present application provides a method and device for sorting information.
  • multiple sorting rules corresponding to different service scenarios may be preset.
  • the server obtains service data
  • the preset sorting rules Determining a collation that matches the business data and sorting according to the determined A rule that sorts the information in a collection of information.
  • different ordering information can be dynamically provided for different business scenarios, thereby effectively improving the flexibility of sorting information and improving the quality of service, thereby effectively improving the convenience of user operations.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • processors CPUs
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • Memory may include non-persistent memory in a computer readable medium, random access memory Forms such as (RAM) and/or non-volatile memory, such as read only memory (ROM) or flash memory.
  • RAM random access memory Forms
  • ROM read only memory
  • Memory is an example of a computer readable medium.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.
  • embodiments of the present application can be provided as a method, system, or computer program product.
  • the present application can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment in combination of software and hardware.
  • the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.

Abstract

La présente invention concerne un procédé et un appareil d'agencement d'informations qui sont utilisés pour améliorer la souplesse d'agencement d'informations. Le procédé comprend les étapes suivantes : acquérir des données de service, et un ensemble d'informations correspondant aux données de service (S101), l'ensemble d'informations étant un ensemble d'informations d'outil de paiement ; déterminer, à partir de règles d'agencement prédéfinies, une règle d'agencement correspondant aux données de service (S102) ; et agencer des informations dans l'ensemble d'informations selon la règle d'agencement déterminée (S103). De cette façon, des informations agencées dans un ordre différent peuvent être fournies de façon dynamique dans un scénario de service différent, de sorte que la souplesse d'agencement d'informations peut être effectivement améliorée.
PCT/CN2015/097480 2014-12-23 2015-12-15 Procédé et appareil d'agencement d'informations WO2016101811A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410816107.3 2014-12-23
CN201410816107.3A CN105786868B (zh) 2014-12-23 2014-12-23 一种信息排序方法及装置

Publications (1)

Publication Number Publication Date
WO2016101811A1 true WO2016101811A1 (fr) 2016-06-30

Family

ID=56149236

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/097480 WO2016101811A1 (fr) 2014-12-23 2015-12-15 Procédé et appareil d'agencement d'informations

Country Status (2)

Country Link
CN (1) CN105786868B (fr)
WO (1) WO2016101811A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111402000A (zh) * 2020-03-13 2020-07-10 苏宁云计算有限公司 一种业务页面的生成方法、装置、系统及计算机系统
CN112114970A (zh) * 2020-09-28 2020-12-22 中国建设银行股份有限公司 规则配置方法及装置

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109255511A (zh) * 2018-07-09 2019-01-22 广州品唯软件有限公司 基于中央决策引擎的业务排序方法及系统
CN109445797A (zh) * 2018-10-24 2019-03-08 北京奇虎科技有限公司 处理任务执行方法及装置
CN111325595B (zh) * 2018-12-17 2023-07-14 阿里巴巴(深圳)技术有限公司 用户权益信息展示方法、装置及电子设备
CN112115165A (zh) * 2019-06-21 2020-12-22 北京京东振世信息技术有限公司 一种数据处理方法和装置
CN112035201B (zh) * 2020-08-24 2021-08-24 珠海格力电器股份有限公司 设备参数显示方法、装置、计算机设备和存储介质
CN112561403B (zh) * 2021-01-18 2024-03-19 杭银消费金融股份有限公司 业务工单处理方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102867252A (zh) * 2012-09-14 2013-01-09 东莞宇龙通信科技有限公司 支付服务器和支付通道获取方法
CN103875010A (zh) * 2011-07-27 2014-06-18 罗素·斯图尔特·古德温 智能支付系统
JP5578256B1 (ja) * 2013-07-01 2014-08-27 富士ゼロックス株式会社 情報処理装置及びプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103875010A (zh) * 2011-07-27 2014-06-18 罗素·斯图尔特·古德温 智能支付系统
CN102867252A (zh) * 2012-09-14 2013-01-09 东莞宇龙通信科技有限公司 支付服务器和支付通道获取方法
JP5578256B1 (ja) * 2013-07-01 2014-08-27 富士ゼロックス株式会社 情報処理装置及びプログラム

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111402000A (zh) * 2020-03-13 2020-07-10 苏宁云计算有限公司 一种业务页面的生成方法、装置、系统及计算机系统
CN111402000B (zh) * 2020-03-13 2023-05-23 苏宁云计算有限公司 一种业务页面的生成方法、装置、系统及计算机系统
CN112114970A (zh) * 2020-09-28 2020-12-22 中国建设银行股份有限公司 规则配置方法及装置

Also Published As

Publication number Publication date
CN105786868B (zh) 2019-08-09
CN105786868A (zh) 2016-07-20

Similar Documents

Publication Publication Date Title
WO2016101811A1 (fr) Procédé et appareil d'agencement d'informations
CN105573966B (zh) 电子表格中所呈现的内容的自适应修改
JP2018117370A (ja) 動的電話番号割り当て
CN110019080B (zh) 数据访问方法和装置
CN104954410A (zh) 消息推送方法、装置及服务器
CN111046237B (zh) 用户行为数据处理方法、装置、电子设备及可读介质
US20180102947A1 (en) Network based data traffic latency reduction
CN104579909B (zh) 一种用户信息的分类、用户分组信息的获取方法和设备
US20200151656A1 (en) Information operation
WO2021023149A1 (fr) Procédé et appareil de renvoi dynamique de message
CN110135590B (zh) 信息处理方法、装置、介质及电子设备
CN104283975A (zh) 文件分发方法和装置
US20170374001A1 (en) Providing communication ranking scheme based on relationship graph
CN111768258A (zh) 识别异常订单的方法、装置、电子设备和介质
CN107111836A (zh) 使用消息元数据生成市场详情页
JP7237905B2 (ja) データマッピングのための方法、装置、及びシステム
CN109753424B (zh) Ab测试的方法和装置
CN113076153A (zh) 一种接口调用方法和装置
CN112347147A (zh) 基于用户关联关系的信息推送方法、装置及电子设备
JP2015537313A (ja) ユーザ記述子を使用するソーシャル・ネットワーキング・システム・ユーザへのサードパーティ通信
CN107291923B (zh) 信息处理方法和装置
US20190058687A1 (en) Personal web address management system
US20230281695A1 (en) Determining and presenting information related to a semantic context of electronic message text or voice data
CN110796543B (zh) 基于关系网络的定制信息获取方法、装置及电子设备
WO2018054352A1 (fr) Procédé de détermination d'ensemble d'éléments, appareil, dispositif de traitement et support de stockage

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15871879

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15871879

Country of ref document: EP

Kind code of ref document: A1