CN106446049A - Page data interaction apparatus and method - Google Patents

Page data interaction apparatus and method Download PDF

Info

Publication number
CN106446049A
CN106446049A CN201610796358.9A CN201610796358A CN106446049A CN 106446049 A CN106446049 A CN 106446049A CN 201610796358 A CN201610796358 A CN 201610796358A CN 106446049 A CN106446049 A CN 106446049A
Authority
CN
China
Prior art keywords
plug
unit
data
services
request
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.)
Granted
Application number
CN201610796358.9A
Other languages
Chinese (zh)
Other versions
CN106446049B (en
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201610796358.9A priority Critical patent/CN106446049B/en
Publication of CN106446049A publication Critical patent/CN106446049A/en
Application granted granted Critical
Publication of CN106446049B publication Critical patent/CN106446049B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • G06F9/44526Plug-ins; Add-ons

Abstract

The invention discloses a page data interaction apparatus and method. The apparatus comprises a framework service module and a page template service module; a page template unit is used for decomposing a page corresponding to a request into a plurality of modules, obtaining plug-in information corresponding to the modules, generating a plug-in information list according to the plug-in information, and sends the plug-in information to the framework service module; and the framework service module is used for analyzing the request sent by a client, sending the request to the page template unit corresponding to the request, obtaining corresponding plug-in data according to the plug-in information list, and returning the plug-in data to the client. A client application only needs to interact with a framework service, and all data required for performing data display and UI rendering by the client can be obtained through one-time interaction, so that background inter-logic decoupling is achieved, the interactive frequency of the client and a background is reduced, the page loading speed is increased, and the efficiency of the client and a server is improved.

Description

A kind of page data interactive device and method
Technical field
The present invention relates to Internet technical field, more particularly, to a kind of page data interactive device and method.
Background technology
At present, user is in any page of the application program (for example, Tengxun's video) of browse view class, terminal according to after Carrying out rendering of UI, these data may be from different services on backstage, and terminal needs for data that platform issues and formwork style Initiate multiple request to obtain data, which enhance the difficulty of application development and the chance of error.
Current view class application program backstage development plan mostly using according to page type division module, by accessing Proxy is routed to different Page Services according to page type, carries out the mode of decoupling between background logic, and in the same page Data, accesses different data, services, and the mode that drawing template establishment is combined by Page Service, as shown in Figure 1.
Existing scheme at least suffers from the drawback that:
1) press page type granularity of division too big, the single page may comprise dozens of module, lead to Page Service to couple Heavier, Page Service treatment effeciency can be led to become bottleneck, access delay increases.
2) different Page Services is required to the logic repeating to realize that page cache etc. lifts access speed.
3) exist and user's dimension in data module, user place region, the related dynamic data such as user device type During part, the cache policy of full page can be made to complicate even entirely ineffective.
4) Page Service can not flexible modular data splitting, exist between the different pages and need during identical data module Logic development to be repeated.
Content of the invention
For problem above, the present invention proposes a kind of page data interactive device, realizes process to solve Page Service In logic coupling and caching inefficiency problem.The inventive system comprises framework services module and Page Template service mould Block, wherein,
Described Page Template service module includes multiple Page Template units, and described Page Template unit is used for receiving described The request that framework services module sends, the corresponding page of described request is decomposed into multiple modules, obtains each module corresponding Plugin information, generates plugin information list according to described plugin information, and described plugin information list is sent to described framework clothes Business module;
Described framework services module is used for parsing the request of client transmission, obtains and the corresponding Page Template of described request The storage address of unit, sends described request according to described storage address to described Page Template unit, receives described page mould The plugin information list that Slab element returns, obtains corresponding plug-in's data according to described plugin information list, and by described plug-in unit Data returns to client.
Present invention also offers a kind of page data exchange method of said apparatus, methods described includes:
Framework services module parses the request that client sends, and obtains and asks depositing of corresponding Page Template unit with described Storage address, sends described request according to described storage address to described Page Template unit;
Described Page Template unit receives the request that described framework services module sends, and the corresponding page of described request is divided Solve as multiple modules, obtain the corresponding plugin information of each module, plugin information list is generated according to described plugin information, by institute State plugin information list and be sent to described framework services module;
Described framework services module receives the plugin information list that described Page Template unit returns, and is believed according to described plug-in unit Breath list obtains corresponding plug-in's data, and described plug-in's data is returned to client.
In embodiments of the present invention, interact for page data, construct new page data interaction in background server Device, including framework services module and Page Template service module, framework services module is used for parsing the request of client transmission, Obtain and the described storage address asking corresponding Page Template unit, according to described storage address to described Page Template unit Send described request;Page Template unit is used for receiving the request of framework service module transmission, and the corresponding page will be asked to decompose For multiple modules, obtain the corresponding plugin information of each module, plugin information list is generated according to plugin information, by plugin information List is sent to framework services module;Framework services module is additionally operable to receive the plugin information list that Page Template unit returns, Corresponding plug-in's data is obtained according to plugin information list, and plug-in's data is returned to client.The present invention passes through design one The mode of the individual framework services module supporting plug-in unit, each back-end data is divided into different card modules, according to unification Plug-in specification be combined, generate the content of pages comprising template data that can represent of a set of client, client should Only needed to program and framework services interaction, by once interaction can get client carry out data display and UI render required All data, thus reaching between background logic decoupling, reduce the interaction times of client and backstage, the loading speed of the lifting page Degree, the efficiency of lifting client and server.
Brief description
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art and advantage, below will be to enforcement Example or description of the prior art in required use accompanying drawing be briefly described it should be apparent that, drawings in the following description are only It is only some embodiments of the present invention, for those of ordinary skill in the art, on the premise of not paying creative work, Other accompanying drawings can also be obtained according to these accompanying drawings.
Fig. 1 is the schematic diagram according to the page data interaction in correlation technique;
Fig. 2 is the hardware block diagram of the terminal of page data interactive device according to embodiments of the present invention;
Fig. 3 is the structured flowchart of page data interactive device according to embodiments of the present invention;
Fig. 4 is another structured flowchart of page data interactive device according to embodiments of the present invention;
Fig. 5 is the schematic diagram of the page according to embodiments of the present invention;
Fig. 6 is another schematic diagram of the page according to embodiments of the present invention;
Fig. 7 is the flow chart of page data exchange method according to embodiments of the present invention;
Fig. 8 is the flow chart of step S702 according to embodiments of the present invention;
Fig. 9 is the flow chart of step S703 according to embodiments of the present invention;
Figure 10 is the flow chart of step S902 according to embodiments of the present invention;
Figure 11 is the flow chart of step S904 according to embodiments of the present invention;
Figure 12 is the structured flowchart of terminal according to embodiments of the present invention.
Specific embodiment
In order that those skilled in the art more fully understand the present invention program, below in conjunction with the embodiment of the present invention Accompanying drawing, is clearly and completely described to the technical scheme in the embodiment of the present invention it is clear that described embodiment is only The embodiment of a present invention part, rather than whole embodiments.Based on the embodiment in the present invention, ordinary skill people The every other embodiment that member is obtained under the premise of not making creative work, all should belong to the model of present invention protection Enclose.
It should be noted that term " first " in description and claims of this specification and above-mentioned accompanying drawing, " Two " it is etc. for distinguishing similar object, without for describing specific order or precedence.It should be appreciated that such use Data can exchange in the appropriate case so that embodiments of the invention described herein can with except here diagram or Order beyond those of description is implemented.Additionally, term " comprising " and " having " and their any deformation are it is intended that cover Cover non-exclusive comprising, for example, contain series of steps or process, method, device, product or the equipment of unit are not necessarily limited to Those steps clearly listed or unit, but may include clearly not listing or for these processes, method, product Or the intrinsic other steps of equipment or unit.
Embodiment 1
According to embodiments of the present invention, there is provided a kind of embodiment of page data interactive device, the embodiment of the present application one institute The device embodiment providing can execute in mobile terminal, terminal or similar arithmetic unit.In terms of operating in As a example in calculation machine terminal, Fig. 2 is the hardware configuration of the terminal of page data interactive device according to embodiments of the present invention Block diagram.As shown in Fig. 2 terminal 100 can include one or more (in figure only illustrates one) processor 102 (processing Device 102 can include but is not limited to the processing meanss of Micro-processor MCV or PLD FPGA etc.), be used for storing number According to memory 104 and for communication function transmitting device 106.It will appreciated by the skilled person that Fig. 2 institute The structure shown is only to be illustrated, and it does not cause to the structure of above-mentioned electronic installation to limit.For example, terminal 100 also can wrap Include the assembly more or more less than shown in Fig. 2, or there are the configurations different from shown in Fig. 2.
Memory 104 can be used for storing software program and the module of application software, the such as page in the embodiment of the present invention Corresponding programmed instruction/the module of data interactive method, processor 102 passes through to run the software program being stored in memory 104 And module, thus executing various function application and data processing, that is, realize above-mentioned page data exchange method.Memory 104 may include high speed random access memory, may also include nonvolatile memory, such as one or more magnetic storage device, sudden strain of a muscle Deposit or other non-volatile solid state memories.In some instances, memory 104 can further include with respect to processor 102 remotely located memories, these remote memories can be by network connection to terminal 10.The reality of above-mentioned network Example includes but is not limited to internet, intranet, LAN, mobile radio communication and combinations thereof.
Transmitting device 106 is used for receiving via a network or sends data.Above-mentioned network instantiation may include The wireless network that the communication providerses of terminal 100 provide.In an example, transmitting device 106 includes a network Adapter (Network Interface Controller, referred to as NIC), it can be connected with other network equipments by base station Thus can be communicated with internet.In an example, transmitting device 106 can be radio frequency (Radio Frequency, letter Referred to as RF) module, it is used for wirelessly being communicated with internet.
Under above-mentioned running environment, this application provides page data interactive device as shown in Figure 3.Described device bag Include:Framework services module 10 and Page Template service module 20.
Described Page Template service module 20 includes multiple Page Template units 200, and described Page Template unit is used for connecing Receive the request that described framework services module 10 sends, the corresponding page of described request is decomposed into multiple modules, obtains each mould The corresponding plugin information of block, generates plugin information list according to described plugin information, described plugin information list is sent to institute State framework services module 10;
Described framework services module 10 is used for parsing the request of client transmission, obtains and the corresponding page mould of described request The storage address of Slab element 200, sends described request according to described storage address to described Page Template unit 200;Described frame Frame service module 10 is additionally operable to receive the plugin information list that described Page Template unit 200 returns, according to described plugin information List obtains corresponding plug-in's data, and described plug-in's data is returned to client.
In specific application scenarios, framework services module 10 is by AM access module come asking that receive user client sends Ask, and client is sent the data to by proxy server.AM access module can be to access proxy server, or referred to as accesses Proxy, accesses proxy server and obtains user's request, forward a request to framework services module 10.
Optionally, the framework services module 10 of the present invention includes the first mapping table, described first mapping table be used for storage with The mapping relations asked between corresponding page command word and the storage address of described Page Template unit that client sends.
Wherein, page command word is the mark uniquely representing the page type of client application.Map by first The client sending request is corresponded by table with corresponding Page Template unit.When framework services module 10 receives client After the request sending, parse this request, obtain page command word, obtain the storage of Page Template unit by the first mapping table Location, thus realize sending described request to Page Template unit corresponding with described request.
Optionally, described framework services module 10 includes query unit 101, and described query unit 101 is used for according to described Corresponding plug-in's data is searched in plugin information list in local cache data.
As a kind of optional embodiment, as shown in figure 4, assembly of the invention also includes plug-in services module 30, described Plug-in services module 30 includes multiple plug-in services units 300;
Described framework services module 10 includes plug-in registration table, described plug-in registration table be used for preserving plug-in services mark with Plug-in unit routing iinformation and the mapping relations of plug-in unit cache policy, wherein, described plug-in services are designated described plug-in services unit 300 mark, described plug-in unit routing iinformation is the storage address of described plug-in services unit 300, and described plug-in unit cache policy is The cache policy of default plug-in services unit 300.
Because the present invention is the page organizational form based on modular insert, therefore, the present invention includes multiple plug-in services Unit 300, each plug-in services unit 300 is used to realize a kind of plug-in services, and plug-in services include request analysis, plug-in unit number According to acquisition, formwork style generates etc..Plug-in's data, such as picture or video or the data of other non-UGC types, can cache In framework services.UGC full name is User Generated Content, that is, the meaning of user-generated content.UGC's is general Read and originate from internet arena earliest, that is, oneself original content is shown by internet platform or is supplied to by user Other users.Because UGC content has frequently data interaction between user and client, and the present invention stresses and can decompose Content of pages for plug-in unit shows, therefore UGC data is not suitable for the present invention.
Optionally, the described plugin information list that Page Template unit generates include described plug-in services mark and with described The corresponding required parameter list of plug-in services unit 300.
Specifically, the corresponding plugin information of described request can include plug number, package types and plug-in unit order.Described Plugin information list is array, and the order of described array is corresponding with the order of plug-in unit.
Specifically it is being used in scene, described query unit 101 is additionally operable to be inserted described according to described plug-in services mark Search in part registration table and the described plug-in services corresponding plug-in unit cache policy of mark, according to described plug-in unit cache policy, for Allow the plug-in's data of caching, described plug-in's data is searched in local cache data according to described required parameter list.
Optionally, described framework services module 10 also includes plug-in services request unit 102, and described plug-in services request is single Unit 102 is used for asking plug-in's data according to described plugin information list to corresponding plug-in services unit 300.
Specifically, when query unit 101 searches inserting less than described plug-in's data or lookup in local cache data During part data invalid, plug-in services request unit 102 please to corresponding plug-in services unit 300 according to described plugin information list Seek plug-in's data.
Described plug-in services unit 300 is used for after receiving the request that described plug-in services request unit 102 sends, raw Become and the corresponding plug-in's data of described request, the plug-in's data of generation is sent to described framework services module 10.
Optionally, described plug-in services unit 300 is additionally operable to receiving what described plug-in services request unit 102 sent After request, the pattern according to needed for Page Template unit generates formwork style information, and described formwork style information is sent to institute State framework services module 10.Page Template pattern is to define the related specifications that in the page, each module UI is shown;By the page Formwork style can preferably organize the page to show.
Optionally, described plugin information list also includes and the described subscriber group information asked belonging to corresponding client.
Specifically, described subscriber group information can include:The device type of client and operation device version number and request Region belonging to the publication channel information of the version number information of corresponding client application and described application program, client The identification authentication information of information and client.
Plugin information due to showing for different user's group is also different, the device type such as iPhone of client and Android device plugin information is different;Operation device version number is different, and plugin information is also different;Regional information belonging to client is not With, plugin information is also different, and some plug-in units are only shown to the client of some regions, and other regions are hidden, or, some The user that plug-in unit is VIP for identification authentication information shows.
Optionally, described plug-in services unit 300 is additionally operable to generate multi-group data according to default multiple packet class, often Group data corresponds to a packet class, by the data is activation generating to described framework services module 10.
Specifically, described plug-in services unit 300 is additionally operable to the device type according to client and operation device version Number with the publication channel information asking the version number information of corresponding client application and described application program, client The identification authentication information setting packet class of affiliated regional information and client.For example, entered according to the device type of client Row packet;According to the operation device version number packet of client, according to the version number with the corresponding client application of request Information block, is grouped according to the publication channel information of described application program;Regional information packet according to belonging to client, Identification authentication information block according to client.Plug-in services unit 300, can be according to different packets when generating plug-in's data Classification generates corresponding plug-in's data respectively.
Optionally, described framework services module 10 is additionally operable to receive the data that described plug-in services unit 300 sends, according to Described subscriber group information obtains plug-in's data corresponding with described subscriber group information.According to described subscriber group information obtain with described The process of the corresponding plug-in's data of subscriber group information, it is also possible to regard the process that plug-in's data is filtered as, takes from plug-in unit In the data that business unit 300 sends, filter out and be sent to corresponding requesting party client with the plug-in's data of subscriber group information coupling End.
It should be noted that carrying out filtering etc. the secondary operation of data by framework services module 10 to data here, and not It is that the plug-in's data related with user's group is directly generated by plug-in services unit 300, there is some following advantage:
1) the process logic of plug-in services unit 300 is simpler, and plug-in services unit 300 does not need to be concerned about and user's phase The logic closed.
2) plug-in's data of different user groups can realize shared portion data in the middle of the internal memory of framework services, decreases The caching key number of framework services, can greatly lift cache hit rate.
Optionally, described framework services module 10 is additionally operable to judge data that described plug-in services unit 300 sends whether Meet default caching condition, if so, then by described data buffer storage local, thus further saving framework services module 10 The data volume of storage, mitigates the burden of framework services.
Technical scheme can be applicable to the exploitation of the application program app page of all non-UGC contents, below in conjunction with Fig. 5 and Fig. 6, the simple division to card module under video app product scene illustrates.In figure, by pressing function mould by app Block is divided into separate plug-in unit and is realized, and each other without coupling, each plug-in unit is all included needed for module Total data and the formwork style defining required for representing.
The plug-in unit comprising in the middle of Fig. 5 is all and organizes unrelated conventional data belonging to user, can be real in the middle of framework services The now total caching to plug-in's data.After framework services receive the request as the page of Fig. 5, parse this request, by One mapping table finds corresponding Page Template unit, after Page Template unit receives request, this request is decomposed into, in, Under several card modules, obtain the corresponding plugin information of each module, the information of such as several plug-in units, type and order, according to Described plugin information generates plugin information list, plugin information list include described plug-in services mark and with described plug-in services The corresponding required parameter list of unit 300 and the corresponding subscriber group information of request;Described plugin information list is array, described The order of array is corresponding with the order of plug-in unit;Described plugin information list is sent to by last Page Template unit with array form Described framework services module 10.
After the packet receiving the return of Page Template unit, searching unit is carried out framework services module 10 to dope vector Traversal checks, legal effective plug-in unit ID is found to plug-in unit routing iinformation and plug-in unit caching plan included in plug-in registration table Slightly.After traversal has checked, for the plug-in's data allowing caching, framework services module 10 can be with the required parameter of plug-in services List makes a look up in local cache data for keyword, the effective plug-in unit for data, can directly adopt this plug-in's data. For the plug-in unit that no data or data are expired, plug-in services request unit 102 can be initiated to corresponding plug-in services unit 300 Request of data.The required parameter list returning including at least Page Template service in plug-in's data request, plug-in services are receiving After plug-in request bag, the related data of bottom can be inquired about and fill corresponding template sample according to the pattern required for page module Formula information, the data of plug-in unit can generate many parts of data according to demand, and every number is according to a corresponding user's group packet class, same When different user's group generated with corresponding filtration treatment condition set, filtration treatment condition set and packet matching criteria, finally, The data of generation is returned to framework services module 10.
Described framework services module 10 is additionally operable to the default caching of data fit sending in described plug-in services unit 300 During condition, by described data buffer storage local.Specifically, in the middle of framework services module 10, can be sentenced with preset buffer memory condition Whether the data that disconnected described plug-in services unit 300 sends meets default caching condition, if so, then described data buffer storage exists Locally.
Plug-in unit in Fig. 5 is unrelated with user, can directly be buffered in framework services local.Fig. 6 discloses plug-in's data and works as In personalized behavior, whether the data of middle plug-in unit can vote according to user and different, and the data of following plug-in unit Precisely can be recommended according to the interest difference of user, therefore, this two groups of plug-in's datas can adopt to be entered according to user's group Row filtration treatment or do not cache completely, to meet the demand of product under different scenes.
The page data interactive device of the present invention passes through to design a general framework services module, solves Page Service Logic coupling during realization and the problem of caching inefficiency.Split by flexible logic and efficiently cache and secondary Processing strategy, can effectively lifting the loading velocity of the page, thus optimizing Product Experience during accession page for the user. And reused by logic, development cost server cost can be effectively reduced.
Through the above description of the embodiments, those skilled in the art can be understood that according to above-mentioned enforcement The device of example can be realized by the mode of software plus necessary general hardware platform naturally it is also possible to pass through hardware, but a lot In the case of the former is more preferably embodiment.Based on such understanding, technical scheme is substantially in other words to existing What technology contributed partly can be embodied in the form of software product, and this computer software product is stored in a storage In medium (as ROM/RAM, magnetic disc, CD), including some instructions with so that a station terminal equipment (can be mobile phone, calculate Machine, server, or network equipment etc.) execution each embodiment of the present invention described in method.
Embodiment 2
Based on the device of embodiment 1 description, present invention also offers a kind of page data exchange method, need explanation It is that the step illustrating in the flow process of accompanying drawing can execute in the computer installation of such as one group of computer executable instructions, And although showing logical order in flow charts, but in some cases, can be with different from order execution herein Shown or described step.
As shown in fig. 7, the method comprises the following steps:
Step S701, framework services module parses the request that client sends, and obtains and the corresponding page mould of described request The storage address of Slab element, sends described request according to described storage address to described Page Template unit.
Step S702, described Page Template unit receives the request that described framework services module sends, will be right for described request The page answered is decomposed into multiple modules, obtains the corresponding plugin information of each module, generates plug-in unit letter according to described plugin information Breath list, described plugin information list is sent to described framework services module.
Step S703, described framework services module receives the plugin information list that described Page Template unit returns, according to Described plugin information list obtains corresponding plug-in's data, and described plug-in's data is returned to client.
Optionally, as shown in figure 8, step S702 further includes:
Step S801, Page Template unit receives the request that described framework services module sends, will be corresponding for described request The page is decomposed into multiple modules, obtains the corresponding plug number of each module, package types and plug-in unit order.
Step S802, Page Template unit is sequentially generated plugin information according to described plug number, package types and plug-in unit List.
Step S803, described plugin information list is sent to described framework services mould with array form by Page Template unit Block;Wherein, the order of described array and the order of plug-in unit are corresponding.
Optionally, described plugin information list includes described plug-in services mark and corresponding with described plug-in services unit Required parameter list.
Optionally, as shown in figure 9, step S703 further includes:
Step S901, framework services module receives the plugin information list that described Page Template unit returns.
Step S902, framework services module searches whether to preserve according to described plugin information list in local cache data There is corresponding plug-in's data.If so, then execution step S905, if it is not, then execution step S903.
Specifically, step S902 is by the searching unit execution in framework services module.
Step S903, according to described plugin information list to corresponding plug-in services unit requests plug-in's data.
Specifically, step S903 is executed by the plug-in services request unit in framework services module.
Step S904, plug-in services unit after receiving the request that described plug-in services request unit sends, generate with The corresponding plug-in's data of described request;
Step S905, plug-in's data is sent to described framework services module.
Step S906, the plug-in's data of acquisition is returned to client by framework services module.
Optionally, as shown in Figure 10, step S902 further includes:
Step S1001, according to described plugin information list obtain plug-in services mark and with described plug-in services unit pair The required parameter list answered.
Step S1002, it is corresponding that the plug-in services mark according to obtaining searches plug-in services mark in plug-in registration table Plug-in unit routing iinformation and plug-in unit cache policy.
Step S1003, for the plug-in's data allowing caching, according to described required parameter list in local cache data Search corresponding plug-in's data.
Optionally, after step S1003, also include:If the plug-in's data finding is effectively, by the plug-in unit finding number According to being sent to described framework services module;If the plug-in's data finding is invalid, according to described plugin information list to correspondence Plug-in services unit requests plug-in's data.
Optionally, as shown in figure 11, step S904 includes:
Step S1101, plug-in services unit after receiving the request that described plug-in services request unit sends, according to page Pattern needed for face die plate generates formwork style information, and described formwork style information is sent to described framework services module.
Step S1102, plug-in services unit generates multi-group data according to default multiple packet class, and every group of data corresponds to One packet class, by the data is activation generating to described framework services module.
Optionally, described plug-in services unit is right with request according to the device type of client and operation device version number Region letter belonging to the publication channel information of the version number information of the client application answered and described application program, client The identification authentication information of breath and client arranges packet class.
Optionally, step S905 includes:Described framework services module receives the data that described plug-in services unit sends, root Obtain plug-in's data corresponding with described subscriber group information according to described subscriber group information, the plug-in's data of acquisition is returned to client End.
Described subscriber group information includes:The device type of client and operation device version number and the corresponding client of request Regional information belonging to the publication channel information of the version number information of end application program and described application program, client and client The identification authentication information at end.
Optionally, after step S905, also include:The data that described framework services module sends in described plug-in services unit When meeting default caching condition, by described data buffer storage local.
It should be noted that for aforesaid each method embodiment, in order to be briefly described, therefore it is all expressed as a series of Combination of actions, but those skilled in the art should know, the present invention is not limited by described sequence of movement because According to the present invention, some steps can be carried out using other orders or simultaneously.Secondly, those skilled in the art also should know Know, embodiment described in this description belongs to preferred embodiment, involved action and the module not necessarily present invention Necessary.
Embodiment 3
Embodiments of the invention also provide a kind of terminal, and this terminal can be in terminal group Any one computer terminal.Alternatively, in the present embodiment, above computer terminal can also replace with mobile terminal On terminal device.
Alternatively, in the present embodiment, above computer terminal may be located in multiple network equipments of computer network At least one network equipment.
Alternatively, Figure 12 is the structured flowchart of terminal according to embodiments of the present invention.As shown in figure 12, this calculating Machine terminal A can include:One or more (in figure only illustrates one) processor 161, memory 163 and transmitting device 165.
Wherein, memory 163 can be used for storing software program and module, and the such as page data in the embodiment of the present invention is handed over Corresponding programmed instruction/the module of mutual method and apparatus, processor 161 passes through to run the software journey being stored in memory 163 Sequence and module, thus executing various function application and data processing, that is, realize above-mentioned page data interaction.Memory 163 may include high speed random access memory, can also include nonvolatile memory, such as one or more magnetic storage device, Flash memory or other non-volatile solid state memories.In some instances, memory 163 can further include with respect to process The remotely located memory of device 161, these remote memories can be by network connection to terminal A.Above-mentioned network Example includes but is not limited to internet, intranet, LAN, mobile radio communication and combinations thereof.
Above-mentioned transmitting device 165 is used for receiving via a network or sends data.Above-mentioned network instantiation May include cable network and wireless network.In an example, transmitting device 165 includes a network adapter, and it can pass through Netting twine is connected with router with other network equipments thus can be communicated with internet or LAN.In an example, pass Defeated device 165 is radio-frequency module, and it is used for wirelessly being communicated with internet.
Wherein, specifically, memory 163 is for storing information, the Yi Jiying of deliberate action condition and default access user Use program.
Processor 161 can call information and the application program of memory 163 storage by transmitting device, following to execute Step:
Optionally, above-mentioned processor 161 can also carry out the program code of following steps:
The first step, framework services module parses the request that client sends, and obtains and the corresponding Page Template of described request The storage address of unit, sends described request according to described storage address to described Page Template unit.
Second step, Page Template unit receives the request that described framework services module sends, by the corresponding page of described request Face is decomposed into multiple modules, obtains the corresponding plugin information of each module, generates plugin information list according to described plugin information, Described plugin information list is sent to described framework services module.
3rd step, framework services module receives the plugin information list that described Page Template unit returns, and is inserted according to described Part information list obtains corresponding plug-in's data, and described plug-in's data is returned to client.
Alternatively, the specific example in the present embodiment may be referred to showing described in above-described embodiment 1 and embodiment 2 Example, the present embodiment will not be described here.
The embodiments of the present invention are for illustration only, do not represent the quality of embodiment.
If the integrated unit in above-described embodiment is realized and as independent product using in the form of SFU software functional unit When selling or using, can be stored in the storage medium that above computer can read.Based on such understanding, the skill of the present invention The part that art scheme substantially contributes to prior art in other words or all or part of this technical scheme can be with soft The form of part product embodies, and this computer software product is stored in storage medium, including some instructions with so that one Platform or multiple stage computers equipment (can be personal computer, server or network equipment etc.) execution each embodiment institute of the present invention State all or part of step of method.
In the above embodiment of the present invention, the description to each embodiment all emphasizes particularly on different fields, and does not have in certain embodiment The part describing in detail, may refer to the associated description of other embodiment.
It should be understood that disclosed client in several embodiments provided herein, other sides can be passed through Formula is realized.Wherein, device embodiment described above is only the schematically division of for example described unit, and only one Kind of division of logic function, actual can have other dividing mode when realizing, for example multiple units or assembly can in conjunction with or It is desirably integrated into another device, or some features can be ignored, or do not execute.Another, shown or discussed mutual it Between coupling or direct-coupling or communication connection can be by some interfaces, the INDIRECT COUPLING of unit or module or communication link Connect, can be electrical or other form.
The described unit illustrating as separating component can be or may not be physically separate, show as unit The part showing can be or may not be physical location, you can with positioned at a place, or can also be distributed to multiple On NE.The mesh to realize this embodiment scheme for some or all of unit therein can be selected according to the actual needs 's.
In addition, can be integrated in a processing unit in each functional unit in each embodiment of the present invention it is also possible to It is that unit is individually physically present it is also possible to two or more units are integrated in a unit.Above-mentioned integrated list Unit both can be to be realized in the form of hardware, it would however also be possible to employ the form of SFU software functional unit is realized.
The above is only the preferred embodiment of the present invention it is noted that ordinary skill people for the art For member, under the premise without departing from the principles of the invention, some improvements and modifications can also be made, these improvements and modifications also should It is considered as protection scope of the present invention.

Claims (27)

1. a kind of page data interactive device is it is characterised in that include framework services module and Page Template service module, its In,
Described Page Template service module includes multiple Page Template units, and described Page Template unit is used for receiving described framework The request that service module sends, the corresponding page of described request is decomposed into multiple modules, obtains the corresponding plug-in unit of each module Information, generates plugin information list according to described plugin information, described plugin information list is sent to described framework services mould Block;
Described framework services module is used for parsing the request of client transmission, obtains and the corresponding Page Template unit of described request Storage address, according to described storage address to described Page Template unit send described request, receive described Page Template list The plugin information list that unit returns, obtains corresponding plug-in's data according to described plugin information list, and by described plug-in's data Return to client.
2. device according to claim 1 is it is characterised in that described device also includes plug-in services module, described plug-in unit Service module includes multiple plug-in services units;
Described framework services module includes plug-in registration table, and described plug-in registration table is used for preserving plug-in services mark and plug-in unit road By the mapping relations of information and plug-in unit cache policy, wherein, described plug-in services are designated the mark of described plug-in services unit, Described plug-in unit routing iinformation is the storage address of described plug-in services unit, and described plug-in unit cache policy is default plug-in services The cache policy of unit.
3. device according to claim 2 is it is characterised in that described plugin information list includes described plug-in services mark And required parameter list corresponding with described plug-in services unit.
4. device according to claim 2 it is characterised in that the corresponding plugin information of described request include plug number, Package types and plug-in unit order.
5. device according to claim 4 it is characterised in that described plugin information list be array, described array suitable Sequence is corresponding with the order of plug-in unit.
6. device according to claim 2 is it is characterised in that described framework services module also includes the first mapping table, institute State the first mapping table for storage with the corresponding page command word of request of client transmission and the depositing of described Page Template unit Mapping relations between storage address.
7. device according to claim 3 is it is characterised in that described framework services module includes query unit, described looks into Ask unit to be used for searching corresponding plug-in's data in local cache data according to described plugin information list.
8. device according to claim 7 is it is characterised in that described query unit is additionally operable to according to described plug-in services mark Know to search in described plug-in registration table and identify corresponding plug-in unit cache policy with described plug-in services, cached according to described plug-in unit Strategy, for the plug-in's data allowing caching, searches described plug-in unit according to described required parameter list in local cache data Data.
9. device according to claim 7 is it is characterised in that described framework services module also includes plug-in services request list Unit, described plug-in services request unit is used for according to described plugin information list to corresponding plug-in services unit requests plug-in unit number According to.
10. device according to claim 9 is it is characterised in that described plug-in services unit is used for receiving described inserting After the request that part service request unit sends, generate and the corresponding plug-in's data of described request, the plug-in's data generating is sent To described framework services module.
11. devices according to claim 10 it is characterised in that described plug-in services unit be additionally operable to receive described After the request that plug-in services request unit sends, the pattern according to needed for Page Template unit generates formwork style information, by institute State formwork style information and be sent to described framework services module.
12. devices according to claim 10 it is characterised in that described plugin information list also include with described request right The subscriber group information belonging to client answered.
13. devices according to claim 10 are it is characterised in that described subscriber group information includes:The equipment class of client Type and operation device version number and the request version number information of corresponding client application and the issue of described application program The identification authentication information of the regional information belonging to channel information, client and client.
14. devices according to claim 12 are it is characterised in that described plug-in services unit is additionally operable to according to default many Individual packet class generates multi-group data, and every group of data corresponds to a packet class, by the data is activation generating to described framework clothes Business module.
15. devices according to claim 14 are it is characterised in that described plug-in services unit is additionally operable to according to client Device type and operation device version number and the version number information asking corresponding client application and described application program Publication channel information, the regional information belonging to client and client identification authentication information setting packet class.
16. devices according to claim 14 are it is characterised in that described framework services module is additionally operable to receive described plug-in unit The data that service unit sends, obtains plug-in's data corresponding with described subscriber group information according to described subscriber group information.
17. devices according to claim 14 are it is characterised in that described framework services module is additionally operable to take in described plug-in unit During the data fit default caching condition that business unit sends, by described data buffer storage local.
A kind of 18. page data exchange methods are it is characterised in that methods described is based on page data interactive device, described device Including framework services module and Page Template service module, described Page Template service module includes multiple Page Template units, Methods described includes:
Framework services module parses the request that client sends, and obtains and the described storage asking corresponding Page Template unit Location, sends described request according to described storage address to described Page Template unit;
Described Page Template unit receives the request that described framework services module sends, and the corresponding page of described request is decomposed into Multiple modules, obtain the corresponding plugin information of each module, generate plugin information list according to described plugin information, insert described Part information list is sent to described framework services module;
Described framework services module receives the plugin information list that described Page Template unit returns, and is arranged according to described plugin information Table obtains corresponding plug-in's data, and described plug-in's data is returned to client.
19. methods according to claim 18 are it is characterised in that described Page Template unit receives described framework services mould The request that block sends, the corresponding page of described request is decomposed into multiple modules, obtains the corresponding plugin information of each module, root Generate plugin information list according to described plugin information, described plugin information list is sent to described framework services module, including:
Described Page Template unit receives the request that described framework services module sends, and the corresponding page of described request is decomposed into Multiple modules, obtain the corresponding plug number of each module, package types and plug-in unit order;
Plugin information list is sequentially generated according to described plug number, package types and plug-in unit;
Described plugin information list is sent to described framework services module with array form;Wherein, the order of described array with The order of plug-in unit corresponds to.
20. methods according to claim 18 are it is characterised in that described device also includes plug-in services module, described slotting Part service module includes multiple plug-in services units;Described plugin information list is included described plug-in services mark and is inserted with described The corresponding required parameter list of part service unit.
21. methods according to claim 18 are it is characterised in that described device also includes plug-in services module, described slotting Part service module includes multiple plug-in services units;Described framework services module receives the plug-in unit that described Page Template unit returns Information list, obtains corresponding plug-in's data according to described plugin information list, and described plug-in's data is returned to client, Including:
Described framework services module receives the plugin information list that described Page Template unit returns;
Described framework services module searches corresponding plug-in's data according to described plugin information list in local cache data, and The plug-in's data finding is sent to described framework services module;
If searching in local cache data less than corresponding plug-in's data, inserted to corresponding according to described plugin information list Part service unit asks plug-in's data;
Plug-in services unit, after receiving the request that described plug-in services request unit sends, generates corresponding with described request Plug-in's data, the plug-in's data of generation is sent to described framework services module;
The plug-in's data of acquisition is returned to client by described framework services module.
22. methods according to claim 21 are it is characterised in that described framework services module arranges according to described plugin information Corresponding plug-in's data searched in local cache data by table, including:
Described framework services module according to described plugin information list obtain plug-in services mark and with described plug-in services unit Corresponding required parameter list;
According to obtain plug-in services mark in plug-in registration table search plug-in services identify corresponding plug-in unit routing iinformation and Plug-in unit cache policy;
For the plug-in's data allowing caching, corresponding plug-in unit is searched in local cache data according to described required parameter list Data.
23. methods according to claim 22 it is characterised in that described for allow caching plug-in's data, according to institute State after required parameter list searches corresponding plug-in's data in local cache data, also include:
If the plug-in's data finding effectively, the plug-in's data finding is sent to described framework services module;
If the plug-in's data finding is invalid, according to described plugin information list to corresponding plug-in services unit requests plug-in unit Data.
24. methods according to claim 21 are it is characterised in that described plug-in services unit is receiving described plug-in unit clothes After the request that business request unit sends, generate and the corresponding plug-in's data of described request, the plug-in's data of generation is sent to institute State framework services module, including:
Described plug-in services unit after receiving the request that described plug-in services request unit sends, according to needed for Page Template Pattern generate formwork style information, described formwork style information is sent to described framework services module;
Described plug-in services unit generates multi-group data according to default multiple packet class, and every group of data corresponds to a classes of packets Not, by the data is activation generating to described framework services module.
25. methods according to claim 24 are it is characterised in that also include:Described plug-in services unit is according to client Device type and operation device version number and ask the version number information of corresponding client application and described application journey The identification authentication information setting packet class of the regional information belonging to the publication channel information of sequence, client and client.
26. methods according to claim 24 are it is characterised in that the plug-in's data of acquisition is returned by described framework services module Back to client, including:
Described framework services module receives the data that described plug-in services unit sends, and is obtained and institute according to described subscriber group information State the corresponding plug-in's data of subscriber group information, the plug-in's data of acquisition is returned to client;
Described subscriber group information includes:The device type of client and operation device version number answer with asking corresponding client With the regional information belonging to the publication channel information of the version number information of program and described application program, client and client Identification authentication information.
27. methods according to claim 24 are it is characterised in that also include:
Described framework services module in the data fit default caching condition that described plug-in services unit sends, by described number Local according to being buffered in.
CN201610796358.9A 2016-08-31 2016-08-31 A kind of page data interactive device and method Active CN106446049B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610796358.9A CN106446049B (en) 2016-08-31 2016-08-31 A kind of page data interactive device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610796358.9A CN106446049B (en) 2016-08-31 2016-08-31 A kind of page data interactive device and method

Publications (2)

Publication Number Publication Date
CN106446049A true CN106446049A (en) 2017-02-22
CN106446049B CN106446049B (en) 2018-07-13

Family

ID=58164553

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610796358.9A Active CN106446049B (en) 2016-08-31 2016-08-31 A kind of page data interactive device and method

Country Status (1)

Country Link
CN (1) CN106446049B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450929A (en) * 2017-08-10 2017-12-08 武汉斗鱼网络科技有限公司 Page development method and device
CN108038212A (en) * 2017-12-20 2018-05-15 江苏国泰新点软件有限公司 A kind of data interactive method, device, system, equipment and storage medium
CN108419089A (en) * 2018-02-08 2018-08-17 广州虎牙信息科技有限公司 Module data processing method, device, equipment and storage medium
CN108763551A (en) * 2018-06-01 2018-11-06 阿里巴巴集团控股有限公司 Page rendering method, apparatus, server and computer readable storage medium
CN109302493A (en) * 2018-11-15 2019-02-01 北京金山云网络技术有限公司 A kind of user information sharing method, device, electronic equipment and storage medium
CN109388443A (en) * 2017-08-09 2019-02-26 中兴通讯股份有限公司 A kind of template independent solution, device and the storage medium of more framework templates
CN109960505A (en) * 2019-03-28 2019-07-02 江苏满运软件科技有限公司 User interface components plug-in unit method, system, equipment and storage medium
CN110381332A (en) * 2019-08-01 2019-10-25 广州虎牙科技有限公司 Direct broadcasting room component processing method, device, electronic equipment and readable storage medium storing program for executing
CN111191200A (en) * 2019-12-20 2020-05-22 北京淇瑀信息科技有限公司 Page display method and device and electronic equipment
CN111367519A (en) * 2018-12-26 2020-07-03 北京奇虎科技有限公司 Page part using method and device, computing equipment and computer storage medium
CN111429223A (en) * 2020-03-26 2020-07-17 中国建设银行股份有限公司 Configuration method and device based on multi-tenant platform
CN112163178A (en) * 2020-09-27 2021-01-01 珠海格力电器股份有限公司 Page data display method and device, storage medium and electronic device
CN112486559A (en) * 2020-12-15 2021-03-12 青岛海尔科技有限公司 Product adjusting method and device, storage medium and electronic device
CN112818266A (en) * 2019-10-31 2021-05-18 北京国双科技有限公司 Rendering method, rendering device, storage medium and electronic equipment
CN112959317A (en) * 2019-12-13 2021-06-15 上海智殷自动化科技有限公司 Industrial robot human-computer interaction system
CN113778554A (en) * 2021-09-01 2021-12-10 粒子文化科技集团(杭州)股份有限公司 Plug-in processing method, electronic device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110047453A1 (en) * 2009-08-23 2011-02-24 Bank Of America Corporation Display Rendering System With Supporting Components
CN103631865A (en) * 2013-11-01 2014-03-12 北京奇虎科技有限公司 Webpage generating method and device
CN103685476A (en) * 2013-11-26 2014-03-26 优视科技有限公司 Method for displaying web pages by aid of web page templates and web page template server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110047453A1 (en) * 2009-08-23 2011-02-24 Bank Of America Corporation Display Rendering System With Supporting Components
CN103631865A (en) * 2013-11-01 2014-03-12 北京奇虎科技有限公司 Webpage generating method and device
CN103685476A (en) * 2013-11-26 2014-03-26 优视科技有限公司 Method for displaying web pages by aid of web page templates and web page template server

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109388443A (en) * 2017-08-09 2019-02-26 中兴通讯股份有限公司 A kind of template independent solution, device and the storage medium of more framework templates
CN107450929A (en) * 2017-08-10 2017-12-08 武汉斗鱼网络科技有限公司 Page development method and device
CN108038212A (en) * 2017-12-20 2018-05-15 江苏国泰新点软件有限公司 A kind of data interactive method, device, system, equipment and storage medium
CN108419089B (en) * 2018-02-08 2021-04-27 广州虎牙信息科技有限公司 Component data processing method, device, equipment and storage medium
CN108419089A (en) * 2018-02-08 2018-08-17 广州虎牙信息科技有限公司 Module data processing method, device, equipment and storage medium
CN113055702B (en) * 2018-02-08 2023-06-27 广州虎牙信息科技有限公司 Method, system and client for displaying business components
CN113055702A (en) * 2018-02-08 2021-06-29 广州虎牙信息科技有限公司 Method, system and client for displaying business components
CN108763551A (en) * 2018-06-01 2018-11-06 阿里巴巴集团控股有限公司 Page rendering method, apparatus, server and computer readable storage medium
CN108763551B (en) * 2018-06-01 2022-01-28 创新先进技术有限公司 Page rendering method, device, server and computer readable storage medium
CN109302493A (en) * 2018-11-15 2019-02-01 北京金山云网络技术有限公司 A kind of user information sharing method, device, electronic equipment and storage medium
CN111367519B (en) * 2018-12-26 2024-03-01 北京奇虎科技有限公司 Page part using method and device, computing equipment and computer storage medium
CN111367519A (en) * 2018-12-26 2020-07-03 北京奇虎科技有限公司 Page part using method and device, computing equipment and computer storage medium
CN109960505A (en) * 2019-03-28 2019-07-02 江苏满运软件科技有限公司 User interface components plug-in unit method, system, equipment and storage medium
CN109960505B (en) * 2019-03-28 2022-11-25 江苏满运软件科技有限公司 User interface component plug-in method, system, equipment and storage medium
CN110381332A (en) * 2019-08-01 2019-10-25 广州虎牙科技有限公司 Direct broadcasting room component processing method, device, electronic equipment and readable storage medium storing program for executing
CN112818266A (en) * 2019-10-31 2021-05-18 北京国双科技有限公司 Rendering method, rendering device, storage medium and electronic equipment
CN112818266B (en) * 2019-10-31 2024-05-03 北京国双科技有限公司 Rendering method and device, storage medium and electronic equipment
CN112959317B (en) * 2019-12-13 2022-07-19 上海智殷自动化科技有限公司 Industrial robot human-computer interaction system
CN112959317A (en) * 2019-12-13 2021-06-15 上海智殷自动化科技有限公司 Industrial robot human-computer interaction system
CN111191200A (en) * 2019-12-20 2020-05-22 北京淇瑀信息科技有限公司 Page display method and device and electronic equipment
CN111191200B (en) * 2019-12-20 2023-08-04 北京淇瑀信息科技有限公司 Three-party linkage authentication page display method and device and electronic equipment
CN111429223A (en) * 2020-03-26 2020-07-17 中国建设银行股份有限公司 Configuration method and device based on multi-tenant platform
CN112163178A (en) * 2020-09-27 2021-01-01 珠海格力电器股份有限公司 Page data display method and device, storage medium and electronic device
CN112486559B (en) * 2020-12-15 2023-06-20 青岛海尔科技有限公司 Product adjusting method and device, storage medium and electronic device
CN112486559A (en) * 2020-12-15 2021-03-12 青岛海尔科技有限公司 Product adjusting method and device, storage medium and electronic device
CN113778554A (en) * 2021-09-01 2021-12-10 粒子文化科技集团(杭州)股份有限公司 Plug-in processing method, electronic device and storage medium

Also Published As

Publication number Publication date
CN106446049B (en) 2018-07-13

Similar Documents

Publication Publication Date Title
CN106446049A (en) Page data interaction apparatus and method
CN107809383A (en) A kind of map paths method and device based on MVC
CN107733922A (en) Method and apparatus for calling service
CN110380986A (en) Flow limitation method, device, equipment and storage medium based on Zuul
CN108432185A (en) Network slice selection based on applicating category in a wireless communication system
CN102724079A (en) Method and system for auxiliary configuration of Ethernet equipment
CN109286691A (en) Information drainage, request transmission, communication acceleration method, drainage and node server
CN108287668A (en) Processing method and processing device, computer installation and the readable storage medium storing program for executing of device data
CN106911697A (en) Access rights method to set up, device, server and storage medium
CN109391502A (en) A kind of information configuring methods and administrative unit
CN109996307A (en) A kind of data routing method and terminal
CN106506719B (en) Name the configuration method of distribution policy and configuration system in data network
CN110166455A (en) A kind of multi-operator platform data adaptation method and relevant device
CN106817391A (en) Document breakpoint transmission method and apparatus
CN112215171A (en) Target detection method, device, equipment and computer readable storage medium
CN110247849A (en) The update method and device of URSP
CN110476444A (en) For the identifier distribution of network service and/or the network entity and method of identifier mapping
CN106528289A (en) Resource operation processing method and apparatus
CN106713004A (en) Router adaptation method and system
CN108920274A (en) Performance optimization and device for image processing server end
CN108563509A (en) Data query implementation method, device, medium and electronic equipment
CN106100928A (en) It is applied to transmission method and the device of the monitoring data of data center
CN111224831A (en) Method and system for generating call ticket
CN109462498B (en) Intelligent network system and communication method thereof
CN106161517B (en) The method and apparatus for realizing cloud storage access by cloud file system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant