WO2024245339A1 - 信息处理方法、装置、电子设备以及存储介质 - Google Patents

信息处理方法、装置、电子设备以及存储介质 Download PDF

Info

Publication number
WO2024245339A1
WO2024245339A1 PCT/CN2024/096334 CN2024096334W WO2024245339A1 WO 2024245339 A1 WO2024245339 A1 WO 2024245339A1 CN 2024096334 W CN2024096334 W CN 2024096334W WO 2024245339 A1 WO2024245339 A1 WO 2024245339A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
resource information
page
information
target resource
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
Application number
PCT/CN2024/096334
Other languages
English (en)
French (fr)
Inventor
程阳
张杨涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Youzhuju Network Technology Co Ltd
Original Assignee
Beijing Youzhuju Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Youzhuju Network Technology Co Ltd filed Critical Beijing Youzhuju Network Technology Co Ltd
Publication of WO2024245339A1 publication Critical patent/WO2024245339A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Definitions

  • the present disclosure relates to the field of computer technology, and in particular to an information processing method, device, electronic device and storage medium.
  • the existing page development model is to develop the entire page. Specifically, when there is a new page development requirement, each area of the entire page needs to be developed. This will cause repeated development and high development costs.
  • the present disclosure provides an information processing method, device, electronic device and storage medium.
  • the present disclosure provides an information processing method, comprising:
  • the page loading instruction includes identification information of a page to be loaded;
  • the page to be loaded includes a target configurable area and a target non-configurable area;
  • the page to be loaded is rendered using the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is determined according to the current promotion activity content; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information, and does not change with the promotion activity content.
  • the present disclosure further provides an information processing device, including:
  • a page loading instruction acquisition module used to acquire a page loading instruction; the page loading instruction includes identification information of a page to be loaded; the page to be loaded includes a target configurable area and a target non-configurable area;
  • a rendering module is used to render the page to be loaded using the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is determined according to the content of the current promotion activity; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information and does not change with the content of the promotion activity.
  • the present disclosure further provides an electronic device, the electronic device comprising:
  • processors one or more processors
  • a storage device for storing one or more programs
  • the one or more processors When the one or more programs are executed by the one or more processors, the one or more processors implement the information processing method as described above.
  • the present disclosure further provides a computer-readable storage medium having a computer program stored thereon, which implements the information processing method as described above when executed by a processor.
  • FIG1 is a flow chart of an information processing method provided by an embodiment of the present disclosure.
  • FIG. 2 is a diagram of a method for constructing a configurable area, a material template, and a configuration provided by an embodiment of the present disclosure.
  • FIG3 is a schematic diagram of a target page provided by an embodiment of the present disclosure.
  • FIG15 is a schematic diagram of the structure of an information processing device in an embodiment of the present disclosure.
  • FIG. 16 is a schematic diagram of the structure of an electronic device in an embodiment of the present disclosure.
  • Figure 1 is a flow chart of an information processing method provided by an embodiment of the present disclosure. This embodiment is applicable to the case where a client loads a page, and the method can be executed by an information processing device, which can be implemented in software and/or hardware, and can be configured in an electronic device, such as a terminal, specifically including but not limited to a smart phone, a PDA, a tablet computer, a wearable device with a display screen, a desktop computer, a laptop computer, an all-in-one machine, a smart home device, etc.
  • a terminal specifically including but not limited to a smart phone, a PDA, a tablet computer, a wearable device with a display screen, a desktop computer, a laptop computer, an all-in-one machine, a smart home device, etc.
  • the information processing method includes:
  • the page loading instruction includes identification information of a page to be loaded; the page to be loaded includes a target configurable area and a target non-configurable area.
  • the page loading instruction may be, for example, an instruction for conveying to the user terminal that the user wishes to open the page to be loaded.
  • the user triggers a control or region in the page displayed by the user terminal, and the user terminal generates a page loading instruction in response to the triggering operation.
  • the page to be loaded is the page that the user wishes to open by triggering a specific control or area in the page displayed on the user terminal.
  • the identification information of the page to be loaded can be used to distinguish the page to be loaded from other pages. Based on the identification information of the page to be loaded, it can be uniquely determined what kind of page the page to be loaded is.
  • the identification information of the page to be loaded is the URL (uniform resource locator, uniform resource locator system) of the page.
  • the target configurable area and the target non-configurable area are both pre-specified areas in the page to be loaded. The two do not overlap.
  • the variability of the resource information used for rendering the target configurable area and the resource information used for rendering the target non-configurable area is different, so the areas in the page to be loaded are distinguished. The variability of resource information is explained in the following section on "variable resource information" and "immutable resource information", which will not be elaborated here.
  • the number of target configurable areas is one or more, and the number of target non-configurable areas is one or more.
  • S120 Render the page to be loaded using the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is determined according to the content of the current promotion activity; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information, and does not change with changes in the content of the promotion activity.
  • Promotional activities refer to activities carried out to increase the popularity or attention of the target item among users.
  • promotional activities can specifically include marketing activities, such as low-price promotions, full-reduction activities, etc.
  • promotional activities are usually time-sensitive, that is, promotional activities are usually carried out within a specified period of time.
  • Current promotional activities refer to promotional activities that are currently being carried out.
  • Promotional activity content refers to the substantive things contained in the promotional activities. For example, if the promotional activity is a sales promotion, the promotional activity content includes information such as which products are involved in the promotion and the strength of the promotion.
  • the current promotional activity content refers to the substantive things contained in the promotional activities that are currently being carried out.
  • Resource information refers to information used to render a page, which may specifically include images and/or texts that need to be displayed on the page.
  • the target resource information refers to information used to render the page to be loaded.
  • the first target resource information corresponds to the target configurable area means that the first target resource information is used to render the target configurable area.
  • “Determined by the content of the promotion activity” means that which images and/or texts are used as the first target resource information is determined by the current content of the promotion activity. Obviously, if the current content of the promotion activity is different, the first target resource information is different. In other words, if the same page is loaded at different times and the content of the promotion activity at the loading time is different, the first target resource information required may not be completely the same, or may be completely different. Therefore, the first target resource information is variable resource information.
  • page 1 is loaded at time M, and according to the content of the promotion activity A at time M, it is determined that the first target resource information includes pictures a and b, and subsequently the configurable area of page 1 is rendered using pictures a and b.
  • Page 1 is loaded again at time N, and according to the content of the promotion activity B at time N (the content of the promotion activity A and the content of the promotion activity B are completely different), it is determined that the first target resource information includes pictures c and d. Subsequently, pictures c and d are used to render the configurable area of page 1, instead of using pictures a and b to render the configurable area of page 1.
  • the second target resource information corresponds to the target non-configurable area means that the second target resource information is used to render the target non-configurable area.
  • the second target resource information is fixed resource information and does not change with the content of the promotional activity” means that the second target resource information is pre-specified and has nothing to do with the content of the promotional activity.
  • the pre-specified second target resource information includes picture c and picture d. Regardless of whether there is a promotional activity at the time of page loading, or what kind of promotional activity there is, pictures c and d are always used as the second target resource information.
  • the above technical solution renders the page to be loaded by setting and utilizing the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is determined according to the content of the current promotion activity; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information, which does not change with the change of the content of the promotion activity, and does not change with the change of the content of the promotion activity.
  • the page to be loaded is divided into a target configurable area and a target non-configurable area.
  • the method may also include the following steps: sending a page loading instruction to the server, so that the server determines the first target resource information and the second target resource information based on the identification information of the page to be loaded; and obtaining the first target resource information and the second target resource information from the server.
  • the essence of such a setting is that the first target resource information and the second target resource information are determined by the server and sent to the user terminal, which can substantially reduce the amount of calculation of the user terminal and further reduce the performance requirements on the user terminal.
  • the server determines the first target resource information based on the identification information of the page to be loaded, including: the server determines the target binding relationship corresponding to the target configurable area from the binding relationship library based on the identification information of the page to be loaded; the binding relationship library includes multiple binding relationships, and the binding relationship includes the correspondence between the configurable area, the material template and the configuration information; in different binding relationships, at least one of the configurable area, the material template and the configuration information is different; the binding relationship is constructed according to the content of the promotion activity; the server also determines the first target resource information corresponding to the target configurable area based on the target binding relationship.
  • the binding relationship library is a collection used to store pre-built binding relationships. Binding relationships are pre-built based on the content of the promotion activity. The process of building binding relationships can be regarded as the process of page development.
  • the target configurable area corresponds to multiple candidate material templates; each candidate material template includes one or more items to be configured; the material template in the target binding relationship is one of the multiple candidate material templates corresponding to the target configurable area; the configuration information in the target binding relationship is information used to configure the items to be configured in the material template in the target binding relationship.
  • the template binding relationship defines which candidate material template needs to be used to render the configurable area, and which configuration items in the candidate material template are configured and how to configure them.
  • the configuration information includes display information and/or delivery information;
  • the display information includes at least one of the following: background color, background image, title content, font color, jump link after the target configurable area is triggered, dynamic material library identifier, dynamic material screening conditions, and and dynamic material display strategies;
  • delivery information includes delivery time periods.
  • FIG2 shows a flow chart of a method for constructing a binding relationship.
  • the method for constructing a binding relationship is executed by a terminal for page development.
  • the method for constructing a binding relationship includes:
  • S210 Display identification information of configurable areas in a target page; the target page includes at least one configurable area, and each configurable area corresponds to at least one candidate material template.
  • the target page can be, for example, a page that you want to develop.
  • the development requirement is to display information about a marketing activity (such as a full-reduction activity) on the traffic page of an e-commerce platform
  • the traffic page of the e-commerce platform is the target page.
  • the traffic page of the e-commerce platform can be, for example, a page that guides users to view and purchase products sold on the e-commerce platform.
  • the traffic page of the e-commerce platform includes the mall homepage.
  • Configurable areas are pre-defined areas whose displayed content can be adjusted based on the marketing campaign.
  • the technical solution provided by the embodiment of the present disclosure renders the page to be loaded by setting and utilizing the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is determined according to the content of the current promotion activity; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information, and does not change with the change of the content of the promotion activity. Its essence is to divide the page to be developed into a configurable area and a non-configurable area, which are used to display in the configurable area. Its essence is to divide the page to be loaded into a target configurable area and a target non-configurable area.
  • FIG3 is a schematic diagram of a target page provided by an embodiment of the present disclosure.
  • the target page includes multiple areas, namely area A1, area A2, area A3, area A4 and area A5.
  • Area A3 can be further divided into two areas A3-1.
  • Each A3-1 It can be further divided into two areas A3-3. It can be pre-specified which areas in the above areas are configurable areas and which areas are non-configurable areas. For example, assuming that the page is a shopping mall homepage, area A2 in the page is specified as a non-configurable area, which is used to fixedly display the logistics information of the goods purchased by the user. It is also specified that all areas except area A2 are configurable areas.
  • the identification information of a configurable area refers to information that can distinguish a configurable area from other configurable areas. Based on the identification information of a configurable area, it can be uniquely determined which version of the application program, which page, and which area the configurable area is. The identification information of a configurable area is equivalent to the coordinates of the configurable area.
  • the candidate material template can be, for example, a template that is pre-designed for a configurable area and specifies a layout style.
  • the present application does not limit the specific layout style of the candidate material template.
  • Figures 4 to 14 are schematic diagrams of several candidate material templates provided in the embodiments of the present disclosure. Among them, area A1 and area A5 in Figure 3 correspond to the candidate material templates shown in Figures 4 to 7. Area A3 in Figure 3 corresponds to the candidate material templates shown in Figures 8 to 10. Area A3-1 and area A3-2 in Figure 3 correspond to the candidate material templates shown in Figures 11 and 12. Area A4 in Figure 3 corresponds to the candidate material templates shown in Figures 13 and 14.
  • each candidate material template only specifies the layout style, which does not include the information that the user wants to display to the user.
  • the candidate material template includes one or more items to be configured, which can be regarded as vacancies.
  • the page developer needs to configure the configuration items according to their development requirements, that is, to complete the configuration items. This application does not limit the specific content or type of the configuration items.
  • the items to be configured included in the candidate material template can be divided into two categories, one is display configuration items, and the other is delivery configuration items.
  • Display configuration items can be, for example, configuration items for limiting what kind of content needs to be displayed.
  • the candidate material template includes five areas, namely area B1, area B2, area B3, area B4 and area B5.
  • Area B5 surrounds area B1, area B2, area B3 and area B4.
  • the content, type and other information that needs to be displayed in each area are display configuration items.
  • Delivery configuration items can be, for example, a page for limiting the configured candidate material template, and when it needs to be delivered. put.
  • the display configuration items can be further divided into static display configuration items and dynamic display configuration items.
  • the static display configuration items mean that when the developed target page is in the display state, the text or image configured for the static display configuration items will be displayed in a static form, which will not change with the passage of time or user operations.
  • the dynamic display configuration items mean that when the developed target page is in the display state, the text or image configured for the dynamic display configuration items will be displayed in a dynamic form, which will change with the passage of time and/or user operations.
  • area B1 in FIG8 is a static configuration item for displaying the main title
  • area B2 is a static configuration item for displaying the subtitle
  • B5 is a static configuration item for displaying the background image.
  • Areas B3 and B4 are dynamic configuration items for displaying product images.
  • Each candidate material template has corresponding identification information. Based on the identification information of the candidate material template, one candidate material template can be distinguished from other candidate material templates.
  • the identification information of the candidate material template can be, for example, the name, number or image of the candidate material template.
  • the essence of this step is that after the user determines the target page, the identification information of all configurable areas in the target page is displayed so that the page developer can select the configurable area according to the development requirements.
  • the page developer selects a configurable area, it means that the page developer wants to develop the selected configurable area.
  • the target page is the page to be loaded mentioned above.
  • the execution time of the method for building the binding relationship is earlier than the execution time of the information processing method provided in Figure 1.
  • the configurable area in the target page is the target configurable area in the page to be loaded in Figure 1.
  • This step is that when the page developer selects a configurable area, the identification information of all candidate material templates corresponding to the selected configurable area is displayed to enable the page developer to select a candidate material template.
  • Material template indicating that the page developer wants to use the selected candidate material template in the configurable area of his choice.
  • S230 In response to a selection operation on a candidate material template corresponding to the target area, obtain configuration information associated with the target material template; the target material template is the selected candidate material template.
  • the configuration information associated with the target material template may be, for example, information used to configure the configurable items of the target material template.
  • the configuration information associated with the target material template may be used to complete the information of the items to be configured in the target material template.
  • the configuration information includes display information and delivery information;
  • the display information includes at least one of the following: background color, background image, title content, font color, jump link after the target area is triggered, dynamic material library identifier, dynamic material screening conditions and dynamic material display strategy;
  • the delivery information includes at least one of the following: delivery time.
  • the jump link after the target area is triggered can be, for example, the link address of the page after the jump that the terminal needs to display when the user triggers the target area if the target area is set to have a jump function.
  • the background color, background image, title content, font color, and the jump link after the target area is triggered are used to configure the static display configuration items.
  • the dynamic material library identifier, dynamic material screening conditions, and dynamic material display strategy are used to configure the dynamic display configuration items.
  • the dynamic material library identifier is used to limit which material library the materials displayed in the dynamic material display area are selected from.
  • the dynamic material screening conditions are used to limit which materials in the material library can be displayed in the dynamic material display area.
  • the dynamic material display strategy is used to limit how the selected materials present the dynamic display effect.
  • area B3 is defined as a dynamic material display area for displaying product images.
  • the dynamic material library identifier is used to specify which product database the product images displayed in area B3 are selected from.
  • Dynamic material screening conditions may be, for example, products with a price range of 10 yuan to 100 yuan, or products with sales of 1,000 in a month. Dynamic material screening conditions are used to filter products in the product database.
  • the dynamic material display strategy may be, for example, to update the product images displayed in area B3 once at a preset interval, or to update the product images displayed in area B3 once after detecting a user clicking on the page.
  • updating the area B3 means that the product image displayed in the area B3 before the update is not completely the same as the product image displayed in the area B3 after the update.
  • S240 Send the target area, the target material template and the configuration information to the server, so that the server constructs a binding relationship among the target area, the target material template and the configuration information, and adds the constructed binding relationship to a binding relationship library.
  • the target page includes at least one configurable area, and each configurable area corresponds to at least one material template; in response to the selection operation of a configurable area, the identification information of the material template corresponding to the target area is displayed; the target area is the selected configurable area; in response to the selection operation of a material template corresponding to the target area, the configuration information associated with the target material template is obtained; the target material template is the selected material template; the target area, the target material template and the configuration information are sent to the server, so that the server constructs the binding relationship among the target area, the target material template and the configuration information, and adds the constructed binding relationship to the binding relationship library.
  • the configuration information includes delivery information, and the delivery information includes a delivery period; the target binding relationship is a binding relationship that is currently in the delivery period.
  • the delivery period that is currently in a binding relationship means that the promotion activity currently in operation is the promotion activity that forms the binding relationship, and the binding relationship is valid.
  • the essence of such a setting is to ensure that the target binding relationship is related to the current promotion activity, and then ensure that the rendered configurable area can achieve the purpose of promoting the smooth progress of the current promotion activity.
  • the configuration information in the target binding relationship includes display information
  • the display information includes a dynamic material library identifier, a dynamic material screening condition, and a dynamic material display strategy
  • the dynamic material library includes multiple materials
  • the server also generates a dynamic material display strategy based on the target binding relationship.
  • the system determines the first target resource information corresponding to the target configurable area, including: the server also determines the first target resource information associated with the target configurable area from the dynamic material library based on the dynamic material library identifier and the dynamic material screening condition; uses the first target resource information and the second target resource information to render the page to be loaded, including: obtaining the first target resource information, the second target resource information and the dynamic material display strategy from the server; based on the first target resource information and the dynamic material display strategy, rendering the target configurable area in the page to be loaded; and facilitating the second target resource information to render the target non-configurable area in the page to be loaded.
  • the dynamic material display strategy corresponding to area B3 in FIG8 is to update the product image displayed in area B3 every 5 seconds according to the target binding relationship
  • the dynamic material display strategy is sent to the first terminal together with the first target resource information, so that after the first terminal renders the page to be loaded, area B3 in the page to be loaded can achieve the effect of updating the displayed product image every 5 seconds.
  • FIG15 is a schematic diagram of the structure of an information processing device in an embodiment of the present disclosure.
  • the information processing device provided in the embodiment of the present disclosure may be configured in a terminal.
  • the information processing device specifically includes:
  • the page loading instruction acquisition module 310 is used to acquire a page loading instruction; the page loading instruction includes identification information of a page to be loaded; the page to be loaded includes a target configurable area and a target non-configurable area;
  • the rendering module 320 is used to render the page to be loaded using the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is a variable resource information.
  • the target resource information is determined according to the content of the current promotion activity; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information and does not change with the content of the promotion activity.
  • the device also includes an information transceiver module
  • An information transceiver module used for sending the page loading instruction to the server before rendering the page to be loaded by using the first target resource information and the second target resource information, so that the server determines the first target resource information and the second target resource information based on the identification information of the page to be loaded;
  • the first target resource information and the second target resource information are obtained from the server.
  • the server determines the first target resource information based on the identification information of the page to be loaded, including:
  • the server determines, based on the identification information of the page to be loaded, a target binding relationship corresponding to the target configurable area from a binding relationship library;
  • the binding relationship library includes a plurality of binding relationships, and the binding relationship includes a correspondence between a configurable area, a material template, and configuration information; in different binding relationships, at least one of the configurable area, the material template, and the configuration information is different; the binding relationship is constructed according to the content of the promotion activity;
  • the server also determines the first target resource information corresponding to the target configurable area based on the target binding relationship.
  • the target configurable area corresponds to a plurality of candidate material templates; each of the candidate material templates includes one or more items to be configured;
  • the material template in the target binding relationship is one of the multiple candidate material templates corresponding to the target configurable area; the configuration information in the target binding relationship is information used to configure the to-be-configured item in the material template in the target binding relationship.
  • the configuration information includes display information and/or delivery information
  • the display information includes at least one of the following: background color, background image, title content, font color, a jump link after the target configurable area is triggered, a dynamic material library identifier, dynamic material screening conditions, and a dynamic material display strategy;
  • the delivery information includes a delivery period.
  • the configuration information includes the delivery information, and the delivery information includes the delivery period; the target binding relationship is a binding relationship in the delivery period at the current moment.
  • the configuration information in the target binding relationship includes the display information, and the display information includes the dynamic material library identifier, the dynamic material screening condition and the dynamic material display strategy; the dynamic material library includes a plurality of materials;
  • the server also determines, based on the target binding relationship, the first target resource information corresponding to the target configurable area, including:
  • the server also determines, from the dynamic material library, first target resource information associated with the target configurable area based on the dynamic material library identifier and the dynamic material screening condition;
  • Rendering module used to:
  • the information processing device provided in the embodiment of the present disclosure can execute the steps executed by the terminal in the information processing method provided in the embodiment of the method of the present disclosure, and has the execution steps and beneficial effects, which will not be repeated here.
  • FIG16 is a schematic diagram of the structure of an electronic device in an embodiment of the present disclosure. Referring to FIG16 in detail below, it shows a schematic diagram of the structure of an electronic device 1000 suitable for implementing the embodiment of the present disclosure.
  • the electronic device 1000 in the embodiment of the present disclosure may include but is not limited to a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD
  • the electronic device shown in FIG16 is only an example and should not bring any limitation to the functions and scope of use of the embodiments of the present disclosure.
  • the electronic device 1000 may include a processing device (e.g., a central processing unit, a graphics processing unit, etc.) 1001, which may perform various appropriate actions and processes according to a program stored in a read-only memory (ROM) 1002 or a program loaded from a storage device 1008 into a random access memory (RAM) 1003 to implement the information processing method of the embodiment described in the present disclosure.
  • a processing device e.g., a central processing unit, a graphics processing unit, etc.
  • RAM random access memory
  • various programs and information required for the operation of the electronic device 1000 are also stored.
  • the processing device 1001, the ROM 1002, and the RAM 1003 are connected to each other via a bus 1004.
  • An input/output (I/O) interface 1005 is also connected to the bus 1004.
  • the following devices may be connected to the I/O interface 1005: input devices 1006 including, for example, a touch screen, a touchpad, a keyboard, a mouse, a camera, a microphone, an accelerometer, a gyroscope, etc.; output devices 1007 including, for example, a liquid crystal display (LCD), a speaker, a vibrator, etc.; storage devices 1008 including, for example, a magnetic tape, a hard disk, etc.; and communication devices 1009.
  • the communication device 1009 may allow the electronic device 1000 to communicate wirelessly or wired with other devices to exchange information.
  • FIG. 16 shows an electronic device 1000 with various devices, it should be understood that it is not required to implement or have all the devices shown. More or fewer devices may be implemented or have alternatively.
  • an embodiment of the present disclosure includes a computer program product, which includes a computer program carried on a non-transitory computer-readable medium, and the computer program contains a program code for executing the method shown in the flowchart, thereby realizing the information processing method as described above.
  • the computer program can be downloaded and installed from the network through the communication device 1009, or installed from the storage device 1008, or installed from the ROM 1002.
  • the processing device 1001 the above-mentioned functions defined in the method of the embodiment of the present disclosure are executed.
  • computer-readable medium mentioned in the present disclosure may be a computer-readable medium.
  • Computer readable storage medium can be, for example, but not limited to, electrical, magnetic, optical, electromagnetic, infrared, or semiconductor systems, devices or devices, or any combination of the above.
  • Computer readable storage media can include, but are not limited to: an electrical connection with one or more wires, a portable computer disk, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the above.
  • a computer readable storage medium can be any tangible medium containing or storing a program that can be used by or in combination with an instruction execution system, device or device.
  • a computer readable signal medium can include an information signal propagated in a baseband or as part of a carrier wave, which carries a computer readable program code.
  • This propagated information signal can take a variety of forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the above.
  • the computer readable signal medium may also be any computer readable medium other than a computer readable storage medium, which may send, propagate or transmit a program for use by or in conjunction with an instruction execution system, apparatus or device.
  • the program code contained on the computer readable medium may be transmitted using any suitable medium, including but not limited to: wires, optical cables, RF (radio frequency), etc., or any suitable combination of the above.
  • the client and server may communicate using any known or future developed network protocol such as HTTP (HyperText Transfer Protocol), and may be interconnected with any form or medium of digital information communication (e.g., a communication network).
  • HTTP HyperText Transfer Protocol
  • Examples of communication networks include a local area network ("LAN”), a wide area network ("WAN”), an internet (e.g., the Internet), and a peer-to-peer network (e.g., an ad hoc peer-to-peer network), as well as any known or future developed network.
  • the computer-readable medium may be included in the electronic device, or may exist independently without being incorporated into the electronic device.
  • the computer-readable medium carries one or more programs.
  • the electronic device When the one or more programs are executed by the electronic device, the electronic device:
  • the page loading instruction includes identification information of a page to be loaded;
  • the page to be loaded includes a target configurable area and a target non-configurable area;
  • the page to be loaded is rendered using the first target resource information and the second target resource information; wherein the first target resource information corresponds to the target configurable area; the first target resource information is variable resource information, and the first target resource information is determined according to the current promotion activity content; the second target resource information corresponds to the target non-configurable area; the second target resource information is fixed resource information, and does not change with the promotion activity content.
  • the electronic device may also execute other steps described in the above embodiments.
  • Computer program code for performing the operations of the present disclosure may be written in one or more programming languages or a combination thereof, including, but not limited to, object-oriented programming languages, such as Java, Smalltalk, C++, and conventional procedural programming languages, such as "C" or similar programming languages.
  • the program code may be executed entirely on the user's computer, partially on the user's computer, as a separate software package, partially on the user's computer and partially on a remote computer, or entirely on a remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (e.g., through the Internet using an Internet service provider).
  • LAN local area network
  • WAN wide area network
  • Internet service provider e.g., AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
  • each box in the flowchart or block diagram may represent a module, a program segment, or a portion of a code, which contains one or more executable instructions for implementing a specified logical function.
  • the functions marked in the boxes may also occur in an order different from that marked in the accompanying drawings. For example, two boxes represented in succession may actually be executed substantially in parallel, and they may sometimes be executed in the opposite order, depending on the functions involved.
  • the block diagrams and/or flowcharts may not be executed in parallel.
  • Each block in the flowchart, and combinations of blocks in the block diagrams and/or flowcharts can be implemented by a dedicated hardware-based system that performs the specified functions or operations, or can be implemented by a combination of dedicated hardware and computer instructions.
  • the units involved in the embodiments described in the present disclosure may be implemented by software or hardware, wherein the name of a unit does not, in some cases, limit the unit itself.
  • exemplary types of hardware logic components include: field programmable gate arrays (FPGAs), application specific integrated circuits (ASICs), application specific standard products (ASSPs), systems on chips (SOCs), complex programmable logic devices (CPLDs), and the like.
  • FPGAs field programmable gate arrays
  • ASICs application specific integrated circuits
  • ASSPs application specific standard products
  • SOCs systems on chips
  • CPLDs complex programmable logic devices
  • a machine-readable medium may be a tangible medium that may contain or store a program for use by or in conjunction with an instruction execution system, device, or equipment.
  • a machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
  • a machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or equipment, or any suitable combination of the foregoing.
  • a more specific example of a machine-readable storage medium may include an electrical connection based on one or more lines, a portable computer disk, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read-only memory
  • EPROM or flash memory erasable programmable read-only memory
  • CD-ROM portable compact disk read-only memory
  • CD-ROM compact disk read-only memory
  • magnetic storage device or any suitable combination of the foregoing.
  • the present disclosure provides an electronic device, including:
  • processors one or more processors
  • a memory for storing one or more programs
  • the one or more processors When the one or more programs are executed by the one or more processors, the one or more processors implement any information processing method provided in the present disclosure.
  • the present disclosure provides a computer-readable storage medium having a computer program stored thereon, which, when executed by a processor, implements the present disclosure. Any information processing method provided herein.
  • the embodiments of the present disclosure further provide a computer program product, which includes a computer program or instructions.
  • a computer program product which includes a computer program or instructions.
  • the computer program or instructions are executed by a processor, the information processing method described above is implemented.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本公开涉及一种信息处理方法、装置、电子设备以及存储介质,方法包括:获取页面加载指令;页面加载指令包括待加载页面的标识信息;待加载页面包括目标可配置区域和目标不可配置区域;利用第一目标资源信息和第二目标资源信息,对待加载页面进行渲染;其中,第一目标资源信息与目标可配置区域对应;第一目标资源信息为可变资源信息,第一目标资源信息为根据当前推广活动内容所确定的;第二目标资源信息与目标不可配置区域对应;第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。

Description

信息处理方法、装置、电子设备以及存储介质
本申请要求于2023年05月31日提交中国专利局、申请号为202310637364.X、发明名称为“信息处理方法、装置、电子设备以及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本公开涉及计算机技术领域,尤其涉及一种信息处理方法、装置、电子设备以及存储介质。
背景技术
现有的页面开发模式是对整个页面进行开发。具体而言,当存在一个新的页面开发需求时,需要对整个页面的各个区域均进行开发。这会造成重复开发,开发成本较高。
发明内容
为了解决上述技术问题或者至少部分地解决上述技术问题,本公开提供了一种信息处理方法、装置、电子设备以及存储介质。
第一方面,本公开提供了一种信息处理方法,包括:
获取页面加载指令;所述页面加载指令包括待加载页面的标识信息;所述待加载页面包括目标可配置区域和目标不可配置区域;
利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染;其中,所述第一目标资源信息与所述目标可配置区域对应;所述第一目标资源信息为可变资源信息,所述第一目标资源信息为根据当前推广活动内容所确定的;所述第二目标资源信息与所述目标不可配置区域对应;所述第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
第二方面,本公开还提供了一种信息处理装置,包括:
页面加载指令获取模块,用于获取页面加载指令;所述页面加载指令包括待加载页面的标识信息;所述待加载页面包括目标可配置区域和目标不可配置区域;
渲染模块,用于利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染;其中,所述第一目标资源信息与所述目标可配置区域对应;所述第一目标资源信息为可变资源信息,所述第一目标资源信息为根据当前推广活动内容所确定的;所述第二目标资源信息与所述目标不可配置区域对应;所述第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
第三方面,本公开还提供了一种电子设备,所述电子设备包括:
一个或多个处理器;
存储装置,用于存储一个或多个程序;
当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如上所述的信息处理方法。
第四方面,本公开还提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现如上所述的信息处理方法。
附图说明
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本公开的实施例,并与说明书一起用于解释本公开的原理。
为了更清楚地说明本公开实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,对于本领域普通技术人员而言,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。
图1为本公开实施例提供的一种信息处理方法的流程图;
图2为本公开实施例提供的一种构建可配置区、素材模板以及配 置信息三者的绑定关系的方法的流程图;
图3为本公开实施例提供的一种目标页面的示意图;
图4-图14为本公开实施例提供的几种素材模板的示意图;
图15为本公开实施例中的一种信息处理装置的结构示意图;
图16为本公开实施例中的一种电子设备的结构示意图。
具体实施方式
为了能够更清楚地理解本公开的上述目的、特征和优点,下面将对本公开的方案进行进一步描述。需要说明的是,在不冲突的情况下,本公开的实施例及实施例中的特征可以相互组合。
在下面的描述中阐述了很多具体细节以便于充分理解本公开,但本公开还可以采用其他不同于在此描述的方式来实施;显然,说明书中的实施例只是本公开的一部分实施例,而不是全部的实施例。
图1为本公开实施例提供的一种信息处理方法的流程图。本实施例可适用于客户端进行页面加载的情况,该方法可以由信息处理装置执行,该装置可以采用软件和/或硬件的方式实现,该装置可配置于电子设备中,例如终端,具体包括但不限于智能手机、掌上电脑、平板电脑、带显示屏的可穿戴设备、台式机、笔记本电脑、一体机、智能家居设备等。
参见图1,该信息处理方法包括:
S110、获取页面加载指令;页面加载指令包括待加载页面的标识信息;待加载页面包括目标可配置区域和目标不可配置区域。
页面加载指令例如可以是用于向用户终端传达希望打开待加载页面的指令。示例性的,用户通过对用户终端所展示的页面中控件或区域进行触发操作,用户终端响应于该触发操作,生成页面加载指令。
待加载页面即用户通过对用户终端所展示的页面中的特定控件或区域进行触发操作希望打开的页面。
待加载页面的标识信息例如可以是用于将待加载页面与其他页面 相区别的信息。基于待加载页面的标识信息可以唯一地确定待加载页面为何种页面。可选地,待加载页面的标识信息为页面的URL(uniform resource locator,统一资源定位系统)。
目标可配置区域和目标不可配置区域均是待加载页面中预先指定的区域。二者互不重合。用于对目标可配置区域渲染所使用的资源信息和用于目标不可配置区域渲染所使用的资源信息的可变性不同,因此对待加载页面中的区域做了区分。资源信息的可变性见下文中对“可变资源信息”和“不可变资源信息”的解释,此处不作赘述。
需要说明的是,在实际中,在一个待加载页面中,目标可配置区域的个数为一个或多个,目标不可配置区域的个数为一个或多个。
S120、利用第一目标资源信息和第二目标资源信息,对待加载页面进行渲染;其中,第一目标资源信息与目标可配置区域对应;第一目标资源信息为可变资源信息,第一目标资源信息为根据当前推广活动内容所确定的;第二目标资源信息与目标不可配置区域对应;第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
推广活动是指为了提高目标事物在用户中受欢迎程度或关注度而开展的活动。在电商场景下,推广活动具体可以包括营销活动,如低价促销活动、满减活动等。需要说明的是,在实际中,推广活动通常具有时效性,即推广活动通常是在一个指定的时段内开展的。当前推广活动是指当前正在开展的推广活动。推广活动内容是指推广活动所包含的实质性事物。示例性地,若推广活动为促销活动,推广活动内容包括哪些商品参与促销,促销的力度等信息。当前推广活动内容是指当前正在开展的推广活动所包含的实质性事物。
资源信息是指用于对页面进行渲染的信息,其具体可以包括需要在页面中显示的图像和/或文字等。
目标资源信息是指用于对待加载页面进行渲染的信息。
“第一目标资源信息与目标可配置区域对应”是指,第一目标资源信息用于对目标可配置区域进行渲染。“第一目标资源信息为根据当前 推广活动内容所确定的”是指,由当前推广活动内容决定具体将哪些图像和/或文字等作为第一目标资源信息。显然,若当前推广活动内容不同,第一目标资源信息不同。换言之,于不同时刻对同一页面进行加载,若加载时刻的推广活动内容不同,需要用到的第一目标资源信息可能不完全相同,或完全不同。因此第一目标资源信息为可变资源信息。示例性地,在M时刻加载页面1,根据M时刻的推广活动内容A,确定第一目标资源信息包括图片a和图片b,后续使用图片a和图片b对页面1的可配置区域进行渲染。在N时刻再次加载页面1,根据N时刻的推广活动内容B(推广活动内容A和推广活动内容B完全不同),确定第一目标资源信息包括图片c和图片d。后续使用图片c和图片d对页面1的可配置区域进行渲染,而不是使用图片a和图片b对页面1的可配置区域进行渲染。
“第二目标资源信息与目标不可配置区域对应”是指,第二目标资源信息用于对目标不可配置区域进行渲染。“第二目标资源信息为固定资源信息,不随推广活动内容变化而变化”是指,第二目标资源信息是预先指定的,与推广活动内容无关。示例性地,预先指定第二目标资源信息包括图片c和图片d,无论页面加载时刻是否有推广活动,或是有哪种推广活动,始终将图片c和图片d作为第二目标资源信息。
上述技术方案通过设置利用第一目标资源信息和第二目标资源信息,对待加载页面进行渲染;其中,第一目标资源信息与目标可配置区域对应;第一目标资源信息为可变资源信息,第一目标资源信息为根据当前推广活动内容所确定的;第二目标资源信息与目标不可配置区域对应;第二目标资源信息为固定资源信息,不随推广活动内容变化而变化,不随推广活动内容变化而变化,实质是将待加载页面划分为目标可配置区域和目标不可配置区域,在对待加载页面进行配置时,根据推广活动内容,仅配置目标可配置区域,并不对目标不可配置区域进行配置,这样可以实现在对待加载页面进行开发时,根据开发需求,仅对待加载页面中可配置区域进行开发,不需要对待加载页面中所有的区域均进 行开发的目的,可以充分降低重复开发的成本。
在上述各技术方案的基础上,可选地,S120之前,该方法还可以包括如下步骤:将页面加载指令发送至服务器,以使服务器基于待加载页面的标识信息,确定第一目标资源信息和第二目标资源信息;从服务器处获取第一目标资源信息和第二目标资源信息。
这样设置的实质是,第一目标资源信息和第二目标资源信息是由服务器确定并发送至用户终端的。这样可以充分降低用户终端的计算量,进而降低对用户终端的性能要求。
进一步地,服务器基于待加载页面的标识信息,确定第一目标资源信息,包括:服务器基于待加载页面的标识信息,从绑定关系库中确定与目标可配置区域对应的目标绑定关系;绑定关系库包括多个绑定关系,绑定关系包括可配置区域、素材模板以及配置信息三者的对应关系;不同绑定关系中,可配置区域、素材模板以及配置信息中至少一个不同;绑定关系为根据推广活动内容构建的;服务器还基于目标绑定关系,确定与目标可配置区域对应的第一目标资源信息。
绑定关系库是用于存储预先构建的绑定关系的集合。绑定关系是根据推广活动内容预先构建的。构建绑定关系的过程,可视为页面开发的过程。
可选地,目标可配置区域对应多个候选素材模板;每个候选素材模板包括一个或多个待配置项;目标绑定关系中的素材模板为与目标可配置区域对应的多个候选素材模板中的其中一个候选素材模板;目标绑定关系中的配置信息为用于对目标绑定关系中的素材模板中待配置项进行配置的信息。换言之,模板绑定关系中限定了对可配置区域进行渲染,需要使用哪个候选素材模板,并对候选素材模板中的哪些配置项进行配置、如何配置等。
可选地,配置信息包括显示信息和/或投放信息;显示信息包括下述中的至少一项:背景颜色、背景图像、标题内容、字体颜色、目标可配置区域被触发后的跳转链接、动态素材库标识、动态素材筛选条件以 及动态素材展示策略;投放信息包括投放时段。
为了便于理解,图2示出了构建绑定关系的方法的流程图。该构建绑定关系的方法由用于进行页面开发的终端执行。参见图2,该构建绑定关系的方法包括:
S210、展示目标页面中可配置区域的标识信息;目标页面包括至少一个可配置区域,每一个可配置区域对应至少一个候选素材模板。
目标页面例如可以是希望开发的页面。示例性地,如果开发需求为在电商平台的引流页面展示某营销活动(如满减活动)的信息,电商平台的引流页面为目标页面。其中,电商平台的引流页面例如可以是引导用户对电商平台销售的商品进行查看、购买的页面。示例性地,电商平台的引流页面包括商城主页。
可配置区域是预先规定的,可以根据营销活动调整其所展示的内容的区域。
本公开实施例提供的技术方案通过设置利用第一目标资源信息和第二目标资源信息,对待加载页面进行渲染;其中,第一目标资源信息与目标可配置区域对应;第一目标资源信息为可变资源信息,第一目标资源信息为根据当前推广活动内容所确定的;第二目标资源信息与目标不可配置区域对应;第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。其实质是将需开发的页面划分为可配置区域和不可配置区域,用于对可配置区域中展示的。实质是将待加载页面划分为目标可配置区域和目标不可配置区域,在对待加载页面进行配置时,根据推广活动内容,仅配置目标可配置区域,并不对目标不可配置区域进行配置,这样可以实现在对待加载页面进行开发时,根据开发需求,仅对待加载页面中可配置区域进行开发,不需要对待加载页面中所有的区域均进行开发的目的,可以充分降低重复开发的成本。
图3为本公开实施例提供的一种目标页面的示意图。参见图3,该目标页面包括多个区域,分别为区域A1、区域A2、区域A3、区域A4以及区域A5,区域A3进一步可划分为两个区域A3-1。每一个A3-1 又可进一步划分为两个区域A3-3。可以预先规定上述各区域中哪些区域为可配置区域,哪些区域为不可配置区域。示例性地,假设该页面为商城主页,规定该页面中区域A2为不可配置区,该区域用于固定展示用户购买商品的物流信息。并规定除区域A2外的其他区域均为可配置区域。
可配置区域的标识信息是指可以将一个可配置区域与其他可配置区域相区别的信息。基于一可配置区域的标识信息可以唯一地确定可配置区域为哪个版本的应用程序的哪个页面的哪个区域。可配置区域的标识信息相当于可配置区域的坐标。
候选素材模板例如可以是预先针对可配置区域设计的,规定了布局样式的模板。本申请对候选素材模板的具体布局样式不作限制。图4-图14为本公开实施例提供的几种候选素材模板的示意图。其中,图3中区域A1和区域A5均与图4-图7所示的候选素材模板对应。图3中区域A3与图8-图10所示的候选素材模板对应。图3中区域A3-1和区域A3-2与图11-图12所示的候选素材模板对应。图3中区域A4与图13-图14所示的候选素材模板对应。
可选地,每一个候选素材模板仅规定了布局样式,其未包括用户希望向用户展示的信息。换言之,候选素材模板包括一个或多个待配置项,待配置项可以视作为空缺,页面开发人员需要根据其开发需求对待配置项进行配置,即对待配置项进行补全。本申请对待配置项的具体内容或类型等不作限制。
进一步地,可以将候选素材模板包括的待配置项划分为两类,一类是显示类配置项,一类是投放类配置项。显示类配置项例如可以是用于限定需要显示何种内容的配置项。示例性地,参见图8,该候选素材模板包括五个区域,分别为区域B1、区域B2、区域B3、区域B4以及区域B5。区域B5包围区域B1、区域B2、区域B3以及区域B4。每一个区域需要显示的内容、类型等信息为显示类配置项。投放类配置项例如可以是用于限定包括配置好的候选素材模板的页面,需要在何时投 放。
在一些实施例中,可以进一步将显示类配置项划分为静态显示类配置项和动态显示类配置项。其中,静态显示类配置项是指在开发好的目标页面处于显示状态时,对静态显示类配置项所配置的文字或图像等将以静态的形式展示,其不会随时间的推移或用户操作等而发生变化。动态显示类配置项是指在开发好的目标页面处于显示状态时,为对动态显示类配置项所配置的文字或图像等将以动态的形式展示,其会随时间的推移和/或用户操作等而发生变化。
示例性地,规定图8中区域B1为静态配置项,用于展示主标题;区域B2为静态配置项,用于展示副标题,B5为静态配置项,用于展示背景图像。区域B3和区域B4为动态配置项,用于展示商品图像。
每个候选素材模板均具有与之对应的标识信息。基于候选素材模板的标识信息可以将一个候选素材模板与其他候选素材模板相区别。候选素材模板的标识信息例如可以是候选素材模板的名称、编号或图像等。
本步骤的实质是,用户在确定目标页面后,展示目标页面中所有的可配置区域的标识信息,以使页面开发人员根据开发需求,对可配置区域进行选择。当页面开发人员选择了一可配置区域,代表页面开发人员希望对其所选择的可配置区域进行开发。
在一些场景下,目标页面为前文中提及的待加载页面。此种情况下,构建绑定关系的方法的执行时间早于图1中提供的信息处理方法的执行时间。目标页面中的可配置区域,即为图1中待加载页面中的目标可配置区域。
S220、响应于对一可配置区域的选择操作,展示与目标区域对应的候选素材模板的标识信息;目标区域为被选择的可配置区域。
本步骤的实质是,当页面开发人员选择了一可配置区域后,展示与被选择的可配置区域对应的所有候选素材模板的标识信息,以使页面开发人员对候选素材模板进行选择。当页面开发人员选择了一候选素 材模板,代表页面开发人员希望在其所选择的可配置区域中使用所选择的候选素材模板。
S230、响应于对与目标区域对应的一候选素材模板的选择操作,获取与目标素材模板关联的配置信息;目标素材模板为被选择的候选素材模板。
与目标素材模板关联的配置信息例如可以是用于对与目标素材模板的可配置项进行配置的信息。换言之,与目标素材模板关联的配置信息例如可以用于补全目标素材模板中待配置项的信息。
可选地,配置信息包括显示信息和投放信息;显示信息包括下述中的至少一项:背景颜色、背景图像、标题内容、字体颜色、目标区域被触发后的跳转链接、动态素材库标识、动态素材筛选条件以及动态素材展示策略;投放信息包括下述中的至少一项:投放时间。
目标区域被触发后的跳转链接例如可以是,若设置目标区域具有跳转功能,当用户触发目标区域后,终端所需要显示的跳转后的页面的链接地址。背景颜色、背景图像、标题内容、字体颜色以及目标区域被触发后的跳转链接用于对静态显示类配置项进行配置。
动态素材库标识、动态素材筛选条件以及动态素材展示策略用于对动态显示类配置项进行配置。动态素材库标识用于限定动态素材展示区中所展示的素材从哪个素材库中选择。动态素材筛选条件用于限定素材库中哪些素材可以展示在动态素材展示区。动态素材展示策略,用于限定所选择出的素材以何种方式呈现动态展示效果。
示例性地,继续参见图8,规定区域B3为动态素材展示区,用于展示商品图像。动态素材库标识用于指定在区域B3中所展示的商品图像从哪个商品数据库中选择。动态素材筛选条件例如可以是价格在10元-100元内的商品,或者一个月内的销售量达到1000的商品等。动态素材筛选条件用于对商品数据库中的商品进行筛选。动态素材展示策略例如可以是间隔预设时间更新一次区域B3所展示的商品图像,或者检测到用户点击页面的操作后,更新一次区域B3所展示的商品图像。 此处,更新区域B3,是指更新前区域B3所展示的商品图像与更新后区域B3所展示的商品图像不完全相同。
S240、将目标区域、目标素材模板以及配置信息发送至服务器,以使服务器构建目标区域、目标素材模板以及配置信息三者的绑定关系,并将所构建的绑定关系加入到绑定关系库中。
上述技术方案通过设置展示目标页面中可配置区域的标识信息;目标页面包括至少一个可配置区域,每一个可配置区域对应至少一个素材模板;响应于对一可配置区域的选择操作,展示与目标区域对应的素材模板的标识信息;目标区域为被选择的可配置区域;响应于对与目标区域对应的一素材模板的选择操作,获取与目标素材模板关联的配置信息;目标素材模板为被选择的素材模板;将目标区域、目标素材模板以及配置信息发送至服务器,以使服务器构建目标区域、目标素材模板以及配置信息三者的绑定关系,并将所构建的绑定关系加入到绑定关系库中。其实质是将目标页面划分为多个区域,并限定各区域是否可以作为可配置区域,以及可配置区域对应的素材模板,如此,可以根据开发需求,选择目标页面中需要开发的一个或几个可配置区域单独进行开发,不需要对目标页面中所有的区域均进行开发,可以充分降低重复开发成本。
在上述各技术方案的基础上,可选地,配置信息包括投放信息,投放信息包括投放时段;目标绑定关系为当前时刻处于投放时段的绑定关系。当前时刻处于一绑定关系的投放时段,意味着当前时刻正在运营的推广活动是形成该绑定关系的推广活动,该绑定关系是有效的。这样设置的实质是确保目标绑定关系与当前推广活动是相关的,进而确保所渲染出的可配置区域能够达到实现推动当前推广活动顺利进行的目的。
在上述各技术方案的基础上,可选地,目标绑定关系中的配置信息包括显示信息,显示信息包括动态素材库标识、动态素材筛选条件和动态素材展示策略;动态素材库包括多个素材;服务器还基于目标绑定关 系,确定与目标可配置区域对应的第一目标资源信息,包括:服务器还基于动态素材库标识和动态素材筛选条件,从动态素材库中确定与目标可配置区域关联的第一目标资源信息;利用第一目标资源信息和第二目标资源信息,对待加载页面进行渲染,包括:从服务器获取第一目标资源信息、第二目标资源信息以及动态素材展示策略;基于第一目标资源信息以及动态素材展示策略对待加载页面中的目标可配置区域进行渲染;利于第二目标资源信息对待加载页面中的目标不可配置区域进行渲染。
示例性地,若根据目标绑定关系,图8中区域B3对应的动态素材展示策略为间隔5s更新一次区域B3所展示的商品图像。将该动态素材展示策略与第一目标资源信息一并发送至第一终端,以使第一终端对待加载页面进行渲染后,待加载页面中区域B3能够实现每隔5s更新一次所展示的商品图像的效果。
需要说明的是,对于前述的各方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明并不受所描述的动作顺序的限制,因为依据本发明,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本发明所必须的。
图15为本公开实施例中的一种信息处理装置的结构示意图。本公开实施例所提供的信息处理装置可以配置于终端中。参见图15,该信息处理装置具体包括:
页面加载指令获取模块310,用于获取页面加载指令;所述页面加载指令包括待加载页面的标识信息;所述待加载页面包括目标可配置区域和目标不可配置区域;
渲染模块320,用于利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染;其中,所述第一目标资源信息与所述目标可配置区域对应;所述第一目标资源信息为可变资源信息,所述第一目 标资源信息为根据当前推广活动内容所确定的;所述第二目标资源信息与所述目标不可配置区域对应;所述第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
进一步地,该装置还包括信息收发模块;
信息收发模块,用于利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染之前,将所述页面加载指令发送至服务器,以使所述服务器基于所述待加载页面的标识信息,确定所述第一目标资源信息和所述第二目标资源信息;
从所述服务器处获取所述第一目标资源信息和所述第二目标资源信息。
进一步地,所述服务器基于所述待加载页面的标识信息,确定所述第一目标资源信息,包括:
所述服务器基于所述待加载页面的标识信息,从绑定关系库中确定与所述目标可配置区域对应的目标绑定关系;所述绑定关系库包括多个绑定关系,所述绑定关系包括可配置区域、素材模板以及配置信息三者的对应关系;不同所述绑定关系中,所述可配置区域、所述素材模板以及所述配置信息中至少一个不同;所述绑定关系为根据所述推广活动内容构建的;
所述服务器还基于所述目标绑定关系,确定与所述目标可配置区域对应的所述第一目标资源信息。
进一步地,所述目标可配置区域对应多个候选素材模板;每个所述候选素材模板包括一个或多个待配置项;
所述目标绑定关系中的所述素材模板为与所述目标可配置区域对应的所述多个候选素材模板中的其中一个候选素材模板;所述目标绑定关系中的所述配置信息为用于对所述目标绑定关系中的所述素材模板中所述待配置项进行配置的信息。
进一步地,所述配置信息包括显示信息和/或投放信息;
所述显示信息包括下述中的至少一项:背景颜色、背景图像、标题 内容、字体颜色、所述目标可配置区域被触发后的跳转链接、动态素材库标识、动态素材筛选条件以及动态素材展示策略;
所述投放信息包括投放时段。
进一步地,所述配置信息包括所述投放信息,所述投放信息包括所述投放时段;所述目标绑定关系为当前时刻处于所述投放时段的绑定关系。
进一步地,所述目标绑定关系中的配置信息包括所述显示信息,所述显示信息包括所述动态素材库标识、所述动态素材筛选条件和所述动态素材展示策略;所述动态素材库包括多个素材;
所述服务器还基于所述目标绑定关系,确定与所述目标可配置区域对应的所述第一目标资源信息,包括:
所述服务器还基于所述动态素材库标识和所述动态素材筛选条件,从所述动态素材库中确定与所述目标可配置区域关联的第一目标资源信息;
渲染模块,用于:
从所述服务器获取所述第一目标资源信息、所述第二目标资源信息以及所述动态素材展示策略;
基于所述第一目标资源信息以及所述动态素材展示策略对所述待加载页面中的所述目标可配置区域进行渲染;
利于所述第二目标资源信息对所述待加载页面中的所述目标不可配置区域进行渲染。
本公开实施例提供的信息处理装置,可执行本公开方法实施例所提供的信息处理方法中终端所执行的步骤,具备执行步骤和有益效果,此处不再赘述。
图16为本公开实施例中的一种电子设备的结构示意图。下面具体参考图16,其示出了适于用来实现本公开实施例中的电子设备1000的结构示意图。本公开实施例中的电子设备1000可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、PDA(个人数字助理)、PAD (平板电脑)、PMP(便携式多媒体播放器)、车载终端(例如车载导航终端)、可穿戴电子设备等等的移动终端以及诸如数字TV、台式计算机、智能家居设备等等的固定终端。图16示出的电子设备仅仅是一个示例,不应对本公开实施例的功能和使用范围带来任何限制。
如图16所示,电子设备1000可以包括处理装置(例如中央处理器、图形处理器等)1001,其可以根据存储在只读存储器(ROM)1002中的程序或者从存储装置1008加载到随机访问存储器(RAM)1003中的程序而执行各种适当的动作和处理以实现如本公开所述的实施例的信息处理方法。在RAM 1003中,还存储有电子设备1000操作所需的各种程序和信息。处理装置1001、ROM 1002以及RAM 1003通过总线1004彼此相连。输入/输出(I/O)接口1005也连接至总线1004。
通常,以下装置可以连接至I/O接口1005:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置1006;包括例如液晶显示器(LCD)、扬声器、振动器等的输出装置1007;包括例如磁带、硬盘等的存储装置1008;以及通信装置1009。通信装置1009可以允许电子设备1000与其他设备进行无线或有线通信以交换信息。虽然图16示出了具有各种装置的电子设备1000,但是应理解的是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在非暂态计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码,从而实现如上所述的信息处理方法。在这样的实施例中,该计算机程序可以通过通信装置1009从网络上被下载和安装,或者从存储装置1008被安装,或者从ROM 1002被安装。在该计算机程序被处理装置1001执行时,执行本公开实施例的方法中限定的上述功能。
需要说明的是,本公开上述的计算机可读介质可以是计算机可读 信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本公开中,计算机可读信号介质可以包括在基带中或者作为载波一部分传播的信息信号,其中承载了计算机可读的程序代码。这种传播的信息信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:电线、光缆、RF(射频)等等,或者上述的任意合适的组合。
在一些实施方式中,客户端、服务器可以利用诸如HTTP(HyperText Transfer Protocol,超文本传输协议)之类的任何已知或未来研发的网络协议进行通信,并且可以与任意形式或介质的数字信息通信(例如,通信网络)互连。通信网络的示例包括局域网(“LAN”),广域网(“WAN”),网际网(例如,互联网)以及端对端网络(例如,ad hoc端对端网络),以及任何已知或未来研发的网络。
上述计算机可读介质可以是上述电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。
上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该电子设备执行时,使得该电子设备:
获取页面加载指令;所述页面加载指令包括待加载页面的标识信息;所述待加载页面包括目标可配置区域和目标不可配置区域;
利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染;其中,所述第一目标资源信息与所述目标可配置区域对应;所述第一目标资源信息为可变资源信息,所述第一目标资源信息为根据当前推广活动内容所确定的;所述第二目标资源信息与所述目标不可配置区域对应;所述第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
可选的,当上述一个或者多个程序被该电子设备执行时,该电子设备还可以执行上述实施例所述的其他步骤。
可以以一种或多种程序设计语言或其组合来编写用于执行本公开的操作的计算机程序代码,上述程序设计语言包括但不限于面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)—连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。
附图中的流程图和框图,图示了按照本公开各种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流 程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。
描述于本公开实施例中所涉及到的单元可以通过软件的方式实现,也可以通过硬件的方式来实现。其中,单元的名称在某种情况下并不构成对该单元本身的限定。
本文中以上描述的功能可以至少部分地由一个或多个硬件逻辑部件来执行。例如,非限制性地,可以使用的示范类型的硬件逻辑部件包括:现场可编程门阵列(FPGA)、专用集成电路(ASIC)、专用标准产品(ASSP)、片上系统(SOC)、复杂可编程逻辑设备(CPLD)等等。
在本公开的上下文中,机器可读介质可以是有形的介质,其可以包含或存储以供指令执行系统、装置或设备使用或与指令执行系统、装置或设备结合地使用的程序。机器可读介质可以是机器可读信号介质或机器可读储存介质。机器可读介质可以包括但不限于电子的、磁性的、光学的、电磁的、红外的、或半导体系统、装置或设备,或者上述内容的任何合适组合。机器可读存储介质的更具体示例会包括基于一个或多个线的电气连接、便携式计算机盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦除可编程只读存储器(EPROM或快闪存储器)、光纤、便捷式紧凑盘只读存储器(CD-ROM)、光学储存设备、磁储存设备、或上述内容的任何合适组合。
根据本公开的一个或多个实施例,本公开提供了一种电子设备,包括:
一个或多个处理器;
存储器,用于存储一个或多个程序;
当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如本公开提供的任一所述的信息处理方法。
根据本公开的一个或多个实施例,本公开提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现如本公 开提供的任一所述的信息处理方法。
本公开实施例还提供了一种计算机程序产品,该计算机程序产品包括计算机程序或指令,该计算机程序或指令被处理器执行时实现如上所述的信息处理方法。
需要说明的是,在本文中,诸如“第一”和“第二”等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。
以上所述仅是本公开的具体实施方式,使本领域技术人员能够理解或实现本公开。对这些实施例的多种修改对本领域的技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本公开的精神或范围的情况下,在其它实施例中实现。因此,本公开将不会被限制于本文所述的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。

Claims (10)

  1. 一种信息处理方法,包括:
    获取页面加载指令;所述页面加载指令包括待加载页面的标识信息;所述待加载页面包括目标可配置区域和目标不可配置区域;
    利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染;其中,所述第一目标资源信息与所述目标可配置区域对应;所述第一目标资源信息为可变资源信息,所述第一目标资源信息为根据当前推广活动内容所确定的;所述第二目标资源信息与所述目标不可配置区域对应;所述第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
  2. 根据权利要求1所述的方法,其中所述利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染之前,包括:
    将所述页面加载指令发送至服务器,以使所述服务器基于所述待加载页面的标识信息,确定所述第一目标资源信息和所述第二目标资源信息;
    从所述服务器处获取所述第一目标资源信息和所述第二目标资源信息。
  3. 根据权利要求2所述的方法,其中,
    所述服务器基于所述待加载页面的标识信息,确定所述第一目标资源信息,包括:
    所述服务器基于所述待加载页面的标识信息,从绑定关系库中确定与所述目标可配置区域对应的目标绑定关系;所述绑定关系库包括多个绑定关系,所述绑定关系包括可配置区域、素材模板以及配置信息三者的对应关系;不同所述绑定关系中,所述可配置区域、所述素材模板以及所述配置信息中至少一个不同;所述绑定关系为根据所述推广活动内容构建的;
    所述服务器还基于所述目标绑定关系,确定与所述目标可配置区 域对应的所述第一目标资源信息。
  4. 根据权利要求3所述的方法,其中,
    所述目标可配置区域对应多个候选素材模板;每个所述候选素材模板包括一个或多个待配置项;
    所述目标绑定关系中的所述素材模板为与所述目标可配置区域对应的所述多个候选素材模板中的其中一个候选素材模板;所述目标绑定关系中的所述配置信息为用于对所述目标绑定关系中的所述素材模板中所述待配置项进行配置的信息。
  5. 根据权利要求3所述的方法,其中,所述配置信息包括显示信息和/或投放信息;
    所述显示信息包括下述中的至少一项:背景颜色、背景图像、标题内容、字体颜色、所述目标可配置区域被触发后的跳转链接、动态素材库标识、动态素材筛选条件以及动态素材展示策略;
    所述投放信息包括投放时段。
  6. 根据权利要求5所述的方法,其中所述配置信息包括所述投放信息,所述投放信息包括所述投放时段;所述目标绑定关系为当前时刻处于所述投放时段的绑定关系。
  7. 根据权利要求5所述的方法,其中所述目标绑定关系中的配置信息包括所述显示信息,所述显示信息包括所述动态素材库标识、所述动态素材筛选条件和所述动态素材展示策略;所述动态素材库包括多个素材;
    所述服务器还基于所述目标绑定关系,确定与所述目标可配置区域对应的所述第一目标资源信息,包括:
    所述服务器还基于所述动态素材库标识和所述动态素材筛选条件,从所述动态素材库中确定与所述目标可配置区域关联的第一目标资源信息;
    所述利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染,包括:
    从所述服务器获取所述第一目标资源信息、所述第二目标资源信息以及所述动态素材展示策略;
    基于所述第一目标资源信息以及所述动态素材展示策略对所述待加载页面中的所述目标可配置区域进行渲染;
    利于所述第二目标资源信息对所述待加载页面中的所述目标不可配置区域进行渲染。
  8. 一种信息处理装置,包括:
    页面加载指令获取模块,用于获取页面加载指令;所述页面加载指令包括待加载页面的标识信息;所述待加载页面包括目标可配置区域和目标不可配置区域;
    渲染模块,用于利用第一目标资源信息和第二目标资源信息,对所述待加载页面进行渲染;其中,所述第一目标资源信息与所述目标可配置区域对应;所述第一目标资源信息为可变资源信息,所述第一目标资源信息为根据当前推广活动内容所确定的;所述第二目标资源信息与所述目标不可配置区域对应;所述第二目标资源信息为固定资源信息,不随推广活动内容变化而变化。
  9. 一种电子设备,其中所述电子设备包括:
    一个或多个处理器;
    存储装置,用于存储一个或多个程序;
    当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求1-7中任一项所述的方法。
  10. 一种计算机可读存储介质,其上存储有计算机程序,其中该程序被处理器执行时实现如权利要求1-7中任一项所述的方法。
PCT/CN2024/096334 2023-05-31 2024-05-30 信息处理方法、装置、电子设备以及存储介质 Ceased WO2024245339A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202310637364.X 2023-05-31
CN202310637364.XA CN119065751A (zh) 2023-05-31 2023-05-31 信息处理方法、装置、电子设备以及存储介质

Publications (1)

Publication Number Publication Date
WO2024245339A1 true WO2024245339A1 (zh) 2024-12-05

Family

ID=93639930

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2024/096334 Ceased WO2024245339A1 (zh) 2023-05-31 2024-05-30 信息处理方法、装置、电子设备以及存储介质

Country Status (2)

Country Link
CN (1) CN119065751A (zh)
WO (1) WO2024245339A1 (zh)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110055314A1 (en) * 2009-09-02 2011-03-03 Facebook Inc. Page rendering for dynamic web pages
CN105930530A (zh) * 2016-06-13 2016-09-07 乐视控股(北京)有限公司 一种移动终端页面缓存及系统
CN114428925A (zh) * 2021-12-29 2022-05-03 北京京东振世信息技术有限公司 页面渲染方法、装置、电子设备和计算机可读介质

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110055314A1 (en) * 2009-09-02 2011-03-03 Facebook Inc. Page rendering for dynamic web pages
CN105930530A (zh) * 2016-06-13 2016-09-07 乐视控股(北京)有限公司 一种移动终端页面缓存及系统
CN114428925A (zh) * 2021-12-29 2022-05-03 北京京东振世信息技术有限公司 页面渲染方法、装置、电子设备和计算机可读介质

Also Published As

Publication number Publication date
CN119065751A (zh) 2024-12-03

Similar Documents

Publication Publication Date Title
WO2023040443A1 (zh) 用于绘制画布的方法和装置
WO2023202415A1 (zh) 一种推荐方法、装置、设备、介质及产品
CN105224657A (zh) 一种基于搜索引擎的信息推荐方法及电子设备
EP4231143B1 (en) Information display method and apparatus, electronic device, and computer readable storage medium
CN118132056A (zh) 页面开发方法、装置、设备及存储介质
WO2024199501A1 (zh) 一种交互方法、装置、电子设备以及存储介质
CN105224652A (zh) 一种基于视频的信息推荐方法及电子设备
CN110618811B (zh) 信息呈现方法和装置
CN114385296B (zh) 一种对象处理方法、装置、电子设备及介质
CN112214665A (zh) 内容展示方法、装置、电子设备及计算机可读存储介质
WO2024245339A1 (zh) 信息处理方法、装置、电子设备以及存储介质
US20240420201A1 (en) Information displaying method, apparatus, electronic device and storage medium
CN115271776A (zh) 广告获取的方法及其相关设备
CN105183903A (zh) 一种基于文章的信息推荐方法及电子设备
WO2024240029A1 (zh) 交互方法、装置、电子设备和存储介质
WO2024140503A1 (zh) 一种信息显示方法、装置、设备及介质
JP7788562B2 (ja) 群メンバー追加方法、装置、デバイス、及び媒体
CN114786069B (zh) 视频生成方法、装置、介质及电子设备
CN105912254A (zh) 一种显示应用图标的方法及终端
CN111488537A (zh) 一种页面展示的方法和装置
CN116204251A (zh) 特效的显示方法、装置、设备及存储介质
CN114547395A (zh) 搜索方法及装置
CN114936334B (zh) 一种页面显示方法、装置、电子设备及介质
CN118628171A (zh) 一种交互方法、装置、电子设备以及存储介质
CN112015421B (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: 24814536

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE