Method and device for generating routing address for accessing page

A routing and address technology, applied in the computer field, can solve the problems of low versatility and maintainability, poor timeliness of routing addresses, etc., and achieve the effect of improving versatility, maintainability, and timeliness

Pending Publication Date: 2021-11-26
北京房江湖科技有限公司
0 Cites 0 Cited by

AI-Extracted Technical Summary

Problems solved by technology

Technical people add dynamic parameters and parameter values ​​​​for independent paths in code but technical people do not know independent paths, but non-technical people know independent paths but do not know dynamic parameters and parameter values, so by directly in the code The gene...
View more

Method used

[0064] The processor includes a kernel, and the kernel retrieves corresponding program units from the memory. The k...
View more

Abstract

The embodiment of the invention provides a method and device for generating a routing address for accessing a page, and belongs to the technical field of computers. The method comprises: under the condition that access to a page is triggered, obtaining a preset routing address template, wherein after parameter real-time values are filled in the preset routing address template, a routing address is obtained; analyzing the obtained preset routing address template to obtain a parameter identifier of the parameter real-time value needing to be obtained; calling a parameter real-time value obtaining function corresponding to the obtained parameter identifier to obtain a parameter real-time value; and filling the obtained parameter real-time value into the obtained preset routing address template to generate the routing address. Therefore, the timeliness of generating the routing address is improved.

Application Domain

Website content managementSpecial data processing applications

Technology Topic

Real-time computingDistributed computing +3

Image

  • Method and device for generating routing address for accessing page
  • Method and device for generating routing address for accessing page
  • Method and device for generating routing address for accessing page

Examples

  • Experimental program(1)

Example Embodiment

[0036] DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS It should be understood that the specific embodiments described herein are intended to illustrate and explain the embodiments of the present invention, and are not intended to limit the embodiments of the invention.
[0037] One aspect of an embodiment of the present invention provides a method of generating a routing address for accessing a page.
[0038] figure 1 It is a method of generating a routing address for accessing a page by an embodiment of the present invention. like figure 1 As shown, the method includes the following.
[0039]In step S10, in the case of triggered a page, the preset routing address template is acquired, wherein the preset routing address template is filled in the parameter real-time value to obtain the routing address. Alternatively, in the embodiment of the present invention, a page can be triggered with components for starting access to a page. like figure 2 As shown, the button component with "Immediate View", when the button component is clicked, trigger an access to a page. Preferably, in the case of triggering access to a page by interacting with components for starting access to a page, the preset routing address template can be stored in the data of the interactive component, from the interactive component The preset routing address template is extracted in the data to obtain a preset route address template. In addition, the preset route address template can be obtained to access the routing address for accessing the page as long as the parameter real-time value is filld. For example, the preset routing address template can include the following: the route address protocol, port number, and path consisting of portions, parameters, and parameter names, parameter identifiers, etc., as long as the parameters are fill in the real-time value in the preset route address template. Get the routing address. In addition, the parameter real-time value is a dynamic value of the parameters included in the routing address, for example, a routed address, Https://marketing.ke.com/activity/h5?City = 120000 & agent_id = 1000000026680688 In this routing address, two parameters, city and agent_id, in which the real-time value of the CITY is 120000, and the real-time value of the Agent_ID is 1000000026680688.
[0040] In step S11, the acquired preset routing address template is parsed to obtain a parameter identifier that needs to acquire the real-time value of the parameter. Among them, the resulting parameter identifier may be one, or it may be multiple, which is not limited. In addition, a parameter identifier is an identifier of a parameter set in the preset route address template. For example, a preset route template is Https://marketing.ke.com/activity/h5?City = {city_code}} & agent_id = {{agent_ Id}} Wherein, the preset routing address template includes two parameters, city, and agent_id, the parameter identifier of the city to CITY_CODE, Agent_ID is Agent_ID. The preset routing address template includes the parameter identifier of the parameter, by parsing the preset route address template, getting a parameter identifier that needs to obtain the real-time value of the parameter. For example, a parameter identifier that needs to obtain the real-time value of the parameter can be obtained in the acquired preset route address template by the following. The parameter identifier preset form is acquired in the acquired preset routing address template, where the parameter identifier preset may be set according to the specific case, for example, by the parameter identifier plus the parameter identifier preset structure composition parameter identifier In presence form, for example, the parameter identifier preset structure can be "", {{}}, ##, etc., which is not limited thereto. With a preset route template Https://marketing.ke.com/activity/h5?City = {{city_code}} & agent_id = {{Agent_id}} For example, the parameter identifier preset is the parameter identifier {{{}}}, the parameter identifier preset form includes {{city_code}}, {{agent_id}}. The routing address may include one or more parameters, the preset routing address template may include one or more parameter identifier presets, and different parameter identifiers are the same as the elements, but the display form is different, parameters The display form of the identifier preset is related to the parameter identifier. For example, the preset routing template is Https://marketing.ke.com/activity/h5?City = {{city_code}} & agent_id = {{Agent_ID}} For example, two parameter identifiers preset form, {{city_code}}, {{agent_id}}, each parameter identifier preset form is the parameter identifier {{}}, so the parameter identifier The elementally included elements are the same; however, due to the different parameters of the parameter identifier, the parameter identification preset form is a parameter identifier, so the display form of the different parameter identifier preset form is different. That is, the preset form of the parameter identifier corresponding to different parameters is different. Alternatively, in the embodiment of the present invention, the parameter identifier preset form can be acquired using a regular expression. After obtaining the parameter identifier preset form, the acquired parameter identifier preset form is processed, and the parameter identifier preset structure is removed, and the parameter identifier is obtained. In the embodiment of the present invention, the parameter identifier preset form may be constructed by the parameter identifier and the parameter identifier, after acquiring the parameter identifier preset form, the acquired parameter identifier preset form Processing, remove the parameter identifier preset structure, to obtain the parameter identifier. For example, the parameter identifier preset form is {{city_code}}, {{agent_id}}, which adds {{}} for the parameter identifier city_code, Agent_ID, and {}}} {}} A parameter identifier can be obtained.
[0041] In step S12, the parameter real-time value acquisition function corresponding to the resulting parameter identifier is called to obtain the real-time value of the parameter. For example, the parameter real-time value is removed from the storage parameter real-time value by calling the parameter real-time value acquisition function. For example, the parameter identifier includes city_code, agent_id, and form_input_name, the three parameter identifiers respectively correspond to the reference real-time value acquisition function, respectively, GET_CITY_CODE, GET_AGENT_ID and GET_FORM_INPUT_NAME. When calling get_city_code, it can be a real-time value corresponding to the CITY_CODE corresponding to the citycode property of the global variable; when the GET_AGENT_ID is called, it can be obtained from the URL of the current page to the active value corresponding to the active value, where it is triggered. The access page is triggered by interacting with the component, the surface described here can be the page where the component is located; when the Get_Form_Input_name is called, the FORM_INPUT_NAME is read from the Form.Name property of the global variable, and the real-time value corresponding to the corresponding parameters. Among them, before calling the parameter real-time value acquisition function, the reference to the parameter real-time value corresponding to the city_ide, the reference real-time value and the parameter real-time value corresponding to the form_input_name have been determined. When the parameter real-time value acquires the function, the reading has been determined. The parameter real-time value will get the real-time value of the parameter. For example, for the parameter real-time value corresponding to the CITY_CODE, the active real-time value corresponding to the Agent_ID, before jumping the routing address of the current page, the current urban information and broker information is obtained by the service party, and the parameter is appended to the route address, that is, Urban information (such as "City = Beijing" or "City = Tianjin") put into the citycode attribute of global variables and puts the broker information (such as "broker = Zhang San" or "broker = Li 4") In the URL of the current page. Among them, a preset route address template is configured in a component of the current page, and jumps to the page to be accessed when the user clicks on the component. For the parameter real-time value corresponding to the Form_INPUT_NAME, other components of the current page are confirmed after the user enters the username, other components save the information entered into the Name field in the global variable, that is, save the username to the global variable. Form.name attributes. Where other components are components of the unconfigured preset route address template in the current page.
[0042] In step S13, the acquired parameter real-time value is filled in the acquired preset routing address template to generate a routing address. For example, a routing address can be generated by replacing a parameter identifier that needs to obtain the real-time value in the acquired parameter real-time value in the acquired preset routing address template.
[0043] Through the above technical solution, the acquisition parameter real-time value is implemented, and by filling out the acquired parameter real-time value to a preset routing address template to obtain a routing address, in real time acquisition parameters real-time value, non-technical personnel As long as you get the preset route address template, dynamic routing can be defined, and the non-technical personnel cannot define dynamic routing from one page to another page. In addition, as long as the preset route address template is obtained, the non-technical person can obtain a dynamic route, so that the versatility and maintainability of the method of generating routing addresses are improved. Further, as long as the preset routing address template is obtained, the parameter real-time value is obtained, it can be obtained to access the routing address, regardless of how the business jump path changes, can achieve a routing address based on this implementation, the technicians are not Requires frequently modifying the path of the path and publishing the code, increasing the timiness of generating routing addresses.
[0044] Alternatively, in the embodiment of the present invention, the preset routing address template can be determined based on the following content. Detect whether the input cursor is located at the link address to be configured to fill in the real-time value position of the real-time value of the parameter. For example, it is possible to detect whether the input cursor is located at the real-time value position of the parameter real-time value when the input cursor is located at the parameter preset structure. Among them, the input cursor is located at the real-time value position by regular matching. In addition, the parameter preset structure can be set according to the specific situation. For example, it can be "? Parameter name =" or "& parameter name =". like image 3 As shown, two parameters preset structures are included in the link address to be configured, one is "? City =", the other "& Agent_ID =". In the case where the input cursor is located at the real-time value location, the parameter description list is displayed. Where the parameter description list can be set in advance, and each time the input cursor is located at the real-time value location, the parameter description list is displayed. Further, in the parameter description list, only the parameter descriptions corresponding to different parameters may include the parameter name. like image 3 As shown, the area 1 shows the parameter description list, in the parameter list, in addition to the parameter description "Location City", "Broker ID", "user input information", including parameter name "city", "agentid" And "Name". Where the parameter description is set for a certain parameter; the parameter name is the name of the parameter and exists in the link address. In the case where a parameter list in the displayed parameter list is selected, the corresponding parameter identifier preset is added to the input cursor in the input cursor. For example, in the embodiment of the present invention, it is possible to provide a corresponding relationship with the parameter identifier preset form; after a certain parameter description is selected, the selected parameter description will be described in the corresponding relationship. The parameter identifier preset is added to the input cursor. Further, it is also possible to set the composition of the parameter identifier preset, including which, including the parameter identifier and the parameter identifier preset structure, setting the correspondence between the parameter description and parameter identifiers and parameters What is the description of the identifier, and in the case where a parameter description is selected, in the correspondence between the parameter description and the parameter identifier, it is determined that the parameter identifier corresponding to the selected parameter description will be determined. The parameter identifier plus the parameter identifier preset structure Get the parameter identifier identifier preset, and the resulting parameter identifier preset is added to the input cursor.
[0045] Alternatively, in the embodiment of the present invention, it is determined that the preset routing address template further includes determining whether or not the following is at least at least before detecting whether or not the input cursor is at the real-time value position of the link address to be configured. One to determine if the detection input cursor is in the real-time value location where the parameter real-time value is required to be configured: the input box of the link address to be configured is acquired, the input cursor moves, and the input box Value changes. Among them, the input box of the link address to be configured is to obtain the focus is that the input cursor is located in the input box of the link address to be configured. The input box gets the input cursor; the value in the input box changes the link address to be configured. Writing is being written after being written.
[0046] Figure 4 It is a schematic diagram of a configuration preset route address template according to another embodiment of the present invention.
[0047] Among them, in this embodiment, the preset route address template is provided as an example. For example, the jump link shape of a button in the page wants to configure, such as: Https://marketing.ke.com/activity/ H5?City = 100000 & agent_id = 1000000026680675. Prerequisites, operations have known the meaning of these parameters: The corresponding parameter value 100000 is coded for the page positioning; the parameter value corresponding to the Agent_id 1000000026680675 is the identity ID of the login broker.
[0048] 1) In front of the configuration preset routing address template, the system initializes the list of built-in parameters available for use. The built-in parameter list corresponding to each parameter may include three parts, parameter description, parameter identifier, and parameter real-time value acquisition functions. For example, if image 3 As shown, the parameter description list includes three parameter descriptions, positioning the city, broker ID, and user input information, respectively corresponds to the parameters, AgentID, and Name. The built-in parameters list of parameters, including: a. Parameter description: positioning city; b. Parameter identifier: city_code; c. Parameter real-time value acquisition function: Get_city_code. When the user accesses the page, the system automatically obtains the city coding of the city's city, and saves it on the citycode property of the global variable. When the GET_CITY_CODE is called, the city coding is read from the citycode property of the global variable and returns, where City coding is the parameter real-time value for the parameter city. The built-in parameter list of parameters AgentID includes: a. Parameter description: broker ID; b. Parameter identifier: Agent_ID; c. Parameter real-time value acquisition function: Get_Agent_ID. When GET_AGENT_ID is executed, it will be returned from the current page (for example, the page for starting the page where the component where the component is located) is located. Where is the active parameter value for the parameter AgentId. . The built-in parameter list of parameters Name includes: a. Parameter description: user input information; b. Parameter identifier: form_input_name; c. Parameter real-time value acquisition function: get_form_input_name. When the user accesses the page, and after filling the NAME information in the form component of the page, the information is saved on the form.name property of the global variable, and when Get_Form_Input_name is called, the user is read from the FORM.NAME attribute of the global variable. The NAME information entered, wherein the read NAME information is the parameter real-time value of the NAME. 2) The operator enters the link address to be configured in the system. For example, the link address is Https://marketing.ke.com/activity/h5?city = & Agengid =. 3) The system detection does appear: Enter the input box of the link address to be configured to get the focus (that is, the input box is obtained to the input cursor), the input cursor moves and the value of the input box changes. When the system detects the above, the cursor of the input box is automatically detected whether the cursor of the input box is required to fill in the real-time value position of the parameter real-time value, that is, whether the input cursor is located behind "? Or & parameter name =", E.g? CITY = or & Agengid =. 4), when 3) The process detects that the input cursor is located at the real-time value location, pops up the configurable dynamic parameter list option box, that is, the display parameter description list, such as image 3 As shown, the operator can click on one of the parameters. 5) When the operator points to select the parameter description, the system will add parameter identifier preset form, for example, {{parameter identifier}}. For example, select a positioning city, then add {{city_code}} at the input cursor. 6) Add {{parameter identifier}} at the input cursor, and update the template for the link address to be configured. For example, detected input cursor? After city =, add {city_code}} at the input cursor, update the template for the link address to be configured. https: // Marketing.ke.com/activity/h5?city = {{City_code}} & agengid =. Repeat step 3) - Step 5) or step 4) - Step 5) The configuration of the input link address is completed to obtain a preset route address template. For example, the link address is entered Https://marketing.ke.com/activity/h5?City = & agngid = The corresponding preset route address template is Https://marketing.ke.com/activity/h5?city = {{City_code}} & setngid = {{agent_id}}. Finally, the preset route address template is saved in the data of a component by the system. In addition, the data of different components may include the same preset routing address template, or may include different preset routing address templates; multiple components can be included on the page of the display assembly. Additionally, the component can be any form of components such as buttons or resource bits.
[0049] Figure 5 It is a schematic diagram of a generation routing address provided by another embodiment of the present invention. When the user accesses the page, the dynamic routing address generation process is as follows.
[0050] 1) When the user visits the active page, the interaction of the button or resource bit and other components will trigger the page jump. 2) Before the page jump, the routing generator will obtain the final jump route address based on the preset route address template and parameter real-time value of the operation configuration. The specific procedures are as follows: 3) and 4), the routing generator first gets the click button or the resource bit corresponding to the preset route address template, the format is like: https: //marketing.ke.com/activity/h5? City = {{city_code}} & agent_id = {{agn nt_id}}}. 5) After the routing generator gets the preset routing template, the acquired pre-routed address template is parsed. According to the regular expression, find the structure of the structure, {city_code}}, where {{and}} are internal The conventional structure, city_code is the parameter identifier of the page acquiring real-time parameter information. 6) and 7) When the parameter identifier city_code, agent_id, the routing generator calls the built-in parameter real-time value from the global variable acquisition function GET_CITY_CODE and GET_AGENT_ID to get the reference real-time value for the CITY_CODE and AGENT_ID. 8) Routing generator assembly the final routing address, replacing the acquired parameter real-time value with {city_code}} and {000_id}}, generating the final routing address. 9) After the routing generator assembles the final routing address, return the final routing address to the start page jump. For example, with a preset route address template as https: // Marketing.ke.com/activity/h5?City = {{city_code}} & agent_id = {{agent_id}} Taking an example, when Tianjin (Urban code is 120000) (broker ID is 1000000026680688) Access page, the agent clicks on figure 2 When the button shown in the middle, the page starts to dynamically generate jump routes, and finally jump to the page: https: // Marketing.ke.com/activity/h5?City = 120000 & agent_id = 1000000026680688.
[0051] In summary, the technical solution provided by the embodiments of the present invention mainly comprises two portions: a part is a configuration in which the route template is updated in the system; the second part is the user access page, interact with the page button. Trigger routing generation, based on real-time information back to the template, generate the final routing address. According to the technical solution provided in the embodiment of the present invention, when the operator is routed in a way of jump in the configuration page, the dynamic data that can be provided can be visible, and the final routing template is generated; when the user accesses the page When the jump route, the page will dynamically map according to the routing template and the page real-time data, generate the final routing address and jump to the corresponding page.
[0052] Accordingly, another aspect of the embodiments of the present invention provides a device that generates a routing address for accessing a page.
[0053] Image 6 It is a block diagram of another embodiment of the present invention to generate a device for accessing a routing address of the page. like Image 6 As shown, the apparatus includes a preset routing address template acquisition module 1, a parsing module 2, a call module 3, and a routing address generating module 4. The preset routing address template acquisition module 1 is used to obtain a preset routing address template in the case of triggering a page, wherein the preset routing address template is filled in the parameter real-time value to obtain a routing address; parsing module 2 Used to parse the acquired preset routing address template to obtain a parameter identifier that needs to acquire the real-time value of the parameter; the call module 3 is used to invoke the parameter real-time value acquisition function corresponding to the resulting parameter identifier to obtain The parameter real-time value; the route address generation module 4 is used to fill in the acquired parameter real-time value to the acquired preset routing address template to generate a routing address.
[0054] Alternatively, in the embodiment of the present invention, the route generating module fills in the acquired parameter real-time value into the acquired preset routing address template to generate the routing address includes: replacing the acquired parameter real-time value requires acquisition parameters The parameter identifier of the real-time value is in the preset form of the corresponding parameter identifier in the acquired preset routing address template to generate a routing address.
[0055] Alternatively, in the embodiment of the present invention, the parsing module analyzes the acquired pre-routing address template to obtain a parameter identifier that needs to obtain the real-time value of the parameter includes: obtaining the parameter identifier in the acquired preset route address template. In presence form; and process the acquired parameter identifier preset, remove the parameter identifier preset structure to obtain the parameter identifier.
[0056] Alternatively, in the embodiment of the present invention, the parameter identifier preset in the acquired preset routing address template includes: Using the regular expression acquisition parameter identifier preset form.
[0057] Alternatively, in the embodiment of the present invention, triggering access one of the pages includes: Trigger an access one page is triggered by interaction with components used to start access a page.
[0058] Alternatively, in the embodiment of the present invention, the preset route address template acquisition module acquires the preset routing address template includes: acquiring a preset routing address template in the data of the component.
[0059] Alternatively, in the embodiment of the present invention, the preset routing address template is determined based on the following content: detecting whether or not the input cursor is located at the real-time value position of the real-time value of the parameter real-time value; When the cursor is located at the real-time value position, the parameter description list is displayed; and when a parameter description in the displayed parameter list is selected, the selected parameter identifier preset in the input is added in the input. The cursor.
[0060] Alternatively, in the embodiment of the present invention, the real-time value position that detects whether the input cursor is located at the link address to be configured, including the real-time value position of the parameter real-time value, including: detecting whether the input cursor is located in a parameter preset required to fill in the real-time value of the parameter After the structure.
[0061] Alternatively, in the embodiment of the present invention, it is determined that the preset routing address template further includes determining whether or not the following is at least at least before detecting whether or not the input cursor is at the real-time value position of the link address to be configured. One to determine if the detection input cursor is required to fill in the real-time value location of the parameter real-time value in the link address to be configured: the input box of the link address to be configured is acquired, the input cursor moves and the value in the input box. Change.
[0062] The specific working principle and benefit of the method of generating a routing address of the present invention are similar to the specific working principle of the method of generating the routing address of the present invention for accessing the page, which will not be Take it again.
[0063] The device generating the routing address of the page includes a processor and a memory, the above-described preset routing address template acquisition module, parsing module, call module, and routing address generation module, etc., as program units are stored in memory, by processor Perform the above program unit stored in the memory to achieve the corresponding function.
[0064] The processor contains the kernel, and the corresponding program unit is ten in the kernel. The kernel can set one or more, and improve the timeliness of generating routing addresses by adjusting the core parameters.
[0065] Memory may include a non-permanent memory, random access memory (RAM), and / or non-volatile memory, etc. in a computer readable medium, such as read only memory (ROM) or flash memory (Flash Ram), memory includes at least one Memory chip.
[0066] The embodiment of the present invention provides a machine storage medium, which stores a program that implements the method described in the above embodiment when executed by the processor.
[0067] The embodiment of the present invention provides a processor for running a program, wherein the procedure is executed in the above embodiment.
[0068] The embodiment of the present invention provides an electronic device, an electronic device including a processor, a memory, and a program stored on the memory and can run on the processor, and the process is implemented when the processor executes the following steps: Trigger on a page In the case of obtaining the preset routing address template, where the preset routing address template is filld by the real-time value of the parameter to obtain the routing address; parse the acquired preset routing address template to obtain a parameter identifier that needs to acquire the real-time value of the parameter. The characters; call the parameter real-time value acquisition function corresponding to the resulting parameter identifier to obtain the real-time value of the parameter; and fill in the acquired parameter real-time value to the acquired preset routing address template to generate a route address; The acquired parameter real-time value is filled in the acquired preset routing address template to generate the routing address includes: replacing the parameter identifier that needs to acquire the parameter real-time value with the acquired parameter real-time value in the acquired preset routing address template. The corresponding parameter identifier preset form is generated by generating a routing address; parsing the acquired preset route address template to obtain a parameter identifier that needs to obtain the real-time value of the parameter includes: obtaining the parameters in the acquired preset route address template. Identifier preset form; and process the acquired parameter identifier preset, remove the parameter identifier preset structure to obtain the parameter identifier; the acquisition parameter identifier corresponds to the acquired preset route address template. The parameter identifier preset form includes: Using the regular expression to acquire parameter identifier preset form; trigger access one page includes: Trigger access one page is triggered by interaction with components used to start access to a page; get a preset routing address template includes : Get a preset routing address template from the data of the component; the preset routing address template is determined based on the following content: Detecting the input cursor in the real-time value position of the parameter real-time value; input When the cursor is located at the real-time value position, the parameter description list is displayed; and when a parameter description in the displayed parameter list is selected, the selected parameter identifier preset in the input is added in the input. At the cursor; detecting whether or not the input cursor is located on the link address to be configured, the real-time value position of the parameter real-time value includes: detecting whether the input cursor is located after the parameter preset structure that needs to fill in the real-time value of the parameter; determine the preset routing address template Including: Before detecting whether the input cursor is located at the real-time value position of the parameter real-time value, if the following at least one is required to be configured, whether or not the following at least one is determined whether or not to start the detection input cursor is in the need to be configured. Fill in the real-time value position of the parameter real-time value: The input box of the link address to be configured gets the focus, the input cursor moves, and changes in the input box. The electronic device in this article can be a server, PC, PAD, mobile phone, and the like.
[0069] The present application also provides a computer program product, including computer program / instructions, which implements the method described in the above embodiments when executed by the processor.
[0070] Those skilled in the art will appreciate that embodiments of the present application can be provided as a method, system, or computer program product. Therefore, the present application may employ a full hardware embodiment, a fully software embodiment, or in the form of a combination of software and hardware embodiments. Moreover, the present application may employ a computer program product that includes a computer available storage medium (including, but not limited to, disk memory, CD-ROM, optical memory, etc.) in one or more computers.
[0071] The present application is described with reference to the method, device (system), and flowcharts and / or block diagrams of the computer program product, in accordance with the present application embodiment. It should be understood that each of the flowcharts and / or blocks in the flowchart and / or block diagram can be implemented by a computer program command, and the binding of the flow and / or box in the flowchart and / or block diagram. These computer program instructions can be provided to generic computers, dedicated computers, embedded processes, or other programmable data processing devices to generate a machine such that instructions executed by the processor of the computer or other programmable data processing device. Implementation in the process Figure one Process or multiple processes and / or boxes Figure one Apparatus specified in a plurality of boxes or multiple boxes.
[0072] These computer program instructions can also be stored in a computer readable memory capable of booting a computer or other programmable data processing device in a particular manner, making the instructions stored in the computer readable memory generate a manufacturing product of the instruction device, which Device is implemented in the process Figure one Process or multiple processes and / or boxes Figure one The function specified in the box or multiple boxes.
[0073] These computer program instructions can also be loaded on a computer or other programmable data processing device such that a series of steps are performed on a computer or other programmable device to generate a computer implemented process, thereby executing on a computer or other programmable device. The instruction is provided for implementation Figure one Process or multiple processes and / or boxes Figure one The step of the function specified in multiple boxes or multiple boxes.
[0074] In a typical configuration, the computing device includes one or more processors (CPUs), input / output interfaces, network interfaces, and memory.
[0075] The memory may include a non-permanent memory, a random access memory (RAM), and / or non-volatile memory, or the like in the computer readable medium, such as a read only memory (ROM) or flash memory. The memory is an example of a computer readable medium.
[0076] Computer readable media includes permanent and non-permanent, movable and non-removable media to be stored by any method or technology. The information can be a computer readable instruction, data structure, program module or other data. Examples of the computer's storage medium include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrical erasure programmable read-only memory (EEPROM), flash memory or other memory technology, read-only disc read only memory (CD-ROM), digital multi-function CD (DVD) or other optical storage, Magnetic cassette tape, tape magnetic disk storage or other magnetic storage device or any other non-transmission medium, can be used to store information that can be accessed by the compute device. According to the definition in this article, the computer readable medium does not include a temporary computer readable medium such as a modulated data signal and carrier.
[0077] It will also be noted that the term "comprising", "comprising" or any other variable is intended to encompass non-exclusive contained contained, so that the process, method, product, or device including a series of elements, not only those elements, but also include Other elements that are not explicitly listed, or include elements inherent to such processes, methods, goods, or equipment. In the absence of more restrictions, the elements defined by the statement "include a ...", and there is no additional same elements in the process, method, product, or device including the elements.
[0078] The above is only the embodiments of the present application, and is not intended to limit this application. For those skilled in the art, the present application can have various changes and changes. Any modification, equivalent replacement, improvement, etc. according to the spirit and principles of the present application, should be included within the scope of the claims.

PUM

no PUM

Description & Claims & Application Information

We can also present the details of the Description, Claims and Application information to help users get a comprehensive understanding of the technical details of the patent, such as background art, summary of invention, brief description of drawings, description of embodiments, and other original content. On the other hand, users can also determine the specific scope of protection of the technology through the list of claims; as well as understand the changes in the life cycle of the technology with the presentation of the patent timeline. Login to view more.

Similar technology patents

Data query method and device, electronic equipment and readable storage medium

PendingCN111639078AImprove timelinessSatisfy the rapid iteration of business
Owner:BEIJING BAIDU NETCOM SCI & TECH CO LTD

Bullet screen information processing method and device

InactiveCN108337571ASave computing resources and time costsImprove timeliness
Owner:ALIBABA GRP HLDG LTD

Classification and recommendation of technical efficacy words

Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products