WO2016110209A1 - 页面展示方法和系统 - Google Patents
页面展示方法和系统 Download PDFInfo
- Publication number
- WO2016110209A1 WO2016110209A1 PCT/CN2015/099761 CN2015099761W WO2016110209A1 WO 2016110209 A1 WO2016110209 A1 WO 2016110209A1 CN 2015099761 W CN2015099761 W CN 2015099761W WO 2016110209 A1 WO2016110209 A1 WO 2016110209A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- metadata
- subsystem
- stored
- page
- data
- 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
- G06Q30/00—Commerce
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/907—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
-
- 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
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/904—Browsing; Visualisation therefor
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/186—Templates
-
- 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
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0641—Electronic shopping [e-shopping] utilising user interfaces specially adapted for shopping
Definitions
- Embodiments of the present invention relate to the field of Internet technologies, and, more particularly, to a page display method and system.
- the embodiment of the invention provides a page display method and system, which quickly displays a page to a user, thereby greatly improving the user experience.
- a page display method comprising: acquiring stored metadata, wherein the metadata represents data for describing item information; and generating template data for page display according to the metadata; Selecting a corresponding template rendering page according to the template data to display the page.
- the method before the acquiring the stored metadata, the method further includes: generating the metadata according to the commodity information, and storing the metadata.
- the stored metadata is modified according to the modified product information. Or delete the stored metadata when it is known that the item information has been deleted.
- the method further includes: acquiring the product information from a source system of the commodity information by using a parallelization technique .
- the method further includes: merging and rearranging the stored metadata.
- the metadata is stored in a key-value database.
- the metadata is stored in a database cluster sharding manner, and a primary database server is set in the database cluster and at least a slave database server, wherein the at least one slave database server backs up the storage in the primary database server Describe the metadata.
- the acquiring the stored metadata includes: embedding a Lua scripting language in the Nginx proxy server, adopting the The Lua scripting language obtains the stored metadata.
- the generating, according to the metadata, template data for page display including: by using a JavaScript object symbol ( JSON) parses the metadata to obtain the template data.
- JSON JavaScript object symbol
- the acquiring the stored metadata includes: acquiring the stored metadata based on a message queue.
- a page display system comprising a metadata storage subsystem, a template data subsystem and a page presentation subsystem, wherein a metadata storage subsystem is configured to store metadata, wherein the metadata representation a data for describing commodity information; a template data subsystem for acquiring the metadata stored in the metadata storage subsystem, generating template data when the page is displayed according to the metadata; and a dynamic page display subsystem, And displaying the corresponding template rendering page according to the template data generated by the template data subsystem, and displaying the page.
- the page display system further includes a data heterogeneous subsystem, and the data heterogeneous subsystem is configured to generate the metadata according to the commodity information, Metadata is sent to the metadata storage subsystem.
- the page display system further includes a data heterogeneous subsystem, a data heterogeneous subsystem, configured to modify the metadata stored by the metadata storage subsystem according to the modified commodity information when it is learned that the commodity information has been modified; or the data heterogeneous subsystem is used to When it is learned that the item information has been deleted, the metadata stored by the metadata storage subsystem is deleted.
- the data heterogeneous subsystem is further used to use the parallelization technology from the source system of the commodity information. Obtain the product information.
- the metadata storage subsystem is further configured to merge and rearrange the stored metadata.
- the metadata storage subsystem is further configured to store the metadata by using a key-value database.
- the metadata storage subsystem is further configured to store the metadata by using a database cluster fragmentation manner.
- the database cluster is provided with a primary database server and at least one secondary database server, and the at least one slave database server backs up the metadata stored in the primary database server.
- the template data subsystem is further used to embed a Lua scripting language in an Nginx proxy server.
- the Lua scripting language obtains the stored metadata.
- the template data subsystem is further used to pass A JavaScript object symbol (JSON) parses the metadata to obtain the template data.
- JSON JavaScript object symbol
- the template data subsystem is further configured to acquire the stored metadata based on a message queue.
- the template data is generated by the stored metadata, and the corresponding template rendering page is selected according to the template data and displayed to the user, so that the system does not need to rely on the product information, and is not affected by the usability problems of these systems. Therefore, the page can be quickly displayed to the user, which greatly enhances the user experience and realizes the demand of thousands of people.
- FIG. 1 is a schematic flowchart of a process of a page display method according to an embodiment of the present invention.
- FIG. 2 is a schematic flow chart of a process of a page display method according to another embodiment of the present invention.
- FIG. 3 is a schematic structural block diagram of a page display system according to an embodiment of the present invention.
- FIG. 4 is a schematic structural block diagram of a page display system according to an embodiment of the present invention.
- FIG. 1 is a schematic flowchart of a process of a page display method according to an embodiment of the present invention.
- the method of Figure 1 can be performed by a page display system, including:
- Step 101 Acquire stored metadata, wherein the metadata represents data for describing commodity information.
- the commodity may be any type of commodity, and the invention is not limited, and may be, for example, a tangible product such as a ticket, a book, a food or a garment, or a service type (such as an intangible product such as an advertisement, a transaction, or a payment).
- a tangible product such as a ticket, a book, a food or a garment, or a service type (such as an intangible product such as an advertisement, a transaction, or a payment).
- the type of business involved in the commodity is not limited, such as flash printing, snapping or spike.
- the metadata may also be referred to as mediation data or relay data, and may refer to related information obtained from the source system of the product information, and may be attributes of the product information, such as clothing color, size, brand, merchant or historical search data, and the like.
- Step 102 Generate template data for page display according to the metadata.
- the template data may be a processed color size or the like displayed to the user (ie, an HTML element required for a pre-generated page in advance according to the page display requirement), a page style, or a product category.
- Step 103 Select a corresponding template rendering page according to the template data, and display the page to the user.
- the template data is generated by the stored metadata, and the corresponding template rendering page is selected according to the template data and displayed to the user, so that the system does not need to rely on the product information, and is not affected by the usability problems of these systems. Therefore, the page can be quickly displayed to the user, which greatly enhances the user experience and realizes the demand of thousands of people.
- the method of FIG. 1 may be rooted. Metadata is generated based on the product information, and the metadata is stored. For example, when the product is added, the information of the newly added product is obtained from the source system of the newly added product, and the corresponding metadata is generated and stored.
- the stored corresponding metadata may be modified according to the modified item information; or when it is learned that a certain item information has been deleted, the deletion has been stored.
- the corresponding metadata when it is learned that a certain item information has been modified, the stored corresponding metadata may be modified according to the modified item information; or when it is learned that a certain item information has been deleted, the deletion has been stored.
- the parallelization technique can be used to obtain product information from the source system of the product information to reduce the delay in the change of the product information (changes including modification, addition, and/or deletion).
- the obtained commodity information is filtered according to the corresponding business logic to obtain metadata, and the metadata is only minimized to cope with frequent changes of the data displayed on the page.
- the Lua scripting language may be embedded in a proxy server (such as Nginx, Nginx is a lightweight web server/reverse proxy server and an email proxy server).
- a proxy server such as Nginx, Nginx is a lightweight web server/reverse proxy server and an email proxy server.
- the Lua scripting language is used to obtain the stored metadata.
- other scripting languages can also be used.
- the database cluster can use Twitter's Twemproxy proxy to simplify the data fragmentation logic and effectively reduce the number of JIMDB/Redis connections.
- the template data is obtained by parsing the metadata by a JavaScript object symbol (JSON).
- JIMDB's performance in data acquisition speed is very good, for example, in the case of hundreds of millions of key-value pairs and the size is below 10KB, the average time of data acquisition in the case of a single Gigabit NIC server with 300,000 times/second of access. In about 2 milliseconds.
- the Nginx+Lua combination in the JSON tool c parsing metadata and rendering the page the page size is about 30-80KB and a single Gigabit NIC server is In the case of a request of 15000-18000 times/second, the average rendering time is about 1 millisecond. Therefore, the page can be displayed to the user further quickly, greatly improving the user experience.
- it is implemented in Java language and is easy to expand.
- the stored metadata may be acquired based on a message queue.
- the queue pool of the message queue corresponds to the machine room, and the metadata is obtained from the corresponding queue pool; or, when different services require different page structures or template data, the queue pool and service type Corresponding; or, setting the priority of the product information, and in the case of high concurrency, preferentially obtaining the metadata of the product information with a high priority; and the like. In this way, better respond to business development needs.
- the metadata may be a key-value database (such as a JIMDB key-value pair persistent database, and the JIMDB is a combination of Redis and LMDB (Lighting Memory-Mapped-Database).
- the persistent storage engine is stored. The more persistent data can be stored on the SSD (Solid State Disk), and the local cache can use Redis.
- the metadata can be stored in a database cluster sharding mode and the database cluster is provided with a primary database server and at least one secondary database server, at least one of which backs up the metadata stored in the primary database server from the database server, ie, the database (eg, The above JIMDB) provides master-slave replication. With Redis+LMDB, persistent storage can be realized without data loss due to server power failure, and the master-slave replication function can effectively solve the problem of disaster tolerance and capacity expansion.
- the stored metadata can be combined and rearranged, on the one hand, the storage space is effectively utilized, and on the other hand, the repeated changes of the metadata can be reduced.
- FIG. 2 a page display system is schematically depicted, the page display system including a data heterogeneity subsystem 21, metadata storage Cluster 22, template data subsystem 23, template data storage cluster 24, and dynamic page display subsystem 25;
- Figure 2 also shows source system 26 of commodity information.
- the metadata depicted in FIG. 2 the number of heterogeneous logic and template data, as well as commodity information and the like are merely exemplary.
- step 201 the data heterogeneous subsystem 21 acquires the commodity information from the source system 26 of the commodity information.
- the data heterogeneous subsystem 21 learns that a certain item (assumed to be a garment or a shoe) is added or that the information of a certain item has been modified, and the product information (such as brand information, suit) is obtained from the item information system 26 using the parallelization technique. Information, business information, color size, etc.) to reduce delays in product information changes.
- Step 202 The data heterogeneous subsystem 21 generates metadata according to the commodity information acquired in step 201.
- the obtained commodity information is subjected to screening processing according to corresponding heterogeneous logic (such as business logic) to obtain metadata, and the metadata can be minimized only to cope with frequent changes of data displayed on the page.
- heterogeneous logic such as business logic
- step 203 the data heterogeneous subsystem 21 stores the metadata generated in step 202 in the metadata storage cluster 22.
- Metadata can be stored in a key-value database (such as JIMDB key-values for persistent databases) for persistent storage.
- JIMDB can provide master-slave replication to effectively address disaster tolerance and capacity expansion issues;
- the metadata is fragmented on the database cluster. You can use Twitter's Twemproxy agent to simplify the data fragmentation logic and effectively reduce the number of JIMDB/Redis connections.
- the metadata storage cluster 22 can merge and rearrange the stored metadata, effectively utilize the storage space and reduce repeated changes in metadata.
- step 204 the template data subsystem 23 retrieves the stored metadata based on the message queue.
- step 205 the template data subsystem 23 generates template data for page presentation based on the metadata according to the requirements of the user access and stores it in the template data storage cluster 24.
- Step 206 The dynamic page display subsystem 25 selects a corresponding template rendering page according to the template data stored by the template data storage cluster 24 and presents it to the user.
- the page can be quickly displayed to the user, which greatly enhances the user experience and realizes the demand of thousands of people.
- the page display system 30 includes a metadata storage subsystem 31, a template data subsystem 32, and a dynamic page presentation subsystem 33.
- the metadata storage subsystem 31 is for storing metadata, wherein the metadata represents data for describing item information.
- the template data subsystem 32 is configured to acquire metadata stored in the metadata storage subsystem 31, and generate template data when the page is displayed according to the metadata.
- the dynamic page presentation subsystem 33 is configured to select a corresponding template rendering page based on the template data generated by the template data subsystem 32 to present the page to the user.
- the template data is generated by the stored metadata, and the corresponding template rendering page is selected according to the template data and displayed to the user, so that no product letter is required.
- the system of interest is not plagued by the availability problems of these systems, so it can quickly display the page to the user, greatly improving the user experience and achieving the needs of thousands of people.
- the page display system 30 (the page display system included in FIG. 2 can be used as an example of a page display system) can implement the above method embodiments, and thus will not be described in detail in order to avoid redundancy.
- the page display system 30 may further include a data heterogeneity subsystem 34.
- the data heterogeneity subsystem 34 can be configured to generate metadata based on the item information and send the metadata to the metadata storage subsystem 31.
- the data heterogeneous subsystem may be configured to modify the metadata stored by the metadata storage subsystem 31 according to the modified commodity information when it is learned that the commodity information has been modified; or the data heterogeneous subsystem may be used to learn that the commodity information has been deleted.
- the metadata stored by the metadata storage subsystem 31 is deleted.
- the data heterogeneous subsystem 34 can also be used to obtain product information from the source system of the commodity information using the parallelization technique to reduce the delay of the commodity information change.
- the data heterogeneity subsystem 34 can also be used to filter the obtained commodity information according to the corresponding business logic to obtain metadata, and only minimize the processing of the metadata to cope with frequent changes of the data displayed on the page.
- the metadata storage subsystem 31 may also be configured to merge and rearrange the stored metadata. In this way, on the one hand, the storage space is effectively utilized, and on the other hand, the repeated changes of the metadata can be reduced.
- the metadata storage subsystem 31 may be further configured to store metadata using a key-value database (such as a JIMDB key-value persistence database, which is a persistence engine that combines Redis and LAMB).
- a key-value database such as a JIMDB key-value persistence database, which is a persistence engine that combines Redis and LAMB.
- the metadata storage subsystem The system may further be configured to store metadata in a database cluster sharding manner, wherein the database cluster is provided with a primary database server and at least one secondary database server, and at least one of the metadata stored in the primary database server is backed up from the database server.
- Redis+LMDB persistent storage can be realized without data loss due to server power failure, and the master-slave replication function can effectively solve the problem of disaster tolerance and capacity expansion.
- the template data subsystem 32 may be further used to embed Java's Lua scripting language in the Nginx proxy server, and use the Lua scripting language to obtain the stored metadata.
- the template data subsystem 32 may further parse the metadata through JavaScript Object Notation (JSON) to obtain template data.
- JSON JavaScript Object Notation
- the page can be displayed to the user further quickly, greatly improving the user experience.
- it is implemented in Java language and is easy to expand.
- the template data subsystem 32 may be further configured to retrieve stored metadata based on a message queue.
- the template data subsystem 32 may be further configured to retrieve stored metadata based on a message queue.
- the page display system 400 includes a processor 401, a memory 402, and a transceiver 403.
- the processor 401 controls the operation of the device 400.
- Memory 402 can include read only memory and random access memory and provides instructions and data to processor 401.
- a portion of memory 402 may also include non-volatile line random access memory (NVRAM).
- the processor 401, the memory 402, and the transceiver 403 are coupled together by a bus system 410.
- the bus system 410 includes a power bus, a control bus, and a status signal bus in addition to the data bus. However, for clarity of description, various buses are labeled as bus system 410 in the figure.
- the processor 401 may be an integrated circuit chip with signal processing energy. force. In the implementation process, each step of the foregoing method may be completed by an integrated logic circuit of hardware in the processor 401 or an instruction in a form of software.
- the processor 401 may be a general-purpose processor, including a CPU (Central Processing Unit), an NP (Network Processor), etc., or may be a DSP (Digital Signal Processing) or an ASIC (dedicated). Application Specific Integrated Circuit), FPGA (Field Programmable Gate Array) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
- the methods, steps, and logical block diagrams disclosed in the embodiments of the present invention may be implemented or carried out.
- the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
- the disclosed systems, devices, and methods may be implemented in other manners.
- the device embodiments described above are merely illustrative.
- the division of the subsystems is only a logical function division, and the actual implementation may have another division manner, for example, multiple subsystems or components may be combined. Or it can be integrated into another system, or some features can be ignored or not executed.
- each functional subsystem in each embodiment of the present invention may be integrated into one processing unit, or each subsystem may exist physically separately, or two or more subsystems may be integrated into one subsystem.
- the functions, if implemented in the form of software functions and sold or used as separate products, may be stored in a computer readable storage medium.
- the technical solution of the present invention which is essential or contributes to the prior art, or a part of the technical solution, may be embodied in the form of a software product, which is stored in a storage medium, including
- the instructions are used to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
- the foregoing storage medium includes: a U disk, a mobile hard disk, a ROM (Read-Only Memory), a RAM (Random Access Memory), a disk or an optical disk, and the like, which can store program codes. .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- Marketing (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Data Mining & Analysis (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Library & Information Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
Claims (20)
- 一种页面展示方法,其特征在于,包括:获取存储的元数据,所述元数据表示用于描述商品信息的数据;根据所述元数据生成用于页面展示的模板数据;根据所述模板数据选择相应的模板渲染页面,向用户展示所述页面。
- 根据权利要求1所述的方法,其特征在于,在所述获取存储的元数据之前,所述方法还包括:根据所述商品信息生成所述元数据,并存储所述元数据。
- 根据权利要求1所述的方法,其特征在于,所述方法还包括:当获知所述商品信息已修改时,根据修改后的商品信息修改存储的相应元数据;或者当获知所述商品信息已删除时,删除存储的相应元数据。
- 根据权利要求2或3所述的方法,其特征在于,所述方法还包括:使用并行化技术从所述商品信息的源系统获取所述商品信息。
- 根据权利要求1-3任一项所述的方法,其特征在于,所述方法还包括:对存储的所述元数据进行合并和重排。
- 根据权利要求1-3任一项所述的方法,其特征在于,所述元数据采用键-值数据库进行存储。
- 根据权利要求6所述的方法,其特征在于,所述元数据的存储 采用数据库集群分片方式且数据库集群中设置有主数据库服务器和至少一台从数据库服务器,其中所述至少一台从数据库服务器中备份所述主数据库服务器中存储的所述元数据。
- 根据权利要求1-3任一项所述的方法,其特征在于,所述获取存储的元数据,包括:在Nginx代理服务器中内嵌Lua脚本语言,采用所述Lua脚本语言获取存储的所述元数据。
- 根据权利要求1-3任一项所述的方法,其特征在于,所述根据所述元数据生成用于页面展示的模板数据,包括:通过JavaScript对象符号(JSON)解析所述元数据获得所述模板数据。
- 根据权利要求1-3任一项所述的方法,其特征在于,所述获取存储的元数据,包括:基于消息队列获取存储的元数据。
- 一种页面展示系统,其特征在于,包括元数据存储子系统,模板数据子系统和页面展示子系统,其中元数据存储子系统,用于存储元数据,其中所述元数据表示用于描述商品信息的数据;模板数据子系统,用于获取所述元数据存储子系统中存储的所述元数据,根据所述元数据生成页面展示时的模板数据;动态页面展示子系统,用于根据所述模板数据子系统生成的所述模板数据选择相应的模板渲染页面,展示所述页面。
- 根据权利要求11所述的系统,其特征在于,所述页面展示系统还包括数据异构子系统,所述数据异构子系统,用于根据所述商品信息生成所述元数据, 将所述元数据发送给所述元数据存储子系统。
- 根据权利要求11所述的系统,其特征在于,所述页面展示系统还包括数据异构子系统,所述数据异构子系统,用于当获知所述商品信息已修改时,根据修改后的商品信息修改所述元数据存储子系统存储的所述元数据;或者所述数据异构子系统,用于当获知所述商品信息已删除时,删除所述元数据存储子系统存储的所述元数据。
- 根据权利要求12或13所述的系统,其特征在于,所述数据异构子系统,还用于使用并行化技术从所述商品信息的源系统获取所述商品信息。
- 根据权利要求11-13任一项所述的系统,其特征在于,所述元数据存储子系统,还用于对存储的所述元数据进行合并和重排。
- 根据权利要求11-13任一项所述的系统,其特征在于,所述元数据存储子系统,进一步用于采用键-值数据库存储所述元数据。
- 根据权利要求16所述的系统,其特征在于,所述元数据存储子系统,进一步用于采用数据库集群分片方式存储所述元数据,其中数据库集群中设置有主数据库服务器和至少一台从数据库服务器,所述至少一台从数据库服务器中备份所述主数据库服务器中存储的所述元数据。
- 根据权利要求11-13任一项所述的系统,其特征在于,所述模板数据子系统,进一步用于在Nginx代理服务器中内嵌Lua脚本语言。
- 根据权利要求11-13任一项所述的系统,其特征在于,所述模板数据子系统,进一步用于采用所述Lua脚本语言获取存储的所述元数据,通过JavaScript对象符号(JSON)解析所述元数据获得所述模板数据。
- 根据权利要求11-13任一项所述的系统,其特征在于,所述模板数据子系统,进一步用于基于消息队列获取存储的元数据。
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2017535643A JP6930692B2 (ja) | 2015-01-09 | 2015-12-30 | ページ表示方法及びシステム |
| RU2017126999A RU2679280C1 (ru) | 2015-01-09 | 2015-12-30 | Система и способ отображения страницы |
| US15/542,087 US20180276314A1 (en) | 2015-01-09 | 2015-12-30 | Page display method and system |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510013224.0A CN104657420B (zh) | 2015-01-09 | 2015-01-09 | 页面展示方法和系统 |
| CN201510013224.0 | 2015-01-09 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2016110209A1 true WO2016110209A1 (zh) | 2016-07-14 |
Family
ID=53248548
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2015/099761 Ceased WO2016110209A1 (zh) | 2015-01-09 | 2015-12-30 | 页面展示方法和系统 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20180276314A1 (zh) |
| JP (1) | JP6930692B2 (zh) |
| CN (1) | CN104657420B (zh) |
| RU (1) | RU2679280C1 (zh) |
| WO (1) | WO2016110209A1 (zh) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107609156A (zh) * | 2017-09-26 | 2018-01-19 | 微梦创科网络科技(中国)有限公司 | 一种页面搭建的方法及装置 |
| CN111767495A (zh) * | 2019-04-01 | 2020-10-13 | 北京沃东天骏信息技术有限公司 | 一种合成网页的方法及系统 |
| CN112380472A (zh) * | 2020-11-13 | 2021-02-19 | 浪潮电子信息产业股份有限公司 | 一种基于Redis的可视化视图方法及系统 |
| CN112436953A (zh) * | 2020-08-14 | 2021-03-02 | 上海幻电信息科技有限公司 | 页面数据备份、容灾页面显示方法及装置 |
Families Citing this family (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104657420B (zh) * | 2015-01-09 | 2019-06-04 | 北京京东尚科信息技术有限公司 | 页面展示方法和系统 |
| CN106682004A (zh) * | 2015-11-06 | 2017-05-17 | 网宿科技股份有限公司 | 一种Redis Key管理方法及系统 |
| CN105573765A (zh) * | 2015-12-29 | 2016-05-11 | 武汉传神信息技术有限公司 | 一种动态表单的实现方法、客户端及服务器 |
| CN107016585A (zh) * | 2016-01-27 | 2017-08-04 | 阿里巴巴集团控股有限公司 | 提供品牌列表信息的方法及装置 |
| CN106446136A (zh) * | 2016-09-20 | 2017-02-22 | 厦门伙伴信息技术有限公司 | 一种在智能终端上数据地图的展示方法 |
| CN106648599A (zh) * | 2016-10-12 | 2017-05-10 | 天闻数媒科技(湖南)有限公司 | 一种在线课程报名的处理方法及系统 |
| CN108073625B (zh) * | 2016-11-14 | 2021-03-30 | 北京京东尚科信息技术有限公司 | 用于元数据信息管理的系统及方法 |
| CN107102865A (zh) * | 2017-05-18 | 2017-08-29 | 福建星瑞格软件有限公司 | 一种快速完成web需求的方法 |
| CN107330098B (zh) * | 2017-07-06 | 2020-08-04 | 北京理工大学 | 一种自定义报表的查询方法、计算节点及查询系统 |
| CN111309800A (zh) * | 2018-12-11 | 2020-06-19 | 北京京东尚科信息技术有限公司 | 数据存储、读取的方法和装置 |
| CN109857486B (zh) * | 2019-02-02 | 2022-09-09 | 北京字节跳动网络技术有限公司 | 一种程序页面数据的处理方法、装置、设备和介质 |
| CN111580788B (zh) * | 2019-02-15 | 2024-04-09 | 阿里巴巴集团控股有限公司 | 模板搭配信息推荐方法、装置及电子设备 |
| CN110704766A (zh) * | 2019-09-29 | 2020-01-17 | 上海淇玥信息技术有限公司 | 基于实时快照的界面渲染优化的方法、装置和电子设备 |
| CN111190956B (zh) * | 2019-12-26 | 2021-02-09 | 武汉优聘科技有限公司 | 一种信息展示决策方法及装置 |
| CN111338932B (zh) * | 2020-02-06 | 2022-11-15 | 支付宝(杭州)信息技术有限公司 | 图片渲染方法、装置和电子设备 |
| CN111768270B (zh) * | 2020-06-23 | 2024-06-18 | 京东科技控股股份有限公司 | 目标组件生成方法、装置、电子设备和计算机可读介质 |
| CN111782216B (zh) * | 2020-07-23 | 2024-06-21 | 平安银行股份有限公司 | 页面生成方法、服务器和存储介质 |
| CN112162671B (zh) * | 2020-10-13 | 2022-03-25 | 北京达佳互联信息技术有限公司 | 直播数据处理方法、装置、电子设备及存储介质 |
| CN112235405A (zh) * | 2020-10-14 | 2021-01-15 | 深圳前海微众银行股份有限公司 | 分布式存储系统及数据投放方法 |
| CN112527260B (zh) * | 2020-12-21 | 2024-07-12 | 杭州趣链科技有限公司 | 表单json数据的生成方法、设备及存储介质 |
| CN114971660A (zh) * | 2021-02-22 | 2022-08-30 | 腾讯科技(深圳)有限公司 | 一种数据处理方法和相关装置 |
| CN113610601B (zh) * | 2021-08-08 | 2024-08-09 | 北京极睿科技有限责任公司 | 更新商品详情页内容的方法、装置、电子设备和存储介质 |
| CN114217802A (zh) * | 2021-12-22 | 2022-03-22 | 瀚云科技有限公司 | 页面自动生成方法、装置、服务器及电子设备 |
| CN115965436A (zh) * | 2022-12-12 | 2023-04-14 | 北京像素软件科技股份有限公司 | 商品页面切换方法、装置、电子设备及存储介质 |
| CN116483904B (zh) * | 2023-04-20 | 2026-01-30 | 深圳市九牛一毛智能物联科技有限公司 | 数据处理系统 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101359290A (zh) * | 2008-09-11 | 2009-02-04 | 中兴通讯股份有限公司 | 一种基于元数据的定制业务单据的方法及装置 |
| CN103885951A (zh) * | 2012-12-19 | 2014-06-25 | 阿里巴巴集团控股有限公司 | 一种图文信息的投放、生成方法及装置 |
| CN104268282A (zh) * | 2014-10-15 | 2015-01-07 | 李阳 | 一种展示网页广告的方法和系统 |
| US20150012819A1 (en) * | 2013-07-02 | 2015-01-08 | Linkedin Corporation | Template-driven decoration engine |
| CN104657420A (zh) * | 2015-01-09 | 2015-05-27 | 北京京东尚科信息技术有限公司 | 页面展示方法和系统 |
Family Cites Families (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| AU2001288854A1 (en) * | 2000-09-07 | 2002-03-22 | Daniel D. Briere | Marketing collateral repository and supporting data management and communication environment |
| JP2003108846A (ja) * | 2001-09-28 | 2003-04-11 | Fujitsu Ltd | 販売促進方法及び販売促進装置 |
| US8924411B2 (en) * | 2005-05-31 | 2014-12-30 | Open Text S.A. | System and method for the dynamic provisioning of static content |
| US8700988B2 (en) * | 2002-12-20 | 2014-04-15 | Sap Portals Israel Ltd. | Selectively interpreted portal page layout template |
| US7386786B2 (en) * | 2003-01-24 | 2008-06-10 | The Cobalt Group, Inc. | Method and apparatus for processing a dynamic webpage |
| US7451393B1 (en) * | 2003-12-23 | 2008-11-11 | Sun Microsystems, Inc. | System and method for a page rendering framework |
| JP2006285800A (ja) * | 2005-04-01 | 2006-10-19 | Sharp Corp | 商品関連コンテンツ作成システム、商品関連コンテンツ作成装置、商品関連コンテンツ作成方法、情報通信端末制御プログラム、および商品関連コンテンツ作成装置制御プログラム |
| US20080140642A1 (en) * | 2006-10-10 | 2008-06-12 | Bill Messing | Automated user activity associated data collection and reporting for content/metadata selection and propagation service |
| US8539480B2 (en) * | 2007-04-09 | 2013-09-17 | Sugarcrm Inc. | Multi-instance “shadow” system and method for automated resource redundancy reduction across dynamic language applications utilizing application of dynamically generated templates |
| JP5298626B2 (ja) * | 2007-10-17 | 2013-09-25 | ソニー株式会社 | ネットワークシステム、ネットワーク家電機器、コンテンツ/メタデータの同期処理方法、及びコンピュータ・プログラム |
| US7987152B1 (en) * | 2008-10-03 | 2011-07-26 | Gadir Omar M A | Federation of clusters for enterprise data management |
| US20100095197A1 (en) * | 2008-10-13 | 2010-04-15 | Sap Ag | System and method for dynamic content publishing |
| US20100100813A1 (en) * | 2008-10-20 | 2010-04-22 | Kabushiki Kaisha Toshiba | Document processing apparatus and document processing method |
| JP2010117891A (ja) * | 2008-11-13 | 2010-05-27 | Nikon Corp | 電子機器 |
| JP5247516B2 (ja) * | 2009-02-13 | 2013-07-24 | キヤノン株式会社 | 通信装置及びその制御方法、プログラム |
| CA2720217C (en) * | 2010-04-08 | 2016-03-29 | Accenture Global Services Limited | Digital point-of-sale analyzer |
| US8812544B2 (en) * | 2010-07-29 | 2014-08-19 | Bank Of America Corporation | Enterprise content management federation and integration system |
| JP5211180B2 (ja) * | 2011-01-11 | 2013-06-12 | ヤフー株式会社 | データベース管理装置、データベース管理プログラム、データベース管理方法、データベース管理システム |
| JP5296822B2 (ja) * | 2011-03-17 | 2013-09-25 | ヤフー株式会社 | プロフィールマッチング装置及び方法 |
| US8949182B2 (en) * | 2011-06-17 | 2015-02-03 | International Business Machines Corporation | Continuous and asynchronous replication of a consistent dataset |
| US20130073363A1 (en) * | 2011-09-15 | 2013-03-21 | Steven R. Boal | Checkout-based distribution of digital promotions |
| RU2510935C2 (ru) * | 2011-09-23 | 2014-04-10 | Артем Константинович Игнатов | Способ индексации и поиска цифровых изображений |
| US8620021B2 (en) * | 2012-03-29 | 2013-12-31 | Digimarc Corporation | Image-related methods and arrangements |
| US8832234B1 (en) * | 2012-03-29 | 2014-09-09 | Amazon Technologies, Inc. | Distributed data storage controller |
| US9015812B2 (en) * | 2012-05-22 | 2015-04-21 | Hasso-Plattner-Institut Fur Softwaresystemtechnik Gmbh | Transparent control of access invoking real-time analysis of the query history |
| US9015212B2 (en) * | 2012-10-16 | 2015-04-21 | Rackspace Us, Inc. | System and method for exposing cloud stored data to a content delivery network |
| US9419884B1 (en) * | 2012-12-28 | 2016-08-16 | Emc Corporation | Intelligent automated testing method for restful web services |
| US9432269B2 (en) * | 2013-04-06 | 2016-08-30 | Citrix Systems, Inc. | Systems and methods for exporting application details using appflow |
| US20160004783A1 (en) * | 2014-07-01 | 2016-01-07 | EveryMundo, LLC | Automated generation of web site entry pages |
-
2015
- 2015-01-09 CN CN201510013224.0A patent/CN104657420B/zh active Active
- 2015-12-30 JP JP2017535643A patent/JP6930692B2/ja active Active
- 2015-12-30 WO PCT/CN2015/099761 patent/WO2016110209A1/zh not_active Ceased
- 2015-12-30 US US15/542,087 patent/US20180276314A1/en not_active Abandoned
- 2015-12-30 RU RU2017126999A patent/RU2679280C1/ru active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101359290A (zh) * | 2008-09-11 | 2009-02-04 | 中兴通讯股份有限公司 | 一种基于元数据的定制业务单据的方法及装置 |
| CN103885951A (zh) * | 2012-12-19 | 2014-06-25 | 阿里巴巴集团控股有限公司 | 一种图文信息的投放、生成方法及装置 |
| US20150012819A1 (en) * | 2013-07-02 | 2015-01-08 | Linkedin Corporation | Template-driven decoration engine |
| CN104268282A (zh) * | 2014-10-15 | 2015-01-07 | 李阳 | 一种展示网页广告的方法和系统 |
| CN104657420A (zh) * | 2015-01-09 | 2015-05-27 | 北京京东尚科信息技术有限公司 | 页面展示方法和系统 |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107609156A (zh) * | 2017-09-26 | 2018-01-19 | 微梦创科网络科技(中国)有限公司 | 一种页面搭建的方法及装置 |
| CN107609156B (zh) * | 2017-09-26 | 2020-12-25 | 微梦创科网络科技(中国)有限公司 | 一种页面搭建的方法及装置 |
| CN111767495A (zh) * | 2019-04-01 | 2020-10-13 | 北京沃东天骏信息技术有限公司 | 一种合成网页的方法及系统 |
| CN112436953A (zh) * | 2020-08-14 | 2021-03-02 | 上海幻电信息科技有限公司 | 页面数据备份、容灾页面显示方法及装置 |
| CN112380472A (zh) * | 2020-11-13 | 2021-02-19 | 浪潮电子信息产业股份有限公司 | 一种基于Redis的可视化视图方法及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| HK1208925A1 (zh) | 2016-03-18 |
| RU2679280C1 (ru) | 2019-02-06 |
| CN104657420B (zh) | 2019-06-04 |
| JP2018503188A (ja) | 2018-02-01 |
| JP6930692B2 (ja) | 2021-09-01 |
| CN104657420A (zh) | 2015-05-27 |
| US20180276314A1 (en) | 2018-09-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2016110209A1 (zh) | 页面展示方法和系统 | |
| EP2998863B1 (en) | Converting a serial transaction schedule to a parallel transaction schedule | |
| US9613104B2 (en) | System and method for building a point-in-time snapshot of an eventually-consistent data store | |
| CN108874558B (zh) | 分布式事务的消息订阅方法、电子装置及可读存储介质 | |
| CN114722119A (zh) | 数据同步方法及系统 | |
| US10127077B2 (en) | Event distribution pattern for use with a distributed data grid | |
| CN110765208B (zh) | 一种数据同步方法、装置、电子设备及存储介质 | |
| CN105138691B (zh) | 分析用户业务量的方法和系统 | |
| CN104462231B (zh) | 网页渲染的方法、装置及系统 | |
| CN110784498B (zh) | 一种个性化数据容灾方法及装置 | |
| US11321350B2 (en) | Managing identifiers for multinodal master systems of unknown or changing size | |
| JP2018049656A (ja) | KeyValueデータベースのデータテーブルを更新するための方法およびテーブルデータを更新するための装置 | |
| CN113297326B (zh) | 数据的处理方法及装置、计算机可读存储介质、处理器 | |
| CN103164525A (zh) | Web应用发布方法和装置 | |
| WO2017072938A1 (ja) | 計算機のスケールアウト方法、計算機システム及び記憶媒体 | |
| CN113032477B (zh) | 基于gtid的长距离数据同步方法、装置及计算设备 | |
| WO2023193631A1 (zh) | 一种请求调度方法、装置、计算机设备和存储介质 | |
| CN108076125A (zh) | 接口配置方法及系统 | |
| CN103019626B (zh) | 存储系统、控制集群元数据的方法及装置 | |
| CN105989065B (zh) | 一种闪拍数据处理方法及系统 | |
| US20180176122A1 (en) | Data Stream Processor with Both in Memory and Persisted Messaging | |
| CN112463887B (zh) | 一种数据处理方法、装置、设备及存储介质 | |
| CN106855869B (zh) | 一种实现数据库高可用的方法、装置和系统 | |
| CN106603610B (zh) | 一种数据获取以及同步方法、装置 | |
| CN113448997A (zh) | 缓存处理方法、装置、电子设备和存储介质 |
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: 15876709 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2017535643 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 15542087 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2017126999 Country of ref document: RU Kind code of ref document: A |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 15876709 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 08.11.2017) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 15876709 Country of ref document: EP Kind code of ref document: A1 |